Skip to main content
Participant
April 22, 2022
Question

How do I add clicktag correctly for Google Campaign Manager to track properly?

  • April 22, 2022
  • 1 reply
  • 502 views

Hello,

 

I have recently created lots of display ads to be used in a campaign on Google Campaign Manager. 

 

I added the button in Animate and used the 'click to go to web page' action in the code snippets. This is where I added in the URL I need people to go to when they click. 

 

After publishing, I edited the .html file in Dreamweaver and added in this code: 

 

<head>
   <meta name="ad.size" content="width=300,height=250">
   <script type="text/javascript">
      var clickTag = "http://www.google.com";
   ​</script>
</head>

 

When uploading to ad validator it came back saying they should track correctly. However since being uploaded into Campaign Manager I have received reports that the ads are not tracking correctly. 

 

Please can someone advise what I am doing wrong and what code I need to add / change to fix the issue? 

 

Thank you so much. 

This topic has been closed for replies.

1 reply

Participant
April 22, 2022

*in the second piece of code I also changed www.google.com to the URL I need people to go to when they click the ad.