This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "genericEvent", //Nombre del evento | |
| "eventCategory":"whatsapp", //Categoría | |
| "eventAction":"microinjerto-premium-tarifa-plana-oferta-detalle", //Acción | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| window.dataLayer.push({ | |
| "event": "pageView", //Event name | |
| "pageURL":"https://www.officinemattio.com/brondello-disc/", //Page URL | |
| "pageHostname":"https://www.officinemattio.com", //Hostname | |
| "pagePath":"/brondello-disc", //Page path | |
| "pageType":"product", //Page Type | |
| "clientId":"1551061481.1597054763", //Cookie ID | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "genericEvent", //Event name | |
| "eventCategory":"configurator", //Category | |
| "eventAction":"step", //Action | |
| "eventLabel": "1_colours", //Label | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "EEC_promoClick", | |
| "ecommerce": { | |
| "promoClick": { | |
| "promotions": [ | |
| { | |
| "id": "001", //Promotion ID | |
| "name": "unicità ed eleganza per la tua om", //Promotion name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "EEC_productImpressions", | |
| "ecommerce": { | |
| "currencyCode": "EUR", //Código de la moneda | |
| "impressions": [ | |
| { | |
| "id": "200094", //ID del producto | |
| "name": "Brondello disc", //Nombre del producto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "EEC_productClick", | |
| "ecommerce": { | |
| "click": { | |
| "actionField": {"list": "Productos destacados"}, //Lista de productos | |
| "products": [{ | |
| "id": "200094", //ID del producto | |
| "name": "Brondello disc", //Nombre del producto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.dataLayer = window.dataLayer || [] | |
| dataLayer.push({ | |
| 'event': 'formSubmission', | |
| 'formType': 'configurator', | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.dataLayer = window.dataLayer || [] | |
| dataLayer.push({ | |
| 'event': 'formSubmission', | |
| 'formType': 'informations request', | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| dataLayer.push({ | |
| "event": "EEC_orderConfirmation", | |
| "ecommerce": { | |
| "currencyCode": "EUR", //Currency code | |
| "purchase": { | |
| "actionField": { | |
| "id": "12345", //Transaction ID | |
| "revenue": "37.17", //Transaction price | |
| "tax": "6.10", //Transaction tax |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| dataLayer.push({ | |
| "event": "EEC_promoClick", | |
| "ecommerce": { | |
| "promoClick": { | |
| "promotions": [ | |
| { | |
| "id": "001", //Promotion ID | |
| "name": "Formazione Online E Servizi Di Consulenza Per Aziende E Professionisti", //Promotion name |
OlderNewer