Campaign_details 事件未记录在 Firebase 中 [英] campaign_details event is not logged in firebase

查看:26
本文介绍了Campaign_details 事件未记录在 Firebase 中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个活动链接,当我提供

I have created a campaign link and when i give

捆绑数据=新捆绑();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"));

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);

但该事件未记录在 Firebase 中.有没有人遇到过类似的问题?你能告诉我我错过了什么吗?

But the event is not logged in firebase. have anyone faced similar issues? could you please let me know what im missing?

推荐答案

似乎只有当您通过 Big Query 进行搜索时,campaign_details 事件才可见.您可以使用以下查询轻松检索这些事件:

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'

这篇关于Campaign_details 事件未记录在 Firebase 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆