Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
You could use the Adobe Target API to write a script that returns the activities - and you sort the script by modifiedAt and generate an excel.
http://developers.adobetarget.com/api/#list-activities
Alternatively, you can also just display the activity list via Postman accordingly or sort by last updated in the Target UI. But then you have to copy it out manually for each entry to excel.
You could use the Adobe Target API to write a script that returns the activities - and you sort the script by modifiedAt and generate an excel.
http://developers.adobetarget.com/api/#list-activities
Alternatively, you can also just display the activity list via Postman accordingly or sort by last updated in the Target UI. But then you have to copy it out manually for each entry to excel.
[9/28/22 AT Community Q&A Coffee Break] Answer provided by @GentryLin
Hi @analyticsenthu , there isn't a filter for last modified date or export option in the UI, but you can use the Target Admin REST APIs to retrieve a list of activities with options to filter by date range and sorting by end date: https://developers.adobetarget.com/api/#list-activities.
----------------------------
Check out the entire 9/28/22 AT Community Q&A Coffee Break discussion thread for more insights on related topics