Learn R Programming

googleAnalyticsR (version 1.2.0)

ga_custom_upload_delete: Deletes custom upload files for a given ids vector

Description

Deletes custom upload files for a given ids vector

Usage

ga_custom_upload_delete(
  accountId,
  webPropertyId,
  customDataSourceId,
  customDataImportUids
)

Arguments

accountId

Account Id

webPropertyId

Web Property Id

customDataSourceId

Custom data source Id

customDataImportUids

vector of file upload ids.

See Also

https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/uploads/deleteUploadData

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