Advertisement
martech-george

Untitled

Sep 3rd, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script>
  2. gtag('event', 'remove_from_cart', {
  3. "currency": "EUR",
  4. "items": [ // Array with the product removed from cart
  5. {
  6. "id": "P12345",
  7. "name": "Android Warhol T-Shirt",
  8. "brand": "Google",
  9. "category": "Apparel/T-Shirts",
  10. "variant": "Black",
  11. "quantity": 1,
  12. "price": 2,
  13. "google_business_vertical": "retail"
  14. }
  15. ]
  16. });
  17. </script>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement