Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Glami piXel for Sportvision-->
- <script>
- (function(f, a, s, h, i, o, n){f['GlamiTrackerObject'] = i; f[i]=f[i]||function(){(f[i].q=f[i].q||[]).push(arguments)};o=a.createElement(s), n=a.getElementsByTagName(s)[0];o.async=1;o.src=h;n.parentNode.insertBefore(o,n) })(window,document,'script','//www.glami.si/js/compiled/pt.js','glami');
- glami('create','{{Lookup | Glami API Key}}','si');
- glami('track','PageView');
- glami('track','Purchase', {item_ids: ['{{JavaScript | Purchase | IDs}}'], // bought product IDs. Use the same IDs as you use
- value: '{{Data Layer | Purchase | Value}}' , // order value (sum of product values)
- currency:'{{Lookup | Currency}}',// order value currency
- transaction_id:'{{Data Layer | Purchase | Transaction ID}}'// order ID
- });
- </script>
- <!-- End Glami piXel -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement