Advertisement
Vojkovic

Purchase - customer loyalty cards NEW

Jul 9th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  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. enhanced_conversion_data: { // GOOGLE ADS ENHANCED CONVERSION
  20. email: "[email protected]", // Return the users email address
  21. phone_number: "2566121553", // Return the users phone number
  22. }
  23. },
  24. gtm.uniqueEventId: 16
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement