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...
Hi Team, I have an event data set that was created after the Profile dataset(both are profile enabled and stitched with a common id). Now it has already 48 hrs passed but the event data is not stitched with the profile. Both are having 1.3m records and are loaded by query service. As the monit...
Hi Team, I have to set the cookieLifetime value of the ECID extension to None in order not to create ECID cookies(AMCV and AMCVS) under certain conditions. When I try to configure it directly on the extension, it works fine and the ECID cookies are not created and tags are being sent. As per ...
Dear Community, I want to take your opinions and thoughts on creating Launch Mobile Properties. I have a scenario where for one country, let's say for Ireland, we have one main Launch Property dedicated to main eCom Mobile Application, now client is adding another app for Loyalty, and planning o...
Hi All, Is query service supports the Update statement?? Can we update a particular column value on some filter criteria by using an update statement? Thanks Gouri Raula