Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // promote_ad
- await FirebaseAnalytics.instance.logEvent(
- name: "promote_ad",
- parameters: {
- "value": 1200,
- "currency": RSD,
- "funds": enough funds, // enough funds, not enough funds
- "ad_type": premium, // premium, top, standard
- "ad_category": knjige, // knjige, nekretnine, etc.
- "ad_duration_in_days": 15, // 7, 15, 30, etc.
- "renewal": no renewal, // no renewal, free renewal, paid renewal
- "business_type": b2c, // b2b or b2c
- "visitorStatus": prijavljen, // prijavljen or neprijavljen
- "page_category": knjige, // knjige, nekretnine, posao, usluge, etc, ostale stranice
- });
Advertisement
Add Comment
Please, Sign In to add comment