filipr27

GA4 - app - flutter - view_promotion

Jul 24th, 2023 (edited)
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // view_promotion
  2. await FirebaseAnalytics.instance.logEvent(
  3.     name: "view_promotion",
  4.     parameters: {
  5.         "business_type": b2c,  // b2b or b2c
  6.         "visitorStatus": neprijavljen,  // prijavljen or neprijavljen
  7.         "page_category": knjige,  // knjige, nekretnine, posao, usluge, etc, ostale stranice
  8.         "banner_position": top,  // position of the banner e.g. top, featured, footer, etc.
  9.         "banner_name": Stanovi Banjica,
  10.     },
  11. );
Advertisement
Add Comment
Please, Sign In to add comment