Last active
August 29, 2015 13:56
-
-
Save pierre-b/8843417 to your computer and use it in GitHub Desktop.
Revisions
-
pierre-b revised this gist
Feb 6, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ <script> // MUST BE PLACED BEFORE THE GOOGLE TAG MANAGER SCRIPT // push conversion's data into Google Tag Manager dataLayer = [{ 'affilae.ruleKey': 'xxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx', -
pierre-b created this gist
Feb 6, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <script> // push conversion's data into Google Tag Manager dataLayer = [{ 'affilae.ruleKey': 'xxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx', 'affilae.conversionId': '123', 'affilae.customerId': '123', 'affilae.amount': '100.5', 'affilae.payment': 'online' // online | bankwire | cheque | other }]; </script>