Expand my Community achievements bar.

SOLVED

how to collect the analytical data of a journey from journey optimizer.

Avatar

Level 2

Is there any documentation to collect the reporting metrics from the journey optimizer by API outside of the Adobe Ecosystem? An example is using API calls to get metrics of a journies launch in journey optimizer into Azure data lake  

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @JohnYa5 ,

AJO datasets can be exported to external cloud storage locations as explained in Export datasets to cloud storage locations documentation. You can use AEPs in built connections facility within destinations to achieve this and Azure Data Lake is available as a connection. See if this is what you are looking for.

Cheers!

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @JohnYa5 ,

AJO datasets can be exported to external cloud storage locations as explained in Export datasets to cloud storage locations documentation. You can use AEPs in built connections facility within destinations to achieve this and Azure Data Lake is available as a connection. See if this is what you are looking for.

Cheers!

Avatar

Level 5

@Harveer_SinghGi1's reply is absolutely correct!

That destination would likely be the easiest way for you to get that full export of the AJO Tables included.

If there are only particular data points you're looking for off of those tables, you can also run the quieries via PGSQL in your Azure environment and capture those responses there. There are many different ways that you can do this!

Avatar

Level 2

@TylerKrause  I explored the method via PGSQL Python libraries, and it looks good already. Thanks all