Adding click macro for: Admeta Adserver
The macro that is used by Admeta Adserver is the following: {clickthrough0}
This macro expands to: http://p22.atemda.com/clickthrough.ashx?ad2vps=&ad2dest=
(Campaign specific variables are removed)
In this macro you will find the redirect parameter already (&ad2dest=)
, so that our escaped macro can be appended direct after. The finished macro chain should look like this:
click: "{clickthrough0}{{escapedClick}}"
This will then in the end expand to the following:
http://p22.atemda.com/clickthrough.ashx?ad2vps=&ad2dest=http://click-macro-example.com
Below is a finished example:
<!-- JavaScript Ad Tag / Delta Projects / 300x250 / Downloaded at: Tue Mar 01 01:01:01 CET 2016
Campaign 1, Purchase 1
-->
<script type="text/javascript" data-sting="12345">
!function(t,n,e){"undefined"==typeof $ting&&
($ting={p:n+"s:"==t.location.protocol?n+"s":n,a:[],
h:"sting.de17a.com"},a=t.createElement("script"),
a.async=!0,a.src=$ting.p+"://"+$ting.h+"/ctrl.js",
t.body.appendChild(a)),$ting.a.push([null,12345,300,250,e])
}(document,"http",{ click: "{clickthrough0}{{escapedClick}}" });
</script>
<!-- End of Tag -->
Last modified: Mon Sep 23 2024 11:48:54 GMT+0200 (Central European Summer Time)