How to create banners with Google Web Designer
If you would like to create nice and fancy HTML5-banners you can use an application from Google, and it's actaully free. The application is called Google Web Designer.
Berfore you can use the banners you create with Google Web Designer, GWD, at Adrecord you will need to make some small adjustments.Follow these simple steps to make it all work:
When you start the application you will see a box poping up, where you can make some selection. Look at the headline Environment and make sure to choose: Non-Google Ad.
Please click on the button that is marked in the screen shot below, to switch to the code view.
Please scroll down near the end of the code, and find the row that match the screen shot below.
Select and copy the code below, then put your marker on the from from the previous image and paste it in there.
var parsed = (document.location.href.split('#')[1]||'').split('&'); var params = parsed.reduce(function (params, param) { var param = param.split('='); params[param[0]] = decodeURIComponent(param.slice(1).join('=')); return params; }, {}); gwdAd.addEventListener('click', function(){ top.location=params.clickTag; });
Now you should have some thing that looks similar to this screen shot below, and you are ready to start designing your banner.
When your feel good about your design, it's time to export the banner and then get it up on your account with us. Press the button Publish and then select Publish locally. When your done with that you can send that zip-file containing your banner to your manager at Adrecord, or to support@adrecord.com.
The code snippet that you have just added to your banner will make the user clicking the banner go to that URL that is set by Adrecord's system. On the page where you can manage your banners you can specify the URL for a banner or a banner group. If there is not specific URL for a banner it will be the program default. In other words you should not add links or "exits" within your banner in GWD..
We know it might not feel cristal clear, so please try complete one banner i one size and then sent it to us for verification. Knowing everything works as intended you can continue designing new banners in the diffrent sizes.