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).
You do not need to specify a tracking server during activity creation if you are using at.js version 0.9.1 (or later). The at.js library automatically sends tracking server values to Target. During activity creation, you can leave the Tracking Server field empty on the Goals & Settings page.
The Target team supports both at.js 1.x and at.js 2.x. Upgrade to the most recent update of either major version of at.js to ensure that you are running a supported version. For more information, see at.js version details.
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.
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.
adobe.com
, adobe.com
is the first-party tracking server.[company].sc.omtrdc.net
where the company is the name of your company, but always ends in sc.omtrdc.net
.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.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.
Select Analytics as the Reporting Source for your activity for the Tracking Server field to be available.
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.
adobe.com
, adobe.com
is the first-party tracking server.[company].sc.omtrdc.net
where the company is the name of your company, but always ends in sc.omtrdc.net
.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.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.
Select Analytics as the Reporting Source for your activity for the Tracking Server field to be available.