Create the Customer Attribute source (CSV and FIN files) and upload the data. You can activate the data source when you are ready. After the data source is active, share the attribute data to Analytics and Target.
To access this feature, users must be assigned to the Customer Attributes product profile (Customer Attributes - Default Access). Navigate to Administration > Admin Console > Products. If Customer Attributes displays as one of the product profiles, you are ready to begin. Users that are added to the Customer Attributes group sees the Customer Attributes menu on the left side of the Experience Cloud interface.
To use the Customer Attributes feature, users must also belong to application-level groups (Analytics or Target).
This data is enterprise customer data from your CRM. The data might include subscriber data for products, including member IDs, entitled products, most-launched products, and so on.
Create a .csv
.
Later in this process, you drag-and-drop the .csv
to upload the file. However, if you upload via FTP, you also need a .fin
file with the same name as the .csv
.
Sample enterprise customer data file:
Before continuing, review the important information in Data File Requirements, before you upload the file.
Create a Customer Attribute source and upload the data, described below.
Perform these steps on the Create New Customer Attribute Source page in Experience Cloud.
When creating, modifying, or deleting Customer Attribute sources, there is a delay of up to one hour before IDs begin synchronizing with the new data source. You must have administrative rights in Audience Manager to create or modify Customer Attribute sources. Contact Audience Manager Customer Care or consulting to obtain administrative rights.
In the Experience Cloud, select the Menu icon.
Under Experience Platform, click People > Customer Attributes.
The Customer Attributes page is where you can manage and edit existing attribute data sources.
Click New.
On the Edit Customer Attribute Source page, configure the following fields:
Name: A friendly name for the data attribute source. For Adobe Target, attribute names cannot include spaces. If an attribute with a space is passed, Target ignores it. Other characters not supported include: < , >, ', "
.
Description: (Optional) A description of the data attribute source.
Alias ID: Represents a source of Customer Attribute data, such as a specific CRM system. Alias ID is a unique ID that is used in your Customer Attribute Source code. The ID should be unique, lowercase, with no spaces. The value that is entered in the Alias ID field for a Customer Attribute source in Experience Cloud should match the values that are being passed in from the implementation (whether via Platform Data Collection or JavaScript of the Mobile SDK.)
Deleting a data source associated with an Alias ID does not make the Alias ID available, as the Alias ID is saved in multiple services and used to map profiles between them.
The Alias ID corresponds to certain areas where you set additional Customer ID values. For example:
Tags: The Alias ID corresponds to the Integration Code value under Customer Settings, in the Experience Cloud ID Service tool.
Visitor API: The Alias ID corresponds to the additional Customer IDs that you can associate with each visitor.
For example, “crm_id” in:
"crm_id":"67312378756723456"
iOS: The Alias ID corresponds to “idType” in visitorSyncIdentifiers:identifiers.
For example:
[ADBMobile visitorSyncIdentifiers:@{@<
"idType"
:@"idValue"}];
Android™: The Alias ID corresponds to “idType” in syncIdentifiers.
For example:
identifiers.put(
"idType"
, "idValue");
See Leveraging multiple data sources for additional information about data processing regarding the Alias ID field and Customer IDs.
File Upload: You can drag-and-drop the .csv
data file, or upload the data via FTP. (Using FTP also requires a .fin
file.) See Upload the Data via FTP.
Specific data file requirements exist. See Data File Requirements for more information.
After uploading the file, table data is displayed under the File Upload heading on this page. You can validate the schema, configure subscriptions, or set up the FTP.
File upload graphic
Unique Customer ID: Displays how many unique IDs you have uploaded to this attribute source.
Customer-Provided IDs Aliased to Experience Cloud Visitor IDs: Displays how many IDs have been aliased to Experience Cloud Visitor IDs.
Customer-Provided IDs with High Alias Counts: Displays the count of customer-provided IDs with 500 or more aliased Experience Cloud Visitor IDs. These customer-provided IDs most likely do not represent individuals but rather some sort of shared login. The system distributes the attributes associated with these IDs to the 500 most recent aliased Experience Cloud Visitor IDs, until the alias count reaches 10,000. Then, the system invalidates the customer-provided ID and no longer distributes associated attributes.
The validation process lets you map display names and descriptions to uploaded attributes (strings, integers, numbers, and so on). You can also delete attributes by updating the schema.
See Validate the schema.
To delete attributes, see (Optional) Update the schema (deletes attributes).
How to delete attributes and replace attributes in the schema.
Configuring a subscription sets up the data flow between Experience Cloud and applications. Activating the attribute source allows the data to flow to subscribed applications. The customer records you have uploaded are matched up with incoming ID signals from your web site or application.
To activate an attribute source
On the Create New or Edit Customer Attribute Source page, locate the Activate heading, then click Active.
With the data now available in applications like Adobe Analytics, you can report on the data, analyze it, and take the appropriate action in your marketing campaigns.
The following example shows an Analytics segment based on the uploaded attributes. This segment shows Photoshop Lightroom subscribers whose most-launched product is Photoshop.
When you publish a segment to Experience Cloud, it becomes available in Experience Cloud Audiences and Audience Manager.
In Target, you can select a Customer Attribute from the Visitor Profile section when creating an audience. All Customer Attributes have the prefix crs.
in the list. Combine these attributes as required with other data attributes to build audiences.
See Creating a New Audience in Target help.