Advertisement
JITreviso

ga4_whirlpool | add_to_cart

Aug 22nd, 2022
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.dataLayer = window.dataLayer || [];
  2. window.dataLayer.push({
  3.   event: 'add_to_cart',             // name of the event. In this case, it always must be select_item
  4.   ecommerce: {                          
  5.     items: [{                           // an array with a product that was clicked
  6.       item_name: 'Combo Whirlpool Retro y Microondas',           // insert an actual product name
  7.       item_id: 'WRA09R3+WMS20AS',              // insert an actual product ID
  8.       price: '132.499',                   // insert an actual product price. Number or a string. Don't include currency code
  9.       item_category: 'Combo Copa 1',             // insert an actual product variant
  10.       item_brand: 'Whirlpool',            // insert an actual product price
  11.       item_variant: 'Retro',             // insert an actual product variant
  12.       item_list_name: 'Search results', // insert the name of the list where the product is currently displayed
  13.       item_list_id: 'search_results_home',   // insert the list id where the product is currently displayed
  14.       index: 1,                         // insert product's position in that list
  15.       quantity: '1'                     // product quantity. In this case, it will usually be equal to 1
  16.     }]
  17.   }
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement