Hi @AshwinNa5 appendVisitorInfoForURL is no longer availbale in Identity for Edge, Use getUrlVariables() instead. In case you need to keep both version of Identity,, try the following, import {Identity as AEPIdentity} from '@adobe/react-native-aepcore';import {Identity as AEPEdgeIdentity } from '@a...
Just received an update from Adobe that this issue is fixed, i.e. we can use a data element variable as the data stream ID in the Web SDK extension level, and when you send event, the data stream ID will be based on the run-time value of the data element.
Hi @Pradeep_Kumar_Srivastav Thanks for your reply. What we are doing is on AEP Mobile SDK, but this question should be equally apply on Web SDK. As AA has its own internal look up mechanism based on IP address and User Agent, do we still need to turn on those look up in Data Stream when the use cas...
Hi @AmanGupta21 Thansk for your reply. There's no Person Information or PII involved as our use case is Adobe Analytics only. What we need to know is whether we still need the Data Stream lookup to be turned on, if we just use AA. There seems no documentation on this. Currently, we have not turned ...
Hi,We are using AEP Mobile SDK React Native Edge Bridge extension to send data from our mobile app to Adobe Analytics. Since Edge is used, Data Stream is also configured.We would like like to know, given our use case is AA only, do we need to turn on Geo/Network look up and Device Lookup?As based on...
Hi,We are using AEP Mobile SDK React Native Edge Bridge extension to send data from our mobile app to Adobe Analytics. Since Edge is used, Data Stream is also configured.We would like like to know, given our use case is AA only, do we need to turn on Geo/Network look up and Device Lookup?As based on...
Hi @gautham_madala If you want to keep your existing trackState/Action calls, use Edge Bridge extension. If you want a complete revamp, use sendEvent call with XDM object. See below link. https://developer.adobe.com/client-sdks/solution/adobe-analytics/migrate-to-edge-network/
Hi @RitwikMo I've done a POC to simulate office purchase, and below is the raw csv sample records, and the screen capture is the data mapping. The array_to_object function can help you to map delimitered fields into the standard productListItems field. Hope it helps. id,timestamp,customerID,storeCo...
Hi @Florence_Pauly We have not done anything on Flutter, but below is an exmaple for React Native, I think you just need to form the XDM object. There's also en eVar exmaple, assume you are using AA. const demoXdmData = { "eventType": "web.webpagedetails.pageViews", "web": { "webPageDe...