Use an Analytics tracking server
If you are using an older version of at.js, you must specify an Analytics tracking server for activities that use Adobe Analytics for Adobe Target (A4T).
To ensure that data from Target goes to the correct location in Analytics, A4T requires an Analytics tracking server to be sent in all calls to Modstats from Target. For implementations using multiple tracking servers, use the Adobe Experience Platform Debugger or your browser’s Developer Tools to determine the correct tracking server for your activity.
Get the Analytics tracking server using the Adobe Experience Platform Debugger
The debugger should be viewed on a page where the activity is delivered to ensure you select the correct tracking server. You can also specify a default tracking server for each account. Contact Customer Care to specify or modify the default.
-
From the page on which you are creating your activity, open the Adobe Experience Platform Debugger.
If you have not installed the debugger, see Adobe Experience Platform Debugger overview.
-
Click Analytics in the left navigation menu.
The Analytics tracking server is found in the Hostname section of the debugger.
- First-party tracking server: If the hostname of the request matches the domain you are on, then it’s a first-party tracking server. For example, if you are on
adobe.com
,adobe.com
is the first-party tracking server. - Third-party tracking server: A third-party tracking server is typically
[company].sc.omtrdc.net
where the company is the name of your company, but always ends insc.omtrdc.net
. - CNAME implementations:
sstats.adobe.com
is an example of a CNAME first-party tracking server for an https (secure) request.stats.adobe.com
is an example of a CNAME first-party request for an http (non-secure) page.
- First-party tracking server: If the hostname of the request matches the domain you are on, then it’s a first-party tracking server. For example, if you are on
-
Copy the entire contents of the field.
-
In the Reporting Settings section of the Goal & Settings screen of your activity, paste the tracking server information in the Tracking Server field.
note note NOTE Select Analytics as the Reporting Source for your activity for the Tracking Server field to be available.
Get the Analytics tracking server using your browser’s Developer Tools
The Developer Tools should be viewed on a page where the activity is delivered to ensure you select the correct tracking server. You can also specify a default tracking server for each account. Contact Customer Care to specify or modify the default.
-
From the page on which you are creating your activity, open the browser’s Developer Tools (in Google Chrome, click the three vertical ellipses in the top-right corner > More Tools > Developer Tools).
-
Click the Network tab.
-
Filter for
/ss,
to display the Analytics requests.The tracking server is the hostname of the request.
- First-party tracking server: If the hostname of the request matches the domain you are on, then it’s a first-party tracking server. For example, if you are on
adobe.com
,adobe.com
is the first-party tracking server. - Third-party tracking server: A third-party tracking server is typically
[company].sc.omtrdc.net
where the company is the name of your company, but always ends insc.omtrdc.net
. - CNAME implementations:
sstats.adobe.com
is an example of a CNAME first-party tracking server for an https (secure) request.stats.adobe.com
is an example of a CNAME first-party request for an http (non-secure) page.
- First-party tracking server: If the hostname of the request matches the domain you are on, then it’s a first-party tracking server. For example, if you are on
-
Copy the entire contents of the field.
-
In the Reporting Settings section of the Goal & Settings screen of your activity, paste the tracking server information in the Tracking Server field.
note note NOTE Select Analytics as the Reporting Source for your activity for the Tracking Server field to be available.