获取单个广告详情/Get single ad detail
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_ads_detail
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_ads_detail_api_v1_tiktok_ads_get_ads_detail_get
[中文]
用途:
参数:
返回内容说明:
ad_title
: 广告标题brand_name
: 品牌名称comment
: 评论数cost
: 花费等级(1-5)country_code
: 投放国家代码列表ctr
: 点击率(百分比)favorite
: 是否收藏has_summary
: 是否有摘要highlight_text
: 高亮文本id
: 广告IDindustry_key
: 行业标签is_search
: 是否搜索结果keyword_list
: 关键词列表landing_page
: 落地页URLlike
: 点赞数objective_key
: 广告目标键objectives
: 广告目标列表label
: 目标标签value
: 目标值pattern_label
: 模式标签列表share
: 分享数source
: 来源source_key
: 来源键值tag
: 标签video_info
: 视频信息vid
: 视频IDduration
: 时长(秒)cover
: 封面图URLvideo_url
: 视频播放地址720p
: 720p质量视频URLwidth
: 视频宽度height
: 视频高度voice_over
: 是否有配音示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ads_detail",
"params": {
"ads_id": "7131673574381518849"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"ad_title": "BLACK FRIDAY SALE at 50% OFF + FREE SHIPPING",
"brand_name": "The Bamboo Breeze Shop",
"comment": 232,
"cost": 2,
"country_code": ["US", "CA", "PH", "SE", "FI"],
"ctr": 0.14,
"favorite": false,
"has_summary": true,
"highlight_text": "",
"id": "7131673574381518849",
"industry_key": "label_29100000000",
"is_search": false,
"keyword_list": [
"adjustable back posture corrector",
"poor posture",
"eliminate unnecessary back pain"
],
"landing_page": "https://thebamboobreezeshop.com/products/adjustable-back-shoulder-posture-corrector",
"like": 61242,
"objective_key": "campaign_objective_conversion",
"objectives": [
{
"label": "campaign_objective_conversion",
"value": 3
},
{
"label": "campaign_objective_product_sales",
"value": 15
}
],
"pattern_label": [],
"share": 6486,
"source": "TikTok Ads Manager",
"source_key": 1,
"tag": 3,
"video_info": {
"vid": "v12025gd0000cuavia7og65o5g7ucnb0",
"duration": 17,
"cover": "https://p16-sign-va.tiktokcdn.com/xxx",
"video_url": {
"720p": "https://v16m-default.tiktokcdn.com/xxx"
},
"width": 576,
"height": 1024
},
"voice_over": true
}
}
}
[English]
Purpose:
Parameters:
Return Description:
ad_title
: Ad titlebrand_name
: Brand namecomment
: Comment countcost
: Cost level (1-5)country_code
: List of target country codesctr
: Click-through rate (percentage)favorite
: Whether favoritedhas_summary
: Whether has summaryhighlight_text
: Highlight textid
: Ad IDindustry_key
: Industry labelis_search
: Whether from search resultskeyword_list
: List of keywordslanding_page
: Landing page URLlike
: Like countobjective_key
: Ad objective keyobjectives
: List of ad objectiveslabel
: Objective labelvalue
: Objective valuepattern_label
: List of pattern labelsshare
: Share countsource
: Sourcesource_key
: Source key valuetag
: Tagvideo_info
: Video informationvid
: Video IDduration
: Duration (seconds)cover
: Cover image URLvideo_url
: Video playback URLs720p
: 720p quality video URLwidth
: Video widthheight
: Video heightvoice_over
: Whether has voice overExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_ads_detail",
"params": {
"ads_id": "7131673574381518849"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"ad_title": "BLACK FRIDAY SALE at 50% OFF + FREE SHIPPING",
"brand_name": "The Bamboo Breeze Shop",
"comment": 232,
"cost": 2,
"country_code": ["US", "CA", "PH", "SE", "FI"],
"ctr": 0.14,
"favorite": false,
"has_summary": true,
"highlight_text": "",
"id": "7131673574381518849",
"industry_key": "label_29100000000",
"is_search": false,
"keyword_list": [
"adjustable back posture corrector",
"poor posture",
"eliminate unnecessary back pain"
],
"landing_page": "https://thebamboobreezeshop.com/products/adjustable-back-shoulder-posture-corrector",
"like": 61242,
"objective_key": "campaign_objective_conversion",
"objectives": [
{
"label": "campaign_objective_conversion",
"value": 3
},
{
"label": "campaign_objective_product_sales",
"value": 15
}
],
"pattern_label": [],
"share": 6486,
"source": "TikTok Ads Manager",
"source_key": 1,
"tag": 3,
"video_info": {
"vid": "v12025gd0000cuavia7og65o5g7ucnb0",
"duration": 17,
"cover": "https://p16-sign-va.tiktokcdn.com/xxx",
"video_url": {
"720p": "https://v16m-default.tiktokcdn.com/xxx"
},
"width": 576,
"height": 1024
},
"voice_over": true
}
}
}
Request
Query Params
ads_id
string
Ads Id
Example:
7131673574381518849
Request samples
Responses
Modified at 2025-06-16 00:25:53