filipr27

GA4 - app - flutter - move_ad_to_top

Jul 20th, 2023 (edited)
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // move_ad_to_top
  2. await firebaseAnalytics.logEvent(
  3.   name: "move_ad_to_top",
  4.   parameters: {
  5.     "value": 1200,
  6.     "currency": RSD,
  7.     "funds": enough funds,  // enough funds, not enough funds
  8.     "ad_type": premium,  // premium, top, standard
  9.     "ad_category": knjige,  // knjige, nekretnine, etc.
  10.     "ad_duration_in_days": 15,  // 7, 15, 30, etc.
  11.     "renewal": no renewal,  // no renewal, free renewal, paid renewal
  12.     "business_type": b2c,  // b2b or b2c
  13.     "visitorStatus": prijavljen,  // prijavljen or neprijavljen
  14.   },
  15. );
Advertisement
Add Comment
Please, Sign In to add comment