google_ads_add_audience_to_campaign
Add audience targeting to campaigns, choosing observation mode to monitor performance without restricting reach, or targeting mode to limit ads to a specific user list.
Instructions
Add audience targeting to a campaign.
Two modes available:
OBSERVATION: Monitor audience performance without restricting reach
TARGETING: Restrict campaign to only show ads to this audience
Args: customer_id: Customer ID (without hyphens) campaign_id: Campaign ID user_list_id: User list ID to target targeting_mode: OBSERVATION (monitor) or TARGETING (restrict reach)
Returns: Success message
Example (Observation): google_ads_add_audience_to_campaign( customer_id="1234567890", campaign_id="111111111", user_list_id="12345", targeting_mode="OBSERVATION" )
Example (Targeting): google_ads_add_audience_to_campaign( customer_id="1234567890", campaign_id="222222222", user_list_id="12345", targeting_mode="TARGETING" )
Recommendation: Start with OBSERVATION mode to gather performance data before switching to TARGETING mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| user_list_id | Yes | ||
| targeting_mode | No | OBSERVATION |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |