TikTok Ads

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringfalse
client_secretstringfalse

connected_user

When connected_user has a value
NameTypeDescriptionRequired
advertisersarrayAdvertiserstrue
custom_reportsstringCustom reports

One report per line. Format: name:report_level:aggregate:dimensions:metrics. Example: my_report:auction_basic_campaign:daily:campaign_id
false

Example

{
"name": "TikTok Ads connection",
"type": "tiktok_ads",
"configuration": {
"client_id": "your_client_id",
"client_secret": "your_client_secret"
}
}

Read-only properties

NameTypeDescriptionRequired
connected_userstringConnected userfalse

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Target

TikTok Ads connections may be used as the destination in a model sync.

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
reporting_lookbackintegerLookback period for reportsfalse

Example

{
...
"source_configuration": {
"reporting_lookback": 0
}
}