filipr27

GA4 - app - flutter - search

Jul 24th, 2023 (edited)
1,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // search
  2. await firebaseAnalytics.logEvent(
  3.   name: "search",
  4.   parameters: {
  5.     "search_term": stan zemun,  // all lowercase
  6.     "visitorStatus": prijavljen,  // prijavljen or neprijavljen
  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