API reference codes (events, marketing channels) | Community
Skip to main content
Level 2
October 13, 2022
Solved

API reference codes (events, marketing channels)

  • October 13, 2022
  • 1 reply
  • 1401 views

Where can I find the API lookup files?

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 Jennifer_Dungan

events.tsv? That's part of the Raw Data export... I am unaware of this file in conjunction with the Reporting API...

 

That file should be provided automatically with the Raw Data export, I don't know where else to get this file except as additional resources for the Exports:

 

https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-contents.html?lang=en

 

 

However, I believe that the API 2.0 might use the numerical reference to ids, rather than the name? Making this API hard to use... 

 

If you are trying to build API calls, I would recommend using Workspace's debug mode... build the report you want, turn on the debugger (Help > Enable debugger)

 

You will have a new icon that looks like a little bug on all your visualizations.... When you click on it, it will show timestamps for each of the API calls made to retrieve the data... you can click on these to be taken to a screen that will show you the API calls (in XML, curl and JSON), you can use these as a starting point for creating API calls of your own.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
October 13, 2022

Can I ask for a little more clarity about what you are looking for?

 

Which API are you trying to use? Reporting API? Data Insertion API? etc?

Which lookup files are you trying to find? 

jillstoltAuthor
Level 2
October 13, 2022

Hi Jennifer - The reporting API, and I am looking for the excel.tsv that is the reference file for events. Also the reference file for Marketing Channels.

Thanks!

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
October 13, 2022

events.tsv? That's part of the Raw Data export... I am unaware of this file in conjunction with the Reporting API...

 

That file should be provided automatically with the Raw Data export, I don't know where else to get this file except as additional resources for the Exports:

 

https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-contents.html?lang=en

 

 

However, I believe that the API 2.0 might use the numerical reference to ids, rather than the name? Making this API hard to use... 

 

If you are trying to build API calls, I would recommend using Workspace's debug mode... build the report you want, turn on the debugger (Help > Enable debugger)

 

You will have a new icon that looks like a little bug on all your visualizations.... When you click on it, it will show timestamps for each of the API calls made to retrieve the data... you can click on these to be taken to a screen that will show you the API calls (in XML, curl and JSON), you can use these as a starting point for creating API calls of your own.