Advertisement
martech-george

Untitled

Sep 3rd, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <script>
  2. fbq('track', 'AddToCart',
  3. {
  4. value: 2, // Price (or sum of prices if quantity is more than 1) for the product added to cart
  5. currency: 'EUR',
  6. contents: [ // Array with the product added to cart
  7. {
  8. 'id': 'P12345',
  9. 'title': 'Android Warhol T-Shirt',
  10. 'item_price': 2,
  11. 'category': 'Apparel/T-Shirts', // Up to 5 levels
  12. 'brand': 'Google',
  13. 'quantity': 1
  14. }
  15. ],
  16. content_type: 'product'
  17. }
  18. );
  19. </script>
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement