내 커뮤니티 업적 표시줄을 확대합니다.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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!

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
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

Adobe Champion

@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