Triggering event when profile data changes via streaming API ingestion | Community
Skip to main content
arpan-garg
New Participant
April 24, 2023
Solved

Triggering event when profile data changes via streaming API ingestion

  • April 24, 2023
  • 1 reply
  • 1205 views

Is it possible to fire a trigger to third party system as soon as profile data changes in AEP via the streaming API's . I added a "Data ingestion notification" Platform notification via https://developer.adobe.com/  but seems it only works when profile is updated via batch ingestion not via streaming ingestion.

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 Danny-Miller

@arpan-garg I suggest two things:

  1. Submit an enhancement request to get the streaming ingestion added if you haven't.
  2. Till that comes out, what we've seen work in a number of use cases is:
    1. Add in your schema an updateTimestamp to the Profile
    2. Build a Segment that looks at that (e.g. updateTimestamp in Last 24 hours)
    3. Add that to your Streaming Destination

1 reply

Danny-Miller
Danny-MillerAccepted solution
Employee
April 24, 2023

@arpan-garg I suggest two things:

  1. Submit an enhancement request to get the streaming ingestion added if you haven't.
  2. Till that comes out, what we've seen work in a number of use cases is:
    1. Add in your schema an updateTimestamp to the Profile
    2. Build a Segment that looks at that (e.g. updateTimestamp in Last 24 hours)
    3. Add that to your Streaming Destination
arpan-garg
New Participant
April 24, 2023

Hi @Danny-Miller - Thanks for your inputs, I will definitely submit an enhancement request to get notification for streaming ingestion as well.

Was not just sure if thats a limitation of AEP or its just me missing something.Thanks for confirming.