Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $( document ).ready(function() {
  2.   dataLayer.push({
  3.     'ecommerce': {
  4.       'purchase': {
  5.         'actionField': {
  6.           'id': 'T'+Math.floor(Math.random() * 1000000001),                        
  7.           'affiliation': 'Fantastic from Cart',
  8.           'revenue': '2896',                    
  9.           'tax':'',
  10.           'shipping': '',
  11.           'coupon': ''
  12.         },
  13.         'products': [{                            
  14.           'name': 'Монитор 21.5" 1920x1080 ASUS VZ229HE IPS D-Sub HDMI',    
  15.           'id': '159295',
  16.           'price': '2662',
  17.           'brand': 'ASUS',
  18.           'category': 'Мониторы',
  19.           'variant': '',
  20.           'quantity': '1',
  21.           'coupon': ''                            
  22.         },
  23.         {                            
  24.           'name': 'Колонки Portable SVEN PS-45BL',    
  25.           'id': '142781',
  26.           'price': '234',
  27.           'brand': 'SVEN',
  28.           'category': 'Колонки',
  29.           'variant': '',
  30.           'quantity': '1',
  31.           'coupon': ''                            
  32.         }]
  33.       }
  34.     }
  35.   });
  36. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement