Hello, I am using the AEP Debugger extension in Chrome, visiting a SPA dev site, using 'replace embed code' with a Launch/Tags dev library. I am seeing double calls for everything tracked, but my colleagues do not experience this. Is there something in the AEP Debugger settings I need to change? T...
Currently utilising "AEP Edge network" extension with App event data but when I'm checking the Assurance (Griffon) to debug it appears the data is not sending and is displaying this error message "One or more AEP Mobile Track events are missing an AEP Edge Hit event". Anyone know what this means ...
Issue: Using this syntax (Syntax: manageVars("lowerCaseVars", "events,eVar1,list1", false); ), we can remove entire events value but how we can remove or clear only one event alone?Like: manageVars("lowerCaseVars", "event42", false); // This is not working.
We are just starting to use deeplinks in one of our apps and need to set up UTMs for them as they will be used in emails, push, etc for different campaigns.I've been searching how to do this setup, and Adobe documentation said that for an app it is tracked using acquisition and also on mobile servic...
Hello everyone, I try to load an JS script into a fdf file to make some control on the form. I load the js script with this piece of code (Java) : PDDocument document = PDDocument.load(pdfTemplateFile); PDActionJavaScript javascript = new PDActionJavaScript(code); document.getDocumentCatalog().set...
I found similar questions in the community but non of them are similar to my situation. I am implementing analytics on the dev environment of a newly designed AEM-based website. I setup rules in launch to send analytics beacon. Adobe experience platform debugger is not showing events and reports a...
Hi, I've started working with EDDL. I've created the below as an example var analytics = window.analytics = window.analytics || []; analytics.push( { "event": "prodView", "product": [ { "name": "<name>", "sku": "<sku>", "color": "<color>", "brand": "<brand>" }] }); What I'm stuck on is, how do...
I am seeing the following crash log in App Dynamics. I have not been able to reproduce locally but there are a lot of crashes of that type in prod. Has anyone seen this error before? We can't even wrap it in a try/catch because the sdk itself is starting that call com.adobe.marketing.mobile.A...
I am seeing the following crash log in App Dynamics. I have not been able to reproduce locally but there are a lot of crashes of that type in prod. Has anyone seen this error before? We can't even wrap it in a try/catch because the sdk itself is starting that call Exception: AppNotRespondin...