@AColtuc I have done the Migration from ACP to AEP and it working successfully. You have to follow below steps:-1. Create Schema- Add Lifecycle and Edge Autofill Environment Schema in it.2. Create 2 DataSteam(Prod and Dev) - Add App Schema and Services like Analytics and select RSID respectivily.3. ...
Hi there, I've set up a http api source which feeds data into a dataset. I've tried sending a sample payload via API, and I keep getting this error in the dataset UI: The transformed message is empty. Please check the mapping set... I want to update the profile parameter's like firstname and lastnam...
@anjujohny I hope you are following this below document and implementing you packages in the same manner. If it's correct can you share your log also.https://developer.adobe.com/client-sdks/home/getting-started/get-the-sdk/
@AEPAA Please refer this Github- https://github.com/adobe/aepsdk-analytics-android/tree/main/code/testapp for Android Analytic implementation and if you are looking for anyother Extension implementation like Target, AEP SDK, etc.. refer this document https://developer.adobe.com/client-sdks/home/curr...
@anjujohny can you tell me on which language you Android App is build is it Flutter/React Native/ Native.Also can you tell me what packages you imported in your code?
Hi Chirag, Their is not harm to store values in numeric format, only for 0 value it will not show anything in Adobe Analytics report if you store in numeric.
Hi @ChiragMa , Try below code, i'm using this code for one of my client and it is working fine on Production, use this code in Data Element and pass that data element to productList array data element.var products = _satellite.getVar("product");for (var i = 0; i < products.length; i++) {var product ...