@Eric_Vidana , when I'm in the profile scripts editor, it looks like the token for page is page.url instead of currentPage. Or was that just a snippet you shared where you would have used the page.url token above it?
@Ashok_Adiyolil, I wonder if your profile script could use some slight adjustment. I'm looking at the documentation below. https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/profile-parameters.html?lang=en#section_18EA3B919A8E49BBB09AA9215E1E3F17 Relevant excerpt: if (m...
In addition to that, if you need trended data, you'll need to loop through the activities listed in the response that you get from the "list-activities" request with requests to "reports".https://developers.adobetarget.com/api/#reports I highly recommend getting started with the Postman collection l...
Have you had a chance to review the documentation below? https://marketing.adobe.com/resources/help/en_US/xref/2015_EMEA_TL16_Manual.pdf @Amelia_Waliany links to it in another similar thread. https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/how-to-batch-upload-audience-data-fo...
Have you used the mBoxtrace debugging method to ensure that the profile parameter is set when a user logs in at least once? Then, when the user comes back, does the profile parameter still exist? https://docs.adobe.com/content/help/en/target/using/activities/troubleshoot-activities/content-trouble...
@thomasm46556898 thanks for coming back to answer the question for the community. No rush on this but, if you have the time, I'd like to hear a little more about your consent setup. The cookie consent manager that I work with instructs to create suppression conditions for rules based on the consent ...
Thanks @Amelia_Waliany . Your developers can see the the process that I followed with my incredibly messy Python script. If it is helpful, I can provide the contents of the supporting functions. In short, a report segmented by day should be available in the user interface. def main():
# Get arr...
Currently it is not possible to add a date or timeframe dimension to a report in Adobe Target when one doesn't have access to Analytics for Target. See the following forum thread for reference: https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/activity-reporting-get-conversion...