Created
February 2, 2021 15:51
-
-
Save justusbluemer/ea8d524a3e1c9eeef159bf6a494da3fc to your computer and use it in GitHub Desktop.
ADCELL conversion tracking code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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