| Product | Price | Quantity | Subtotal | Remove |
|---|
Total:
$0.00
dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object. dataLayer.push({ event: "purchase", // Attribution matching - These values are hashed before being sent to Reddit user_data: { email_address: "alice@site.com", phone_number: "+15551234567" }, // Event metadata ecommerce: { value: 20.00, currency: "USD", items: [ { item_id: "SKU_12345", item_name: "Potato Tee", item_category: "Apparel", price: 10.00, quantity: 2 }, ], }, });