mgmt_counter_create
Create a new Yandex Metrika counter by providing the website URL and counter name in the request body.
Instructions
https://yandex.ru/dev/metrika/ru/management/ Create counter. Body: {"counter": {"site": "example.com", "name": "..."}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ytm | No | YTM flag | |
| body | Yes | JSON request body. For POST/PUT use the structure from API docs (e.g. {"counter": {...}}). | |
| field | No | Extra fields in response | |
| pretty | No | Pretty-print response (1) |