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?