Hello everyone,Any suggestion how to execute UAT test with my client?I was thinking to take screenshot of fired every rule and how the data elements are populated. In addition, I am going to prepare a dashboard in Analytics and show evars,events will be stored. Any suggestion?Thanks
Hello We use _satellite.track to track pageviews in the Single Page Application while the Adobe script loads asyncronously. As expected, sometimes we get error message: _satellite is not defined. It means that the _satellite.track had been fired before the script finished loading. What is the bes...
Hello everyoneI am migrating the old sdk 4 to the new AEP sdk. Currently we are using the these API call from SDK for AAM. ADBMobile.setAdvertisingIdentifier(ADBMobile.audienceSignal(withData:ADBMobile.audienceSetDpid(**, dpuuid: value)Below my questions: What we need to do for the migration from S...
Hello, I would like to know if Adobe has any limit on the length of product string in Adobe Launch. I try to implement product impression in Adobe Launch, and notice that if there are too many products (s.products is more than 100KB) the rule fires but no beacon was sent.
Hi all!Currently working to configure an app with a third-party.On our purchase page we're sending back products data in the hit using a trackState call (products context data includes 3 merchandising eVars but no price as they are voucher codes e.g. &&products=;product name;1;;event128=1;eVar85=off...
Hello everyone, I am bringing DTM to Launch and despite I changed data element I still have the old DTM structure. I checked the data element and all rules but I stiil have the issue showed below. Any suggestion?
Hey All, I sometimes need to tell my rules to wait for a certain object to pop into existence (either a JS object or something of that nature). I can normally do this using setInterval in a Rule Event, and then the rule fires when needed Yay! Can I do something similar in a Condition, but say with ...
Hi guys, i want to load a script with dynamic values based on domain, so i have set up a data element with the different values based on document.locationHostname, it seems to work as expected and the value changes based on site domain.running into some issues when trying to load the string in the H...
Hi All, I am trying to set a DCR as a custom link and am capturing some information as a part of that and we have used async deployment. what i notice is that the DCR is firing before the library is loaded hence the i am not getting a server call for that particular custom link. Is there a way i ca...