Get the status of a custom upload

ga_custom_upload(
  accountId,
  webPropertyId,
  customDataSourceId,
  uploadId,
  upload_object
)

Arguments

accountId

Account Id

webPropertyId

Web Property Id

customDataSourceId

Custom data source Id

uploadId

upload Id

upload_object

A custom upload Id object. Supply this or the other arguments.

Value

An object of class ga_custom_data_source_upload

Details

You can supply either upload_object generated via function or ga_custom_upload_file, or make an

See also

Examples