Advertisement
martinkingus

Janova Pec - gtat add_to_cart

Mar 18th, 2025
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gtag("event", "add_to_cart", {
  2.   currency: "CZK",
  3.   value: 1000, // zde vložit cenu dárkovky
  4.   items: [
  5.     {
  6.       item_id: "xxx", // ID dárkovky
  7.       item_name: "Dárkový balíček",
  8.       item_brand: "Janova Pec",
  9.       item_category3: "Dárky",
  10.       price: 1000, // zde vložit cenu dárkovky
  11.       quantity: 1
  12.     }
  13.   ]
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement