Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
interactive_data: 互动分析数据time_series: 时间序列数据time: 视频播放时间点(秒)value: 对应的指标值(如留存率)average_watch_time: 平均观看时长completion_rate: 完播率peak_interaction_time: 互动高峰时间点{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ad_interactive_analysis",
"params": {
"material_id": "7213258221116751874",
"metric_type": "remain",
"period_type": 180
},
"data": {
"interactive_data": {
"time_series": [
{"time": 0, "value": 100},
{"time": 1, "value": 95},
{"time": 2, "value": 88}
],
"average_watch_time": 8.5,
"completion_rate": 65.2,
"peak_interaction_time": 3
}
}
}interactive_data: Interactive analysis datatime_series: Time series datatime: Video playback time point (seconds)value: Corresponding metric value (e.g., retention rate)average_watch_time: Average watch timecompletion_rate: Completion ratepeak_interaction_time: Peak interaction time point{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ad_interactive_analysis",
"params": {
"material_id": "7213258221116751874",
"metric_type": "remain",
"period_type": 180
},
"data": {
"interactive_data": {
"time_series": [
{"time": 0, "value": 100},
{"time": 1, "value": 95},
{"time": 2, "value": 88}
],
"average_watch_time": 8.5,
"completion_rate": 65.2,
"peak_interaction_time": 3
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_ad_interactive_analysis?material_id=7213258221116751874&metric_type&period_type' \
--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
}