Get Ad Detail
Fetches one ad's full disclosed creative, advertiser, targeting, reach, placement, and delivery detail by ad id.
Capability ID
tiktok-adlibrary.ad.detail.get
Cost
10 credits per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
ad_id
string
required
TikTok Commercial Content Library ad id returned by ad.search or advertiser-ads.list.
Example
1870908557528450
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
ad |
object |
15 fields |
ad.advertising_objective |
string |
Reach |
ad.audit_status |
string |
1 |
ad.estimated_audience |
string |
1K-10K |
ad.first_shown_date |
integer |
1784160000000 |
ad.id |
string |
1870908557528450 |
ad.image_urls |
array |
3 items |
ad.impression |
integer |
0 |
ad.last_shown_date |
integer |
1784246400000 |
ad.name |
string |
elenouillee.57 |
ad.rejection_info |
null |
null |
ad.show_mode |
integer |
2 |
ad.sor_audit_status |
string |
1 |
ad.spent |
string |
|
ad.type |
string |
2 |
ad.videos |
array |
0 items |
advertiser |
object |
5 fields |
advertiser.adv_biz_ids |
string |
7486037071044411408 |
advertiser.name |
string |
elenouillee.57 |
advertiser.registry_location |
string |
France |
advertiser.sponsor |
string |
7486037098525360150 |
advertiser.tt_user |
null |
null |
display_mode |
string |
enhanced |
targeting |
object |
16 fields |
targeting.age |
array |
1 items |
targeting.audience |
string |
No |
targeting.audience_exclude |
string |
No |
targeting.cities |
array |
0 items |
targeting.countries |
array |
1 items |
targeting.creator_interactions |
string |
|
targeting.device_models |
array |
0 items |
targeting.gender |
array |
1 items |
targeting.high_spending_power |
string |
No |
targeting.interest |
string |
|
targeting.languages |
array |
0 items |
targeting.location |
object |
3 fields |
targeting.operating_systems |
array |
1 items |
targeting.provinces |
array |
0 items |
targeting.target_audience_size |
string |
22.8M-27.8M |
targeting.video_interactions |
string |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.