The following are the steps to identify the visitors who visit your website from first-party cookies:
If a visitor lands on your website from an external source, the source must send a unique ID for that visitor to your website. This can be sent in the redirect URL, cookie value, or any other web pass mechanism. You must store this unique ID on the website and persist it across the session cookie. Acquia recommends that you persist the unique ID information for a browser session.
After you receive the information from the external source, you must forward the same to CDP through the CDP WebTag library or DW Tracker API. CDP identifies the website visitors by leveraging this data. You must pass the unique identifier in the payload of the HTTP call based on the authentication status of your website visitor.
customer:
{
SourceCustomerNumber: <Unique ID linked to the email value. The format
of this parameter varies for each tenant. For example,
360profile_customer_13.>
UUID: <Unique ID. For example, 12345.>
Email: <Email used by the visitor to log in to the website. For
example, [email protected].>
*Other data points in this object remains same as desired*
}
event:
{
SourceCustomerNumber: <Unique ID linked to the email value. The format
of this parameter varies for each tenant. For example,
360profile_customer_13.>
Email: <Email used by the visitor to log in to the website. For
example, [email protected].>
*Other data points in this object remains same as desired*
}customer:
{
SourceCustomerNumber: <Unique ID. The format
of this parameter varies for each tenant. For example,
360profile_customer_13.>
UUID: <Unique ID. For example, 12345.>
*Other data points in this object remains same as desired*
}
event:
{
SourceCustomerNumber: <Unique ID. The format
of this parameter varies for each tenant. For example,
360profile_customer_13.>
*Other data points in this object remains same as desired*
}The external source integrated with your system must send a customer feed with all the desired customer attributes. This helps CDP to build the customer profile. CDP can link the behavior from the website to the customer profiles built through the customer feed.
Let us assume that CDP receives the following values:
| SourceCustomerNumber | UUID | Source System | Name | |
|---|---|---|---|---|
| 12345 | - | 12345 | WebTag | - |
| A34567 | [email protected] | 12345 | WebTag | - |
| 12345 | [email protected] | 12345 | External Source | - |
| A34567 | [email protected] | - | Customer Data Source | ABC |
CDP maps the preceding values from Customer feed - External Source to both SourceCustomerNumber and UUID.
This results in the following customer summary record:
| Master Customer | UUID | Name | |
|---|---|---|---|
| 12345|A34567 | [email protected] | 12345 | ABC |
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.