google_ads_audience_targeting_list
Retrieves audience criteria attached to ad groups: user interests, remarketing lists, custom audiences. Use to audit targeting before recommending changes.
Instructions
Lists audience-type criteria attached to ad groups: user interests (affinity / in-market), remarketing & customer-match user lists, custom / combined audiences, and Audience resources. Returns one entry per criterion shaped {criterion_id, type ('USER_INTEREST'|'USER_LIST'|'AUDIENCE'|'CUSTOM_AFFINITY'|'CUSTOM_AUDIENCE'|'COMBINED_AUDIENCE'), value (the criterion's resource name, e.g. 'customers/1/userLists/42'), status, negative, campaign_id, ad_group_id, ad_group_name}. Read-only. Use this to audit which audience segments an ad group targets or excludes before proposing targeting changes. Scope with ad_group_id and/or campaign_id, or omit both for the whole account (capped at 1000 criteria).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | No | Restrict results to criteria on this ad group. Omit to read across the whole account (or scope with campaign_id). | |
| campaign_id | No | Restrict results to criteria under this campaign. Omit to read across the whole account. | |
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. |