Hi @RajatAr2 ,You can create a decimal type calculated metric with below definition,Works on row level where it calculates the % change based on previous row UVs.Here's this metric with daily trend,Here it is with monthly trend,Cheers!
Thanks for the responses team. I believe it will be better understood with some end to end testing and monitoring the payload total and split sizes on every stage of ingestion. I'll spare some time in the coming weeks to test it in coming weeks and post the results here.Cheers!
Hi @Michael_Soprano ,I don't believe you can subtract DateTime attributes like you are expecting in AEP segments. What you can do is use one of the Time constraints to validate the segments against these fields like if the subscription date is today or in next 15 days etc. See if one of these time c...
Hi @ShwetaSh,Looking at the screen shot it looks like AA library has loaded on your website. I'd perform few initial checks as below to investigate,Run _satellite.property and _satellite.environment commnads in browser console to check if you are laoding the right property and environment on this si...
The classification approach will require you to account for all the values without /#!/ in it for both one time import and rule builder where you'd need to pass all such values as it is from parent AA variable to classification.
Hi @BillalKh ,Assuming that you are tracking the URL value in an AA variable you can try these options,New Data: As @bjoern__koth mentioned you can modify your data collection logic for URL to simply use JS replace function to replace /#!/ string like URL.replace("/#!/", "") for fixing any new dataP...
Hi @ddirren ,As per the Analytics variable mapping documentation it automatically maps below four geo fields,If you have tested this, did you see atleast Zip Code and US States fields being auto mapped or even these are not coming?I also wonder why the remaining geo fields are not included in auto m...
Hi @JiveNi ,As @jayakrishnaaparthasarathy this is most likely related to insufficient permissions given to the users. To work with XDM schemas a users needs certain permissions in Adobe AEP UI (administration -> permissions) as well and not just Adobe Admin console data collection product profiles ....
Hi @Nicole_StephanyTi ,If your app is getting uninstalled again and again on iOS then the users will get new visitor ID each time they reinstall it and that will definitely increase the UV count against a given customer ID.This behavior is clearly called out in documentation for Visitor IDs in apps....