Advertisement
Vojkovic

Purchase - customer loyalty cards OLD

Jul 9th, 2024
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataLayer.push({
  2.   event: "purchase",
  3.   eventModel: {
  4.     transaction_id: "CL6071",
  5.     value: 7.19,
  6.     tax: 1.2,
  7.     shipping: 5.99,
  8.     currency: "GBP",
  9.     coupon: "vojkovicilija100",
  10.     items: [
  11.       {
  12.         item_id: "535",
  13.         item_name: "Order A Reprint",
  14.         quantity: "1",
  15.         item_category: "Uncategorised",
  16.         price: "14.00"
  17.       },
  18.       {
  19.         item_id: "2210",
  20.         item_name: "Coffee Cup Ink Stamp",
  21.         quantity: "1",
  22.         item_variant: "1-self-inking-stamp",
  23.         price: "9.85"
  24.       },
  25.       {
  26.         item_id: "334",
  27.         item_name: "Coffee Reward Card",
  28.         quantity: "1",
  29.         item_category: "Coffee Shop Loyalty Cards/Drinks Loyalty Cards",
  30.         price: "14.00"
  31.       }
  32.     ]
  33.   },
  34.   gtm.uniqueEventId: 16
  35. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement