kadam_adv_update_autorule
Update an autorule by specifying only the fields to change. The tool reads current state, applies modifications, and writes the updated rule.
Instructions
Update an autorule (read-modify-write). Pass only the fields to change; full payload is rebuilt from current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Autorule ID | |
| type | No | Rule type | |
| action | No | ||
| bidMax | No | bidChange: max bid cap (>=0.001). REQUIRED for bidChange. | |
| period | No | ||
| slices | No | bid rules: granularity dims, e.g. [180,190]. REQUIRED for bidChange. | |
| statBy | No | ||
| bidRate | No | bidChange: coefficient on slice EPC (new bid = EPC x bidRate, capped at bidMax). REQUIRED for bidChange, range 0.1-2; bidRate=1 = set bid to eCPC. | |
| isActive | No | ||
| conditions | No | ||
| dayLimitType | No | ||
| dayLimitValue | No |