Author Environment URLs Appearing in Adobe Analytics Production Report Suite Despite Custom Tracking Server Configuration
I am investigating an Adobe Analytics implementation issue and would appreciate guidance on understanding the root cause.
Current Setup
We are using:
- Adobe Analytics Extension (AppMeasurement)
- Custom Tracking Server configured in the Adobe Analytics Extension
- AEM as a Cloud Service Author and Publish environments
The Adobe Analytics Extension is configured with:
Tracking Server:
smetrics.company.com
SSL Tracking Server:
smetrics.company.com
Based on Adobe documentation for trackingServerSecure, my understanding is that Analytics hits generated by this implementation should be sent through the configured tracking server rather than Adobe's default collection domains.
Observation #1
While testing an AEM Author URL similar to:
https://author-pxxxxx-exxxxxx.adobeaemcloud.com/content/site/page.html
I inspected Network requests and found Analytics calls being sent to:
amcglobal.sc.omtrdc.net
with report suite information resembling:
amc.global.prod
instead of using the configured tracking server:
smetrics.company.com
Question
Is this expected behavior because Adobe Experience Cloud / AEM Author itself uses a separate Adobe-managed Analytics implementation?
Or should all Analytics requests on the page be routed through the configured trackingServerSecure value?
Observation #2
When reviewing data in Adobe Analytics Workspace, I found Author environment URLs appearing inside our Production report suite.
Examples:
https://author-pxxxxx-exxxxxx.adobeaemcloud.com/content/site/page1.html
https://author-pxxxxx-exxxxxx.adobeaemcloud.com/content/site/page2.html
These URLs appear as values in the Page URL dimension of the Production report suite.
Concern
Author URLs should not ideally be collected in our Production reporting because:
- Internal authoring activity is not customer traffic
- Content editing and review activity can inflate metrics
- Page views and engagement reporting may become inaccurate
Network Analysis
On the Author environment I can currently identify Analytics requests such as:
However, I am unable to identify requests such as:
amcglobal.sc.omtrdc.net/b/ss/amc.global.prod/...
smetrics.company.com/b/ss/production_rsid/…
which I would normally expect if our Analytics implementation were actively firing on Author.
This creates confusion because:
- Author URLs are visible in the Production report suite.
- Network inspection only clearly shows Adobe-owned Analytics requests.
- I cannot currently identify which request is responsible for sending Author URLs into our report suite.
Question 1
Can Adobe Experience Cloud / AEM Author generate Analytics requests to Adobe-owned report suites such as:
amc.global.prod
independently of the site's Analytics implementation?
Question 2
If Author URLs are appearing in a Production report suite, what is the best way to determine which Analytics request or implementation is responsible?
Question 3
Are there recommended debugging techniques to trace a specific Page URL value found in Workspace back to:
- the originating report suite hit,
- AppMeasurement instance,
- Launch property,
-
Question 4
If a custom
trackingServerSecureis configured, under what scenarios would Analytics requests still appear against:
*.sc.omtrdc.net
rather than the configured tracking server?