Expand my Community achievements bar.

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/

View solution in original post

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/