{
  "event": "begin_checkout",
  "currency": "CLP",
  "value": 123990,
  "ecommerce": {
    "items": [
      {
        "item_id": "HOM1500WF",
        "item_name": "CALEFACTOR ANWO INFRARED IR1500WF (PH-96NW) C/WIFI",
        "currency": "CLP",
        "price": "79990",
        "quantity": 1,
        "item_category": "Calefaccion",
        "item_category2": "Calefactores Infrared"
      }
    ]
  },
  "gtm.uniqueEventId": 21
}

//QUITAR PRODUCTO DEL CARRO
{
  "event": "remove_from_cart",
  "ecommerce": {
    "currency": "CLP",
    "value": 0,
    "items": [
      {
        "item_id": "HOM1500WF",
        "item_name": "CALEFACTOR ANWO INFRARED IR1500WF (PH-96NW) C/WIFI",
        "currency": "CLP",
        "price": "123990",
        "quantity": null,
        "item_category": "Calefaccion",
        "item_category2": "Calefactores Infrared"
      }
    ]
  },
  "gtm.uniqueEventId": 30
}
//AGREGAR PRODUCTO AL CARRO

{
  "event": "add_to_cart",
  "ecommerce": {
    "currency": "CLP",
    "value": 94990,
    "items": [
      {
        "item_id": "HOM1000PWF",
        "item_name": "PANEL ELÉCTRICO ANWO HOM1000PWF 1000W C/WIFI",
        "currency": "CLP",
        "price": 94990,
        "quantity": 1,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      }
    ]
  },
  "gtm.uniqueEventId": 32
}

//PRODUCTO VISTO

{
  "event": "view_item",
  "ecommerce": {
    "items": [
      {
        "item_id": "EST-IR1500-BUV",
        "item_name": "CALEFACTOR ANWO INFRARED EST-IR1500-BUV FILTRO UV",
        "currency": "CLP",
        "price": "139990",
        "item_category": "Calefaccion",
        "item_category2": "Calefactores Infrared"
      }
    ]
  },
  "gtm.uniqueEventId": 26
}

//LISTAR PRODUCTOS CATEGORIA

{
  "event": "view_item_list",
  "ecommerce": {
    "item_list_id": "calefaccion_paneles_electricos",
    "item_list_name": "Calefaccion Paneles Eléctricos",
    "items": [
      {
        "item_id": "HOM1000PWF",
        "item_name": "PANEL ELÉCTRICO ANWO HOM1000PWF 1000W C/WIFI",
        "currency": "CLP",
        "price": 94990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "HOM1500PWF",
        "item_name": "PANEL ELÉCTRICO ANWO HOM1500PWF 1500W C/WIFI",
        "currency": "CLP",
        "price": 104990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "HOM2000PWF",
        "item_name": "PANEL ELÉCTRICO ANWO HOM2000PWF 2000W C/WIFI",
        "currency": "CLP",
        "price": 114990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.1000V",
        "item_name": "PANEL ELÉCTRICO VIDRIO ANWO NDFL.1000V 1000W C/WIFI",
        "currency": "CLP",
        "price": 99990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.1500V",
        "item_name": "PANEL ELÉCTRICO VIDRIO ANWO NDFL.1500V 1500W C/WIFI",
        "currency": "CLP",
        "price": 109990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.2000V",
        "item_name": "PANEL ELÉCTRICO VIDRIO ANWO NDFL.2000V 2000W C/WIFI",
        "currency": "CLP",
        "price": 119990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.600A",
        "item_name": "PANEL ELÉCTRICO LISO ANWO NDFL.600A 600W C/WIFI",
        "currency": "CLP",
        "price": 89990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.1200A",
        "item_name": "PANEL ELÉCTRICO LISO ANWO NDFL.1200A 1200W C/WIFI",
        "currency": "CLP",
        "price": 99990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      },
      {
        "item_id": "NDFL.1800A",
        "item_name": "PANEL ELÉCTRICO LISO ANWO NDFL.1800A 1800W C/WIFI",
        "currency": "CLP",
        "price": 109990,
        "item_category": "Calefaccion",
        "item_category2": "Paneles Eléctricos"
      }
    ]
  },
  "gtm.uniqueEventId": 26
}