• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Urgent, adwords banners ain't clicking

Community Beginner ,
Feb 05, 2017 Feb 05, 2017

Copy link to clipboard

Copied

please can someone help me?

hello, i made banners for adwords, but the ain't clickable to our website...

i have used adwords banners with animate before, but after the 2017 upgrade, i didn't used it.

i have changed the template for the 2017 version, and the banners running, only no click??? ;-(

i've reed somewhere that the banners don't use a click tag anymore...is that true?

in adwords i can put the url link to the banner

( i make my banners together with greensock in code)

under here, the template: (is there anything i must change)

<!DOCTYPE html>

<!--

  NOTES:

  1. All tokens are represented by '$' sign in the template.

  2. You can write your code only wherever mentioned.

  3. All occurrences of existing tokens will be replaced by their appropriate values.

  4. Blank lines will be removed automatically.

  5. Remove unnecessary comments before creating your template.

-->

<html>

<head>

<meta charset="UTF-8">

<meta name="authoring-tool" content="$VERSION">

<title>$TITLE</title>

<!-- write your code here -->

<meta name="ad.size" content="width=$WT,height=$HT">

<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2015.11.26_54e1c3722102182bb133912ad4442e19_min...."></script>

<script src="https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.18.0_499ba64a23378545748ff12d372e59e9_min.js"></script>

<script src="https://tpc.googlesyndication.com/pagead/gadgets/html5/api/exitapi.js"></script>

<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2015.11.26_54e1c3722102182bb133912ad4442e19_min...."></script>

$ANIMATE_CC_SCRIPTS

$SCRIPT_START

var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation;

function init() {

  canvas = document.getElementById("$CANVAS_ID");

  anim_container = document.getElementById("$ANIM_CONTAINER_ID");

  dom_overlay_container = document.getElementById("dom_overlay_container");

  $CREATE_LOADER

  $LOAD_MANIFEST

  $PRELOAD_ASSETS

}

$HANDLE_FILE_LOAD_START

  $HANDLE_FILE_LOAD_BODY

$HANDLE_FILE_LOAD_END

$HANDLE_COMPLETE_START

  //This function is always called, irrespective of the content. You can use the variable "stage" after it is created in token create_stage.

  $CREATE_STAGE

  //Registers the "tick" event listener.

  $START_ANIMATION   

  //Code to support hidpi screens and responsive scaling.

  $RESP_HIDPI

$HANDLE_COMPLETE_END

$PLAYSOUND

$SCRIPT_END

<!-- write your code here -->

</head>

<body onload="init();" style="margin:0px;">

  <div id="$ANIM_CONTAINER_ID" style="background-color:$BG; width:$WTpx; height:$HTpx">

  <canvas id="$CANVAS_ID" width="$WT" height="$HT" style="position: absolute; display: $CANVAS_DISP; background-color:$BG;"></canvas>

  <div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:$WTpx; height:$HTpx; position: absolute; left: 0px; top: 0px; display: $CANVAS_DISP;">

  </div>

  </div>

    $PRELOADER_DIV

</body>

</html>

Views

179

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation