It is necessary to remove statistics through the API on the login page (another grouping ym:s:searchEngine ). In the documentation, it is listed as dimensions. But query with

dimensions = "ym:s:startURLPath=='/igrushki/'" (only encoded), does not work, and returns an invalid_parameter error. If you substitute the same attribute in the filters, the data is returned, but the results do not correspond to the report in the metric.

How to make earn a login page?

    1 answer 1

    The problem was solved, and it was necessary to use the operator "contains a substring" (= @) within the filtering framework, instead of strict filtering with the operator "=="

    That is, in the end it should look like this: filters = "ym:s:startURLPath=@'/igrushki/'" Of course, encoded.