Jawad_Khan

FB - Purchase Event

Dec 18th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. fbq('track', 'Purchase',
  2. // begin parameter object data
  3. {
  4. value: 115.00,
  5. currency: 'USD',
  6. contents: [
  7. {
  8. id: '301',
  9. quantity: 1
  10. },
  11. {
  12. id: '401',
  13. quantity: 2
  14. }],
  15. content_type: 'product'
  16. }
  17. // end parameter object data
  18. );
Add Comment
Please, Sign In to add comment