Overview
The connector routes conversion data — purchases, leads, checkouts, and more — from any dataset in Narrative to a Meta Ads dataset. Events are matched against Meta user accounts using hashed customer information, enabling Meta to attribute conversions back to ad campaigns and optimize delivery. This connector supports:- Offline conversions (e.g., in-store purchases, phone orders)
- Online conversions (e.g., website purchases, lead submissions)
- App events
Prerequisites
- A Meta Ads account with an active dataset (formerly “pixel”). Your dataset ID is the numeric ID found in Meta Events Manager.
- A Narrative dataset containing the conversion data you want to send.
Sending conversion events
Delivering conversion events to Meta involves three steps: creating a connector profile, preparing your dataset, and adding a connection.Step 1: Create a connector profile
1
Navigate to the connector
In Narrative, go to Connectors and select Meta Connector.
2
Authenticate with Meta
Click Connect and sign in with your Meta account. During the OAuth flow, you will be prompted to:
- Select your business portfolio — Choose the Meta business portfolio that owns the ad accounts you want to deliver events to.
- Grant ad account access — Select the ad accounts that Narrative should be able to access. You must grant access to at least one ad account.
3
Select your ad account
Choose the ad account where conversion events should be delivered.
Step 2: Create your dataset
Your dataset must be mapped to themeta_conversion_event Rosetta Stone attribute. The recommended approach is to map your source data to this attribute and then materialize it using Data Studio or NQL.
The connector profile requires your dataset to include
meta_conversion_event and at least one supported user identifier for user matching. Meta uses these identifiers to match conversion events to user accounts. Any dataset that contains the required attributes in the correct schema is eligible for delivery.Step 3: Add a connection
1
Open your connector profile
Navigate to the Meta connector profile you created in Step 1.
2
Add a new connection
Click Add Connection and select Deliver Conversion Events as the connection type.
3
Configure delivery options
- Deliver all data — Toggle on to deliver all data currently in the dataset. If off, only new data written after the connection is created will be delivered.
- Test Event Code (optional) — Enter a test event code from Meta Events Manager. When provided, events are sent as test events and appear in Meta’s Test Events tab instead of being processed as real conversions. Use this to validate your setup before going live.
4
Connect
Click Connect to activate. Events will begin delivering on the next scheduled run.
The meta_conversion_event attribute
The meta_conversion_event attribute is Narrative’s standardized Rosetta Stone schema for conversion events sent to Meta. When you map your dataset columns to this attribute, Narrative handles transformation, hashing, batching, and delivery to Meta’s API.
Top-level fields
Custom data fields
Additional event data used by Meta for attribution and optimization. Some fields are required depending on event type.Store data fields
For physical store conversions only.Supported user identifiers
In addition to themeta_conversion_event attribute, your dataset must include at least one of the following Rosetta Stone identifier attributes. Meta uses these to match conversion events to user accounts. All PII values are SHA-256 hashed by Narrative before transmission.
Providing more identifier types improves Meta’s match quality.
Reference
Event names
Theevent_name field accepts the following values. Custom event names are not supported.
Action sources
Event age limits
Meta enforces limits on how old events can be when received:- Offline events (
physical_store): up to 90 days old - All other event types: must be less than 7 days old
Deduplication
Meta usescustom_data.order_id to deduplicate offline conversion events. For web and app events, event_id is used. Ensure these values are stable and consistent if you are sending the same events from multiple sources (e.g., both a pixel and CAPI).
Data privacy
Narrative hashes all customer information fields (email, phone, name, etc.) using SHA-256 before transmission. Raw PII is never sent to Meta. For users who have not consented to data sharing, setdata_processing_options to ["LDU"] and provide the appropriate data_processing_options_country and data_processing_options_state values to enable Meta’s Limited Data Use mode.
Related content
Meta Custom Audiences Connector
Deliver audience data to Facebook and Instagram advertising
Data Activation Overview
Understand how connectors deliver data
Hashing PII
Prepare identifiers for delivery

