filipr27

GA4 - app - flutter - view_search_results

Jul 21st, 2023 (edited)
1,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // view_search_results
  2. await firebaseAnalytics.logEvent(
  3.   name: "view_search_results",
  4.   parameters: {
  5.     "search_term": maska za iphone,  // 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