Skip to main content
Participant
November 9, 2016
Answered

Click tag in Animate cc?

  • November 9, 2016
  • 1 reply
  • 2237 views

Hi!

Im really struggling with creating HTML5 banners in Animate. I need to create a banner that will click through, but unlike edge, there is no option to add a cursor or a click tag. I have absoloutely no idea about coding, complete beginner, but does anyone know if you can add a click tag in animate cc?

Thank you!

This topic has been closed for replies.
Correct answer rezun8

honestly dont really need a ClickTAG element in your Animate banners anymore. You will declare the clickthrough in the html.

When you upload the banner to a publisher you can also determine the click thru path there.

<a href="javascript:window.open(window.clickTag)"><canvas id="canvas" width="728" height="90" style="background-color:#000000"></canvas></a>

1 reply

rezun8
rezun8Correct answer
Inspiring
November 9, 2016

honestly dont really need a ClickTAG element in your Animate banners anymore. You will declare the clickthrough in the html.

When you upload the banner to a publisher you can also determine the click thru path there.

<a href="javascript:window.open(window.clickTag)"><canvas id="canvas" width="728" height="90" style="background-color:#000000"></canvas></a>