google_ads_set_audience_exclusions
Exclude specific audiences from a Google Ads campaign to prevent ads showing to unwanted segments, such as existing customers or converters.
Instructions
Exclude audiences from a campaign.
Prevent your ads from showing to specific audiences. Common use cases:
Exclude existing customers from acquisition campaigns
Exclude converters from remarketing campaigns
Exclude low-value segments
Args: customer_id: Customer ID (without hyphens) campaign_id: Campaign ID user_list_ids: List of user list IDs to exclude
Returns: Success message
Example: google_ads_set_audience_exclusions( customer_id="1234567890", campaign_id="111111111", user_list_ids=["12345", "12346", "12347"] )
Use Case: Exclude "Past Purchasers" list from new customer acquisition campaign
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| user_list_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |