Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Is there a way to filter the Target activities by last modified date and export to excel?

Avatar

Level 2
 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Administrator

[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