Jump to content

How to save click in HTML banners?


savina

Recommended Posts

Please could someone help with the problem. I can not save clicks in HTML banners.

The click tag which we use is working on some and on some doesn't. 

Now we use this one: <a href="https://www.link" style="position:absolute;top:0;left:0: display:inline-block; width:728px; height:90px; z-index:-5;">
</a>

Please exuse me if the question is very simple but I'm not a developer.

 

Link to comment
Share on other sites

  • 2 weeks later...

I am using this in Google WebDesigner

 <script type="text/javascript" gwd-events="handlers">
    window.gwd = window.gwd || {};
    gwd.exit = function(event) {
      clickTag = window.location.search.substring(1).split("clickTag=")[1];
      window.open(clickTag);

    };
  </script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...