Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
country_list: 支持的国家/地区列表id: 国家代码value: 国家名称industry_list: 支持的行业列表id: 行业IDvalue: 行业名称keyword_type: 支持的关键词类型objective_list: 支持的广告目标列表{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_filters",
"params": {},
"data": {
"country_list": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"industry_list": [
{"id": "27000000000", "value": "Games"},
{"id": "19000000000", "value": "E-commerce"}
],
"keyword_type": ["general", "brand", "product"],
"objective_list": [
{"id": "1", "value": "Traffic"},
{"id": "2", "value": "Conversions"}
]
}
}country_list: List of supported countries/regionsid: Country codevalue: Country nameindustry_list: List of supported industriesid: Industry IDvalue: Industry namekeyword_type: Supported keyword typesobjective_list: List of supported ad objectives{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_filters",
"params": {},
"data": {
"country_list": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"industry_list": [
{"id": "27000000000", "value": "Games"},
{"id": "19000000000", "value": "E-commerce"}
],
"keyword_type": ["general", "brand", "product"],
"objective_list": [
{"id": "1", "value": "Traffic"},
{"id": "2", "value": "Conversions"}
]
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_keyword_filters' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}