Expand my Community achievements bar.

SOLVED

Classification Exporter with Python and Adobe API

Avatar

Level 1

Hello, 

 

Does anyone know of a way to do these types of classification exports with Python and the Adobe API?

 

ArgenWe_1-1688004097361.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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-classification.... Good luck!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

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-classification.... Good luck!