Hi everyone, We found another app upgarded to AEP Mobile SDK and using Edge to send data to AA, also having this issue, i.e. The Page Events count is much higher than Custom Links. This has an impact to the server calls billing, so if you are running your app with latest SDK on Edge, you may want to...
https://developer.adobe.com/client-sdks/solution/adobe-analytics/migrate-to-edge-network/ The above link have detailed information and comparison side-by-side on using sendEvent/XDM and using existing trackState/Action with Edge Bridge. Don't think using ACP is still an option as it's no longer supp...
Hi, We have our mobile app migrated to AEP Mobile SDK (React Native, using Edge Bridge extension as it is required to keep the trackState/Action calls), it was using an old SDK native with Analytics Extension before migration. As far as I know, Page Events metric is comprised of Custom Links+Exit L...
Hi @jaishal ACP is no longer supported, so you probably have no choice but to go with AEP Mobile SDK. But please note that AEP Mobile SDK React Native does not support Analytics extension, i.e. you have to use Edge and Datastream to send data to AA. If you want to continue with the trackState/Actio...
It's now resolved. The issue was due to the confusion on the naming between the (leagcy) Identity for ECID Service and the new Identity for Edge. When we migrate to Edge and on the React Native code, we forgot to take out the "Identity" from the AEPCore, but we removed the underlying Identity for EC...
Quote from a previous link, https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-blogs/how-to-leverage-event-lookup-and-profile-datasets-in-adobe/ba-p/681478#:~:text=Profile%20Datasets,-Profile%20datasets%20in&text=They%20serve%20as%20a%20repository,specific%20reporting%20timeframe%20in%...
Hi @FarazHusain Thanks again for your prompt reply. Manually deleting as existing cookie as it takes precedence seems a bit complex, as it's just a config in the past with AppMeasurement. Anyway, I just tested it in a simple web page with Web SDK, and manually put the adobe_mc parameter in the addr...
Hi @FarazHusain , Thanks for your reply. We have no issue to create the adobe_mc and the URL. My question is on the "overwriteCrossDomainMCIDAndAID" config, when using AppMeasurement, this is a configurable parameter to control whether the adobe_mc ECID value will overwrite the web site's existing E...
Hi, In the past with AppMeasuremnt and ID Service, we can config this overwriteCrossDomainMCIDAndAID option to support app-to-web visitor persistence. But it seems this option is no linger in Web SDK? Or in Web SDK, the adobe_mc value from the app always overwrite the cookie in the web? Thanks, J...
Hi @franciscojaviera Would you please share how your issue is resolved? I'm using AEP Mobile SDK ReactNative, and having the same issue with timeout error in iOS. Thanks,John