Integrate MoEngage insights-led customer engagement, push notifications, and automated user journeys natively.
Integrate MoEngage customer engagement and marketing automation. Nativine embeds native MoEngage SDKs, giving product teams actionable insights, push notification automation, and dynamic in-app user journey triggers.
MoEngage is an insights-led customer engagement platform. Nativine's native integration bridges MoEngage event logging directly from your web view to the native device OS:
To pass user attributes or track engagement events in MoEngage JavaScript, call nativine.moengage.setUserAttribute():
// Pass user attribute
nativine.moengage.setUserAttribute({
key: 'user_plan',
value: 'pro_monthly'
});
// Track conversion event
nativine.moengage.trackEvent({
eventName: 'add_to_cart',
attributes: { item_name: 'Premium Plan', price: 99 }
});
| Parameter | Type | Description |
|---|---|---|
key | string | Required. Attribute key name (e.g., email, subscription_tier). |
value | string/number | Required. Attribute value. |
Yes. The native MoEngage SDK automatically monitors silent push signals to report accurate app uninstall metrics.
Yes. Images, action buttons, and custom sounds configured in the MoEngage portal render natively on iOS and Android.
Get priority Nativine documentation and updates in your Google Search and AI Overviews.