Edge domain manually implementing the Web SDK

Configure the SDK using edgeDomain. The field is a string that determines the domain to send data to.

alloy("configure", {
  "edgeDomain": "data.example.com"
});

Tracking Server using the Adobe Analytics extension

Tracking Server is a field under the General accordion when configuring the Adobe Analytics extension.

  1. Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
  2. Click the desired tag property.
  3. Go to the Extensions tab, then click the Configure button under Adobe Analytics.
  4. Expand the General accordion, which reveals the Tracking Server field.

If this field is left blank, it defaults to [rsid].data.adobedc.net.

s.trackingServer in AppMeasurement and the Analytics extension custom code editor

The s.trackingServer variable is a string that contains the location to send data.

Considerations for determining the value for trackingServer

You can choose to use Adobe’s tracking server domains (e.g. adobedc.net) or you can go through a special process to setup a tracking server that matches your sites domain (e.g. data.mydomain.com), also known as a CNAME implementation. Having a trackingserver that matches your site domain may have some benefits depending on other aspects of your implementation. When the tracking server does not match the domain of the current page, cookies set by AppMeasurement must be set as third-party. If the browser does not support third party cookies, this mismatch can interfere with certain Analytics functionality:

  • Setting identifiers: If you are using Experience Cloud Identity Service the tracking server has no impact on how cookies are set. However if you are using Analytics legacy identifiers (aka the s_vi cookie) and the collection server does not match the current domain, then cookies must be set as third party. In this case, if third-party cookies are blocked by the browser, Analytics sets a first-party fallback id (s_fid) instead of the standard s_vi cookie.
  • Link tracking will not work for internal links.
  • Activity Map will not work for internal links.
  • Cookie check.