ga_custom_upload_delete {googleAnalyticsR} | R Documentation |
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_file()
,
ga_custom_upload_list()
,
ga_custom_upload()
[Package googleAnalyticsR version 1.1.0 Index]