AnandSAA

DTL

Jun 29th, 2020
1,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. dataLayer.push({
  2.   "ecommerce": {
  3.     "currencyCode": "AED",
  4.     "impressions": [
  5.       {
  6.         'name': 'abc',             // of type variable string
  7.         'id': 'abc',               // of type varaible string
  8.         'price': 123,               // of type varaible number
  9.         'brand': 'abc',           // of type varaible string
  10.         'category': "Unit",           // of type const string
  11.         'list': 'Unit Availibility',         // of type const string
  12.         'position': 23                      // of type variable number
  13.       },
  14.       {
  15.         'name': 'abc',             // of type variable string
  16.         'id': 'abc',               // of type varaible string
  17.         'price': 123,               // of type varaible number
  18.         'brand': 'abc',           // of type varaible string
  19.         'category': "Unit",           // of type const string
  20.         'list': 'Unit Availibility',         // of type const string
  21.         'position': 24                  // of type variable number
  22.       }
  23.     ]
  24.   }
  25. })
Advertisement
Add Comment
Please, Sign In to add comment