Google Campaign Manager · JSON Structure

Google Campaign Manager File Structure

Type: object Properties: 9
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

File is a JSON Structure definition published by Google Campaign Manager, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id reportId status format fileName lastModifiedTime urls etag kind

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "File",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "reportId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "fileName": {
      "type": "string"
    },
    "lastModifiedTime": {
      "type": "string"
    },
    "urls": {
      "type": "object"
    },
    "etag": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}