Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

How do I access download event data via API?

Avatar

Level 1

I want to systematically pull out download event data using an automation. I've read all about enabling s.trackDownloadLinks in the Analytics Extension, but how do I access download event data via API?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Are you referring to a "downloads report" within Analytics? i.e product info pdf download count for a given date range? 

If yes, depending on where the data is going you have few options 

  1. Data captured in adobe analytics: https://developer.adobe.com/analytics-apis/docs/2.0 is your place to go. 
  2. If you are using web sdk with AEP: In addition to adobe analytics API, you could get this using the API @ChetanyaJain  suggested
  3. if you use Adobe CJA: You could use the CJA API to get this as a https://developer.adobe.com/cja-apis/docs/
2 Replies

Avatar

Correct answer by
Community Advisor

Are you referring to a "downloads report" within Analytics? i.e product info pdf download count for a given date range? 

If yes, depending on where the data is going you have few options 

  1. Data captured in adobe analytics: https://developer.adobe.com/analytics-apis/docs/2.0 is your place to go. 
  2. If you are using web sdk with AEP: In addition to adobe analytics API, you could get this using the API @ChetanyaJain  suggested
  3. if you use Adobe CJA: You could use the CJA API to get this as a https://developer.adobe.com/cja-apis/docs/