Create a new Adwords ad file. This will generate the " gwddoubleclick_min.js" file.
Copy the gwddoubleclick_min.js and gwddoubleclick_style.css from the New folder you just created to the existing project folder . This is a required file for DoubleClick/Adwords ad.
Open the Generic file in GWD.
Switch to Code View.
Search for the following lines in the code:
<script data-source="gwdgenericad_min.js" data-version="4" data-exports-type="gwd-genericad" type="text/javascript" src="gwdgenericad_min.js"></script>
Replace with the following line:
<script data-source="https://s0.2mdn.net/ads/studio/Enabler.js" data-exports-type="gwd-doubleclick" type="text/javascript" src="https://s0.2mdn.net/ads/studio/Enabler.js"></script>
<script data-source="gwddoubleclick_min.js" data-version="10" data-exports-type="gwd-doubleclick" type="text/javascript" src="gwddoubleclick_min.js"></script>
Then, search for the following lines :
<gwd-genericad id="gwd-ad">
Replace with the following line:
<gwd-doubleclick id="gwd-ad" polite-load="">
<gwd-metric-configuration></gwd-metric-configuration>
Last, search for the following close tag :
</gwd-genericad>
And replace it with:
</gwd-doubleclick>
Save and reopen the file.
Publish the file locally. Then upload to AdWords.
First of all, thank you for the quick answer.
I managed to transform the environment to adwords, but now I get this message:
"Your image is not an allowed dimension."
The thing is, my html5 has a set width of 600 and a height that's defined by its content, I hope I make myself clear, my question is:
Is there a chance to have a custom ad size uploaded to Adwords?
Again, thank you so much for your time and sorry for my english.
Cheers from Argentina
Rodri