how to collect the analytical data of a journey from journey optimizer. | Community
Skip to main content
New Participant
January 28, 2025
Solved

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

  • January 28, 2025
  • 2 replies
  • 579 views

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  

Best answer by Harveer_SinghGi1

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!

2 replies

TylerKrause
New Participant
January 28, 2025

@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! 🙂

JohnYa5Author
New Participant
February 26, 2025

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

Harveer_SinghGi1
Harveer_SinghGi1Accepted solution
New Participant
January 28, 2025

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!