Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Hello everyone, I am migrating the old SDK to the AEP sdk. With the old SDK we implemented Adobe Mobile Service and share with Mobile App the ADBMobileConfig.json.In this file ADBMobileConfig.json.I have the parameter acquisition with appid."acquisition": {"server": "c00.adobe.com","appid": "c8bb71...
Hello everyone, I will deploy Adobe Launch in production environment soon and I would like to not show in google chrome console what we are tracking. I am thinking of having a visible beacon as shown below. How can i achieve that?Thanks
I am working on implementing trigger views through launch. I have setup date elements for page info such as pathname, URL, title. For some reason when I use these elements for my trigger view I get %pathname% or %url%. The only one that works is title. That populates the value. Why would my URL...
Does the AEP SDK currently support or have integrations for Apple Car Play and/or Android Auto? If so, where can I find relevant documentation? If not, is this functionality currently in development and is there an estimated timeline for release?
Hi Team, i wanted to trigger chatbot user inputs and chatbot reply but the rule is not workingam firing "WAC__sent" is class name where user inputs capture and "WAC__RichText" where chatbot reply received. i am able to trigger rule whenver user click to chatbot button "#WACLauncher__Button" and chat...
Where can I find documentation that covers how to implement tracking in a watchOS app with the current AEP SDK? The only semi-relevant documentation I can find is at the link below, but it appears to be regarding an implementation with the legacy 4.x SDK. https://docs.adobe.com/content/help/en/mobil...
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...