filipr27

GA4 - app - flutter - user_business_type

Jul 20th, 2023
1,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. await FirebaseAnalytics.instance
  2.   .setUserProperty({
  3.     name: 'user_business_type',
  4.     value: b2c,  // b2c or b2b
  5.   });
Advertisement
Add Comment
Please, Sign In to add comment