get_ad_details
Retrieve detailed ad information including EU and UK reach, and breakdown by country, age, and gender for a specific ad from the Meta Ad Library.
Instructions
Fetch one ad's EU/UK reach + per-country/age/gender breakdown.
Args: keyword: the same keyword you searched (reach only loads from the keyword-search page, so we re-find the ad there). library_id: the ad's Library ID (from search_ads). country: ISO-2 country code, or "ALL". Returns: {library_id, eu_total_reach, uk_total_reach, gender_audience, age_audience, location_audience, reach_breakdown:[{country, age_gender:[...]}]}. Note: ads not delivered in the EU have eu_total_reach=null (Meta's design).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| library_id | Yes | ||
| country | No | ALL |