estimate_audience_size
Estimate daily audience reach for a targeting specification. Provide ad account ID and targeting JSON to get lower and upper bound reach estimates.
Instructions
Estimate audience reach for a targeting specification.
Returns estimated daily reach (lower/upper bounds) for the given targeting spec on the specified account.
Args: account_id: Ad account ID (e.g., 'act_123456789'). targeting_json: JSON string of targeting spec. Example: '{"geo_locations":{"countries":["GR"]},"age_min":25,"age_max":55}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| targeting_json | Yes |