Description of the "uploading" type

Information about calls uploads.

Response format

Information about call uploads.


{
    "uploading" : {
        "id" :  < long > ,
        "create_time" :  < date > ,
        "client_id_type" :  < offline_conversion_uploading_client_id_type > ,
        "status" :  < offline_conversion_uploading_status > ,
        "comment" :  < string > ,
        "source_quantity" :  < integer > ,
        "line_quantity" :  < integer > ,
        "linked_quantity" :  < integer > ,
        "goal_not_found_quantity" :  < integer > ,
        "user_not_found_quantity" :  < integer > ,
        "static_calls_quantity" :  < integer > ,
        "dynamic_calls_quantity" :  < integer > 
    }
}
Parameters Description
id Upload ID.
create_time Upload time.
client_id_type Type of user IDs.

Possible values

  • user_id: Site user ID assigned by the site owner.
  • client_id: Site user ID assigned by Yandex Metrica.
  • YCLID: The ID of a click on a Yandex Direct ad assigned by Yandex Direct.
status Upload status.

Possible values

  • LINKAGE_FAILURE: Couldn't find a matching user ID. If you pass information about static calls, they won't be linked to sessions in Yandex Metrica — but they will be included in call reports.
  • PROCESSED: Upload processed successfully.
  • UPLOADED: Upload complete.
comment Arbitrary comment. The maximum number of characters is 255.
source_quantity Number of rows in the source file.
line_quantity Number of rows that passed validation during upload.
linked_quantity Number of rows with data that was linked to a site user.
goal_not_found_quantity Number of rows for which no goals were found.
user_not_found_quantity Number of rows for which no matching site users were found.
static_calls_quantity Number of static calls.
dynamic_calls_quantity Number of dynamic calls.
Parameters Description
id Upload ID.
create_time Upload time.
client_id_type Type of user IDs.

Possible values

  • user_id: Site user ID assigned by the site owner.
  • client_id: Site user ID assigned by Yandex Metrica.
  • YCLID: The ID of a click on a Yandex Direct ad assigned by Yandex Direct.
status Upload status.

Possible values

  • LINKAGE_FAILURE: Couldn't find a matching user ID. If you pass information about static calls, they won't be linked to sessions in Yandex Metrica — but they will be included in call reports.
  • PROCESSED: Upload processed successfully.
  • UPLOADED: Upload complete.
comment Arbitrary comment. The maximum number of characters is 255.
source_quantity Number of rows in the source file.
line_quantity Number of rows that passed validation during upload.
linked_quantity Number of rows with data that was linked to a site user.
goal_not_found_quantity Number of rows for which no goals were found.
user_not_found_quantity Number of rows for which no matching site users were found.
static_calls_quantity Number of static calls.
dynamic_calls_quantity Number of dynamic calls.