filipr27

GA4 - begin_checkout - ofmpec

Apr 28th, 2022
158
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: 'begin_checkout',
  4.   ecommerce: {
  5.     items: [{
  6.       item_name: 'REDA ESP - Gas Handler',             //Product Name - Type: string
  7.       item_id: 'Reda-Esp-Gas-Handler',                 //Product ID/SKU - Type: string
  8.       price: 11130.00,                                 //Product price - Type: number
  9.       currency: 'USD',                                 //Currency of the price that is collected - Type: string
  10.       discount: 0.00,                                  //Any discount associated with this product - Type: number
  11.       affiliation: 'sals',                             //Vendor - Type: string
  12.       item_brand: 'schlumberger',                      //Product Brand - Type: string  
  13.       item_category: 'Production',                     //Product Category - Type: string
  14.       item_category2: 'Electrical Submersible Pumps',  //Product Sub-Category 1 - Type: string
  15.       item_category3: 'REDA ESP - Gas Handler',                //Product Sub-Category 2 - Type: string
  16.       item_category4: 'Gas Volume Fraction 75%',                //Product Sub-Category 3 - Type: string
  17.       item_category5: 'item_category5',                //Product Sub-Category 4 - Type: string
  18.       item_variant: '102761535',                       //Variant of the product - variant SKU/ID - Type: string
  19.       quantity: 1                                      //Product quantity - Type: number
  20.     },{
  21.       item_name: 'Tiger Bullets',             //Product Name - Type: string
  22.       item_id: 'Tiger-Bullets-Lcm',                 //Product ID/SKU - Type: string
  23.       price: 2113.80,                                 //Product price - Type: number
  24.       currency: 'USD',                                 //Currency of the price that is collected - Type: string
  25.       discount: 0.00,                                  //Any discount associated with this product - Type: number
  26.       affiliation: 'miswaco',                             //Vendor - Type: string
  27.       item_brand: 'federal',                      //Product Brand - Type: string  
  28.       item_category: 'Drilling',                     //Product Category - Type: string
  29.       item_category2: 'Fluids',                    //Product Sub-Category 1 - Type: string
  30.       item_category3: 'Tiger Bullets',                //Product Sub-Category 2 - Type: string
  31.       item_category4: 'Units - 60',                //Product Sub-Category 3 - Type: string
  32.       item_category5: 'Pickup - Monahans, TX',                //Product Sub-Category 4 - Type: string
  33.       item_variant: 'M0017771-60-3',                       //Variant of the product - variant SKU/ID - Type: string
  34.       quantity: 1                                      //Product quantity - Type: number
  35.     }]
  36.   }
  37. });
Advertisement
Add Comment
Please, Sign In to add comment