Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Cristina_TechMa
Cristina_TechMa
Online

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
4

Discussions

Discussions
4

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Cristina_TechMa
Customize the badges you want to showcase on your profile
Re: Google Tag Manager Integration with Adobe Campaign - Adobe Campaign Standard 15-02-2018
I didn't know, thank you for the information Cristina

Views

4.8K

Like

1

Replies

0
Re: Issue publishing Webapp - Adobe Campaign Standard 15-02-2018
Hi,it is possible this issue is related with the "Publication options" you have set in the deployment wizard for your web forms. In order to check that, please go to Tools--->Advance-->Deployment wizard.Clicking on "next" you will find a screen "Access from the internet" which will allow you to configure the publication options. You can set 3 ways:- Local- Tracking Server- Other Adobe Campaign serverIf you use the tracking server (which I think you do as per the error received), you will need to...

Views

574

Like

1

Replies

0
Re: Google Tag Manager Integration with Adobe Campaign - Adobe Campaign Standard 15-02-2018
Hi Navin,for google analytics the only thing you need to do is to insert the UTM parameters in your URLs included in your emails sent form Adobe Campaign.There are multiple ways of doing it, but my suggestion is to automate the process changing the "Tracking formula" using an external account.If you are using Adobe Campaign Classic (v6, v7), please follow the below steps:1) Go to Administration --> Platform --> External Accounts and create a new one of "Web Analytics" type. As you see a new fiel...

Views

4.8K

Likes

3

Replies

3
Re: Google Tag Manager Integration with Adobe Campaign - Adobe Campaign Standard 14-02-2018
Hi,in order to enable Google Tag Manager for web tracking, if I am not wrong, you only need to insert some snippets inside your web pages.If you have implemented web pages in Adobe Campaign I think you have to modify the HTML inserting this piece of code(Replace GTM-XXXX by your container ID):(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-XXXX');inside the .In all the pages of your website you will also have to include the below code inside :If you need more details you can use the developers guide of google tag manager : Google Tag Manager Develop...

Views

4.8K

Like

1

Replies

5