If I Open a domain/page in chrome browser then close it from chrome then open in other browser like firefox. Now the session id is starts from new.
But I need to pass the session ID from chrome to firefox like when I open the domain in chrome the session ID is 1, then I'll close it and open in firefox the session ID value should be 2.
Is it possible in Adobe Target?
Views
Replies
Total Likes
Hi @srinath1234 ,
In Adobe Target, user session ID tracking, or mboxSessionID, is handled primarily through cookies, with the at.js library generating and managing them. This allows for consistent user experience across different pages and domains, even if third-party cookies are blocked.
mboxSessionID
Generation: The at.js
library generates an mboxSessionID
and stores it in a cookie.
clientcode.tt.omtrdc.net
.
mboxSessionID
is passed along in the URL or through the redirect request to ensure consistent experience.
sessionId
in the Delivery API request can be any printable string except a space, ?, or /. It should be between 1 and 128 characters in length. Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @srinath1234 If you're working users who authenticate you can use the mbox3rdPartyId parameter to stitch the visitor together across the two browsers/devices.
You can read more about it here: https://experienceleague.adobe.com/en/docs/target/using/audiences/visitor-profiles/3rd-party-id
I'm not sure whether this is what you're looking for, but this is probably the closest you can get to adressing it.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies