tiktok-ads
Installation
SKILL.md
Prerequisites
- Connect TikTok Ads in Zero at Settings > Connectors > TikTok Ads.
- Requests require
TIKTOK_ADS_TOKEN. - Most Ads API endpoints require an
advertiser_id. Ask the user which ad account to use when it is not clear. - Use the v1.3 business API base URL:
https://business-api.tiktok.com/open_api/v1.3.
Authentication
Every request requires this header:
Access-Token: $TIKTOK_ADS_TOKEN
Do not use Authorization: Bearer ... for TikTok Ads requests. TikTok API for Business expects the OAuth token in the Access-Token header.