We are building a mobile app with React. I only see SDKs for iOS and Android. Is there a way to tie React for analytics to both platform from one central code? I found this in the documentation. import { ACPAnalytics } from "@adobe/react-native-acpanalytics"; initSDK() { ACPAnalytics.registerExtens...
When I upload an iOS app that uses AdobeMobileSDK 4.18.7 I receive the following warning from Apple in an email:Dear Developer,We identified one or more issues with a recent delivery for your app, "xxxxxx" 6.0.0 (1). Your delivery was successful, but you may wish to correct the following issues in y...
Hi All,We are planning to use 'Adobe Analytics- Mobile services' extension for mapping eVars and props from AEP SDK. In our current sdk4 implementation, we had created two separate apps in Mobile services , each one mapped to separate report suites,i.e., Development and Production. Now in Adobe laun...
Is there a tutorial where I can follow how to set-up some methods like ADB.trackSite() on my Ionic mobile app and monitor the data on Adobe analytic project workspace?
Hi,we have created a development report suite in adobe analytics and corresponding launch library in Adobe Launch for the same.when we use the script in web page it's not throwing "403 Forbidden" error code in response.Can anyone let us how to get this error rectified or any config change that we ha...
Hello people, I hope one of you will be able to help me. I have a customer who wants to link its Launch to Google Analytics. He wants to send data in GA (and keep Adobe tracking) to better understand the attribution. Regarding this need, I decided to use the gtag specifications withing Adobe Launch....
Hi Adobe,Are there clients who have implemented and successfully using the new AEP SDK on React Native. Adobe documentation says it is supported (Overview - Adobe Experience Platform Mobile SDKs) but I am looking for some idea on how many clients are actually using it globally, are their known issu...
Hi,Iam trying to fetch the previous page name and iam using s.getPreviousValue(s.pageName,'gpv_pn') function under the s.doPlugins section.I noticed(while debugging in browser console) that the function is being called twice.Iam using console.log to display the previous page name in the browser cons...
Hi Folks,Just Migrating from DTM to Launch by clicking on upgrade to Launch. Although when I finally upgrade in DTM, I run into a persistent issue.For some of the pages Analytics Tag are not getting triggered.Can anyone guide me what should be the issues or how to roll back changes from Launch to Dt...
I'm trying to implement adobe analytics in an iOS app, but I'm always getting "Analytics Request Queued" in the logs."[AdobeExperienceSDK DEBUG <com.adobe.module.analytics>]: Analytics Request Queued"Initialization code:ACPCore.setLogLevel(.debug)ACPCore.configure(withAppId: appID) ACPAnalyti...