Render Key Values in ad
{{kvs.<KEY>.[0]}}Example
<a rel="nofollow" target="_top" href="{{{urls.destination.url}}}" >
<img loading="lazy" src="{{{assets.Image.cdnId}}}" style="width: {{creativeWidth}}px; height: {{creativeHeight}}px;"/>
</a><a rel="nofollow" target="_top" href="{{{urls.destination.url}}}" >
<p>Buy it in your store in {{kvs.city.[0]}}</p>
<img loading="lazy" src="{{{assets.Image.cdnId}}}" style="width: {{creativeWidth}}px; height: {{creativeHeight}}px;"/>
</a><div id="adn-<AUID>" style="display:none"></div>
<script src="https://cdn.adnuntius.com/adn.js" async></script>
<script>
window.adn = window.adn || {};
adn.calls = adn.calls || [];
adn.calls.push(function () {
adn.request({
network: '<NETWORK>',
adUnits: [{ auId: '<AUID>', auW: 0, auH: 0, kv: { city: 'Stockholm' } }]
});
});
</script>Last updated