dataLayer.push({ event: "add_to_cart", ecommerce: { currency: "INR", value: PRODUCT_PRICE, items: [ { item_id: PRODUCT_ID, item_name: PRODUCT_NAME, price: PRODUCT_PRICE, quantity: 1 } ] } });
top of page
bottom of page