Export Conversions to TikTok
Vendo can export conversion events back to TikTok via the Events API, enabling offline conversion tracking for better ad optimization and ROAS measurement.
How It Works
- Vendo reads conversion events from your analytics data
- An attribution model matches conversions to TikTok clicks using the
ttclid(TikTok Click ID) - Attributed conversions are sent to TikTok’s Events API
Prerequisites
- A TikTok Ads account connected in Vendo
- A TikTok pixel code and access token
- Website tracking that captures and stores the
ttclidparameter
Configuration
| Setting | Description | Default |
|---|---|---|
| TikTok Conversion Event Name | Event name sent to TikTok (e.g., “Purchase”) | Required |
| Pixel Code | Your TikTok pixel code | Required |
| Access Token | TikTok API token | Required |
| Account ID | TikTok advertiser ID | Required |
| Mixpanel Conversion Event | Source event to track | Required |
| Conversion Event Property | Property containing the conversion value | Required |
| Lookback Window | Days to look back for click matching | 7 days |
| Attribution Model | How to distribute credit across touchpoints | Participation |
| Only First Conversion | Count only the first conversion per user | Yes |
Attribution Models
Choose how conversion credit is distributed. See Attribution Models for details on each model.
Conversion Payload
Each conversion sent to TikTok includes:
pixel_code — Your TikTok Pixel
event — Configured conversion event name
event_id — Unique ID (ttclid + date)
timestamp — ISO 8601 timestamp
context.user.ttclid — TikTok Click ID for attribution
properties.currency — Source currency code
properties.value — Attributed conversion valueClick ID Tracking
TikTok appends the ttclid parameter to your landing page URLs automatically. Ensure your website captures and stores this parameter so Vendo can match conversions to clicks.
https://yoursite.com/product?ttclid=abc123def456Sync Details
- TikTok enforces a 30-day maximum sync window per chunk
- Conversion results are tracked and stored for audit purposes
- Failed exports due to expired access tokens will surface as authentication errors
Verify Setup
- Trigger a conversion event in your analytics source
- Check Vendo integration logs for a successful export
- Confirm the conversion appears in TikTok Ads after processing time
Last updated on