Log native Facebook application events, track custom app conversions, and optimize Meta Ads targeting.
Log native application events directly to Meta with Facebook App Events. Nativine embeds native Meta iOS and Android SDKs, capturing app launches, registration milestones, add-to-cart actions, and purchase conversions.
Facebook App Events are critical for measuring mobile ad performance on Meta platforms. Nativine bridges native Meta SDK logging directly to your web application:
Achieved Level, Added to Cart, Initiated Checkout, and Purchased events.To log standard or custom Facebook App Events in JavaScript, call nativine.fbAppEvents.logEvent():
nativine.fbAppEvents.logEvent({
eventName: 'fb_mobile_purchase',
valueToSum: 79.99,
parameters: {
fb_currency: 'USD',
fb_content_type: 'product',
fb_content_id: 'prod_5544'
}
});
| Parameter | Type | Description |
|---|---|---|
eventName | string | Required. Standard Facebook event string (e.g. fb_mobile_purchase). |
valueToSum | number | Optional. Monetary value of transaction. |
Yes. App launches and session durations are auto-logged by the native Facebook SDK automatically.
Yes. Nativine requests Apple ATT permission on iOS 14.5+ devices before sending tracking data to Meta servers.