What is the best way to control the firing of AAM in adobe launch? Cookies like demdex and Everest are dropped by Adobe audience manager which we want to make sure are only dropped when the user has only consented for advertising cookies. We are individually approving all the extensions in the Opt i...
We would like to update only the event trigger from Page bottom to window loaded for around 2k rules. Is there a more manageable way to do that over manually updating each rule?
POSTing to the mappingSets/preview endpoint as described here https://developer.adobe.com/experience-platform-apis/references/data-prep/#operation/previewMappingSetand here https://experienceleague.adobe.com/docs/experience-platform/data-prep/api/mapping-set.html?lang=en#preview-data-for-mappingsret...
I have two different tags with the same extensions installed (all on the same versions) and I can't figure out why one of them has the environment property inside the buildInfo section and the other has it's own environment node.
Is anyone else having issues to open debugger? If I click on the extension nothing happens. Already tried removing it and reinstalling again but still nada. How can I fix this?
Hi, I wanted to understand if its absolutely necessary to load adobe launch script asynchronously or we can defer it.What would be the impact if we defer the script.
Hi all, i'd like to know if there is any way to change the datastreamId where the data are sent during the elaboration of some conditions. Is there a way to detect the datastream and then change it, maybe inside a rule? Thanks in advance!
I'm looking at AEP's API docs to see if there's a way to automate an initial setup for Web SDK tracking (i.e. automate the steps described at https://experienceleague.adobe.com/docs/platform-learn/implement-web-sdk/overview.html?lang=en).But the biggest obstacle is automating Datastreams. It looks l...
Ok, there has to be an easier way to do this, especially since there is a dedicated "Google DataLayer Extension".I have the Google Data Layer extension set to capture my dL name. Here is an example of the dL structure:window.dataLayer =window.dataLayer || [];window.dataLayer.push({'event':'e_gotPers...
Hi guys , I have a problem that My custom code didn't work in data collection and I don't know why Here is the code :var ArticleCheckBox = document.querySelectorAll('[id^="article"]');ArticleCheckBox.forEach(function(element){ element.addEventListener('click',function(){ ...