Sign in

Mutate assets

documented

Create, update, or remove assets in batch for a given customer.

POST /v23/customers/{customer_id}/assets:mutateAssetsno 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}}/assets:mutate" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "login-customer-id: {{$login_customer_id}}" \
  -H "developer-token: {{ADS_DEVELOPER_TOKEN}}" \
  -d @payload.json
Mutate assets · Google Ads · OpenIntegrations