Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script>
  2. dataLayer.push({
  3. 'event': 'transaction',
  4. 'ecommerce': {
  5. 'purchase': {
  6. 'actionField': {
  7. 'id': 'ef56c499-fcdc-4a13-8f4e-9bc4c5d5b813', //Transaction id
  8. 'revenue': '1.00',
  9. },
  10. 'products': [{
  11. 'name': 'Pockit Card',
  12. 'id': 'card',
  13. 'price': '0.99',
  14. 'quantity': 1
  15. }
  16. ]
  17. }
  18. }
  19. });
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement