@mditullio :
In your case, I believe web-tracking tags are implemented into a web-site that is not located in the same domain as ACC.
How it works -
- ACC sends the mail to the Recipient with a link inside.
- The recipient opens the email.
- When the email link is clicked, the request goes to the Tracking server URL which drops a cookie on Tracking URL domain(ie. adobe.com), and then redirects to the web-site.
- After this, you will get hit in the tracking log, 0x000.log, but you don't get hit by the web-tracking tag.
Redirection and web tracking use cookies, and it is essential that the web server performing the synchronous HTTP call be in the same domain as the redirection server. The various HTTP exchanges must convey the ‘id’, ‘uuid’, and ‘uuid230’ cookies.
All tracking, web apps, and mirror pages should be served from same domains( on different sub-domains ), which does not need to same-site change.