Send event data to external system using Adobe Launch | Community
Skip to main content
Level 3
November 5, 2021
Solved

Send event data to external system using Adobe Launch

  • November 5, 2021
  • 1 reply
  • 1754 views

Hi,

Is there any options to send event data(ie: click data) to external CDP system. For eg: i fire a rule based on click action in the website then Event based rule executes and sends the data to Adobe analytics. I'm looking to send the same event data(when the same rules fires) to the external CDP system.

 

I believe, there is an option to achieve this if we go with Adobe Launch server side but looking option to do it through client side itself.

 

 

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 yuhuisg

Sure!

If there isn't an extension for your CDP already, then you can use a good ol' Custom Code action to add your own HTML or JavaScript to send the appropriate data to your CDP.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
November 6, 2021

Sure!

If there isn't an extension for your CDP already, then you can use a good ol' Custom Code action to add your own HTML or JavaScript to send the appropriate data to your CDP.

MA1985v1Author
Level 3
November 8, 2021

thanks @yuhuisg - any idea if CDP vendor would accept Custom HTML/Javascript to receive the event data or they would expect to use REST API. specifically, i'm looking for Action IQ(CDP).

MA1985v1Author
Level 3
November 8, 2021

You'll have to ask Action IQ about that. Alhough I'd be very surprised if they don't have a JavaScript method for data collection,


thanks @yuhuisg  for your help as always.