Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- event: 'view_item',
- ecommerce: {
- items: [{
- item_name: 'Integrated Reservoir Analysis', //Product Name - Type: string
- item_id: '72217', //Product ID/SKU - Type: string
- price: 4500.00, //Product price - Type: number
- currency: 'USD', //Currency of the price that is collected - Type: string
- discount: 0.00, //Any discount associated with this product - Type: number
- item_brand: 'Petrophysics', //Product Brand - Type: string
- item_category: 'Petrotechnical', //Product Category - Type: string
- item_category2: 'Indonesia', //Product Sub-Category 1 - Type: string
- item_category3: 'Bali', //Product Sub-Category 2 - Type: string
- item_variant: 'Foundation', //Variant of the product - variant SKU/ID - Type: string
- quantity: 1 //Product quantity - Type: number
- }]
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment