Skip to content

Instantly share code, notes, and snippets.

@justusbluemer
Created February 2, 2021 15:51
Show Gist options
  • Save justusbluemer/ea8d524a3e1c9eeef159bf6a494da3fc to your computer and use it in GitHub Desktop.
Save justusbluemer/ea8d524a3e1c9eeef159bf6a494da3fc to your computer and use it in GitHub Desktop.
ADCELL conversion tracking code
<script type="text/javascript" src="http://www.adcell.de/js/jsadlib.js"></script>
<script type="text/javascript">
Adcell.user.track({
'pid' : '0000',
'eventid' : '0000',
'referenz' : 'ABC_123',
'betrag' : '123.45'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment