Advertisement
dusanmiha

VIP - dataLayer

Nov 4th, 2020
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.  window.dataLayer = window.dataLayer || [];
  3.  window.dataLayer.push({
  4.     "device": {
  5.        'deviceCode': '{{ example: SM-A315}}',
  6.        'deviceInstalments': '{{ example: 24}}',
  7.        'deviceManufacturer': '{{ example: 7}}',
  8.        'deviceName': '{{ example: Samsung Galaxy A31}}',
  9.        'deviceType': '{{ example: 1}}'
  10.     },
  11.     "insurance": {
  12.        'insuranceName': '{{ example: Osiguranje uredjaja kategorija 4}}',
  13.        'isSelected': '{{ example: true}}'
  14.     },
  15.     "tariff": {
  16.        'monthlyFee': '{{ example: 2.599}}',
  17.        'name': '{{ example: NEO 10}}',
  18.            'tariffCode': '{{ example: SPO_SRPP4L}}',
  19.        'tariffName': '{{ example: NEO tarife}}'
  20.     },
  21.     "tariffAddon": {
  22.        'id': '{{ example: 183}}',
  23.        'price': '{{ example: 150}}',
  24.        'title': '{{ example: TikTok 10GB}}'
  25.     },
  26.     "accessory": {
  27.        'accessoryComercialName': '{{ example: Samsung Galaxy Watch Active2 40 mm Stainless Steel}}',
  28.        'accessoryId': '{{ example: 2446}}',
  29.        'accessoryManufacturerName': '{{ example:Samsung}}',
  30.        'accessoryName': '{{ example: Galaxy Watch Active2 40 mm Stainless Steel}}',
  31.        'accessoryPrice': '{{ example: 41.200}}',
  32.        'accessoryType': '{{ example: 8}}',
  33.        'isGadget': '{{ example: true}}'
  34.     }
  35.  });
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement