Learn R Programming

googleAnalyticsR (version 1.2.0)

ga_custom_upload: Custom Data Source Upload Status

Description

Get the status of a custom upload

Usage

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

Value

An object of class ga_custom_data_source_upload

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.

Details

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

See Also

Other custom datasource functions: ga_custom_datasource(), ga_custom_upload_delete(), ga_custom_upload_file(), ga_custom_upload_list()