Information about chat uploads
Returns detailed information on a specific upload of offline conversions (including chats) by its ID. Used for checking the processing status and the number of accepted rows.
Request
GET https://api-metrika.yandex.net/management/v1/counter/{counterId}/offline_conversions/uploadings/{uploadingId}
Path parameters
|
Name |
Description |
|
counterId* |
Type: ID of the counter for which you want to get a list of uploads of offline conversions, including chats. Example: |
Query parameters
|
Name |
Description |
|
limit |
Type: Default: |
|
offset |
Type: Default: |
Responses
200 OK
OK
Body
application/json
{
"uploadings": [
{
"id": 0,
"create_time": "2022-12-29T18:02:01Z",
"source_quantity": 0,
"line_quantity": 0,
"comment": "string",
"type": "string",
"client_id_type": "USER_ID",
"status": "string"
}
]
}
|
Name |
Description |
|
uploadings |
Type: OfflineConversionUploading[] Information about an upload of offline conversions. |
OfflineConversionUploading
Information about an upload of offline conversions.
|
Name |
Description |
|
client_id_type |
Type: string Type of user IDs. Possible values:
Example: |
|
comment |
Type: string Custom comment. The maximum number of characters is 255. Min length: Max length: |
|
create_time |
Type: Upload time. |
|
id |
Type: integer Upload ID. |
|
line_quantity |
Type: Number of rows that passed validation during upload. |
|
source_quantity |
Type: Number of rows in the source file. |
|
status |
Type: string Upload status:
|
|
string |
Type: string |
Required parameter