Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script>
  4. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  5. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  6. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  7. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  8.  
  9. ga('create', 'UA-83076923-11', 'auto');
  10. ga('send', 'pageview');
  11.  
  12. ga('require', 'ecommerce', 'ecommerce.js'); // Load the ecommerce plug-in.
  13.  
  14. ga('ecommerce:addTransaction', {
  15. 'id': '15698',
  16. 'affiliation': 'odjeca',
  17. 'revenue': '999.15',
  18. 'shipping': '555.00',
  19. 'tax': '525.00'
  20. });
  21.  
  22. ga('ecommerce:addItem', {
  23. 'id': '15698',
  24. 'name': 'Neki proizvod',
  25. 'sku': '42344234',
  26. 'category': 'test',
  27. 'price': '5000.95',
  28. 'quantity': '1'
  29. });
  30.  
  31.  
  32.  
  33. ga('ecommerce:send');
  34.  
  35. </script>
  36.  
  37. </head>
  38. <body>
  39. test
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement