Description of the "uploading" type

Information about uploaded user parameters.

Response format

Information about uploaded user parameters.


{
    "uploading" : {
        "id" :  < long > ,
        "create_time" :  < string > ,
        "content_id_type" :  < user_params_uploading_content_id_type > ,
        "action" :  < user_params_uploading_action > ,
        "status" :  < string > ,
        "comment" :  < string > 
    }
}
Parameters Description
id Upload ID.
create_time Upload time.
content_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.
action Action to be performed.

Possible values

  • delete_keys: Delete parameters.
  • update: Add parameters.
status

Upload status:

  • is_processed: Reports that the parameters have been uploaded, after the upload confirmation.
  • processed: Reports that the delivered data has been processed successfully.
  • linkage_failure: Reports that none of the delivered IDs were linked to site users during the upload.
comment Arbitrary comment.
Parameters Description
id Upload ID.
create_time Upload time.
content_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.
action Action to be performed.

Possible values

  • delete_keys: Delete parameters.
  • update: Add parameters.
status

Upload status:

  • is_processed: Reports that the parameters have been uploaded, after the upload confirmation.
  • processed: Reports that the delivered data has been processed successfully.
  • linkage_failure: Reports that none of the delivered IDs were linked to site users during the upload.
comment Arbitrary comment.