I'm looking at the obfuscated code from Adobe Target (At.js) . What I'm trying to pin-point is where it initially reads the response with the json structure. I started on this line (Line #4697):$p = ["/m2/", Rp, "/mbox/json"].join(As),And started to follow it back but didn't have much luck! Below i...
Hi Daniel,I thought that was you! :0) Good to hear from you. So you were correct. Once I deleted the 3rd party Adobe cookie I got the PCID in the mbox cookie again. So my question is, if a user deletes their 1st party cookies there is no way to read the PCID on the client any longer? Thanks,MJ
What 3rd party cookie am I looking for exactly? I don't see any pertaining to Target other than the "mbox" cookie? Please see attached image. Thanks,MJ
Thanks for the response, I checked and I do see the mboxPC in the request Headers (see image) but still not in the mbox cookie? So what does this mean? How do I read the PCID into Adobe Analytics then? That is why I was reading the "mbox" cookie previously to get the PCID. We are using DTM.and the M...
I am trying to solve a mystery. We are using DTM and trying to pull in the Target PCID into Adobe Analytics via a data element. We never had issues in the past but are now noticing that we aren't getting the PCID set in the mbox cookie? The weird thing is on our Bank network, Everyone that tested go...
I'm using DTM and I have some javascript code for automatically tracking elements on a page. It is some js code that listens for a click and then will make a custom link call if certain conditions are met. I don't know where this should go in DTM? I want to be able to control which pages run this co...
I just found out from a friend that to make this work, whatever data element name I use in the _satellite.setVar function, ensure that it does not exist as a pre-defined data element. It will not allow you to overwrite the definition with the _satellite.setVar function. So I can just add a custom co...