Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
percentile_data: 百分位数据ctr_percentile: 点击率百分位(0-100)cvr_percentile: 转化率百分位engagement_percentile: 互动率百分位view_percentile: 观看量百分位industry_average: 行业平均值对比{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ad_percentile",
"params": {
"material_id": "7213258221116751874"
},
"data": {
"percentile_data": {
"ctr_percentile": 85,
"cvr_percentile": 72,
"engagement_percentile": 90,
"view_percentile": 88,
"industry_average": {
"ctr": 2.5,
"cvr": 1.2,
"engagement": 5.8
}
}
}
}percentile_data: Percentile datactr_percentile: Click-through rate percentile (0-100)cvr_percentile: Conversion rate percentileengagement_percentile: Engagement rate percentileview_percentile: View count percentileindustry_average: Industry average comparison{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ad_percentile",
"params": {
"material_id": "7213258221116751874"
},
"data": {
"percentile_data": {
"ctr_percentile": 85,
"cvr_percentile": 72,
"engagement_percentile": 90,
"view_percentile": 88,
"industry_average": {
"ctr": 2.5,
"cvr": 1.2,
"engagement": 5.8
}
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_ad_percentile?material_id=7213258221116751874&metric&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
}