我的问题或误解:在主仪表板上,developers.facebook.com/apps/<app id>
执行新安装时,值Last Mobile Install Reported
始终正确更新。但是,当我转到Insights
并点击Mobile App Installs
部分时,报告的值为零。为什么还有零报告?
其他信息
Insights
下 - &gt;始终报告App Events
,fb_mobile_activate_app
,但fb_mobile_first_app_launch
从未报告。Key Hashes
部分。
Facebook API调用
public void onResume() {
super.onResume();
String appId = getResources().getString(R.string.facebook_app_id);
AppEventsLogger.activateApp(getApplicationContext(), appId);
}
显示最新安装的照片
报告应用事件的照片
照片显示零安装......为什么?!?
答案 0 :(得分:5)
一切都设置正确。使用安装数据填充mobile app installs
图表需要72小时到1周之间的时间。