v3
latestOpenAPI 3.1.02026-07-318648277.6 KBAds Data
B2B Ad Details
Get detailed information about a specific B2B ad using its ad library URL, path, or numeric ID.
post/v1/ads/b2b-ads-details
Request body
Example request
{
"ad_url": "1436673673"
}Response
Successful response with ad details
Example response
{
"message": "Ad details retrieved successfully",
"credits_consumed": 2,
"company": {
"name": "Gong",
"linkedin_url": "/company/gong-io"
},
"ad_details": {
"ad_id": "1436673673",
"content": "See how revenue teams use Gong to win more deals.",
"link": "1436673673",
"ad_url": "/ad-library/detail/1436673673",
"ad_type": "Document Ad",
"creative_type": "SPONSORED_UPDATE_NATIVE_DOCUMENT",
"advertiser": "Gong",
"advertiser_linkedin_url": "/company/gong-io",
"raw": {}
}
}