Classification Exporter with Python and Adobe API | Community
Skip to main content
New Participant
June 29, 2023
Solved

Classification Exporter with Python and Adobe API

  • June 29, 2023
  • 1 reply
  • 734 views

Hello, 

 

Does anyone know of a way to do these types of classification exports with Python and the Adobe 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 FrederikWerner

You can use the CreateExport functions of the 1.4 Classifications API (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#createexport), then use GetStatus to see if the export is ready (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#getstatus) and finally GetExport to retrieve the data (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#getexport). I don't have a particular example on how to do this exact maneuver in Python, but the Classification import through the API works in a very similar way and has been described on some of my posts, like https://www.fullstackanalyst.io/blog/adobe-analytics/supercharge-your-adobe-analytics-classifications-with-google-sheets-and-automation/. Good luck!

1 reply

FrederikWerner
FrederikWernerAccepted solution
New Participant
June 29, 2023

You can use the CreateExport functions of the 1.4 Classifications API (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#createexport), then use GetStatus to see if the export is ready (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#getstatus) and finally GetExport to retrieve the data (https://developer.adobe.com/analytics-apis/docs/1.4/guides/classifications/#getexport). I don't have a particular example on how to do this exact maneuver in Python, but the Classification import through the API works in a very similar way and has been described on some of my posts, like https://www.fullstackanalyst.io/blog/adobe-analytics/supercharge-your-adobe-analytics-classifications-with-google-sheets-and-automation/. Good luck!

Learn more about Adobe Analytics and Customer Journey Analytics on my blogNeed help with Adobe Analytics or Customer Journey Analytics? Let's talk!