Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gtag("event", "add_to_cart", {
- currency: "CZK",
- value: 1000, // zde vložit cenu dárkovky
- items: [
- {
- item_id: "xxx", // ID dárkovky
- item_name: "Dárkový balíček",
- item_brand: "Janova Pec",
- item_category3: "Dárky",
- price: 1000, // zde vložit cenu dárkovky
- quantity: 1
- }
- ]
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement