Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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