I have created a campaign link and when i give
Bundle data = new Bundle(); data.putString(FirebaseAnalytics.Param.SOURCE,Applink.getQueryParameter("utm_source")); data.putString(FirebaseAnalytics.Param.MEDIUM,Applink.getQueryParameter("utm_medium")); data.putString(FirebaseAnalytics.Param.CAMPAIGN,Applink.getQueryParameter("utm_campaign"));
mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.CAMPAIGN_DETAILS, data);
But the event is not logged in firebase. have anyone faced similar issues? could you please let me know what im missing?
Seems that campaign_details events are only visible if you search through Big Query. You can easily retrieve those events with the following query:
select * from `[tablename]` where event_name = 'campaign_details'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With