Sign in

Mutate ad group bid modifiers

documented

Create, update, or remove bid modifiers at the ad group level.

POST /v23/customers/{customer_id}/adGroupBidModifiers:mutateBid Modifiersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://googleads.googleapis.com/v23/customers/{{$customer_id}}/adGroupBidModifiers:mutate" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "developer-token: {{ADS_API_KEY}}" \
  -H "login-customer-id: {{$MANAGER_CUSTOMER_ID}}" \
  -H "request-id: {{$REQUEST_ID}}" \
  -d '{"operations":[{"remove":"customers/{{$customer_id}}/adGroupBidModifiers/{{$ad_group_id}}~{{$criterion_id}}"}],"partialFailure":false,"validateOnly":false,"responseContentType":"MUTABLE_RESOURCE"}'