DoubleClick Floodlight
https://support.google.com/dfa/partner/answer/134533?hl=en
http://commondatastorage.googleapis.com/floodlight/on_click_examples.html
<script>
ijQuery(document).ready(function(){
ijQuery('#button a').on('click', function() {
callFloodlight_new("123456", "foo246", "bar468");
});
});
</script>