TikTok Ads

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
advertisersarrayAdvertisersfalse
client_idstringfalse
client_secretstringfalse
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

1{
2 "name": "TikTok Ads connection",
3 "type": "tiktok_ads",
4 "configuration": {
5 "advertisers": [
6 {
7 "label": "",
8 "value": ""
9 }
10 ],
11 "client_id": "your_client_id",
12 "client_secret": "your_client_secret",
13 "custom_reports": ""
14 }
15}

Read-only properties

NameTypeDescriptionRequired
connected_userstringConnected userfalse

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}

Target

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

Bulk Sync

Source

TikTok Ads connections may be used as a bulk sync source. No additional configuration options are required.