Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Stream tracking data to external applications

Avatar

Level 2

Hi, sorry to trouble you, we need your help.

We have created an integration with Adobe campaign that uses a technical workflow to export tracking data into an SFTP every 24 hours.

The issue is that we would like to get these tracking data in near real time.

Is there a way to real-time stream tracking data to our application or another way to get certain tables from Adobe Campaign fast?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Replace the Scheduler activity in your export workflow with External signal, then patch the tracking workflow's (Admin/Production/Technical workflows) End activity init script to call your export workflow with xtk.workflow.PostEvent().

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

Replace the Scheduler activity in your export workflow with External signal, then patch the tracking workflow's (Admin/Production/Technical workflows) End activity init script to call your export workflow with xtk.workflow.PostEvent().

Thanks,

-Jon