Overview
The connector routes conversion data — purchases, leads, registrations, and more — from any dataset in Narrative to a TikTok Offline Event Set. Events are matched against TikTok user accounts using hashed emails and phone numbers.The connector currently supports offline events (e.g., in-store purchases, phone orders). Web, app, and CRM event sources are not yet supported.
Prerequisites
- A TikTok for Business account with access to the advertiser account you want to deliver events to.
- An Offline Event Set created in TikTok Events Manager. Its ID is the
event_set_idyour dataset rows route to. - A Narrative dataset containing the conversion data you want to send.
Sending conversion events
Delivering conversion events to TikTok involves three steps: creating a connector profile, preparing your dataset, and adding a connection.Step 1: Create a connector profile
If you already deliver audiences through the TikTok Connector, you can reuse your existing profile and skip this step.1
Navigate to the connector
In Narrative, go to Installed Apps and select TikTok Connector.
2
Authenticate with TikTok
Click Connect and authorize Narrative to access your TikTok for Business account.
3
Select your Ad Account
Choose the advertiser account that owns the Offline Event Set you want to deliver events to.
Step 2: Create your dataset
Your dataset must be mapped to thetiktok_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 requires your dataset to include
tiktok_conversion_event and at least one supported user identifier for user matching. 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 TikTok 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.
4
Connect
Click Connect to activate. Events will begin delivering on the next scheduled run.
The tiktok_conversion_event attribute
The tiktok_conversion_event attribute is Narrative’s standardized Rosetta Stone schema for conversion events sent to TikTok. When you map your dataset columns to this attribute, Narrative handles transformation, hashing, batching, and delivery to TikTok’s API.
Top-level fields
Properties fields
Additional order and product data used by TikTok for attribution and reporting.Supported user identifiers
In addition to thetiktok_conversion_event attribute, your dataset must include at least one of the following Rosetta Stone identifier attributes. TikTok matches offline events on hashed email and hashed phone number only — every event must carry at least one of the two, and any other identifier types in the dataset are not sent.
Raw phone numbers are normalized to E.164 format and SHA-256 hashed by Narrative before transmission.
Reference
Event names
Theevent_name field accepts TikTok’s standard event names. Custom event names are not supported for offline events. Values are case-sensitive.
Deduplication
TikTok deduplicates events on the tuple(event_source_id, event_id, event_name). Narrative also tracks the event IDs already delivered to each event set and skips them on subsequent runs, so re-delivering a dataset does not double-count conversions. Provide a stable event_id (order number, transaction ID) to make both layers effective.
Event age limit
Events with anevent_timestamp older than 90 days at delivery time are skipped and reported in the delivery’s skip count.
Batching
Events are delivered in batches of up to 1,000 per API call, grouped by event set.Data privacy
Narrative hashes all customer information fields (email, phone number) using SHA-256 before transmission. Raw PII is never sent to TikTok.Related content
TikTok Connector
Deliver custom audiences to TikTok Ads Manager
Meta Conversions API Connector
Send conversion events to Meta
Data Activation Overview
Understand how connectors deliver data
Hashing PII
Prepare identifiers for delivery

