Hello everyone, Anyone can help me to have a better understanding of Direct Call Identifier? is it only an identifier to be called from another rules? Below an example of that [Core] Rules using the direct call event type with identifier "searchResults" have been triggered. Thanks
Is it possible to 'audit' where a data element (or for that matter an analytics evar/prop/event) is actually in use within a rule? For example, we are changing our User authentication system, and I want to quickly flag or list all of the rules that will need to be updated/tested to ensure they conti...
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 best...