List of pixels

Returns a list of the user's existing pixels.

  1. Request syntax
  2. Response format

Request syntax

https://api-audience.yandex.ru/v1/management/pixels
 ? 

Response format


{
    "pixels" : [ {
        "id" :  < int > ,
        "name" :  < string > ,
        "user_quantity7" :  < long > ,
        "user_quantity30" :  < long > ,
        "user_quantity90" :  < long > ,
        "create_time" :  < date > 
    }, ... ]
}
Parameters Description
pixels List of available pixels.
pixels
id The pixel ID. Specify this parameter when updating a pixel.
name The pixel name.
user_quantity7 Coverage over one week.
user_quantity30 Coverage over one month.
user_quantity90 Coverage over 90 days.
create_time The time of pixel creation.
Parameters Description
pixels List of available pixels.
pixels
id The pixel ID. Specify this parameter when updating a pixel.
name The pixel name.
user_quantity7 Coverage over one week.
user_quantity30 Coverage over one month.
user_quantity90 Coverage over 90 days.
create_time The time of pixel creation.