What’s a tracking ID?
What’s a tracking ID?
A Coveo organization can serve many Coveo-powered commerce sites or applications, but all usage analytics events in a user’s journey should be tied together for accurate data analytics and consistency.
tracking IDs segregate the data gathered from each of these sites or applications to ensure personalized and relevant output from your Coveo Machine Learning (Coveo ML) models, usable reporting, and clear merchandising actions. Each tracking ID points to sections within the digital experience, creating a way to bucket events that belong to different user experiences.
The tracking ID is defined when sending events to the Coveo Platform. Interfaces built with the Coveo Headless library or Atomic library automatically include the tracking ID in the events they send. While tracking ID values are specified when sending usage analytics events, each value that’s sent must be registered using a Property in your Coveo organization. See Properties for more information.
Your Coveo organization powers two brands: Barca sports and Barca parts. You operate in two different countries: United States and Canada.
Therefore, you have four different sites that require their own unique tracking ID to be sent with each event:
-
barca_sports_us
-
barca_sports_ca
-
barca_parts_us
-
barca_parts_ca
Each of these tracking IDs is registered using a property in your Coveo organization to ensure that the data is correctly sent:
-
Barca Sports US
-
Barca Sports CA
-
Barca Parts US
-
Barca Parts CA
|
Single vs. multiple tracking IDs
One tracking ID can span various locales or top-level domains, while multiple tracking IDs can be used for a single top-level domain.
-
Your website includes translated pages which contain the same core content. Each page is assigned the same tracking ID because the context remains the same regardless of language.
-
You have separate web properties that cater to North American and Asian audiences. Each property is assigned its own tracking ID because the content differs from one property to another.
When deciding between using single or multiple tracking IDs, you must consider the following:
-
An ecommerce ordering and checkout process can’t span more than one tracking ID because it represents a single journey.
-
A service episode can’t span more than one tracking ID because it represents a single journey, even though it may cross different top-level domains.
Leading practices
We recommend using different tracking IDs in the following scenarios:
|
To obtain tracking IDs for multiple properties, contact your Coveo Customer Success Manager (CSM). With multiple tracking IDs, you can filter your data by ID and monitor your analytics. For example, you can view reports in the Coveo Administration Console or use the tabs on the Data Health (platform-ca | platform-eu | platform-au) page.
Tracking ID for non-production environments
When you’re developing or testing your Coveo-powered ecommerce site or application, you’ll likely use a non-production Coveo organization.
If you have many non-production environments that are all powered by the same non-production organization, you’ll need to define a tracking ID for each website or application in each of these environments. For example, you may have a development and a staging environment.
To ease identifying the tracking ID for each environment, we recommend using a naming convention that includes the environment name, such as barca_sports_dev
.
You have a non-production Coveo organization, to test the behavior of two sites, Barca sports and Barca parts.
Your non-production organization powers two different non-production environments: development and staging.
Therefore, you would have to define a tracking ID for each of your ecommerce sites or applications in each of these environments, as follows:
-
barca_sports_dev
-
barca_sports_staging
-
barca_parts_dev
-
barca_parts_staging