Hey there,
i am using third party ad tag from adserver.bs to run a banner on my official website and following the revive instruction to track the click on this banner but still i can't able to track this on my revive account. Please suggest what correction have to done in below third party ad tag.
orignal
<script src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=22958752&PluID=0&w=728&h=90&ord=[timestamp]"></script>
<noscript>
<a href="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=22958752&Page=&PluID=0&Pos=951734719" target="_blank"><img src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=22958752&Page=&PluID=0&Pos=951734719" border=0 width=728 height=90></a>
</noscript>
Modified manually to track click as suggested on forum
<script src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=22958752&PluID=0&w=728&h=90&ord={random}"></script>
<noscript>
<a href="{clickurl}https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=22958752&Page=&PluID=0&Pos=951734719" target="_blank"><img src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=22958752&Page=&PluID=0&Pos=951734719" border=0 width=728 height=90></a>
</noscript>
Thanks & regards