Skip to content

Commit

Permalink
Prepare latte template
Browse files Browse the repository at this point in the history
  • Loading branch information
Smety committed Feb 18, 2017
1 parent b104458 commit 73757e0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/Pages/latte/base.latte
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<script n:syntax="off">
var todo = "value";
</script>
dataLayer = [];
var google_tag_params = {
'ecomm_prodid': ['123A', 'H456'], // Product ID inarray
'ecomm_pagetype': 'searchresults', // Type page See https://developers.google.com/adwords-remarketing-tag/parameters#retail 'ecomm_pagetype' block
'ecomm_totalvalue': '118.99', // Total value, no currency, two decimal places
'ecomm_category': 'Garden' // Category title (when is no empty)
};
dataLayer.push({
'event': 'remarketing_fire',
'google_tag_params': google_tag_params
});
</script>

0 comments on commit 73757e0

Please sign in to comment.