Closed joemidi closed 7 years ago
Ah yea, this is a known issue with AdWords, you can't use anything other than the ones they specifically mention on this policy page.
They have a much stricter policy than their sibling Google powered ad platforms.
// Google-hosted Greensock
'https://s0.2mdn.net/ads/studio/cached_libs/tweenlite_1.18.0_56fa823cfbbef1c2f4d4346f0f0e6c3c_min.js',
'https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.18.0_499ba64a23378545748ff12d372e59e9_min.js',
'https://s0.2mdn.net/ads/studio/cached_libs/cssplugin_1.18.0_71489205621d46cbe88348eeb8fe493f_min.js',
'https://s0.2mdn.net/ads/studio/cached_libs/easepack_1.18.0_ed5816e732515f56d96a67f6a2a15ccb_min.js',
Realistically you only need the TweenMax lib as it contains all the others:
'https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.18.0_499ba64a23378545748ff12d372e59e9_min.js',
Also from what you can see, you need to also replace your clickTag Event.
HTML5 ads that are not created in Google Web Designer are, by default, clickable on the entire area of the ad. If you wish to limit the clickable area to specific elements, then you will need to include the exitapi.js script.
You can either remove the bind event event entirely and let the AdWords platform take over.
Or add the ExitApi
<script type="text/javascript" src="https://tpc.googlesyndication.com/pagead/
gadgets/html5/api/exitapi.js"> </script>
Which would change the Bind Event to:
Banner.prototype.bindEvents=function(){
this.banner.addEventListener('click', function() {
ExitApi.exit());
});
};
thank you :)
since removing was easier, i removed the binding event :) now waiting to see what happen
they've been approved. thank you!
any ideea about a workaround for google adword? they get uploaded, but soon after they are rejected for this reason Malicious or unwanted software
i also replaced these lines
with
taken from here
i tested them here https://h5validator.appspot.com/adwords and everything is 100% ok. have no ideea what to do.
here's one of the banners.
adg-160x600.zip