filipr27

GA4 - app - flutter - account_topup

Jul 20th, 2023 (edited)
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // account_topup
  2. await FirebaseAnalytics.instance.logEvent(
  3.   name: "account_topup",
  4.   parameters: {
  5.     "topup_value": 1200,
  6.     "currency": RSD,
  7.     "business_type": b2c,  // b2b or b2c
  8.     "page_category": knjige,  // knjige, nekretnine, posao, usluge, etc, ostale stranice
  9.   },
  10. );
Advertisement
Add Comment
Please, Sign In to add comment