Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS App Install Tracking Issue in Meta Ads Campaign #2512

Open
5 tasks done
bhookleTeamRam opened this issue Dec 4, 2024 · 2 comments
Open
5 tasks done

iOS App Install Tracking Issue in Meta Ads Campaign #2512

bhookleTeamRam opened this issue Dec 4, 2024 · 2 comments

Comments

@bhookleTeamRam
Copy link

bhookleTeamRam commented Dec 4, 2024

Checklist before submitting a bug report

Xcode version

14.3.1

Facebook iOS SDK version

17.4.0

Dependency Manager

CocoaPods

SDK Framework

Core

Goals

We aim to accurately track iOS app installs generated through our Meta Ads campaigns to ensure that our ad spend aligns with the reported campaign results.

Expected results

When running an iOS app campaign, we expect the "App Installs" metric in the campaign dashboard to display the actual number of app installs attributed to the ads, consistent with the app install events received by the Facebook SDK.

Actual results

Despite the SDK and App Ads Helper confirming that app install events are being tracked:

The "App Installs" metric in Campaign ID: xxx remains empty.
However, in the Events Manager (link), 142 iOS app install events were logged between November 30th, 00:00, and December 3rd, 11:36.
This discrepancy prevents us from confidently scaling our campaigns as planned.

Steps to reproduce

Setup: Integrated the react-native-fbsdk-next with Expo for our app (App ID: xxx).
Campaign Launch: Initiated an iOS app install campaign (Campaign ID: xxxx).
Data Check: Used the following tools:
App Ads Helper: Confirmed iOS app install events are tracked (see attached screenshot).
Events Manager: Verified that 142 iOS app install events were logged during the specified period (see attached screenshot).
Campaign Results: Checked the campaign dashboard, where the "App Installs" metric was empty, even though installs were recorded in other tools.

Code samples & details

SDK: react-native-fbsdk-next
iOS SDK Version: FBiOSSDK.17.4.0 (managed via react-native-fbsdk-next)
App ID: xxxx
Campaign ID: xxxx
Integration Snippet:
react native
import { Settings } from "react-native-fbsdk-next";

useEffect(() => {
const initializeFacebookSDK = async () => {
Settings.initializeSDK();
// Optional: Enable tracking if granted by user
const { status } = await requestTrackingPermissionsAsync();
if (status === "granted") {
await Settings.setAdvertiserTrackingEnabled(true);
}
};

initializeFacebookSDK();
}, []);

Request for Support
Validation: Could you confirm if our SDK integration is correct and fully functional?
Resolution: If the SDK is working (as the App Ads Helper suggests), could you investigate why app installs are not reflected in the campaign's "App Installs" metric?

@LeMuguet
Copy link

LeMuguet commented Dec 6, 2024

Hello, I have the same problem, how did you solve it

@bhookleTeamRam
Copy link
Author

No Not yet solved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants