Expand my Community achievements bar.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!

Request for Insight on Duplicate Records from Custom Action

Avatar

Level 4

Hi Team,

We’re using a custom action in the journey to trigger an HTTP call to a downstream API service, which transfers journey data to a third-party system.

I’ve ensured that all journey data is unique, with no duplicates on our end.

However, upon reviewing the data in the third-party system, we’ve noticed a small number of duplicates that 18 duplicate records (entire record remain the same) out of approximately 40,000. It’s been difficult to identify the root cause or determine whether this behavior occurs from the nature of the custom action itself.

Could you please help investigate or provide any insights into what might be causing this issue?

Thanks,

1 Reply

Avatar

Employee Advisor

Kindly check if the count of profiles that were successfully sent to the API service are matching with what you see downstream (by querying step events dataset) to isolate the issue further.

https://experienceleague.adobe.com/en/docs/journeys/using/building-journeys/sharing-journey-steps/qu... 

 

Also, if there is a timestamp / date captured in the downstream logs, that would help in determining as to when the duplicates occurred.

 

There should ideally be a constraint on the downstream service not to allow the duplicate entries to be recorded.