google_ads_add_audience_to_ad_group
Add audience targeting to an ad group to refine reach by applying user lists with observation or targeting mode.
Instructions
Add audience targeting to an ad group.
Similar to campaign-level audience targeting, but applied at the ad group level for more granular control.
Args: customer_id: Customer ID (without hyphens) ad_group_id: Ad group ID user_list_id: User list ID to target targeting_mode: OBSERVATION or TARGETING
Returns: Success message
Example: google_ads_add_audience_to_ad_group( customer_id="1234567890", ad_group_id="222222222", user_list_id="12345", targeting_mode="OBSERVATION" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| ad_group_id | Yes | ||
| user_list_id | Yes | ||
| targeting_mode | No | OBSERVATION |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |