Stream tracking data to external applications | Community
Skip to main content
alexiosb2287557
Level 2
January 3, 2019
Solved

Stream tracking data to external applications

  • January 3, 2019
  • 1 reply
  • 1299 views

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?

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 Jonathon_wodnicki

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

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 3, 2019

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