Description of the "uploading" type

Information about uploading yclid conversions.

Response format

Information about uploading yclid conversions.


{
    "uploading" : {
        "id" :  < long > ,
        "create_time" :  < date > ,
        "source_quantity" :  < integer > ,
        "line_quantity" :  < integer > ,
        "comment" :  < string > ,
        "status" :  < yclid_conversion_uploading_status > 
    }
}
Parameters Description
id Upload ID.
create_time Upload time.
source_quantity Number of rows in the source file.
line_quantity Number of rows that passed validation during upload.
comment Arbitrary comment. The maximum number of characters is 255.
status Upload status.

Possible values

  • LINKAGE_FAILURE: No matching event ID has been found.
  • PROCESSED: Upload processed successfully.
  • EXPORTED: Upload exported.
  • MATCHED: Event IDs have been matched.
  • UPLOADED: Upload complete.
Parameters Description
id Upload ID.
create_time Upload time.
source_quantity Number of rows in the source file.
line_quantity Number of rows that passed validation during upload.
comment Arbitrary comment. The maximum number of characters is 255.
status Upload status.

Possible values

  • LINKAGE_FAILURE: No matching event ID has been found.
  • PROCESSED: Upload processed successfully.
  • EXPORTED: Upload exported.
  • MATCHED: Event IDs have been matched.
  • UPLOADED: Upload complete.