filipr27

GA4 - app - flutter - sign_up

Jul 19th, 2023 (edited)
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // sign_up
  2. await FirebaseAnalytics.instance.logEvent(
  3.     name: "sign_up",
  4.     parameters: {
  5.         "method": google,  // E.g. google, facebook, email
  6.         "business_type": b2c,  // b2b or b2c
  7.         "page_category": knjige,  // knjige, nekretnine, posao, usluge, etc, ostale stranice
  8.     },
  9. );
Advertisement
Add Comment
Please, Sign In to add comment