Use this macro if you want to count clicks with other third party tags:
%%CLICK_URL_UNESC%%
To use Click Tracking in DFP, modify your code:
(add the &pubclick=%%CLICK_URL_UNESC%% behind the placement ID)
Before:
<!-- BEGIN JS TAG - 728x90 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.digitalthrottle.com/ttj?id=######" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->
AFTER
<!-- BEGIN JS TAG - 728x90 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.digitalthrottle.com/ttj?id=######&pubclick=%%CLICK_URL_UNESC%%" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->
0 Comments