Documentation DCO Enabler -> ENABLER GOOGLE WEB DESIGNER -> Dynamics Settings
DYNAMICS SETTINGS
Insert Dynamics Settings after the html code of the page (after the tag gwd-genericad
)
The dynamic values are available in a map data
.
To test your ad, you can set defaults after loading the script. These values will be automatically replaced with dynamic values at the time of AdServing.
<script type="text/javascript"> ADventori.initData( {
'wording':'Lorem Ipsum',
'photo':'http://url.of/photo'
});
console.log(ADventori.data.wording + '==' +
'Lorem Ipsum'); console.log(ADventori.data.photo + '==' +
'http://url.of/photo'); </script>
For all campaigns using several formats, all dynamics values must be the same throughout all formats