filipr27

GA4 - app - flutter - submit_ad_listing

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