GA integration with Adobe | Community
Skip to main content
CIGM
Level 3
November 27, 2017
Solved

GA integration with Adobe

  • November 27, 2017
  • 12 replies
  • 10421 views

Hi there,

I have a generic question regarding GA integration with Adobe Campaign. Any help would be much appreciate it.

- How can I integrate GA data to feedback back to Adobe Campaign? Would this be done by the Adobe Genesis connector (Web Analytcis) External Account?

Thanks,

C

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 Adhiyan

Hello ,

Yes you can integrate with Google analytics via the genesys connector and then configure the utm tags in GA to pickup the data from enriched URLs.

Please find attached the document you can follow for the same .

Creating a new Web Analytics Account

Go to Administration > Platform

On the right hand side of the screen click 'new' as shown below

Steps

Select the Type to 'Web Analytics'

Select Partner to 'Other'

Then enter the Label

Then click Save

Setting up the Web Analytics Account

Go to Administration > Platform> External Account, click on Web Analytics as you can see below

Click Edit on the General Tab as you can see below

Then you will be asked to enter the domain(s) you will like to set up the tracking against, once you have entered, click Next.

Once you click Next, you will be presented with the Formula, now click the option to overload the function as shown below

In the same screen as above, you will see a text area below with the tracking code. This is place where you overload the script

with your Google tracking code.

As you can see in the above screen shot, the following code has been added:

&utm_source=NEOLANE&utm_medium=email&utm_campaign=<%= message.delivery.internalName %>

Note: message.delivery.internalName will get the internal name of the delivery and that will you're the value of utm_campaign

Setting up Web Analytics option on the delivery :

Now go to the delivery where you wish to set the tracking on.

Inside the delivery, click Properties and then go to Web analytics connector. From here you can choose the web analytic account

you would like to use for your delivery.

Regards,
Adhiyan

12 replies

Amit_Kumar
Level 10
July 3, 2018

Hi Abhijit,

The idea is quite simple actually, it will be a two-step process.

1. add click tracking formula and use a placeholder value for label like below

&utm_source=NEOLANE&utm_medium=email&urllabel=--label--&utm_campaign=<%= message.delivery.internalName %>

2. Got to the typology rules and select the above code as control typology.

in the else condition replace '--label--' by the URL label value using urlList[i].label

Regards,

Amit

sreenu539
Level 7
October 16, 2018

Does  message.delivery.internalName gives "transaction email type" such as "event" or "profile" ?