Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

googleAnalyticsR (version 1.0.1)

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()