Raw Yandex Direct API call
raw_requestCall any Yandex Direct API v5 service directly when no dedicated tool exists. Use for read methods freely; write methods require confirmation.
Instructions
Escape hatch to call any Yandex Direct API v5 service/method directly (e.g. service "bidmodifiers", method "get"). Use this for services that have no dedicated tool. Money is in micros (no conversion). Read methods (get/has/check) run freely; any other method is a write and requires confirmWrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | API method, e.g. get, add, update, delete, set, toggle, checkCampaigns. | |
| params | No | Raw params object for the method. | |
| service | Yes | Lowercase service path, e.g. campaigns, bidmodifiers, sitelinks, vcards, changes, keywordsresearch. | |
| confirmWrite | No | Must be true to run a write method (anything other than get/has/check). |