Create a Customer Attribute source and upload the data file
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.
Customer Attributes workflow
After the data source is active, you can:
See Manage Experience Cloud users and products.
Create a data file
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
.note note NOTE 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.
Create the attribute source and upload the data file
Perform these steps on the Create New Customer Attribute Source page in the Experience Cloud.
-
In the Experience Cloud, select the Menu icon.
-
Under Experience Platform, select People > Customer Attributes.
The Customer Attributes page is where you can manage and edit existing attribute data sources.
-
Select 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.)
The Alias ID corresponds to certain areas where you set additional Customer ID values. For example:
-
Dynamic tag management: 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:
code language-none "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.note important IMPORTANT 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.
-
Validate the schema
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).
(Optional) Update the schema (delete attributes)
How to delete attributes and replace attributes in the schema.
- On the Edit Customer Attribute Source page, remove the Target or Analytics subscription (under Configure Subscriptions).
- Upload a new data file with updated fields.
Configure subscriptions and activate the attribute source
Configuring a subscription sets up the data flow between the 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 select Active.
Use Customer Attributes in Adobe Analytics
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 the Experience Cloud, it becomes available in Experience Cloud Audiences and Audience Manager.
Use Customer Attributes in Adobe Target
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.