List of accessible clients

Returns data about Yandex Direct clients whose campaigns are accessible to the owner of the Yandex Metrica tag.

Request syntax

GET https://api-metrika.yandex.net/management/v1/clients
 ? counters=<list>
counters *Yandex Metrica tag ID. You can specify multiple tags separated by commas.
counters *Yandex Metrica tag ID. You can specify multiple tags separated by commas.

* Required

Response format


{
    "clients" : [ {
        "id" :  < int > ,
        "name" :  < string > ,
        "chief_login" :  < string > 
    }, ... ]
}
Parameters Description
clients List of Yandex Direct clients whose campaigns are accessible to the owner of this Yandex Metrica tag.
clients
id Yandex Direct client ID.
name Name of the client specified in Yandex Direct settings.
chief_login Login of the client's chief representative in Yandex Direct. Used for generating the Yandex Direct — costs report.
Parameters Description
clients List of Yandex Direct clients whose campaigns are accessible to the owner of this Yandex Metrica tag.
clients
id Yandex Direct client ID.
name Name of the client specified in Yandex Direct settings.
chief_login Login of the client's chief representative in Yandex Direct. Used for generating the Yandex Direct — costs report.