Describe Metrica counter
describe_counterFetch a Yandex Metrica counter's configuration sections—settings, goals, segments, filters, operations, grants—and extract goal IDs needed for conversion metrics. Specify sections with include.
Instructions
Read a single counter's configuration — settings, goals, segments, filters, operations and access grants — choosing sections with include. The goals section returns the goal ids needed to build conversion metrics (ym:s:goalreaches / conversionRate) in run_report, so call this with include=["goals"] before any conversion question. To list the account's counters, use get_metadata. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Which configuration sections to return. Default ["settings","goals"]. "goals" gives the goal ids needed for conversion metrics in run_report; "grants" is a read-only access audit. | |
| counterId | No | Yandex Metrica counter id. Optional if YANDEX_METRIKA_COUNTER_ID is configured. | |
| fullResponse | No | If true, return the full raw objects with every field. Default false: a curated subset to save context. |