ad_groups
Get audience sizing
Get potential audience size for an ad group with given targeting criteria. Potential audience size estimates the number of people you may be able to reach per month with your campaign. It is based on historical advertising data and the targeting criteria you select. It does not guarantee results or take into account factors such as bid, budget, schedule, seasonality or product experiments.
post/ad_accounts/{ad_account_id}/ad_groups/audience_sizing
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Request body
Example request
{
"keywords": [
{
"match_type": "BROAD"
}
],
"targeting_spec": {
"SHOPPING_RETARGETING": [
{
"lookback_window": 30,
"exclusion_window": 14,
"tag_types": [
0,
6
]
}
]
}
}Response
The request has succeeded.