Coming Soon: This integration is under active development. Expected release: Q2 2024.

Overview

TikTok integration will enable:
  • Conversion tracking via [Platform] Pixel/API
  • Audience synchronization for retargeting
  • [Enhanced conversions / Other unique features]
  • Real-time attribution deduplication

Planned Features

Conversion Tracking

Send deduplicated conversions to TikTok’s conversion API

Audience Sync

Automatic exclusion and lookalike audience updates

Attribution Models

Support for first-touch and last-touch attribution

Enhanced Matching

Hashed customer data for improved match rates

Expected Requirements

Based on [Platform]‘s API documentation, you’ll likely need:
  • Active [Platform] Ads account
  • [Pixel/Tracking ID] configured
  • Admin or advertiser role
  • API access enabled

Preparation Steps

While waiting for this integration, you can:
1

Set Up Platform Account

Ensure your [Platform] Ads account is active with billing enabled
2

Create Pixel/Tracking

Set up [Platform] Pixel in your ads manager
3

Configure UTM Parameters

Use consistent UTMs for [Platform] traffic:
utm_source=[platform]
utm_medium=cpc
utm_campaign=your_campaign
4

Collect Required IDs

Note your:
  • Account ID
  • Pixel/Tracking ID
  • API credentials (if available)

Workaround Options

Until native integration is available:

Option 1: Webhook Integration

// Send conversions to your endpoint
oneview.webhook('https://your-endpoint.com/[platform]', {
  events: ['Purchase'],
  include_attribution: true
});

Option 2: Manual Export

Export conversions from OneView Dashboard → Reports → Export CSV Upload to [Platform] Ads Manager → Offline Conversions

Option 3: Custom API Integration

Use OneView’s API to pull attributed conversions:
GET /api/v1/conversions?platform=[platform]&date=2024-01-15

Get Notified

Join Waitlist

Get notified when [Platform] integration launches

Request Priority

Have a large [Platform] spend? Need this integration sooner?

Contact Sales

Enterprise customers can request expedited development

Alternative Platforms

While waiting for [Platform], these similar platforms are available now:
Note for Developers: Track development progress in our public roadmap or GitHub discussions.