Creating a pixel
Creates a pixel with the specified parameters.
Request
POST
https://api-audience.yandex.ru/v1/management/pixels
Body
application/json
{
    "pixel": {
        "name": "string"
    }
}
| Name | Description | 
| pixel* | Type: PixelRequest Pixel. | 
PixelRequest
Pixel.
| Name | Description | 
| name* | Type: string The pixel name. | 
Responses
200 OK
OK
Body
application/json
{
    "pixel": {
        "id": 0,
        "name": "string",
        "create_time": "2022-12-29T18:02:01Z",
        "segments": [
            {
                "type": "string",
                "id": 0,
                "name": "string",
                "status": "string",
                "create_time": "2022-12-29T18:02:01Z",
                "owner": "string",
                "pixel_id": 0,
                "period_length": 0,
                "times_quantity": 0,
                "times_quantity_operation": "string",
                "utm_source": "string",
                "utm_content": "string",
                "utm_campaign": "string",
                "utm_term": "string",
                "utm_medium": "string"
            }
        ],
        "user_quantity_7": 0,
        "user_quantity_30": 0,
        "user_quantity_90": 0
    }
}
| Name | Description | 
| pixel* | Type: Pixel Pixel. | 
Pixel
Pixel.
| Name | Description | 
| name* | Type: string The pixel name. | 
| create_time | Type: string<date-time> The time of pixel creation. | 
| id | Type: integer<int32> The pixel ID. Specify this parameter when updating a pixel. | 
| segments | Type: PixelSegment[] A segment created using a tracking pixel. | 
| user_quantity_30 | Type: integer<int64> Coverage over one month. | 
| user_quantity_7 | Type: integer<int64> Coverage over one week. | 
| user_quantity_90 | Type: integer<int64> Coverage over 90 days. | 
PixelSegment
A segment created using a tracking pixel.
| Name | Description | 
| name* | Type: string Segment name. | 
| create_time | Type: string<date-time> The time of segment creation. | 
| id | Type: integer<int32> ID of the segment. Specify this parameter when updating a segment. | 
| owner | Type: string The username of the segment owner. | 
| period_length | Type: integer<int32> The time period for tracking the user with the pixel. Acceptable values (in days): from 1 to 90 (inclusive). | 
| pixel_id | Type: integer<int32> The pixel ID. | 
| status | Type: string Status of processing the segment. Acceptable values: 
 | 
| times_quantity | Type: integer<int32> Threshold value (M). This is the base number for comparing how many times the user was detected by the pixel during the period. | 
| times_quantity_operation | Type: string Condition for users to be included in the pixel segment. Acceptable values: 
 | 
| type | Type: string Segment type. Acceptable values: 
 | 
| utm_campaign | Type: string 
 | 
| utm_content | Type: string 
 | 
| utm_medium | Type: string 
 | 
| utm_source | Type: string 
 | 
| utm_term | Type: string 
 | 
No longer supported, please use an alternative and newer version.