Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
SOLVED

Looking for API/SDK to Retrieve Journey Report Data from Adobe Journey Optimizer

Avatar

Level 1

Hello everyone,

I'm using Adobe Journey Optimizer and managing hundreds of journeys. 
Checking individual journey reports through the web interface has become time-consuming. I'm looking for a way to access journey report data programmatically.


I've reviewed the Adobe Journey Optimizer API documentation, but I couldn't find any specific function or endpoint for retrieving journey report data.


Does Adobe Journey Optimizer offer an API or SDK that allows developers to access or retrieve journey report data directly? If not, are there any alternative methods for automating this process? Thank you in advance for any insights or suggestions!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @EddieHuang 

You can generate the report using queries or data distiller.

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/data-management/datasets/datasets...

Thanks,

David



David Kangni

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @EddieHuang 

You can generate the report using queries or data distiller.

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/data-management/datasets/datasets...

Thanks,

David



David Kangni

Avatar

Community Advisor

@EddieHuang 

There is no API available in AJO to retrieve journey report data at this phase.

 

However, to automate, use query service/data distiller to fetch Journey specific data and use data access API to export data. However, the data format is in parquet.  The parquet format needs to be converted into desirable format . this can be done using various programming languages

https://experienceleague.adobe.com/en/docs/experience-platform/data-access/api

Avatar

Community Advisor

@Anuhya-Y 

FYI, the data access API is deprecated. It's the reason why I did not mention it in my reply 



David Kangni

Avatar

Community Advisor

Thank you for pointing out data access API deprecation @DavidKangni