How do I access download event data via API? | Community
Skip to main content
September 22, 2022
Solved

How do I access download event data via API?

  • September 22, 2022
  • 2 replies
  • 1301 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anil_Umachigi

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-1  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

ChetanyaJain-1
Community Advisor
Community Advisor
September 22, 2022
Anil_Umachigi
Adobe Employee
Anil_UmachigiAdobe EmployeeAccepted solution
Adobe Employee
September 26, 2022

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-1  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/