Copy link to clipboard
Copied
I'm creating HTML5 ads for google and although the validator is approving that the Clicktag has been correctly implemented the media buyers feedback is that it doesn't click through. I'm fairly new to creating these ads and at a loss at what the issue is. I've made the ads through Adobe Animate, added a clickable button as a layer and edited the html file to the sbecs as far as i understand. I've attached the html zips. Thank you for any help!
1 Correct answer
<script>var clickTag = "http://www.google.com";</script>
should be
<script type="text/javascript"> var clickTag = "http://www.google.com";</script>
and should be within the head tags.
and you need your clicktag link after the close head and start body tags
;
<a href "javascript:void(window.open(clickTag))"></a>
also, are the ad.size dimensions correct?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
what do you see when you click your link?
Copy link to clipboard
Copied
On the link i can view the ad and see that the validator says they are ok. But the actual ads are 'unclickable'
Copy link to clipboard
Copied
in animate, did you create a button in the top-most layer covering your stage?
Copy link to clipboard
Copied
Thank you for taking time to reply, I have done so yes. Set it as a button, covering the whole canvas and set it to hit.
Copy link to clipboard
Copied
and what's your meta tag and body link? actually, just copy and paste the entire html file contents into a reply here.
Copy link to clipboard
Copied
Thank you so much!
Copy link to clipboard
Copied
<script>var clickTag = "http://www.google.com";</script>
should be
<script type="text/javascript"> var clickTag = "http://www.google.com";</script>
and should be within the head tags.
and you need your clicktag link after the close head and start body tags
;
<a href "javascript:void(window.open(clickTag))"></a>
also, are the ad.size dimensions correct?
Copy link to clipboard
Copied
p.s. : should be a colon :
Copy link to clipboard
Copied
Thank you very much i apprectate your reply very much as I'm (clearly) no good with coding but thought I was almost there! It has now worked!
Copy link to clipboard
Copied
excellent! and thanks for the follow-up.
Copy link to clipboard
Copied
I'm facing an issue with an HTML5 creative while uploading it to DV360. I’m getting the error message:
"Must include click tags in the HTML asset only."
However, the clickTag is already included in the file.
Can anyone help me resolve this issue?
Please reply as soon as possible
Copy link to clipboard
Copied
what's your code?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
where's your anchor tag?
Copy link to clipboard
Copied
Please let me know if there is any other thing is missing ?
Copy link to clipboard
Copied
just that anchor tag
<a href "javascript:void(window.open(clickTag))"></a>
Copy link to clipboard
Copied
using a colon

