Google Analytics · Schema

AnalyticsDataimportDeleteUploadDataRequest

Request template for the delete upload data request.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
customDataImportUids array A list of upload UIDs.
View JSON Schema on GitHub

JSON Schema

google-analytics-analyticsdataimportdeleteuploaddatarequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnalyticsDataimportDeleteUploadDataRequest",
  "title": "AnalyticsDataimportDeleteUploadDataRequest",
  "description": "Request template for the delete upload data request.",
  "properties": {
    "customDataImportUids": {
      "description": "A list of upload UIDs.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}