DoubleClick Studio ClickTag after using Swiffy

后端 未结 4 683
情歌与酒
情歌与酒 2020-12-10 07:53

I\'ve converted a AS2 flash file into HTML5 using Swiffy. I\'m also using DoubleClick Studio for the Ad. I was wondering how i get a clicktag on the ad so it shows up in Dou

4条回答
  •  时光说笑
    2020-12-10 08:12

    The only way around this (at least from what I have found) is to first load the DoubleClick HTML API (https://www.google.com/doubleclick/studio/docs/sdk/html5/en/class_studio_Enabler.html), then either ....

    1. Make the whole Swiffy Object clickable from within HTML/JS using JavaScript, and calling Enabler.exit() when the user clicks the ad

    2. Use ExternalInterface to call JavaScript methods from within Flash/Swiffy. Then create a JavaScript method that in-turns calls Enabler.exit().

提交回复
热议问题