Cross-Domain, MCID VS VID
I have some cross-domain issues..
We have website A and website B.
We tried the "Visitor.appendVisitorIDsTo" to give the informations to website B but it's not working. Website B create is own MCID even if the adobe_mc param is in the url.
So now we're trying to force MCID from website A into VID of website B. (we have the info in the url from the appendVisitor.. function).
So at the end, when looking at the AAID priority they both should have the same value no?
https://experienceleague.adobe.com/en/docs/id-service/using/reference/analytics-reference/analytics-order-of-operations
Website A : MCID = 123, VID = null/blank -> AAID should be 123?
Website B : MCID = 456, VID = 123 -> AAID should be 123?
In workspace they count as 2 visitors, and in the datafeed, they have different visid high/low values.
visid_type is 5 for both when it should be 0 for Website B since VID as a value (post_cust_visid is not blank in the datafeed)
| visid_type | Not for external use; internally used by Adobe for processing optimizations. A numeric ID that represents the method used to identify the visitor. 0: Custom visitor ID or Unknown/not applicable 1: IP and user agent fallback 2: HTTP Mobile Subscriber Header 3: Legacy cookie value (s_vi) 4: Fallback cookie value (s_fid) 5: Identity Service |
| cust_visid | The custom visitor ID, if set using visitorID. |
https://experienceleague.adobe.com/en/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-reference
Anyone can tell me what im missing here? How did you guys managed to make your cross-domain work?
Thanks