Webprogramo

How To insert ClickTag in HTML5 Banners with Google Web Designer (Method 2)

ClickTag’s goal is to keep track of the clicks from advertisements and banners in the web. Depending on the ad serving platform the requirements for its implementation may change.

Let’s see how it works for a standard ad platform:

We are using Google Web designer (recommended) to make our HTML 5 banners, So let’s Begin:

 window.open(clickTag, '_blank');

so we will get something like this:

 

script type="text/javascript">
var clickTag = "https://www.google.com";
</script>

 

… And we are going to get something like this:

Now we are all set up, save the changes, and we are done!