calin-beard
11/13/2017 - 4:14 PM

DoubleClick Floodlight

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>