Description of the "uploading" type

Information about an upload of offline conversions.

Response format

Information about an upload of offline conversions.


{
    "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 > 
    }
}
Parameters Description
id Upload ID.
create_time Upload time.
client_id_type Type of user IDs.

Possible values

  • client_id: Site user ID assigned by Yandex Metrica.
  • user_id: Site user ID assigned by the site owner.
  • 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.
Parameters Description
id Upload ID.
create_time Upload time.
client_id_type Type of user IDs.

Possible values

  • client_id: Site user ID assigned by Yandex Metrica.
  • user_id: Site user ID assigned by the site owner.
  • 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.