First-party cookie behavior
The first-party cookie is stored in clientdomain.com, where clientdomain
is your domain.
The JavaScript library generates an mboxSession ID
and stores it in the Target cookie. The first mbox response contains the offer, and the JavaScript to store the mboxPC ID
generated by the application, in the mbox cookie.
Third-party cookie behavior
The third-party cookie is stored in clientcode.tt.omtrdc.net and the first-party cookie is stored in clientdomain.com, where clientdomain
is your domain.
The JavaScript library generates an mboxSession ID
. The first location request returns HTTP response headers that attempt to set third-party cookies named mboxSession
and mboxPC
and a redirect request is sent back with an extra parameter ( mboxXDomainCheck=true
).
If the browser accepts third-party cookies, the redirect request includes those cookies, and the offer is returned.
If the browser rejects third-party cookies, the redirect request does not include those cookies, and default content is displayed for all locations on the page. Because there are no cookies set, the same process above happens again on every page request.
Third-party and first-party cookie behavior
The third-party cookie is stored in clientcode.tt.omtrdc.net and the first-party cookie is stored in clientdomain.com, where clientdomain
is your domain.
The JavaScript library generates an mboxSession ID
. The first location request returns HTTP response headers that attempt to set third-party cookies named mboxSession
and mboxPC
, and a redirect request is sent back with an extra parameter (mboxXDomainCheck=true
).
If the browser accepts third-party cookies, the redirect request includes those cookies, and the offer is returned.
Some browsers reject third-party cookies. If the third-party cookie is blocked, the first-party cookie still works. Target attempts to set the third-party cookie, and if it cannot, then Target can only track on the client’s specific domain. Cross-domain tracking does not work if the third-party cookie is blocked, unless the mboxSession
is appended in the link that crosses domains. In this case, another first-party cookie is set and synched with the prior domain’s first-party cookie.