Adform creative tag implementation (updated)
The following article presents the approach how adform tags should be implemented in Eskimi DSP.
<script language="javascript" src="https://track.adform.net/adfscript/?bn=50747383"></script>
<noscript>
<a href="https://track.adform.net/C/?bn=50747383;C=0" target="_blank">
<img src="https://track.adform.net/adfserve/?bn=50747383;srctype=4;ord=[timestamp]" border="0" width="300" height="250" alt=""/>
</a>
</noscript>
2. To continue tag implementation, you need to create banner type creative set, then add creative as JS/HTML banner and copy the tag from spreadsheet manually.
3. Once the code is copied, you need to adjust tag with click macro in order to track clicks in campaign.
3.1 add ;click={click_url}
into the redirect string.
3.2 To ensure proper cache-busting, replace [timestamp] with {CACHEBUSTER}.
Once all 2 steps completed the tags should look like:
<script language="javascript" src="https://track.adform.net/adfscript/?bn=50747383;click={click_url}"></script>
<noscript>
<a href="https://track.adform.net/C/?bn=50747383;C=0" target="_blank">
<img src="https://track.adform.net/adfserve/?bn=50747383;srctype=4;ord={CACHEBUSTER}" border="0" width="300" height="250" alt=""/>
</a>
</noscript>
4. Press save and later you can link this creative to your campaign.