Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

Adobe Target Reporting

Avatar

Level 1

Hi Adobe Target Community,

 

Does anyone know how would go about getting a trend report for the number of activities broken down by type?  We have A4T and Adobe Analytics but I cannot figure out how to get a simple metric like this.  Any suggestions?

 

A/B Test

Experience Targeting

Recommendations 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You will probably want to set up Admin API access to your account.

 

https://developers.adobetarget.com/api/#list-activities

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

You will probably want to set up Admin API access to your account.

 

https://developers.adobetarget.com/api/#list-activities

Avatar

Level 4

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 linked below. 

https://developers.adobetarget.com/api/#admin-postman-collection