最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Discrepancy in App Installs Tracking on Meta Platform on React Native - Stack Overflow

programmeradmin2浏览0评论

The App Install (standard event) metric is not being correctly tracked on both Android and iOS in Meta. As seen in the image below, while the event is appearing in the event logs within Meta Tracking, it is not being reflected in the App Installs metric, which is crucial for our campaign optimization and spending evaluation.

We use the library "react-native-fbsdk-next": "13.3.0", in order to support meta event tracking on our iOS and Android App.

on acceptance of ATT we run this code:

      FacebookSettings.initializeSDK();
      FacebookSettings.setAutoLogAppEventsEnabled(true);
      FacebookSettings.setAdvertiserIDCollectionEnabled(true);
      await FacebookSettings.setAdvertiserTrackingEnabled(true);

Is there anyone who might have run into this issue before and why might this be happening?

发布评论

评论列表(0)

  1. 暂无评论