Google Ads Agent
v0.1.0
guardrails.yaml
YAML configuration
Unsaved changes
# Guardrails Configuration # Controls budget limits, approval rules, and timeouts budget: # Maximum daily budget change as percentage max_daily_change_percent: 20 # Maximum daily budget change in absolute dollars max_daily_change_absolute: 500 # Require approval for changes above this amount require_approval_above: 100 approvals: # always | never | threshold | batch new_campaigns: always ad_copy_changes: always keyword_additions: batch bid_changes: threshold timeouts: # Hours before pending approval expires approval_expiry_hours: 48 # Hours before recommendation becomes stale stale_recommendation_hours: 24 # Notifications (optional) # Uncomment and configure to enable notifications # notifications: # approval_webhook: https://hooks.slack.com/services/XXX # callback_on_complete: https://api.youll.com/ads/callback
Save Changes
Cancel