Install guide · framework · ~3 min
Mobile apps: track via the API (the pixel is browser-only).
The Admaxxer pixel and the @admaxxer/pixel npm SDK both need a browser DOM, which a React Native / Expo app does not have — so neither runs inside a native app. For now, send your key mobile events (signups, trials, purchases) to Admaxxer from your server with a simple API call. A dedicated native SDK is on the roadmap.
When your mobile app reports a conversion to your server, forward it to Admaxxer with a server-side API call. See the API reference for the event schema and authentication.
Pass the same user email or id you use elsewhere so mobile conversions stitch to the same customer profile as your web funnel — that keeps attribution consistent across web and app.