Skip to content

Meta App Conversions API

Signals sends mobile app event data from your servers to Meta, so app conversions are attributed and campaigns optimized even where client-side tracking is incomplete.

It complements the Meta SDK rather than replacing it. The SDK reports from inside the app; this connector reports from your own backend, which keeps data flowing when client-side tracking is limited by network problems, app restrictions or a user opting out.

If the conversion happened in a browser rather than an app, use Meta Conversions API instead.

Sources supported by Meta App Conversions API

CategorySupported
App
  • A Meta Ads account.
  • A Meta Business Manager account with access to the dataset you intend to send to.
  • Server-side API permission on that dataset.
  • The Meta SDK deployed in your app, and the app registered against your Meta business.
  • A Dataset ID and an Access Token generated in Events Manager. See Authentication for where to find both.
  • A Datahash Studio account with the target project selected.
  1. In Studio, open Destinations, find Meta, and click the App Conversions API tile.
  2. Enter your Dataset ID and Access Token.
  3. Click Validate Credentials.
  4. Click Finish.
FieldWhat it isWhere to find it
Dataset IDThe unique identifier Meta assigns to a dataset created in Events Manager.business.facebook.com, then All tools, Events Manager, Data Sources, select your dataset, Settings.
Access TokenA credential authorizing Datahash to send events to that dataset on your behalf.The same Settings screen, scroll to the Conversions API section, choose Set up manually, then Generate Access Token.

The dataset whose ID you entered during authentication is where events are written. It must be the dataset registered against your app rather than a website dataset.

The events themselves come from the connected source. Event names, the identifiers used for matching and the deduplication key are all set by the source mapping, not here.

To change the instance, open it from the Manage existing instance table, click the edit option in the menu to the top right, update the fields and click Finish.

The event ID is what deduplicates. Send the same event ID from the SDK and from your server for any action reported on both paths, and the conversion is counted once.

The match window is 48 hours against the same dataset.

Send identifiers already hashed where you can. Plain text also works: they are normalized and SHA-256 hashed before they reach Meta.

Alongside the usual match keys, app events can carry mobile advertising identifiers: the Android Advertising ID and the Apple IDFA.

  • Send mobile advertising identifiers where you have them. On app events they match more reliably than personal identifiers alone.

Validate Credentials fails. Re-check the Dataset ID. Confirm the token was generated for that dataset and that the account has server-side API permission.

No events appearing in Events Manager. Confirm a source is connected in the same project and sending, and that you selected the dataset registered against your app.

Events double counted against the SDK. Both paths are reporting the same action with different event IDs. See Deduplication.

iOS events missing or unmatched. Users who declined tracking do not provide an advertising identifier, so those events match on personal identifiers alone or not at all.

Delivery stopped. The access token may have expired or been revoked. Generate a new one in Events Manager and re-validate.