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

How can I send google analytics data back to adobe campaign?

Avatar

Level 2

I need to integrate adobe campaign with google analytics and retrieve back data from GA to adobe campaign. How can I do that? 

I need my customer id information send to Adobe campaign back from GA

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @PV17 ,

you need to make your own connector and use GA API

  • Explore the GA API then
  • whitelist GA endpoint in your server config
  • use API in JS  activity with use of JSAPI httpRequest of technical workflow to bring data in tables

OR if GA can do scheduled exports to sftp than you can load the sftp file and reconcile with recipients data to create segments

 

Marcel Szimonisz

MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @PV17 ,

you need to make your own connector and use GA API

  • Explore the GA API then
  • whitelist GA endpoint in your server config
  • use API in JS  activity with use of JSAPI httpRequest of technical workflow to bring data in tables

OR if GA can do scheduled exports to sftp than you can load the sftp file and reconcile with recipients data to create segments

 

Marcel Szimonisz

MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/