Hello,I'm trying to retrieve the Marketing Cloud Visitor ID in DTM -> Adobe Analytics Tool -> Customize Page Code.I'm trying this code:var mcID = visitor.getMarketingCloudVisitorID();as described here: https://marketing.adobe.com/resources/help/en_US/mcvid/mcvid_getmcvid.htmlThis produces error in t...
BTW, concerning the point 1) above, I now have the mbox (v58) deployed via Target Tool within DTM. The issue is however the same.Target Tool setting is:Load Adobe Target Library synchronously (ticked)
Before moving to DTM, we had the integration between Target and Adobe Analytics in place which was working properly (data from the tests was visible in Adobe Analytics).I've tried to migrate the setup (roughly explained here: https://marketing.adobe.com/resources/help/en_US/tnt/help/index.html?f=t_t...
We are currently using Wordpress where we have a plugin to insert third party tags. There we can use shortcodes for parameters such as order id. E.g.:<img src="https://someurl.com/?c=stats&orderid=[orderid]" width="1" height="1">We need to move a lot of pixels from Wordpress to DTM and I'm looking f...