Подтверждение загрузки параметров
Подтверждает загрузку параметров.
Request
POST
https://api-metrika.yandex.net/management/v1/counter/{counterId}/user_params/uploading/{uploadingId}/confirm
Path parameters
|
Name |
Description |
|
counterId |
Type: integer Идентификатор счетчика, загрузку параметров которого вы хотите подтвердить. |
|
uploadingId |
Type: integer Идентификатор загрузки параметров, которую вы хотите подтвердить. |
Body
application/json
{
"uploading": {
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"line_quantity": 0,
"linked_quantity": 0,
"comment": "example",
"content_id_type": "example",
"action": "example",
"status": "example",
"linked_percentage": "example"
}
}
|
Name |
Description |
|
uploading |
Type: UserParamsUploading Информация о загруженных параметрах посетителей. Example
|
UserParamsUploading
Информация о загруженных параметрах посетителей.
|
Name |
Description |
|
action |
Type: string Действие, которое необходимо выполнить:
Example: |
|
comment |
Type: string Произвольный комментарий. Количество символов не должно превышать 255. Min length: Max length: Example: |
|
content_id_type |
Type: string Тип идентификаторов посетителей:
Example: |
|
create_time |
Type: string<date-time> Время загрузки. Example: |
|
id |
Type: integer Идентификатор загрузки. |
|
line_quantity |
Type: integer Количество строк, прошедших валидацию при загрузке. |
|
status |
Type: string Статус загрузки:
Example: |
Example
{
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"line_quantity": 0,
"comment": "example",
"content_id_type": "example",
"action": "example",
"status": "example"
}
Responses
200 OK
OK
Body
application/json
{
"uploading": {
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"line_quantity": 0,
"linked_quantity": 0,
"comment": "example",
"content_id_type": "example",
"action": "example",
"status": "example",
"linked_percentage": "example"
}
}
|
Name |
Description |
|
uploading |
Type: UserParamsUploading Информация о загруженных параметрах посетителей. Example
|
No longer supported, please use an alternative and newer version.