Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
list: 创意模式列表label_info: 模式标签信息value: 模式名称description: 模式描述ctr: 点击率(百分比)play_over_rate: 播放完成率(百分比)avg_watch_time: 平均观看时长example_count: 示例数量{
"code": 200,
"router": "/api/v1/tiktok/ads/get_creative_patterns",
"params": {
"first_industry_id": "25000000000",
"period_type": "week",
"order_field": "ctr"
},
"data": {
"list": [
{
"label_info": {
"value": "Problem-Solution",
"description": "Present a problem and show the solution"
},
"ctr": 4.5,
"play_over_rate": 68.2,
"avg_watch_time": 12.3,
"example_count": 234
}
]
}
}list: Creative pattern listlabel_info: Pattern label informationvalue: Pattern namedescription: Pattern descriptionctr: Click-through rate (percentage)play_over_rate: Play completion rate (percentage)avg_watch_time: Average watch timeexample_count: Number of examples{
"code": 200,
"router": "/api/v1/tiktok/ads/get_creative_patterns",
"params": {
"first_industry_id": "25000000000",
"period_type": "week",
"order_field": "ctr"
},
"data": {
"list": [
{
"label_info": {
"value": "Problem-Solution",
"description": "Present a problem and show the solution"
},
"ctr": 4.5,
"play_over_rate": 68.2,
"avg_watch_time": 12.3,
"example_count": 234
}
]
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_creative_patterns?first_industry_id&period_type&order_field&order_type&week&page&limit' \
--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
}