Overview
Connecting TikTok Ads lets the dashboard:- Create, update, pause, resume, and remove campaigns, ad groups, and ads.
- Upload creative assets (image, video) into the connected advertiser.
- Pull spend, impressions, clicks, conversions, and conversion value via the Reporting API.
- Run native creative experiments via TikTok’s A/B test feature.
- Receive realtime ad-disapproval and account-status events via webhooks.
Prerequisites
Before connecting, make sure you have:- A TikTok For Business account with at least one advertiser.
- Admin or operator role on the advertiser.
- (Optional) A TikTok Pixel or Events API source for conversion tracking.
OAuth scopes
The connection requests the standard advertiser-management scope set required to read account info, manage campaigns, and pull reports.Connect
- Open the Paid UA → Integrations page in the dashboard.
- Click Connect on the TikTok Ads tile.
- Sign in with the TikTok For Business account.
- Approve the requested scopes.
- Pick the advertiser to use.
Token lifetime
TikTok access tokens expire 24 hours after issuance with no refresh extension. The backgroundpaid-ua-token-refresh cron rotates tokens
6 hours before expiry. If rotation fails, the integration is downgraded
to read-only and a banner appears on the connections page until you
reauthorize.
What lives on the platform vs the dashboard
| Lives on TikTok | Lives on the dashboard |
|---|---|
| Campaign / ad-group / ad ids | Spend caps + agent-control matrix |
| Creative library | Vendor-neutral creative briefs |
| Audience configurations | Idempotency keys + retry attempts |
| Reporting metrics | Daily roll-ups in ua_daily_metrics |
Webhooks
TikTok posts ad-status and account-status events to:TIKTOK_WEBHOOK_SIGNING_KEY_CURRENT secret. The
TIKTOK_WEBHOOK_SIGNING_KEY_PREVIOUS secret is also accepted during a
7-day rotation window.
Disconnect
Disconnecting revokes the dashboard’s stored OAuth token and stops all background syncs. Campaigns created via the dashboard remain on the platform — disconnect does not pause or delete them.Limits
- Token lifetime: 24 hours; rotated 6 hours before expiry by cron.
- Rate limits: per-advertiser token bucket; 429s back off via the platform-specific retry header.
- Creative size: image up to 30 MB, video up to 500 MB; format-specific limits enforced server-side before upload.

