We have event based logging for page views, so our default page views are logged via Event Based Rules.Within this rule, I've tried setting a list variable in the Custom Conditions and Custom Page Code, and the list variable only shows up in the network call a fraction of the time.I've also tried se...
In migrating our site from non-SSL to SSL, is there anything we need to reconfigure in DTM or analytics? So far, the only thing I think I need to change is the URL field in the web property configuration from http to https.Thanks,George
Hello!We're working on troubleshooting some regional loading issues (China) and so far it appears satelliteLib* JS files that load early are blocking due to very long download times (> 1 minute in some cases). In order to troubleshoot, I would like to prevent ALL DTM activity on specific pages. Th...
I was going through this article https://helpx.adobe.com/analytics/kb/sending-image-requests-emails.html to track email opens for our campaigns using image requests. I'm having difficulty in creating an image request for the following pagehttps://www.vitas.com/resources/end-of-life-care?cmpid=c2356...
Is it possible trigger a pageload or event rule from script?I am aware of the _satellite.track('my-direct-call') syntax, and would like to know if there as an equivalent for pageload/event rules.Thanks!
Hi there,when I am creating a "custom" criteria on Pageload or Event rules, is there anyway with in the script I can know the name of the rule the condition is checking against?I have looked in the "this" and "arguments" scope, but can't find any reference to the context the condition is triggering ...
We use the Qualtrics - Adobe Analytics integration with server side beacon. it's my understanding that we need to use Q_AA_PARAMS to capture the Marketing Cloud Visitor ID. We also try to capture a few eVars and Props to store in the Qualtrics study. For pages using DTM there we are not able to g...
I am attempting to work with a third party cookie consent management platform, and I would like to implement their tag through DTM. Does anyone have any experience with this? This is in preparation for new rules in EU. Quick note: using the EU consent option that is already in DTM is NOT an option. ...
When trying to setup DTM for the author and publish we are getting the following error.Unable to connect to DTM API server.27.03.2018 15:55:20.249 *ERROR* [10.206.97.76 [1522166119956] POST /etc/cloudservices/dynamictagmanagement/cardinal-health-market/jcr:content.companies.json HTTP/1.1] com.adobe....
Hello,I was wondering if it is possible to run any code after the async functions _satellite.pagebottom or _satellite.track are complete. We need to navigate user to another page and as I saw running a rule with _satellite.track is making async http requests. Obviously if I just add window.replace a...