Sending tracking data from various channels to a third party endpoint | Community
Skip to main content
arpan-garg
Community Advisor
Community Advisor
February 8, 2024
Solved

Sending tracking data from various channels to a third party endpoint

  • February 8, 2024
  • 2 replies
  • 1011 views

Hello,

 

We are looking to transmit tracking information from various channels, such as emails, push notifications, SMS, and others, to an external third-party endpoint. Currently, any tracking data generated is stored within the Message Tracking system dataset in Adobe Experience Platform (AEP). However, we face a challenge as there is no direct method to stream this data from the dataset to the desired endpoint.

We considered using Unitary Events, but I've recently learned that these events do not get triggered when data is ingested into a system-generated dataset. Another potential solution is to export the dataset from AEP, but this approach does not suit our needs because we require the data to be transmitted in real-time or near real-time.

We also looked into email reactions as an option, but found it to be limited to use within journeys only, not campaigns. Our goal is to implement this logic across both campaigns and journeys.

Could you please advise on any alternative solutions to address this issue?

 

Thanks,

Arpan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohan_Dugganab

This won't be feasible using journeys.

 

You can explore Data access API https://experienceleague.adobe.com/docs/experience-platform/data-access/api.html?lang=en and it will be a pull from the downstream system instead of a push from AEP/AJO.

2 replies

SatheeskannaK
Community Advisor
Community Advisor
February 8, 2024

@arpan-garg, I haven't seen anything that allows us to export the dataset in real time. Rather at least a minimum 3hour latency is required to pull the dataset using the Flow service API.

Thanks, Sathees
arpan-garg
Community Advisor
Community Advisor
February 8, 2024

Hi @satheeskannak - Yes, i am aware of this 3 hours latency. I was just curious if there is any other way to export the data via journeys using custom actions.

SatheeskannaK
Community Advisor
Community Advisor
February 8, 2024

@arpan-garg These are experience event datasets that cannot be exported through custom action unless the journey involves a unitary event. Additionally, I do not recommend utilizing custom action for this purpose as it increases the number of API calls and may affect performance.

Thanks, Sathees
Mohan_Dugganab
Adobe Employee
Mohan_DugganabAdobe EmployeeAccepted solution
Adobe Employee
February 9, 2024

This won't be feasible using journeys.

 

You can explore Data access API https://experienceleague.adobe.com/docs/experience-platform/data-access/api.html?lang=en and it will be a pull from the downstream system instead of a push from AEP/AJO.