{
  "discoveryVersion": "v1",
  "kind": "discovery#restDescription",
  "ownerDomain": "google.com",
  "id": "admanager:v1",
  "parameters": {
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "default": "true",
      "location": "query",
      "type": "boolean"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "alt": {
      "description": "Data format for response.",
      "default": "json",
      "location": "query",
      "type": "string",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query",
      "type": "string"
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "location": "query",
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string"
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    }
  },
  "resources": {
    "operations": {
      "methods": {
        "cancel": {
          "response": {
            "$ref": "GoogleProtobuf__Empty"
          },
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/admanager"
          ],
          "parameters": {
            "name": {
              "description": "The name of the operation resource to be cancelled.",
              "location": "path",
              "pattern": "^operations/.*$",
              "type": "string",
              "required": true
            }
          },
          "id": "admanager.operations.cancel",
          "path": "v1/{+name}:cancel",
          "flatPath": "v1/operations/{operationsId}:cancel",
          "parameterOrder": [
            "name"
          ],
          "request": {
            "$ref": "GoogleLongrunning__CancelOperationRequest"
          },
          "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`."
        },
        "delete": {
          "parameters": {
            "name": {
              "type": "string",
              "pattern": "^operations/.*$",
              "required": true,
              "description": "The name of the operation resource to be deleted.",
              "location": "path"
            }
          },
          "response": {
            "$ref": "GoogleProtobuf__Empty"
          },
          "httpMethod": "DELETE",
          "scopes": [
            "https://www.googleapis.com/auth/admanager"
          ],
          "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
          "parameterOrder": [
            "name"
          ],
          "id": "admanager.operations.delete",
          "flatPath": "v1/operations/{operationsId}",
          "path": "v1/{+name}"
        },
        "list": {
          "parameters": {
            "name": {
              "description": "The name of the operation's parent resource.",
              "location": "path",
              "required": true,
              "type": "string",
              "pattern": "^operations$"
            },
            "filter": {
              "description": "The standard list filter.",
              "location": "query",
              "type": "string"
            },
            "returnPartialSuccess": {
              "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
              "location": "query",
              "type": "boolean"
            },
            "pageSize": {
              "format": "int32",
              "description": "The standard list page size.",
              "location": "query",
              "type": "integer"
            },
            "pageToken": {
              "description": "The standard list page token.",
              "location": "query",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/admanager"
          ],
          "response": {
            "$ref": "GoogleLongrunning__ListOperationsResponse"
          },
          "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
          "parameterOrder": [
            "name"
          ],
          "flatPath": "v1/operations",
          "path": "v1/{+name}",
          "id": "admanager.operations.list"
        }
      }
    },
    "networks": {
      "methods": {
        "get": {
          "parameters": {
            "name": {
              "type": "string",
              "pattern": "^networks/[^/]+$",
              "required": true,
              "description": "Required. Resource name of Network. Format: networks/{network_code}",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/admanager",
            "https://www.googleapis.com/auth/admanager.readonly"
          ],
          "response": {
            "$ref": "GoogleAdsAdmanagerV1__Network"
          },
          "parameterOrder": [
            "name"
          ],
          "description": "API to retrieve a Network object.",
          "path": "v1/{+name}",
          "flatPath": "v1/networks/{networksId}",
          "id": "admanager.networks.get"
        },
        "list": {
          "response": {
            "$ref": "GoogleAdsAdmanagerV1__ListNetworksResponse"
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/admanager",
            "https://www.googleapis.com/auth/admanager.readonly"
          ],
          "parameters": {
            "pageSize": {
              "type": "integer",
              "description": "Optional. The maximum number of `Network`s to return. The service may return fewer than this value. If unspecified, at most 50 `Network`s will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
              "location": "query",
              "format": "int32"
            },
            "pageToken": {
              "description": "Optional. A page token, received from a previous `ListNetworks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNetworks` must match the call that provided the page token.",
              "location": "query",
              "type": "string"
            },
            "skip": {
              "type": "integer",
              "description": "Optional. Number of individual resources to skip while paginating.",
              "location": "query",
              "format": "int32"
            }
          },
          "id": "admanager.networks.list",
          "path": "v1/networks",
          "flatPath": "v1/networks",
          "parameterOrder": [],
          "description": "API to retrieve all the networks the current user has access to."
        }
      },
      "resources": {
        "deviceCapabilities": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceCapability"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the DeviceCapability. Format: `networks/{network_code}/deviceCapabilities/{device_capability_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/deviceCapabilities/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/deviceCapabilities/{deviceCapabilitiesId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.deviceCapabilities.get",
              "description": "API to retrieve a `DeviceCapability` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of DeviceCapabilities. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListDeviceCapabilities` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeviceCapabilities` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `DeviceCapabilities` to return. The service may return fewer than this value. If unspecified, at most 50 `DeviceCapabilities` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `DeviceCapability` objects.",
              "path": "v1/{+parent}/deviceCapabilities",
              "flatPath": "v1/networks/{networksId}/deviceCapabilities",
              "id": "admanager.networks.deviceCapabilities.list"
            }
          }
        },
        "placements": {
          "methods": {
            "patch": {
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/placements/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Identifier. The resource name of the `Placement`. Format: `networks/{network_code}/placements/{placement_id}`",
                  "location": "path"
                },
                "updateMask": {
                  "format": "google-fieldmask",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "description": "API to update an `Placement` object.",
              "id": "admanager.networks.placements.patch",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/placements/{placementsId}"
            },
            "get": {
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Placement` object.",
              "id": "admanager.networks.placements.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/placements/{placementsId}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Placement. Format: `networks/{network_code}/placements/{placement_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/placements/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListPlacements` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlacements` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Placements. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Placements` to return. The service may return fewer than this value. If unspecified, at most 50 `Placements` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - description - displayName - name - placementCode - status - targetedAdUnits - updateTime ",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPlacementsResponse"
              },
              "description": "API to retrieve a list of `Placement` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/placements",
              "path": "v1/{+parent}/placements",
              "id": "admanager.networks.placements.list"
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where the `Placement`s will be created. Format: `networks/{network_code}` The parent field in the CreatePlacementRequest messages match this field.",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest"
              },
              "description": "API to batch create `Placement` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.placements.batchCreate",
              "flatPath": "v1/networks/{networksId}/placements:batchCreate",
              "path": "v1/{+parent}/placements:batchCreate"
            },
            "batchDeactivate": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "path": "v1/{+parent}/placements:batchDeactivate",
              "flatPath": "v1/networks/{networksId}/placements:batchDeactivate",
              "id": "admanager.networks.placements.batchDeactivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest"
              },
              "description": "Deactivates a list of `Placement` objects."
            },
            "batchActivate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "id": "admanager.networks.placements.batchActivate",
              "path": "v1/{+parent}/placements:batchActivate",
              "flatPath": "v1/networks/{networksId}/placements:batchActivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest"
              },
              "description": "Activates a list of `Placement` objects."
            },
            "batchUpdate": {
              "id": "admanager.networks.placements.batchUpdate",
              "path": "v1/{+parent}/placements:batchUpdate",
              "flatPath": "v1/networks/{networksId}/placements:batchUpdate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest"
              },
              "description": "API to batch update `Placement` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Placements` will be updated. Format: `networks/{network_code}` The parent field in the UpdatePlacementsRequest must match this field.",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "create": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "description": "API to create an `Placement` object.",
              "id": "admanager.networks.placements.create",
              "path": "v1/{+parent}/placements",
              "flatPath": "v1/networks/{networksId}/placements",
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Placement` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchArchive": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchivePlacementsRequest"
              },
              "description": "Archives a list of `Placement` objects.",
              "id": "admanager.networks.placements.batchArchive",
              "path": "v1/{+parent}/placements:batchArchive",
              "flatPath": "v1/networks/{networksId}/placements:batchArchive",
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "content": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Content"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Content. Format: `networks/{network_code}/content/{content_id}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+/content/[^/]+$",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/content/{contentId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.content.get",
              "description": "API to retrieve a `Content` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameters": {
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListContent` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListContent` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Content. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `Content` to return. The service may return fewer than this value. If unspecified, at most 50 `Content` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentResponse"
              },
              "description": "API to retrieve a list of `Content` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/content",
              "path": "v1/{+parent}/content",
              "id": "admanager.networks.content.list"
            }
          }
        },
        "customTargetingKeys": {
          "methods": {
            "patch": {
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "description": "API to update a `CustomTargetingKey` object.",
              "id": "admanager.networks.customTargetingKeys.patch",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}",
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$",
                  "type": "string",
                  "description": "Identifier. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
                  "location": "path"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "format": "google-fieldmask"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchActivate": {
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse"
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysRequest"
              },
              "description": "API to batch activate `CustomTargetingKey` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchActivate",
              "path": "v1/{+parent}/customTargetingKeys:batchActivate",
              "id": "admanager.networks.customTargetingKeys.batchActivate"
            },
            "get": {
              "description": "API to retrieve a `CustomTargetingKey` object.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.customTargetingKeys.get",
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$",
                  "description": "Required. The resource name of the CustomTargetingKey. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
                  "location": "path"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              }
            },
            "batchUpdate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent resource where `CustomTargetingKeys` will be updated. Format: `networks/{network_code}` The parent field in the UpdateCustomTargetingKeyRequest must match this field.",
                  "location": "path"
                }
              },
              "id": "admanager.networks.customTargetingKeys.batchUpdate",
              "path": "v1/{+parent}/customTargetingKeys:batchUpdate",
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchUpdate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest"
              },
              "description": "API to batch update `CustomTargetingKey` objects."
            },
            "list": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse"
              },
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - adTagName - displayName - name - reportableType - status - type ",
                  "location": "query"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `CustomTargetingKeys` to return. The service may return fewer than this value. If unspecified, at most 50 `CustomTargetingKeys` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of CustomTargetingKeys. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListCustomTargetingKeys` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomTargetingKeys` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingKeys",
              "path": "v1/{+parent}/customTargetingKeys",
              "id": "admanager.networks.customTargetingKeys.list",
              "description": "API to retrieve a list of `CustomTargetingKey` objects.",
              "parameterOrder": [
                "parent"
              ]
            },
            "create": {
              "path": "v1/{+parent}/customTargetingKeys",
              "flatPath": "v1/networks/{networksId}/customTargetingKeys",
              "id": "admanager.networks.customTargetingKeys.create",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "description": "API to create a `CustomTargetingKey` object.",
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where this `CustomTargetingKey` will be created. Format: `networks/{network_code}`",
                  "location": "path"
                }
              }
            },
            "batchCreate": {
              "id": "admanager.networks.customTargetingKeys.batchCreate",
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchCreate",
              "path": "v1/{+parent}/customTargetingKeys:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest"
              },
              "description": "API to batch create `CustomTargetingKey` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CustomTargetingKeys` will be created. Format: `networks/{network_code}` The parent field in the CreateCustomTargetingKeyRequest must match this field.",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "batchDeactivate": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "path": "v1/{+parent}/customTargetingKeys:batchDeactivate",
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchDeactivate",
              "id": "admanager.networks.customTargetingKeys.batchDeactivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest"
              },
              "description": "Deactivates a list of `CustomTargetingKey` objects."
            }
          },
          "resources": {
            "customTargetingValues": {
              "methods": {
                "get": {
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
                      "location": "path",
                      "type": "string",
                      "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+/customTargetingValues/[^/]+$",
                      "required": true
                    }
                  },
                  "id": "admanager.networks.customTargetingKeys.customTargetingValues.get",
                  "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}/customTargetingValues/{customTargetingValuesId}",
                  "path": "v1/{+name}",
                  "description": "API to retrieve a `CustomTargetingValue` object.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "list": {
                  "path": "v1/{+parent}/customTargetingValues",
                  "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}/customTargetingValues",
                  "id": "admanager.networks.customTargetingKeys.customTargetingValues.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "API to retrieve a list of `CustomTargetingValue` objects.",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse"
                  },
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                      "location": "path",
                      "type": "string",
                      "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$",
                      "required": true
                    },
                    "skip": {
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `ListCustomTargetingValues` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomTargetingValues` must match the call that provided the page token.",
                      "location": "query"
                    },
                    "orderBy": {
                      "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - adTagName - customTargetingKey - displayName - matchType - name - status ",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of `CustomTargetingValues` to return. The service may return fewer than this value. If unspecified, at most 50 `CustomTargetingValues` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    }
                  }
                }
              }
            }
          }
        },
        "lineItems": {
          "methods": {
            "get": {
              "description": "API to retrieve a `LineItem` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.lineItems.get",
              "flatPath": "v1/networks/{networksId}/lineItems/{lineItemsId}",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/lineItems/[^/]+$",
                  "required": true,
                  "description": "Required. The resource name of the LineItem. Format: `networks/{network_code}/lineItems/{line_item_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LineItem"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "id": "admanager.networks.lineItems.list",
              "path": "v1/{+parent}/lineItems",
              "flatPath": "v1/networks/{networksId}/lineItems",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `LineItem` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLineItemsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - endTime - goal.units - lineItemType - name - order - startTime ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `LineItems` to return. The service may return fewer than this value. If unspecified, at most 50 `LineItems` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of LineItems. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListLineItems` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLineItems` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                }
              }
            }
          }
        },
        "labels": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Label. Format: `networks/{network_code}/labels/{label_id}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+/labels/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a `Label` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.labels.get",
              "flatPath": "v1/networks/{networksId}/labels/{labelsId}",
              "path": "v1/{+name}"
            },
            "batchActivate": {
              "id": "admanager.networks.labels.batchActivate",
              "flatPath": "v1/networks/{networksId}/labels:batchActivate",
              "path": "v1/{+parent}/labels:batchActivate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest"
              },
              "description": "API to activate `Label` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              }
            },
            "patch": {
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "parameters": {
                "updateMask": {
                  "format": "google-fieldmask",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string"
                },
                "name": {
                  "description": "Identifier. The resource name of the `Label`. Format: `networks/{network_code}/labels/{label_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/labels/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/labels/{labelsId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.labels.patch",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "description": "API to update a `Label` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/labels",
              "path": "v1/{+parent}/labels",
              "id": "admanager.networks.labels.list",
              "description": "API to retrieve a list of `Label` objects.",
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLabelsResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Labels. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListLabels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLabels` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - active - description - displayName - name - types ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `Labels` to return. The service may return fewer than this value. If unspecified, at most 50 `Labels` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                }
              }
            },
            "create": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "description": "API to create a `Label` object.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/labels",
              "path": "v1/{+parent}/labels",
              "id": "admanager.networks.labels.create",
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where this `Label` will be created. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              }
            },
            "batchCreate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Labels` will be created. Format: `networks/{network_code}` The parent field in the CreateLabelRequest must match this field.",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "id": "admanager.networks.labels.batchCreate",
              "flatPath": "v1/networks/{networksId}/labels:batchCreate",
              "path": "v1/{+parent}/labels:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest"
              },
              "description": "API to batch create `Label` objects.",
              "parameterOrder": [
                "parent"
              ]
            },
            "batchDeactivate": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest"
              },
              "description": "API to deactivate `Label` objects.",
              "path": "v1/{+parent}/labels:batchDeactivate",
              "flatPath": "v1/networks/{networksId}/labels:batchDeactivate",
              "id": "admanager.networks.labels.batchDeactivate",
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse"
              }
            },
            "batchUpdate": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest"
              },
              "description": "API to batch update `Label` objects.",
              "id": "admanager.networks.labels.batchUpdate",
              "path": "v1/{+parent}/labels:batchUpdate",
              "flatPath": "v1/networks/{networksId}/labels:batchUpdate",
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Labels` will be updated. Format: `networks/{network_code}` The parent field in the UpdateLabelRequest must match this field.",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "cmsMetadataKeys": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CmsMetadataKey. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/cmsMetadataKeys/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CmsMetadataKey"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a `CmsMetadataKey` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.cmsMetadataKeys.get",
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys/{cmsMetadataKeysId}",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListCmsMetadataKeys` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCmsMetadataKeys` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of CmsMetadataKeys. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `CmsMetadataKeys` to return. The service may return fewer than this value. If unspecified, at most 50 `CmsMetadataKeys` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name - status ",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `CmsMetadataKey` objects.",
              "path": "v1/{+parent}/cmsMetadataKeys",
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys",
              "id": "admanager.networks.cmsMetadataKeys.list"
            },
            "batchDeactivate": {
              "id": "admanager.networks.cmsMetadataKeys.batchDeactivate",
              "path": "v1/{+parent}/cmsMetadataKeys:batchDeactivate",
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys:batchDeactivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest"
              },
              "description": "API to deactivate a list of `CmsMetadataKey` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CmsMetadataKeys` will be deactivated. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            },
            "batchActivate": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysRequest"
              },
              "description": "API to activate a list of `CmsMetadataKey` objects.",
              "id": "admanager.networks.cmsMetadataKeys.batchActivate",
              "path": "v1/{+parent}/cmsMetadataKeys:batchActivate",
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys:batchActivate",
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where `CmsMetadataKeys` will be activated. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "users": {
          "methods": {
            "get": {
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a User object. To get the current user, the resource name `networks/{networkCode}/users/me` can be used.",
              "id": "admanager.networks.users.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/users/{usersId}",
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/users/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the User. Format: `networks/{network_code}/users/{user_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__User"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "liveStreamEventsByCustomAssetKey": {
          "resources": {
            "adBreaks": {
              "methods": {
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "API to retrieve an `AdBreak` object. Query an ad break by its resource name or custom asset key. Check the resource's `breakState` field to determine its state.",
                  "path": "v1/{+name}",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks/{adBreaksId}",
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.get",
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the AdBreak using the asset key or custom asset key. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}/adBreaks/{ad_break_id}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+/adBreaks/[^/]+$"
                    }
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  }
                },
                "list": {
                  "parameters": {
                    "filter": {
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of `AdBreaks` to return. The service might return fewer than this value. If unspecified, at most 10 ad breaks are returned. The maximum value is `100`. Values above `100` are coerced to `100`.",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path",
                      "required": true,
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+$",
                      "type": "string"
                    },
                    "skip": {
                      "format": "int32",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `ListAdBreaks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdBreaks` must match the call that provided the page token.",
                      "location": "query"
                    },
                    "orderBy": {
                      "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "API to retrieve a list of `AdBreak` objects. By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are prioritized and appear first.",
                  "path": "v1/{+parent}/adBreaks",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks",
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.list"
                },
                "create": {
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "description": "API to create an `AdBreak` object. Informs DAI of an upcoming ad break for a live stream event, with an optional expected start time. DAI will begin decisioning ads for the break shortly before the expected start time, if provided. Each live stream event can only have one incomplete ad break at any given time. The next ad break can be scheduled after the previous ad break has started serving, indicated by its state being `COMPLETE`, or it has been deleted. This method cannot be used if the `LiveStreamEvent` has [prefetching ad breaks enabled](https://developers.google.com/ad-manager/api/reference/latest/LiveStreamEventService.LiveStreamEvent#prefetchenabled) or the event is not active. If a `LiveStreamEvent` is deactivated after creating an ad break and before the ad break is complete, the ad break is discarded. An ad break's state is complete when the following occurs: - Full service DAI: after a matching ad break shows in the `LiveStreamEvent` manifest only when the ad break has started decisioning. - Pod Serving: after the ad break is requested using the ad break ID or break sequence.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks",
                  "path": "v1/{+parent}/adBreaks",
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.create",
                  "parameters": {
                    "parent": {
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "Required. The parent resource where this `AdBreak` will be created identified by an asset key or custom asset key. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path"
                    }
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  }
                }
              }
            }
          }
        },
        "companies": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/companies/[^/]+$",
                  "required": true,
                  "description": "Required. The resource name of the Company. Format: `networks/{network_code}/companies/{company_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Company"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a `Company` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.companies.get",
              "flatPath": "v1/networks/{networksId}/companies/{companiesId}",
              "path": "v1/{+name}"
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Company` objects.",
              "id": "admanager.networks.companies.list",
              "path": "v1/{+parent}/companies",
              "flatPath": "v1/networks/{networksId}/companies",
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Companies. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListCompanies` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCompanies` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - address - comment - companyId - creditStatus - displayName - email - externalId - fax - name - phone - thirdPartyCompanyId - type - updateTime ",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Companies` to return. The service may return fewer than this value. If unspecified, at most 50 `Companies` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCompaniesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "richMediaAdsCompanies": {
          "methods": {
            "get": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/richMediaAdsCompanies/{richMediaAdsCompaniesId}",
              "id": "admanager.networks.richMediaAdsCompanies.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `RichMediaAdsCompany` object.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__RichMediaAdsCompany"
              },
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/richMediaAdsCompanies/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the RichMediaAdsCompany. Format: `networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}`",
                  "location": "path"
                }
              }
            },
            "list": {
              "id": "admanager.networks.richMediaAdsCompanies.list",
              "path": "v1/{+parent}/richMediaAdsCompanies",
              "flatPath": "v1/networks/{networksId}/richMediaAdsCompanies",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `RichMediaAdsCompany` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListRichMediaAdsCompanies` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRichMediaAdsCompanies` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of RichMediaAdsCompanies. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `RichMediaAdsCompanies` to return. The service may return fewer than this value. If unspecified, at most 50 `RichMediaAdsCompanies` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - companyGvlId - displayName - gdprStatus - name - policyUrl ",
                  "location": "query",
                  "type": "string"
                }
              }
            }
          }
        },
        "deviceManufacturers": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/deviceManufacturers/{deviceManufacturersId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.deviceManufacturers.get",
              "description": "API to retrieve a `DeviceManufacturer` object.",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturer"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/deviceManufacturers/[^/]+$",
                  "description": "Required. The resource name of the DeviceManufacturer. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer_id}`",
                  "location": "path"
                }
              }
            },
            "list": {
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. The maximum number of `DeviceManufacturers` to return. The service may return fewer than this value. If unspecified, at most 50 `DeviceManufacturers` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "format": "int32"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListDeviceManufacturers` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeviceManufacturers` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of DeviceManufacturers. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse"
              },
              "description": "API to retrieve a list of `DeviceManufacturer` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/deviceManufacturers",
              "path": "v1/{+parent}/deviceManufacturers",
              "id": "admanager.networks.deviceManufacturers.list"
            }
          }
        },
        "geoTargets": {
          "methods": {
            "get": {
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `GeoTarget` object.",
              "id": "admanager.networks.geoTargets.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/geoTargets/{geoTargetsId}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the GeoTarget. Format: `networks/{network_code}/geoTargets/{geo_target_id}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+/geoTargets/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__GeoTarget"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "description": "API to retrieve a list of `GeoTarget` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.geoTargets.list",
              "flatPath": "v1/networks/{networksId}/geoTargets",
              "path": "v1/{+parent}/geoTargets",
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of GeoTargets. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListGeoTargets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGeoTargets` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - canonicalParent - displayName - name - regionCode - type ",
                  "location": "query"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `GeoTargets` to return. The service may return fewer than this value. If unspecified, at most 50 `GeoTargets` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListGeoTargetsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "deviceCategories": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceCategory"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/deviceCategories/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the DeviceCategory. Format: `networks/{network_code}/deviceCategories/{device_category_id}`",
                  "location": "path"
                }
              },
              "id": "admanager.networks.deviceCategories.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/deviceCategories/{deviceCategoriesId}",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `DeviceCategory` object."
            },
            "list": {
              "description": "API to retrieve a list of `DeviceCategory` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.deviceCategories.list",
              "flatPath": "v1/networks/{networksId}/deviceCategories",
              "path": "v1/{+parent}/deviceCategories",
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListDeviceCategories` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeviceCategories` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of DeviceCategories. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `DeviceCategories` to return. The service may return fewer than this value. If unspecified, at most 50 `DeviceCategories` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "customFields": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CustomField. Format: `networks/{network_code}/customFields/{custom_field_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/customFields/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `CustomField` object.",
              "id": "admanager.networks.customFields.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/customFields/{customFieldsId}"
            },
            "batchActivate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest"
              },
              "description": "Activates a list of `CustomField` objects.",
              "path": "v1/{+parent}/customFields:batchActivate",
              "flatPath": "v1/networks/{networksId}/customFields:batchActivate",
              "id": "admanager.networks.customFields.batchActivate"
            },
            "patch": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/customFields/{customFieldsId}",
              "id": "admanager.networks.customFields.patch",
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "description": "API to update a `CustomField` object.",
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/customFields/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Identifier. The resource name of the `CustomField`. Format: `networks/{network_code}/customFields/{custom_field}`",
                  "location": "path"
                },
                "updateMask": {
                  "format": "google-fieldmask",
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query"
                }
              }
            },
            "list": {
              "description": "API to retrieve a list of `CustomField` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/customFields",
              "path": "v1/{+parent}/customFields",
              "id": "admanager.networks.customFields.list",
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CustomFields. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListCustomFields` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomFields` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - dataType - description - displayName - entityType - name - options.customFieldOptionId - options.displayName - status - visibility ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `CustomFields` to return. The service may return fewer than this value. If unspecified, at most 50 `CustomFields` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomFieldsResponse"
              }
            },
            "create": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `CustomField` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.customFields.create",
              "path": "v1/{+parent}/customFields",
              "flatPath": "v1/networks/{networksId}/customFields",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "description": "API to create a `CustomField` object."
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CustomFields` will be created. Format: `networks/{network_code}` The parent field in the CreateCustomFieldRequest must match this field.",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest"
              },
              "description": "API to batch create `CustomField` objects.",
              "id": "admanager.networks.customFields.batchCreate",
              "path": "v1/{+parent}/customFields:batchCreate",
              "flatPath": "v1/networks/{networksId}/customFields:batchCreate"
            },
            "batchDeactivate": {
              "id": "admanager.networks.customFields.batchDeactivate",
              "path": "v1/{+parent}/customFields:batchDeactivate",
              "flatPath": "v1/networks/{networksId}/customFields:batchDeactivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest"
              },
              "description": "Deactivates a list of `CustomField` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "batchUpdate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsRequest"
              },
              "description": "API to batch update `CustomField` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.customFields.batchUpdate",
              "flatPath": "v1/networks/{networksId}/customFields:batchUpdate",
              "path": "v1/{+parent}/customFields:batchUpdate",
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where `CustomFields` will be updated. Format: `networks/{network_code}` The parent field in the UpdateCustomFieldRequest must match this field.",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "liveStreamEvents": {
          "resources": {
            "adBreaks": {
              "methods": {
                "get": {
                  "id": "admanager.networks.liveStreamEvents.adBreaks.get",
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks/{adBreaksId}",
                  "path": "v1/{+name}",
                  "description": "API to retrieve an `AdBreak` object. Query an ad break by its resource name or custom asset key. Check the resource's `breakState` field to determine its state.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+/adBreaks/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "Required. The resource name of the AdBreak using the asset key or custom asset key. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}/adBreaks/{ad_break_id}`",
                      "location": "path"
                    }
                  }
                },
                "list": {
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  },
                  "parameters": {
                    "skip": {
                      "type": "integer",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "location": "query",
                      "format": "int32"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `ListAdBreaks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdBreaks` must match the call that provided the page token.",
                      "location": "query"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path",
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+$",
                      "type": "string",
                      "required": true
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of `AdBreaks` to return. The service might return fewer than this value. If unspecified, at most 10 ad breaks are returned. The maximum value is `100`. Values above `100` are coerced to `100`.",
                      "location": "query",
                      "type": "integer"
                    },
                    "filter": {
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks",
                  "path": "v1/{+parent}/adBreaks",
                  "id": "admanager.networks.liveStreamEvents.adBreaks.list",
                  "description": "API to retrieve a list of `AdBreak` objects. By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are prioritized and appear first.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "create": {
                  "parameters": {
                    "parent": {
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "Required. The parent resource where this `AdBreak` will be created identified by an asset key or custom asset key. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "description": "API to create an `AdBreak` object. Informs DAI of an upcoming ad break for a live stream event, with an optional expected start time. DAI will begin decisioning ads for the break shortly before the expected start time, if provided. Each live stream event can only have one incomplete ad break at any given time. The next ad break can be scheduled after the previous ad break has started serving, indicated by its state being `COMPLETE`, or it has been deleted. This method cannot be used if the `LiveStreamEvent` has [prefetching ad breaks enabled](https://developers.google.com/ad-manager/api/reference/latest/LiveStreamEventService.LiveStreamEvent#prefetchenabled) or the event is not active. If a `LiveStreamEvent` is deactivated after creating an ad break and before the ad break is complete, the ad break is discarded. An ad break's state is complete when the following occurs: - Full service DAI: after a matching ad break shows in the `LiveStreamEvent` manifest only when the ad break has started decisioning. - Pod Serving: after the ad break is requested using the ad break ID or break sequence.",
                  "id": "admanager.networks.liveStreamEvents.adBreaks.create",
                  "path": "v1/{+parent}/adBreaks",
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks"
                }
              }
            }
          }
        },
        "linkedDevices": {
          "methods": {
            "get": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/linkedDevices/{linkedDevicesId}",
              "id": "admanager.networks.linkedDevices.get",
              "parameterOrder": [
                "name"
              ],
              "description": "Gets a `LinkedDevice`.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LinkedDevice"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the LinkedDevice. Format: `networks/{network_code}/linkedDevices/{linked_device_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/linkedDevices/[^/]+$"
                }
              }
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name - owner - visibility ",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `LinkedDevices` to return. The service may return fewer than this value. If unspecified, at most 50 `LinkedDevices` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of LinkedDevices. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListLinkedDevices` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLinkedDevices` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "id": "admanager.networks.linkedDevices.list",
              "flatPath": "v1/networks/{networksId}/linkedDevices",
              "path": "v1/{+parent}/linkedDevices",
              "description": "Lists `LinkedDevice` objects.",
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "liveStreamEventsByAssetKey": {
          "resources": {
            "adBreaks": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `ListAdBreaks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdBreaks` must match the call that provided the page token.",
                      "location": "query"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                      "location": "query"
                    },
                    "skip": {
                      "format": "int32",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+$",
                      "type": "string",
                      "required": true
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of `AdBreaks` to return. The service might return fewer than this value. If unspecified, at most 10 ad breaks are returned. The maximum value is `100`. Values above `100` are coerced to `100`.",
                      "location": "query",
                      "type": "integer"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                      "location": "query"
                    }
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "API to retrieve a list of `AdBreak` objects. By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are prioritized and appear first.",
                  "path": "v1/{+parent}/adBreaks",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.list"
                },
                "create": {
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.create",
                  "path": "v1/{+parent}/adBreaks",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "description": "API to create an `AdBreak` object. Informs DAI of an upcoming ad break for a live stream event, with an optional expected start time. DAI will begin decisioning ads for the break shortly before the expected start time, if provided. Each live stream event can only have one incomplete ad break at any given time. The next ad break can be scheduled after the previous ad break has started serving, indicated by its state being `COMPLETE`, or it has been deleted. This method cannot be used if the `LiveStreamEvent` has [prefetching ad breaks enabled](https://developers.google.com/ad-manager/api/reference/latest/LiveStreamEventService.LiveStreamEvent#prefetchenabled) or the event is not active. If a `LiveStreamEvent` is deactivated after creating an ad break and before the ad break is complete, the ad break is discarded. An ad break's state is complete when the following occurs: - Full service DAI: after a matching ad break shows in the `LiveStreamEvent` manifest only when the ad break has started decisioning. - Pod Serving: after the ad break is requested using the ad break ID or break sequence.",
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource where this `AdBreak` will be created identified by an asset key or custom asset key. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+$"
                    }
                  }
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the ad break to delete. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleProtobuf__Empty"
                  },
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "API to delete an `AdBreak` object. Deletes and cancels an incomplete ad break, mitigating the need to wait for the current break to serve before recreating an ad break. You can delete an ad break that has not started serving or seen in manifests, indicated by its state being `SCHEDULED` or `DECISIONED`.",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.delete",
                  "path": "v1/{+name}",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}"
                },
                "get": {
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the AdBreak using the asset key or custom asset key. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}/adBreaks/{ad_break_id}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$"
                    }
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "description": "API to retrieve an `AdBreak` object. Query an ad break by its resource name or custom asset key. Check the resource's `breakState` field to determine its state.",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}",
                  "path": "v1/{+name}",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.get"
                },
                "patch": {
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "description": "API to update an `AdBreak` object. Modify an ad break when its state is `SCHEDULED`.",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.patch",
                  "path": "v1/{+name}",
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$",
                      "type": "string",
                      "description": "Identifier. The resource name of the `AdBreak`. This field uses the `LiveStreamEvent` resource's asset key in the URI, even if the ad break was created, updated, or queried using the custom asset key. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}`",
                      "location": "path"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ]
                }
              }
            }
          }
        },
        "browserLanguages": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BrowserLanguage"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the BrowserLanguage. Format: `networks/{network_code}/browserLanguages/{browser_language_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/browserLanguages/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/browserLanguages/{browserLanguagesId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.browserLanguages.get",
              "description": "API to retrieve a `BrowserLanguage` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListBrowserLanguages` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListBrowserLanguages` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of BrowserLanguages. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `BrowserLanguages` to return. The service may return fewer than this value. If unspecified, at most 50 `BrowserLanguages` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query"
                }
              },
              "id": "admanager.networks.browserLanguages.list",
              "path": "v1/{+parent}/browserLanguages",
              "flatPath": "v1/networks/{networksId}/browserLanguages",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `BrowserLanguage` objects."
            }
          }
        },
        "operatingSystemVersions": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the OperatingSystemVersion. Format: `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/operatingSystemVersions/[^/]+$"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__OperatingSystemVersion"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `OperatingSystemVersion` object.",
              "id": "admanager.networks.operatingSystemVersions.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/operatingSystemVersions/{operatingSystemVersionsId}"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - majorVersion - microVersion - minorVersion - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `OperatingSystemVersions` to return. The service may return fewer than this value. If unspecified, at most 50 `OperatingSystemVersions` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of OperatingSystemVersions. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListOperatingSystemVersions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOperatingSystemVersions` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                }
              },
              "id": "admanager.networks.operatingSystemVersions.list",
              "path": "v1/{+parent}/operatingSystemVersions",
              "flatPath": "v1/networks/{networksId}/operatingSystemVersions",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `OperatingSystemVersion` objects."
            }
          }
        },
        "privateAuctionDeals": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the PrivateAuctionDeal. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/privateAuctionDeals/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.privateAuctionDeals.get",
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals/{privateAuctionDealsId}",
              "path": "v1/{+name}",
              "description": "API to retrieve a `PrivateAuctionDeal` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `PrivateAuctionDeal` objects.",
              "id": "admanager.networks.privateAuctionDeals.list",
              "path": "v1/{+parent}/privateAuctionDeals",
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals",
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListPrivateAuctionDeals` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivateAuctionDeals` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of PrivateAuctionDeals. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `PrivateAuctionDeals` to return. The service may return fewer than this value. If unspecified, at most 50 `PrivateAuctionDeals` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - auctionPriorityEnabled - blockOverrideEnabled - buyerAccountId - buyerPermissionType - endTime - externalDealId - floorPrice - name - privateAuctionDealId - privateAuctionDisplayName - privateAuctionId - status - updateTime ",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "create": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `PrivateAuctionDeal` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "path": "v1/{+parent}/privateAuctionDeals",
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals",
              "id": "admanager.networks.privateAuctionDeals.create",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "description": "API to create a `PrivateAuctionDeal` object."
            },
            "patch": {
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "description": "API to update a `PrivateAuctionDeal` object.",
              "id": "admanager.networks.privateAuctionDeals.patch",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals/{privateAuctionDealsId}",
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^networks/[^/]+/privateAuctionDeals/[^/]+$",
                  "type": "string",
                  "description": "Identifier. The resource name of the `PrivateAuctionDeal`. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`",
                  "location": "path"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "format": "google-fieldmask"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "roles": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Role"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/roles/[^/]+$",
                  "required": true,
                  "description": "Required. The resource name of the Role. Format: `networks/{network_code}/roles/{role_id}`",
                  "location": "path"
                }
              },
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/roles/{rolesId}",
              "id": "admanager.networks.roles.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Role` object."
            },
            "list": {
              "parameters": {
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `Roles` to return. The service may return fewer than this value. If unspecified, at most 50 `Roles` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - builtIn - description - displayName - name - status ",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListRoles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRoles` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Roles. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListRolesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Role` objects.",
              "path": "v1/{+parent}/roles",
              "flatPath": "v1/networks/{networksId}/roles",
              "id": "admanager.networks.roles.list"
            }
          }
        },
        "audienceSegments": {
          "methods": {
            "get": {
              "id": "admanager.networks.audienceSegments.get",
              "flatPath": "v1/networks/{networksId}/audienceSegments/{audienceSegmentsId}",
              "path": "v1/{+name}",
              "description": "API to retrieve an `AudienceSegment` object.",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AudienceSegment"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the AudienceSegment. Format: `networks/{network_code}/audienceSegments/{audience_segment_id}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+/audienceSegments/[^/]+$",
                  "required": true
                }
              }
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `AudienceSegment` objects.",
              "path": "v1/{+parent}/audienceSegments",
              "flatPath": "v1/networks/{networksId}/audienceSegments",
              "id": "admanager.networks.audienceSegments.list",
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `AudienceSegments` to return. The service may return fewer than this value. If unspecified, at most 50 `AudienceSegments` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent publisher network associated with these audience segments. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListAudienceSegments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAudienceSegments` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse"
              }
            }
          }
        },
        "mobileCarriers": {
          "methods": {
            "get": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/mobileCarriers/{mobileCarriersId}",
              "id": "admanager.networks.mobileCarriers.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `MobileCarrier` object.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileCarrier"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the MobileCarrier. Format: `networks/{network_code}/mobileCarriers/{mobile_carrier_id}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+/mobileCarriers/[^/]+$",
                  "required": true
                }
              }
            },
            "list": {
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of `MobileCarriers` to return. The service may return fewer than this value. If unspecified, at most 50 `MobileCarriers` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name - regionCode ",
                  "location": "query",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListMobileCarriers` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMobileCarriers` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of MobileCarriers. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileCarriersResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `MobileCarrier` objects.",
              "id": "admanager.networks.mobileCarriers.list",
              "path": "v1/{+parent}/mobileCarriers",
              "flatPath": "v1/networks/{networksId}/mobileCarriers"
            }
          }
        },
        "adUnitSizes": {
          "methods": {
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of AdUnitSize objects.",
              "id": "admanager.networks.adUnitSizes.list",
              "path": "v1/{+parent}/adUnitSizes",
              "flatPath": "v1/networks/{networksId}/adUnitSizes",
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of AdUnitSizes to return. The service may return fewer than this value. If unspecified, at most 50 ad unit sizes will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListAdUnitSizes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdUnitSizes` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of AdUnitSizes. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "contentBundles": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/contentBundles/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the ContentBundle. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`",
                  "location": "path"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ContentBundle"
              },
              "description": "API to retrieve a `ContentBundle` object.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/contentBundles/{contentBundlesId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.contentBundles.get"
            },
            "list": {
              "parameters": {
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListContentBundles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListContentBundles` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of ContentBundles. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `ContentBundles` to return. The service may return fewer than this value. If unspecified, at most 50 `ContentBundles` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentBundlesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a list of `ContentBundle` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.contentBundles.list",
              "flatPath": "v1/networks/{networksId}/contentBundles",
              "path": "v1/{+parent}/contentBundles"
            }
          }
        },
        "mobileDeviceSubmodels": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^networks/[^/]+/mobileDeviceSubmodels/[^/]+$",
                  "type": "string",
                  "description": "Required. The resource name of the MobileDeviceSubmodel. Format: `networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel_id}`",
                  "location": "path"
                }
              },
              "id": "admanager.networks.mobileDeviceSubmodels.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/mobileDeviceSubmodels/{mobileDeviceSubmodelsId}",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `MobileDeviceSubmodel` object."
            },
            "list": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse"
              },
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - mobileDevice - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. The maximum number of `MobileDeviceSubmodels` to return. The service may return fewer than this value. If unspecified, at most 50 `MobileDeviceSubmodels` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of MobileDeviceSubmodels. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListMobileDeviceSubmodels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMobileDeviceSubmodels` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "flatPath": "v1/networks/{networksId}/mobileDeviceSubmodels",
              "path": "v1/{+parent}/mobileDeviceSubmodels",
              "id": "admanager.networks.mobileDeviceSubmodels.list",
              "description": "API to retrieve a list of `MobileDeviceSubmodel` objects.",
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "privateAuctions": {
          "methods": {
            "patch": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "updateMask": {
                  "format": "google-fieldmask",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string"
                },
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/privateAuctions/[^/]+$",
                  "description": "Identifier. The resource name of the `PrivateAuction`. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
                  "location": "path"
                }
              },
              "id": "admanager.networks.privateAuctions.patch",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/privateAuctions/{privateAuctionsId}",
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "description": "API to update a `PrivateAuction` object."
            },
            "get": {
              "description": "API to retrieve a `PrivateAuction` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.privateAuctions.get",
              "flatPath": "v1/networks/{networksId}/privateAuctions/{privateAuctionsId}",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/privateAuctions/[^/]+$",
                  "required": true,
                  "description": "Required. The resource name of the PrivateAuction. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "path": "v1/{+parent}/privateAuctions",
              "flatPath": "v1/networks/{networksId}/privateAuctions",
              "id": "admanager.networks.privateAuctions.list",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `PrivateAuction` objects.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse"
              },
              "parameters": {
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListPrivateAuctions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivateAuctions` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of PrivateAuctions. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `PrivateAuctions` to return. The service may return fewer than this value. If unspecified, at most 50 `PrivateAuctions` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "location": "query",
                  "type": "string"
                }
              }
            },
            "create": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "description": "API to create a `PrivateAuction` object.",
              "path": "v1/{+parent}/privateAuctions",
              "flatPath": "v1/networks/{networksId}/privateAuctions",
              "id": "admanager.networks.privateAuctions.create",
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where this `PrivateAuction` will be created. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              }
            }
          }
        },
        "browsers": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Browser"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/browsers/[^/]+$",
                  "description": "Required. The resource name of the Browser. Format: `networks/{network_code}/browsers/{browser_id}`",
                  "location": "path"
                }
              },
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/browsers/{browsersId}",
              "id": "admanager.networks.browsers.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Browser` object."
            },
            "list": {
              "description": "API to retrieve a list of `Browser` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/browsers",
              "path": "v1/{+parent}/browsers",
              "id": "admanager.networks.browsers.list",
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - majorVersion - minorVersion - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `Browsers` to return. The service may return fewer than this value. If unspecified, at most 50 `Browsers` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of Browsers. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListBrowsers` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListBrowsers` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBrowsersResponse"
              }
            }
          }
        },
        "taxonomyCategories": {
          "methods": {
            "get": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/taxonomyCategories/{taxonomyCategoriesId}",
              "id": "admanager.networks.taxonomyCategories.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `TaxonomyCategory` object.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__TaxonomyCategory"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the TaxonomyCategory. Format: `networks/{network_code}/taxonomyCategories/{taxonomy_category_id}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+/taxonomyCategories/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            },
            "list": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse"
              },
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of `TaxonomyCategories` to return. The service may return fewer than this value. If unspecified, at most 50 `TaxonomyCategories` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "location": "query",
                  "type": "string"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListTaxonomyCategories` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTaxonomyCategories` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of TaxonomyCategories. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "path": "v1/{+parent}/taxonomyCategories",
              "flatPath": "v1/networks/{networksId}/taxonomyCategories",
              "id": "admanager.networks.taxonomyCategories.list",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `TaxonomyCategory` objects."
            }
          }
        },
        "entitySignalsMappings": {
          "methods": {
            "patch": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string",
                  "format": "google-fieldmask"
                },
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/entitySignalsMappings/[^/]+$",
                  "description": "Identifier. The resource name of the `EntitySignalsMapping`. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`",
                  "location": "path"
                }
              },
              "id": "admanager.networks.entitySignalsMappings.patch",
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings/{entitySignalsMappingsId}",
              "path": "v1/{+name}",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "description": "API to update an `EntitySignalsMapping` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the EntitySignalsMapping. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+/entitySignalsMappings/[^/]+$",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings/{entitySignalsMappingsId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.entitySignalsMappings.get",
              "description": "API to retrieve a `EntitySignalsMapping` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "batchUpdate": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `EntitySignalsMappings` will be updated. Format: `networks/{network_code}` The parent field in the UpdateEntitySignalsMappingRequest must match this field.",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings:batchUpdate",
              "path": "v1/{+parent}/entitySignalsMappings:batchUpdate",
              "id": "admanager.networks.entitySignalsMappings.batchUpdate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsRequest"
              },
              "description": "API to batch update `EntitySignalsMapping` objects.",
              "parameterOrder": [
                "parent"
              ]
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `EntitySignalsMapping` objects.",
              "path": "v1/{+parent}/entitySignalsMappings",
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings",
              "id": "admanager.networks.entitySignalsMappings.list",
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `EntitySignalsMappings` to return. The service may return fewer than this value. If unspecified, at most 50 `EntitySignalsMappings` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of EntitySignalsMappings. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListEntitySignalsMappings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListEntitySignalsMappings` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse"
              }
            },
            "create": {
              "id": "admanager.networks.entitySignalsMappings.create",
              "path": "v1/{+parent}/entitySignalsMappings",
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "description": "API to create an `EntitySignalsMapping` object.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this EntitySignalsMapping will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            },
            "batchCreate": {
              "id": "admanager.networks.entitySignalsMappings.batchCreate",
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings:batchCreate",
              "path": "v1/{+parent}/entitySignalsMappings:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest"
              },
              "description": "API to batch create `EntitySignalsMapping` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `EntitySignalsMappings` will be created. Format: `networks/{network_code}` The parent field in the CreateEntitySignalsMappingRequest must match this field.",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            }
          }
        },
        "creativeTemplates": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/creativeTemplates/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the CreativeTemplate. Format: `networks/{network_code}/creativeTemplates/{creative_template_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeTemplate"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a `CreativeTemplate` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.creativeTemplates.get",
              "flatPath": "v1/networks/{networksId}/creativeTemplates/{creativeTemplatesId}",
              "path": "v1/{+name}"
            },
            "list": {
              "id": "admanager.networks.creativeTemplates.list",
              "flatPath": "v1/networks/{networksId}/creativeTemplates",
              "path": "v1/{+parent}/creativeTemplates",
              "description": "API to retrieve a list of `CreativeTemplate` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `CreativeTemplates` to return. The service may return fewer than this value. If unspecified, at most 50 `CreativeTemplates` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - description - displayName - interstitial - name - nativeEligible - nativeVideoEligible - safeFrameCompatible - status - type ",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListCreativeTemplates` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCreativeTemplates` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of CreativeTemplates. Format: `networks/{network_code}`",
                  "location": "path"
                }
              }
            }
          }
        },
        "applications": {
          "methods": {
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Application` objects.",
              "id": "admanager.networks.applications.list",
              "path": "v1/{+parent}/applications",
              "flatPath": "v1/networks/{networksId}/applications",
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - appStoreId - appStores - applicationCode - approvalStatus - archived - displayName - name - platform - webviewClaimingStatus ",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Applications` to return. The service may return fewer than this value. If unspecified, at most 50 `Applications` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Applications. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListApplications` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListApplications` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListApplicationsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "create": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Application` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "path": "v1/{+parent}/applications",
              "flatPath": "v1/networks/{networksId}/applications",
              "id": "admanager.networks.applications.create",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "description": "API to create a `Application` object."
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where `Applications` will be created. Format: `networks/{network_code}` The parent field in the CreateApplicationRequest must match this field.",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest"
              },
              "description": "API to batch create `Application` objects.",
              "path": "v1/{+parent}/applications:batchCreate",
              "flatPath": "v1/networks/{networksId}/applications:batchCreate",
              "id": "admanager.networks.applications.batchCreate"
            },
            "batchArchive": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest"
              },
              "description": "/ API to batch archive `Application` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.applications.batchArchive",
              "flatPath": "v1/networks/{networksId}/applications:batchArchive",
              "path": "v1/{+parent}/applications:batchArchive",
              "parameters": {
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent resource shared by all `Applications` to archive. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchUpdate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Applications` will be updated. Format: `networks/{network_code}` The parent field in the UpdateApplicationRequest must match this field.",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "id": "admanager.networks.applications.batchUpdate",
              "flatPath": "v1/networks/{networksId}/applications:batchUpdate",
              "path": "v1/{+parent}/applications:batchUpdate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest"
              },
              "description": "API to batch update `Application` objects.",
              "parameterOrder": [
                "parent"
              ]
            },
            "batchUnarchive": {
              "id": "admanager.networks.applications.batchUnarchive",
              "flatPath": "v1/networks/{networksId}/applications:batchUnarchive",
              "path": "v1/{+parent}/applications:batchUnarchive",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest"
              },
              "description": "/ API to batch unarchive `Application` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource shared by all `Applications` to Unarchive. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            },
            "get": {
              "description": "API to retrieve a `Application` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.applications.get",
              "flatPath": "v1/networks/{networksId}/applications/{applicationsId}",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/applications/[^/]+$",
                  "required": true,
                  "description": "Required. The resource name of the Application. Format: `networks/{network_code}/applications/{application_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "patch": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "description": "API to update a `Application` object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.applications.patch",
              "flatPath": "v1/networks/{networksId}/applications/{applicationsId}",
              "path": "v1/{+name}",
              "parameters": {
                "updateMask": {
                  "format": "google-fieldmask",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string"
                },
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/applications/[^/]+$",
                  "description": "Identifier. The resource name of the `Application`. Format: `networks/{network_code}/applications/{application_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "webProperties": {
          "resources": {
            "adReviewCenterAds": {
              "methods": {
                "search": {
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:search",
                  "path": "v1/{+parent}/adReviewCenterAds:search",
                  "id": "admanager.networks.webProperties.adReviewCenterAds.search",
                  "description": "API to search for AdReviewCenterAds.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse"
                  },
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code} Since a network can only have a single web property of each `ExchangeSyndicationProduct`, you can use the `ExchangeSyndicationProduct` as an alias for the web property code: `networks/{network_code}/webProperties/display` `networks/{network_code}/webProperties/videoAndAudio` `networks/{network_code}/webProperties/mobileApp` `networks/{network_code}/webProperties/games`",
                      "location": "path"
                    },
                    "manualReviewStatus": {
                      "enumDescriptions": [
                        "Not specified value.",
                        "This ad has been explicitly allowed to serve.",
                        "This ad has been explicitly blocked from serving.",
                        "This ad is implicitly blocked and has been reviewed.",
                        "This ad is implicitly blocked and has not been reviewed.",
                        "This ad is allowed to serve by default and has not been reviewed."
                      ],
                      "enum": [
                        "MANUAL_AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
                        "ALLOWED",
                        "BLOCKED",
                        "ARCHIVED",
                        "PENDING",
                        "SERVING"
                      ],
                      "type": "string",
                      "description": "Optional. Only return ads with the given manual review status. Only available for networks with Manual Creative Review enabled. For more information, see https://support.google.com/admanager/answer/2586531#manual-creative-review.",
                      "location": "query"
                    },
                    "buyerAccountId": {
                      "format": "int64",
                      "repeated": true,
                      "type": "string",
                      "description": "Optional. If provided, restrict the search to creatives belonging to one of the given Adx buyer account IDs. Only applicable to RTB creatives. Adx buyer account IDs can be found using the `ProgrammaticBuyerService`.",
                      "location": "query"
                    },
                    "status": {
                      "type": "string",
                      "enumDescriptions": [
                        "Not specified value",
                        "This ad has been explicitly allowed to serve.",
                        "This ad has been explicitly blocked from serving.",
                        "This ad is allowed to serve by default and has not been reviewed."
                      ],
                      "enum": [
                        "AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
                        "ALLOWED",
                        "BLOCKED",
                        "UNREVIEWED"
                      ],
                      "description": "Optional. Only return ads with the given status.",
                      "location": "query"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of AdReviewCenterAds to return. The service may return fewer than this value. If unspecified, at most 50 AdReviewCenterAds will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                      "location": "query",
                      "type": "integer"
                    },
                    "adReviewCenterAdId": {
                      "repeated": true,
                      "type": "string",
                      "description": "Optional. Only return ads with the given AdReviewCenterAd IDs. If provided, no other filter can be set (other than page size and page token).",
                      "location": "query"
                    },
                    "dateTimeRange.endTime": {
                      "description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
                      "location": "query",
                      "type": "string",
                      "format": "google-datetime"
                    },
                    "pageToken": {
                      "description": "Optional. The page token to fetch the next page of AdReviewCenterAds. This is the value returned from a previous Search request, or empty.",
                      "location": "query",
                      "type": "string"
                    },
                    "dateTimeRange.startTime": {
                      "format": "google-datetime",
                      "description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
                      "location": "query",
                      "type": "string"
                    },
                    "searchText": {
                      "repeated": true,
                      "type": "string",
                      "description": "Optional. If provided, restrict the search to AdReviewCenterAds associated with the text (including any text on the ad or in the destination URL). If more than one value is provided, the search will combine them in a logical AND. For example, ['car', 'blue'] will match ads that contain both \"car\" and \"blue\", but not an ad that only contains \"car\".",
                      "location": "query"
                    }
                  }
                },
                "batchBlock": {
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code} Since a network can only have a single web property of each `ExchangeSyndicationProduct`, you can use the `ExchangeSyndicationProduct` as an alias for the web property code: `networks/{network_code}/webProperties/display` `networks/{network_code}/webProperties/videoAndAudio` `networks/{network_code}/webProperties/mobileApp` `networks/{network_code}/webProperties/games`",
                      "location": "path",
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "type": "string",
                      "required": true
                    }
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunning__Operation"
                  },
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest"
                  },
                  "description": "API to batch block AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:batchBlock",
                  "path": "v1/{+parent}/adReviewCenterAds:batchBlock",
                  "id": "admanager.networks.webProperties.adReviewCenterAds.batchBlock"
                },
                "batchAllow": {
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code} Since a network can only have a single web property of each `ExchangeSyndicationProduct`, you can use the `ExchangeSyndicationProduct` as an alias for the web property code: `networks/{network_code}/webProperties/display` `networks/{network_code}/webProperties/videoAndAudio` `networks/{network_code}/webProperties/mobileApp` `networks/{network_code}/webProperties/games`",
                      "location": "path",
                      "type": "string",
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunning__Operation"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest"
                  },
                  "description": "API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.",
                  "id": "admanager.networks.webProperties.adReviewCenterAds.batchAllow",
                  "path": "v1/{+parent}/adReviewCenterAds:batchAllow",
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:batchAllow"
                }
              }
            }
          }
        },
        "contentLabels": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/contentLabels/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the ContentLabel. Format: `networks/{network_code}/contentLabels/{content_label_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ContentLabel"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `ContentLabel` object.",
              "id": "admanager.networks.contentLabels.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/contentLabels/{contentLabelsId}"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentLabelsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `ContentLabels` to return. The service may return fewer than this value. If unspecified, at most 50 `ContentLabels` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of ContentLabels. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListContentLabels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListContentLabels` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                }
              },
              "id": "admanager.networks.contentLabels.list",
              "flatPath": "v1/networks/{networksId}/contentLabels",
              "path": "v1/{+parent}/contentLabels",
              "description": "API to retrieve a list of `ContentLabel` objects.",
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "customTargetingValues": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/customTargetingValues/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingValues/{customTargetingValuesId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.customTargetingValues.get",
              "description": "API to retrieve a `CustomTargetingValue` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListCustomTargetingValues` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomTargetingValues` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - adTagName - customTargetingKey - displayName - matchType - name - status ",
                  "location": "query"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `CustomTargetingValues` to return. The service may return fewer than this value. If unspecified, at most 50 `CustomTargetingValues` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `CustomTargetingValue` objects.",
              "id": "admanager.networks.customTargetingValues.list",
              "path": "v1/{+parent}/customTargetingValues",
              "flatPath": "v1/networks/{networksId}/customTargetingValues"
            }
          }
        },
        "programmaticBuyers": {
          "methods": {
            "get": {
              "description": "API to retrieve a `ProgrammaticBuyer` object.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/programmaticBuyers/{programmaticBuyersId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.programmaticBuyers.get",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the ProgrammaticBuyer. Format: `networks/{network_code}/programmaticBuyers/{buyer_account_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/programmaticBuyers/[^/]+$",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ProgrammaticBuyer"
              }
            },
            "list": {
              "parameters": {
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListProgrammaticBuyers` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProgrammaticBuyers` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of ProgrammaticBuyers. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `ProgrammaticBuyers` to return. The service may return fewer than this value. If unspecified, at most 50 `ProgrammaticBuyers` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - agency - buyerAccountId - displayName - name - parentAccountId - partnerClientId - preferredDealsEnabled - programmaticGuaranteedEnabled ",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `ProgrammaticBuyer` objects.",
              "path": "v1/{+parent}/programmaticBuyers",
              "flatPath": "v1/networks/{networksId}/programmaticBuyers",
              "id": "admanager.networks.programmaticBuyers.list"
            }
          }
        },
        "adUnits": {
          "methods": {
            "batchUpdate": {
              "parameters": {
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent resource where `AdUnits` will be updated. Format: `networks/{network_code}` The parent field in the UpdateAdUnitRequest must match this field.",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest"
              },
              "description": "API to batch update `AdUnit` objects.",
              "id": "admanager.networks.adUnits.batchUpdate",
              "path": "v1/{+parent}/adUnits:batchUpdate",
              "flatPath": "v1/networks/{networksId}/adUnits:batchUpdate"
            },
            "create": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `AdUnit` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "description": "API to create an `AdUnit` object.",
              "path": "v1/{+parent}/adUnits",
              "flatPath": "v1/networks/{networksId}/adUnits",
              "id": "admanager.networks.adUnits.create"
            },
            "batchArchive": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest"
              },
              "description": "Archives a list of `AdUnit` objects.",
              "id": "admanager.networks.adUnits.batchArchive",
              "path": "v1/{+parent}/adUnits:batchArchive",
              "flatPath": "v1/networks/{networksId}/adUnits:batchArchive",
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchActivate": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest"
              },
              "description": "API to batch activate `AdUnit` objects.",
              "path": "v1/{+parent}/adUnits:batchActivate",
              "flatPath": "v1/networks/{networksId}/adUnits:batchActivate",
              "id": "admanager.networks.adUnits.batchActivate",
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse"
              }
            },
            "list": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdUnitsResponse"
              },
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - adUnitCode - adUnitSizes.canonicalName - displayName - effectiveAdsenseEnabled - explicitlyTargeted - externalSetTopBoxChannelId - hasChildren - name - parentAdUnit - status - teams - updateTime ",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of AdUnits to return. The service may return fewer than this value. If unspecified, at most 50 ad units will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent, which owns this collection of AdUnits. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListAdUnits` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdUnits` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                }
              },
              "flatPath": "v1/networks/{networksId}/adUnits",
              "path": "v1/{+parent}/adUnits",
              "id": "admanager.networks.adUnits.list",
              "description": "API to retrieve a list of AdUnit objects.",
              "parameterOrder": [
                "parent"
              ]
            },
            "batchCreate": {
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest"
              },
              "description": "API to batch create `AdUnit` objects.",
              "path": "v1/{+parent}/adUnits:batchCreate",
              "flatPath": "v1/networks/{networksId}/adUnits:batchCreate",
              "id": "admanager.networks.adUnits.batchCreate",
              "parameters": {
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent resource where `AdUnits` will be created. Format: `networks/{network_code}` The parent field in the CreateAdUnitRequest must match this field.",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse"
              }
            },
            "batchDeactivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest"
              },
              "description": "Deactivates a list of `AdUnit` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits:batchDeactivate",
              "path": "v1/{+parent}/adUnits:batchDeactivate",
              "id": "admanager.networks.adUnits.batchDeactivate",
              "parameters": {
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse"
              }
            },
            "patch": {
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "description": "API to update an `AdUnit` object.",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/adUnits/{adUnitsId}",
              "id": "admanager.networks.adUnits.patch",
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+/adUnits/[^/]+$",
                  "type": "string",
                  "required": true
                },
                "updateMask": {
                  "format": "google-fieldmask",
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query"
                }
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              }
            },
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/adUnits/[^/]+$",
                  "type": "string"
                }
              },
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/adUnits/{adUnitsId}",
              "id": "admanager.networks.adUnits.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve an AdUnit object."
            }
          }
        },
        "cmsMetadataValues": {
          "methods": {
            "get": {
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `CmsMetadataValue` object.",
              "id": "admanager.networks.cmsMetadataValues.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues/{cmsMetadataValuesId}",
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/cmsMetadataValues/[^/]+$",
                  "description": "Required. The resource name of the CmsMetadataValue. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CmsMetadataValue"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CmsMetadataValues. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListCmsMetadataValues` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCmsMetadataValues` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "format": "int32"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - key - name - status ",
                  "location": "query"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `CmsMetadataValues` to return. The service may return fewer than this value. If unspecified, at most 50 `CmsMetadataValues` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                }
              },
              "id": "admanager.networks.cmsMetadataValues.list",
              "path": "v1/{+parent}/cmsMetadataValues",
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `CmsMetadataValue` objects."
            },
            "batchDeactivate": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CmsMetadataValues` will be deactivated. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse"
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest"
              },
              "description": "API to deactivate a list of `CmsMetadataValue` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues:batchDeactivate",
              "path": "v1/{+parent}/cmsMetadataValues:batchDeactivate",
              "id": "admanager.networks.cmsMetadataValues.batchDeactivate"
            },
            "batchActivate": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent resource where `CmsMetadataValues` will be activated. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "path": "v1/{+parent}/cmsMetadataValues:batchActivate",
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues:batchActivate",
              "id": "admanager.networks.cmsMetadataValues.batchActivate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest"
              },
              "description": "API to activate a list of `CmsMetadataValue` objects."
            }
          }
        },
        "reports": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the report. Format: `networks/{network_code}/reports/{report_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/reports/[^/]+$"
                }
              },
              "id": "admanager.networks.reports.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Report` object."
            },
            "run": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__RunReportRequest"
              },
              "description": "Initiates the execution of an existing report asynchronously. Users can get the report by polling this operation using `OperationsService.GetOperation`. Poll every 5 seconds initially, with an exponential backoff. Once a report is complete, the operation will contain a `RunReportResponse` in its response field containing a report_result that can be passed to the `FetchReportResultRows` method to retrieve the report data.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.reports.run",
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}:run",
              "path": "v1/{+name}:run",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^networks/[^/]+/reports/[^/]+$",
                  "required": true,
                  "description": "Required. The report to run. Format: `networks/{network_code}/reports/{report_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleLongrunning__Operation"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "patch": {
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "parameters": {
                "updateMask": {
                  "format": "google-fieldmask",
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query"
                },
                "name": {
                  "pattern": "^networks/[^/]+/reports/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Identifier. The resource name of the report. Report resource name have the form: `networks/{network_code}/reports/{report_id}`",
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.reports.patch",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "description": "API to update a `Report` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Report` objects.",
              "id": "admanager.networks.reports.list",
              "path": "v1/{+parent}/reports",
              "flatPath": "v1/networks/{networksId}/reports",
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of `Reports` to return. The service may return fewer than this value. If unspecified, at most 50 `Reports` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReports` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of reports. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListReportsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "create": {
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where this `Report` will be created. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "description": "API to create a `Report` object.",
              "id": "admanager.networks.reports.create",
              "path": "v1/{+parent}/reports",
              "flatPath": "v1/networks/{networksId}/reports"
            }
          },
          "resources": {
            "results": {
              "methods": {
                "fetchRows": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Returns the result rows from a completed report. The caller must have previously called `RunReport` and waited for that operation to complete. The rows will be returned according to the order specified by the `sorts` member of the report definition.",
                  "path": "v1/{+name}:fetchRows",
                  "flatPath": "v1/networks/{networksId}/reports/{reportsId}/results/{resultsId}:fetchRows",
                  "id": "admanager.networks.reports.results.fetchRows",
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values greater than 10,000 will be reduced to 10,000.",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `FetchReportResultRows` call. Provide this to retrieve the second and subsequent batches of rows.",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "description": "The report result being fetched. Format: `networks/{network_code}/reports/{report_id}/results/{report_result_id}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^networks/[^/]+/reports/[^/]+/results/[^/]+$"
                    }
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse"
                  }
                }
              }
            }
          }
        },
        "orders": {
          "methods": {
            "get": {
              "description": "API to retrieve an Order object.",
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.orders.get",
              "flatPath": "v1/networks/{networksId}/orders/{ordersId}",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "pattern": "^networks/[^/]+/orders/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The resource name of the Order. Format: `networks/{network_code}/orders/{order_id}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Order"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Order` objects. Fields used for literal matching in filter string: * `order_id` * `display_name` * `external_order_id`",
              "path": "v1/{+parent}/orders",
              "flatPath": "v1/networks/{networksId}/orders",
              "id": "admanager.networks.orders.list",
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - advertiser - agency - appliedTeams - archived - creator - displayName - endTime - externalOrderId - name - orderId - poNumber - programmatic - salesperson - secondarySalespeople - secondaryTraffickers - startTime - status - trafficker - updateTime ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Orders` to return. The service may return fewer than this value. If unspecified, at most 50 `Orders` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListOrders` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOrders` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOrdersResponse"
              }
            }
          }
        },
        "mobileDevices": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileDevice"
              },
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the MobileDevice. Format: `networks/{network_code}/mobileDevices/{mobile_device_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/mobileDevices/[^/]+$"
                }
              },
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/mobileDevices/{mobileDevicesId}",
              "id": "admanager.networks.mobileDevices.get",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `MobileDevice` object."
            },
            "list": {
              "id": "admanager.networks.mobileDevices.list",
              "path": "v1/{+parent}/mobileDevices",
              "flatPath": "v1/networks/{networksId}/mobileDevices",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `MobileDevice` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileDevicesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - manufacturer - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `MobileDevices` to return. The service may return fewer than this value. If unspecified, at most 50 `MobileDevices` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of MobileDevices. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "format": "int32",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListMobileDevices` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMobileDevices` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                }
              }
            }
          }
        },
        "operations": {
          "resources": {
            "reports": {
              "resources": {
                "runs": {
                  "methods": {
                    "get": {
                      "parameters": {
                        "name": {
                          "description": "The name of the operation resource.",
                          "location": "path",
                          "type": "string",
                          "pattern": "^networks/[^/]+/operations/reports/runs/[^/]+$",
                          "required": true
                        }
                      },
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/admanager",
                        "https://www.googleapis.com/auth/admanager.readonly"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunning__Operation"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                      "path": "v1/{+name}",
                      "flatPath": "v1/networks/{networksId}/operations/reports/runs/{runsId}",
                      "id": "admanager.networks.operations.reports.runs.get"
                    }
                  }
                }
              }
            }
          }
        },
        "teams": {
          "methods": {
            "patch": {
              "flatPath": "v1/networks/{networksId}/teams/{teamsId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.teams.patch",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "description": "API to update a `Team` object.",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^networks/[^/]+/teams/[^/]+$",
                  "type": "string",
                  "description": "Identifier. The resource name of the `Team`. Format: `networks/{network_code}/teams/{team_id}`",
                  "location": "path"
                },
                "updateMask": {
                  "format": "google-fieldmask",
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query"
                }
              }
            },
            "batchActivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest"
              },
              "description": "API to batch activate `Team` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.teams.batchActivate",
              "flatPath": "v1/networks/{networksId}/teams:batchActivate",
              "path": "v1/{+parent}/teams:batchActivate",
              "parameters": {
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Team. Format: `networks/{network_code}/teams/{team_id}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+/teams/[^/]+$",
                  "required": true
                }
              },
              "id": "admanager.networks.teams.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/teams/{teamsId}",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Team` object."
            },
            "batchUpdate": {
              "id": "admanager.networks.teams.batchUpdate",
              "flatPath": "v1/networks/{networksId}/teams:batchUpdate",
              "path": "v1/{+parent}/teams:batchUpdate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest"
              },
              "description": "API to batch update `Team` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "description": "Required. The parent resource where `Teams` will be updated. Format: `networks/{network_code}` The parent field in the UpdateTeamRequest must match this field.",
                  "location": "path"
                }
              }
            },
            "list": {
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Teams. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListTeams` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTeams` must match the call that provided the page token.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - accessType - allCompaniesAccess - allInventoryAccess - description - displayName - name - status ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `Teams` to return. The service may return fewer than this value. If unspecified, at most 50 `Teams` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListTeamsResponse"
              },
              "description": "API to retrieve a list of `Team` objects.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/teams",
              "path": "v1/{+parent}/teams",
              "id": "admanager.networks.teams.list"
            },
            "create": {
              "id": "admanager.networks.teams.create",
              "path": "v1/{+parent}/teams",
              "flatPath": "v1/networks/{networksId}/teams",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "description": "API to create a `Team` object.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Team` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              }
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Teams` will be created. Format: `networks/{network_code}` The parent field in the CreateTeamRequest must match this field.",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest"
              },
              "description": "API to batch create `Team` objects.",
              "id": "admanager.networks.teams.batchCreate",
              "path": "v1/{+parent}/teams:batchCreate",
              "flatPath": "v1/networks/{networksId}/teams:batchCreate"
            },
            "batchDeactivate": {
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/teams:batchDeactivate",
              "path": "v1/{+parent}/teams:batchDeactivate",
              "id": "admanager.networks.teams.batchDeactivate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest"
              },
              "description": "API to batch deactivate `Team` objects.",
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "contacts": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Contact. Format: `networks/{network_code}/contacts/{contact_id}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/contacts/[^/]+$"
                }
              },
              "id": "admanager.networks.contacts.get",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/contacts/{contactsId}",
              "parameterOrder": [
                "name"
              ],
              "description": "API to retrieve a `Contact` object."
            },
            "patch": {
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "description": "API to update a `Contact` object.",
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/contacts/{contactsId}",
              "id": "admanager.networks.contacts.patch",
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `Contact`. Format: `networks/{network_code}/contacts/{contact_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/contacts/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "format": "google-fieldmask"
                }
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              }
            },
            "list": {
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListContacts` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Contacts. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Contacts` to return. The service may return fewer than this value. If unspecified, at most 50 `Contacts` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - address - cellPhone - comment - company - displayName - email - fax - name - status - title - workPhone ",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContactsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "description": "API to retrieve a list of `Contact` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.contacts.list",
              "flatPath": "v1/networks/{networksId}/contacts",
              "path": "v1/{+parent}/contacts"
            },
            "create": {
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where this `Contact` will be created. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "description": "API to create a `Contact` object.",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/contacts",
              "path": "v1/{+parent}/contacts",
              "id": "admanager.networks.contacts.create"
            },
            "batchCreate": {
              "id": "admanager.networks.contacts.batchCreate",
              "path": "v1/{+parent}/contacts:batchCreate",
              "flatPath": "v1/networks/{networksId}/contacts:batchCreate",
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateContactsRequest"
              },
              "description": "API to batch create `Contact` objects.",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateContactsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent resource where `Contacts` will be created. Format: `networks/{network_code}` The parent field in the CreateContactRequest must match this field.",
                  "location": "path"
                }
              }
            },
            "batchUpdate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "parameters": {
                "parent": {
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The parent resource where `Contacts` will be updated. Format: `networks/{network_code}` The parent field in the UpdateContactRequest must match this field.",
                  "location": "path"
                }
              },
              "id": "admanager.networks.contacts.batchUpdate",
              "flatPath": "v1/networks/{networksId}/contacts:batchUpdate",
              "path": "v1/{+parent}/contacts:batchUpdate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest"
              },
              "description": "API to batch update `Contact` objects.",
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "bandwidthGroups": {
          "methods": {
            "get": {
              "description": "API to retrieve a `BandwidthGroup` object.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/bandwidthGroups/{bandwidthGroupsId}",
              "path": "v1/{+name}",
              "id": "admanager.networks.bandwidthGroups.get",
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^networks/[^/]+/bandwidthGroups/[^/]+$",
                  "type": "string",
                  "description": "Required. The resource name of the BandwidthGroup. Format: `networks/{network_code}/bandwidthGroups/{bandwidth_group_id}`",
                  "location": "path"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BandwidthGroup"
              }
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `BandwidthGroup` objects.",
              "id": "admanager.networks.bandwidthGroups.list",
              "path": "v1/{+parent}/bandwidthGroups",
              "flatPath": "v1/networks/{networksId}/bandwidthGroups",
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of BandwidthGroups. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+$"
                },
                "skip": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListBandwidthGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListBandwidthGroups` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query"
                },
                "pageSize": {
                  "format": "int32",
                  "type": "integer",
                  "description": "Optional. The maximum number of `BandwidthGroups` to return. The service may return fewer than this value. If unspecified, at most 50 `BandwidthGroups` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBandwidthGroupsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "operatingSystems": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__OperatingSystem"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the OperatingSystem. Format: `networks/{network_code}/operatingSystems/{operating_system_id}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+/operatingSystems/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.operatingSystems.get",
              "flatPath": "v1/networks/{networksId}/operatingSystems/{operatingSystemsId}",
              "path": "v1/{+name}",
              "description": "API to retrieve a `OperatingSystem` object.",
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `OperatingSystem` objects.",
              "path": "v1/{+parent}/operatingSystems",
              "flatPath": "v1/networks/{networksId}/operatingSystems",
              "id": "admanager.networks.operatingSystems.list",
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of OperatingSystems. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListOperatingSystems` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOperatingSystems` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "filter": {
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `OperatingSystems` to return. The service may return fewer than this value. If unspecified, at most 50 `OperatingSystems` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse"
              }
            }
          }
        },
        "sites": {
          "methods": {
            "batchUpdate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "description": "Required. The parent resource where `Sites` will be updated. Format: `networks/{network_code}` The parent field in the UpdateSiteRequest must match this field.",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest"
              },
              "description": "API to batch update `Site` objects.",
              "path": "v1/{+parent}/sites:batchUpdate",
              "flatPath": "v1/networks/{networksId}/sites:batchUpdate",
              "id": "admanager.networks.sites.batchUpdate"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListSitesResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListSites` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSites` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Sites. Format: `networks/{network_code}`",
                  "location": "path"
                },
                "pageSize": {
                  "format": "int32",
                  "description": "Optional. The maximum number of `Sites` to return. The service may return fewer than this value. If unspecified, at most 50 `Sites` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "location": "query",
                  "type": "integer"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - approvalStatus - approvalStatusUpdateTime - childNetworkCode - name - url ",
                  "location": "query"
                }
              },
              "id": "admanager.networks.sites.list",
              "path": "v1/{+parent}/sites",
              "flatPath": "v1/networks/{networksId}/sites",
              "parameterOrder": [
                "parent"
              ],
              "description": "API to retrieve a list of `Site` objects."
            },
            "create": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Site` will be created. Format: `networks/{network_code}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "description": "API to create a `Site` object.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.sites.create",
              "flatPath": "v1/networks/{networksId}/sites",
              "path": "v1/{+parent}/sites"
            },
            "batchCreate": {
              "flatPath": "v1/networks/{networksId}/sites:batchCreate",
              "path": "v1/{+parent}/sites:batchCreate",
              "id": "admanager.networks.sites.batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSitesRequest"
              },
              "description": "API to batch create `Site` objects.",
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSitesResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Sites` will be created. Format: `networks/{network_code}` The parent field in the CreateSiteRequest must match this field.",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "batchDeactivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest"
              },
              "description": "Deactivates a list of `Site` objects.",
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.sites.batchDeactivate",
              "flatPath": "v1/networks/{networksId}/sites:batchDeactivate",
              "path": "v1/{+parent}/sites:batchDeactivate",
              "parameters": {
                "parent": {
                  "type": "string",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "patch": {
              "path": "v1/{+name}",
              "flatPath": "v1/networks/{networksId}/sites/{sitesId}",
              "id": "admanager.networks.sites.patch",
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "description": "API to update a `Site` object.",
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameters": {
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "location": "query",
                  "type": "string",
                  "format": "google-fieldmask"
                },
                "name": {
                  "description": "Identifier. The resource name of the `Site`. Format: `networks/{network_code}/sites/{site_id}`",
                  "location": "path",
                  "pattern": "^networks/[^/]+/sites/[^/]+$",
                  "type": "string",
                  "required": true
                }
              }
            },
            "get": {
              "id": "admanager.networks.sites.get",
              "flatPath": "v1/networks/{networksId}/sites/{sitesId}",
              "path": "v1/{+name}",
              "description": "API to retrieve a `Site` object.",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "pattern": "^networks/[^/]+/sites/[^/]+$",
                  "description": "Required. The resource name of the Site. Format: `networks/{network_code}/sites/{site_id}`",
                  "location": "path"
                }
              }
            },
            "batchSubmitForApproval": {
              "flatPath": "v1/networks/{networksId}/sites:batchSubmitForApproval",
              "path": "v1/{+parent}/sites:batchSubmitForApproval",
              "id": "admanager.networks.sites.batchSubmitForApproval",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest"
              },
              "description": "Submits a list of `Site` objects for approval.",
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "location": "path",
                  "required": true,
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  },
  "basePath": "",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "batchPath": "batch",
  "protocol": "rest",
  "revision": "20260423",
  "documentationLink": "https://developers.google.com/ad-manager/api/beta/reference/rest",
  "version_module": true,
  "servicePath": "",
  "baseUrl": "https://admanager.googleapis.com/",
  "title": "Google Ad Manager API",
  "description": "Manage your Ad Manager inventory, run reports and more.",
  "rootUrl": "https://admanager.googleapis.com/",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/admanager": {
          "description": "Manage your Google Ad Manager campaigns"
        },
        "https://www.googleapis.com/auth/admanager.readonly": {
          "description": "See your Google Ad Manager campaigns and data"
        }
      }
    }
  },
  "mtlsRootUrl": "https://admanager.mtls.googleapis.com/",
  "schemas": {
    "GoogleAdsAdmanagerV1__BatchCreateContactsRequest": {
      "description": "Request object for `BatchCreateContacts` method.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. The `Contact` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateContactRequest"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateContactsRequest",
      "type": "object"
    },
    "GoogleType__Date": {
      "id": "GoogleType__Date",
      "type": "object",
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
      "properties": {
        "month": {
          "type": "integer",
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "format": "int32"
        },
        "year": {
          "format": "int32",
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer"
        },
        "day": {
          "format": "int32",
          "type": "integer",
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse": {
      "description": "Response object for `BatchArchiveApplications` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse": {
      "description": "Response object for `ListLinkedDevicesRequest` containing matching `LinkedDevice` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `LinkedDevice` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        },
        "linkedDevices": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LinkedDevice"
          },
          "description": "The `LinkedDevice` objects from the specified network.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivateSites` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse": {
      "description": "Response object for `BatchActivateCustomFields` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ScheduleOptions": {
      "id": "GoogleAdsAdmanagerV1__ScheduleOptions",
      "type": "object",
      "description": "The options for a scheduled report.",
      "properties": {
        "deliveryCondition": {
          "enumDescriptions": [
            "Never deliver report.",
            "Always deliver report.",
            "Deliver report when flag's conditions are met."
          ],
          "enum": [
            "NEVER",
            "ALWAYS",
            "WHEN_FLAG_CONDITIONS_MET"
          ],
          "type": "string",
          "description": "Option for when to deliver the scheduled report."
        },
        "schedule": {
          "description": "Information pertaining to schedule itself.",
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule"
        },
        "flags": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Flag"
          },
          "type": "array",
          "description": "Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT is specified."
        }
      }
    },
    "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData": {
      "id": "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData",
      "type": "object",
      "description": "Contains buyer data. This data is required by the Marketplace API.",
      "properties": {
        "buyerEmails": {
          "type": "array",
          "description": "Optional. The email contacts of the buyer of the `PrivateAuctionDeal`.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__OperatingSystemVersion": {
      "id": "GoogleAdsAdmanagerV1__OperatingSystemVersion",
      "type": "object",
      "description": "Represents a specific version of an operating system.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `OperatingSystemVersion`. Format: `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`"
        },
        "majorVersion": {
          "description": "Output only. The major version of the operating system.",
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        },
        "microVersion": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The micro version of the operating system."
        },
        "minorVersion": {
          "type": "integer",
          "description": "Output only. The minor version of the operating system.",
          "readOnly": true,
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse": {
      "description": "Response object for `BatchDeactivateAdUnits` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse": {
      "description": "Response object for `ListTaxonomyCategoriesRequest` containing matching `TaxonomyCategory` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `TaxonomyCategory` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "taxonomyCategories": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__TaxonomyCategory"
          },
          "description": "The `TaxonomyCategory` objects.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateLabels` method.",
      "properties": {
        "names": {
          "description": "Required. Resource names for the Label. Format: `networks/{network_code}/labels/{label_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListSitesResponse",
      "type": "object",
      "description": "Response object for `ListSitesRequest` containing matching `Site` objects.",
      "properties": {
        "sites": {
          "type": "array",
          "description": "The `Site` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Site` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse": {
      "description": "Response object for ListAdUnitSizesRequest containing matching AdUnitSizes.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of AdUnitSizes. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        },
        "adUnitSizes": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitSize"
          },
          "description": "The AdUnitSizes from the specified network.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse": {
      "description": "Response object for `BatchCreateCustomFields` method.",
      "properties": {
        "customFields": {
          "type": "array",
          "description": "The `CustomField` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsRequest",
      "type": "object",
      "description": "Request object for `BatchUpdateEntitySignalsMappings` method.",
      "properties": {
        "requests": {
          "description": "Required. The `EntitySignalsMapping` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateEntitySignalsMappingRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListMobileDevicesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListMobileDevicesResponse",
      "type": "object",
      "description": "Response object for `ListMobileDevicesRequest` containing matching `MobileDevice` objects.",
      "properties": {
        "mobileDevices": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileDevice"
          },
          "description": "The `MobileDevice` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "description": "Total number of `MobileDevice` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerMain__ContendingLineItem": {
      "description": "Describes contending line items for a forecast.",
      "properties": {
        "growbirdNetworkId": {
          "type": "string",
          "description": "Output only. The network ID of the contending line item, if it is cross selling. This field is only used by Growbird.",
          "readOnly": true,
          "format": "int64"
        },
        "contendingUnits": {
          "format": "int64",
          "type": "string",
          "description": "The number of impressions contended for by both the forecasted line item and this line item."
        },
        "crossSellingConfigType": {
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the CrossSellingConfig belongs to the network receiving/targeting the shared inventory, and the partner network is the network sharing the inventory.",
            "Indicates that the CrossSellingConfig belongs to the network sharing inventory, and the partner network is the network receiving/targeting the shared inventory."
          ],
          "enum": [
            "CROSS_SELLING_CONFIG_TYPE_UNSPECIFIED",
            "CONTENT_PROVIDER",
            "DISTRIBUTOR"
          ],
          "type": "string",
          "description": "Output only. The type of cross selling config for the contending line item, if it is cross selling."
        },
        "lineItem": {
          "description": "The resource name of the contending line item. Format: `networks/{network_code}/lineItems/{line_item_id}`",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerMain__ContendingLineItem",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchAdReviewCenterAdsOperationMetadata": {
      "description": "Metadata object for `BatchAllowAdReviewCenterAds` and `BatchBlockAdReviewCenterAds` methods.",
      "properties": {
        "failedRequests": {
          "type": "object",
          "description": "The status of each failed request, keyed by the index of the corresponding request in the batch request.",
          "additionalProperties": {
            "$ref": "GoogleRpc__Status"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchAdReviewCenterAdsOperationMetadata",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListNetworksResponse": {
      "id": "GoogleAdsAdmanagerV1__ListNetworksResponse",
      "type": "object",
      "description": "Response object for `ListNetworks` method.",
      "properties": {
        "networks": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Network"
          },
          "type": "array",
          "description": "The `Network`s a user has access to."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `Network`s. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue": {
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue",
      "type": "object",
      "description": "A single criteria breakdown value.",
      "properties": {
        "entry": {
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry",
          "description": "Output only. The criteria breakdown entry."
        },
        "forecast": {
          "description": "Output only. The delivery forecast for this criteria breakdown entry.",
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListApplicationsResponse": {
      "description": "Response object for `ListApplicationsRequest` containing matching `Application` objects.",
      "properties": {
        "applications": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          },
          "type": "array",
          "description": "The `Application` objects from the specified network."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `Application` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListApplicationsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ReportDefinition": {
      "id": "GoogleAdsAdmanagerV1__ReportDefinition",
      "type": "object",
      "description": "The definition of how a report should be run.",
      "properties": {
        "sorts": {
          "description": "Optional. Default sorts to apply to this report.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Sort"
          }
        },
        "creativeCustomFieldIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "Optional. Custom field IDs that represent CREATIVE_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, creative_custom_field_ids[0] describes CREATIVE_CUSTOM_FIELD_0_OPTION_ID and CREATIVE_CUSTOM_FIELD_0_VALUE.",
          "type": "array"
        },
        "flags": {
          "type": "array",
          "description": "Optional. List of flags for this report. Used to flag rows in a result set based on a set of defined filters.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Flag"
          }
        },
        "customDimensionKeyIds": {
          "description": "Optional. Custom Dimension keys that represent CUSTOM_DIMENSION_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, custom_dimension_key_ids[0] describes CUSTOM_DIMENSION_0_VALUE_ID and CUSTOM_DIMENSION_0_VALUE.",
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "metrics": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Default value. This value is unused.",
              "The number of people who engaged with your site or app in the specified date range from Google Analytics. Corresponds to \"Active users\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of impressions with unmuted playback at start. Corresponds to \"Active View % audible at start\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total Active View audible impressions Corresponds to \"Total Active View audible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of impressions with unmuted playback through the entire stream. Corresponds to \"Active View % audible through completion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions with unmuted playback through at least 25%. Corresponds to \"Active View % audible through first quartile\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions with unmuted playback through at least 50%. Corresponds to \"Active View % audible through midpoint\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions with unmuted playback through at least 75%. Corresponds to \"Active View % audible through third quartile\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total Active View audio enabled impressions Corresponds to \"Total Active View audio eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total Active View audio measurable impressions Corresponds to \"Total Active View audio measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Active View total average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Total Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Total number of impressions that were eligible to measure viewability. Corresponds to \"Total Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of impressions where the ad player is in the background at any point during playback with volume \u003e 0. Corresponds to \"Active View % ever audible while backgrounded\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions where volume \u003e 0 at any point. Corresponds to \"Active View % ever audible\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions where the ad player is in the background at any point during playback. Corresponds to \"Active View % ever backgrounded\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions where volume = 0 at any point. Corresponds to \"Active View % ever muted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of measurable impressions that were played to video completion, and also audible and visible at the time of completion. Corresponds to \"Total Active View impressions audible and visible at completion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of impressions that were sampled and measured by active view. Corresponds to \"Total Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of total impressions that were measurable by active view (out of all the total impressions sampled for active view). Corresponds to \"Total Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total Active View non-measurable impressions Corresponds to \"Total Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total Active View non-viewable impressions Corresponds to \"Total Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total Active View non-viewable impressions distribution Corresponds to \"Total Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total Active View percent audible impressions Corresponds to \"Total Active View % audible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of impressions where we were able to collect Active View+ signals. Corresponds to \"Active View+ measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Revenue generated from Active View impressions. Corresponds to \"Total Active View revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total Active View undetermined impressions distribution Corresponds to \"Total Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The total number of impressions viewed on the user's screen. Corresponds to \"Total Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total Active View viewable impressions distribution Corresponds to \"Total Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The percentage of total impressions viewed on the user's screen (out of the total impressions measurable by active view). Corresponds to \"Total Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Active View AdSense average time in seconds that specific impressions are reported as being viewable. Corresponds to \"AdSense Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Total number of impressions delivered by AdSense that were eligible to measure viewability. Corresponds to \"AdSense Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions delivered by AdSense that were sampled, and measurable by active view. Corresponds to \"AdSense Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of impressions delivered by AdSense that were measurable by active view (out of all AdSense impressions sampled for active view). Corresponds to \"AdSense Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "AdSense Active View non-measurable impressions Corresponds to \"AdSense Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "AdSense Active View non-viewable impressions Corresponds to \"AdSense Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "AdSense Active View non-viewable impressions distribution Corresponds to \"AdSense Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "AdSense Active View undetermined impressions distribution Corresponds to \"AdSense Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of impressions delivered by AdSense viewed on the user's screen. Corresponds to \"AdSense Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "AdSense Active View viewable impressions distribution Corresponds to \"AdSense Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The percentage of impressions delivered by AdSense viewed on the user's screen (out of AdSense impressions measurable by active view). Corresponds to \"AdSense Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average effective cost-per-thousand-impressions earned from the ads delivered by AdSense through line item dynamic allocation. Corresponds to \"AdSense average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Number of clicks delivered by AdSense demand channel. Corresponds to \"AdSense clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The ratio of impressions served by AdSense that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The AdSense CTR is calculated as: (AdSense clicks / AdSense impressions). Corresponds to \"AdSense CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total impressions delivered by AdSense. Corresponds to \"AdSense impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ratio of clicks delivered by AdSense through line item dynamic allocation in relation to the total clicks delivered. Corresponds to \"AdSense clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of impressions delivered by AdSense through line item dynamic allocation in relation to the total impressions delivered. Corresponds to \"AdSense impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue. Corresponds to \"AdSense revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue (excluding CPD). Corresponds to \"AdSense revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The total number of times that an AdSense ad is delivered. Corresponds to \"AdSense responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Revenue generated from AdSense through line item dynamic allocation, calculated in the network's currency and time zone. Corresponds to \"AdSense revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Active View AdExchange average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Ad Exchange Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Total number of impressions delivered by Ad Exchange that were eligible to measure viewability. Corresponds to \"Ad Exchange Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions delivered by Ad Exchange that were sampled, and measurable by active view. Corresponds to \"Ad Exchange Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of impressions delivered by Ad Exchange that were measurable by active view (out of all Ad Exchange impressions sampled for active view). Corresponds to \"Ad Exchange Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ad Exchange Active View non-measurable impressions Corresponds to \"Ad Exchange Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ad Exchange Active View non-viewable impressions Corresponds to \"Ad Exchange Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ad Exchange Active View non-viewable impressions distribution Corresponds to \"Ad Exchange Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ad Exchange Active View undetermined impressions distribution Corresponds to \"Ad Exchange Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of impressions delivered by Ad Exchange viewed on the user's screen. Corresponds to \"Ad Exchange Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ad Exchange Active View viewable impressions distribution Corresponds to \"Ad Exchange Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The percentage of impressions delivered by Ad Exchange viewed on the user's screen (out of Ad Exchange impressions measurable by active view). Corresponds to \"Ad Exchange Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Number of clicks delivered by the Ad Exchange. Corresponds to \"Ad Exchange clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The average effective cost-per-click earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange CPC\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The ratio of impressions served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange CTR is calculated as: (Ad Exchange clicks / Ad Exchange impressions). Corresponds to \"Ad Exchange CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of impressions delivered by Ad Exchange through line item dynamic allocation to ad requests. Corresponds to \"Ad Exchange delivery rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total impressions delivered by the Ad Exchange. Corresponds to \"Ad Exchange impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of impressions based on the number of ad viewers. Corresponds to \"Ad Exchange impressions per ad viewer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The total number of impressions based on the number of sessions. Corresponds to \"Ad Exchange impressions per session\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The increase in revenue gained for won impressions over the applicable third party price (the minimum CPM or the best price specified during dynamic allocation), Corresponds to \"Ad Exchange lift earnings\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The ratio of matched ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Matched Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Matched Ad Requests). Corresponds to \"Ad Exchange matched request CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average effective cost per thousand matched ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange matched request eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The number of responses served divided by the number of queries eligible in ad exchange. Corresponds to \"Ad Exchange match rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total opportunities from video VAST error within the waterfall for backfill ads. Corresponds to \"Ad Exchange opportunities from errors\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of opportunities from impressions within the waterfall for backfill ads. Corresponds to \"Ad Exchange opportunities from impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ratio of clicks delivered by Ad Exchange through line item dynamic allocation in relation to the total clicks delivered. Corresponds to \"Ad Exchange clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of impressions delivered by Ad Exchange through line item dynamic allocation in relation to the total impressions delivered. Corresponds to \"Ad Exchange impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue. Corresponds to \"Ad Exchange revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue (excluding CPD). Corresponds to \"Ad Exchange revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners. Corresponds to \"Ad Exchange plus yield group eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total impressions delivered by the Ad Exchange and third-party networks. Corresponds to \"Ad Exchange plus yield group impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Revenue generated from the Ad Exchange and Yield Group, calculated in your network's currency and time zone. Corresponds to \"Ad Exchange plus yield group revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The total number of times that an Ad Exchange ad is delivered. Corresponds to \"Ad Exchange responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Revenue generated from the Ad Exchange through line item dynamic allocation, calculated in your network's currency and time zone. Corresponds to \"Ad Exchange revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The Ad Exchange revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Ad Exchange revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The total amount of Ad Exchange revenue based on the number of ad viewers. Corresponds to \"Ad Exchange revenue per ad viewer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The number of programmatic eligible queries in Ad Exchange. Corresponds to \"Ad Exchange total requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The ratio of total ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Total Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Total Ad Requests). Corresponds to \"Ad Exchange total request CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average effective cost per thousand ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners. Corresponds to \"Ad Exchange total request eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Length of time in seconds that an ad is visible on the user's screen from Google Analytics. Corresponds to \"Ad exposure (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The total number of times that an ad request is sent to the ad server including dynamic allocation. Corresponds to \"Total ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Active View ad server average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Ad server Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Total number of impressions delivered by the ad server that were eligible to measure viewability. Corresponds to \"Ad server Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions delivered by the ad server that were sampled, and measurable by active view. Corresponds to \"Ad server Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of impressions delivered by the ad server that were measurable by active view (out of all the ad server impressions sampled for active view). Corresponds to \"Ad server Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of impressions delivered by Ad Server that were not measured. For example, impressions where measurement was attempted but failed. Corresponds to \"Ad server Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions delivered by Ad Server that were measured by active view, but deemed not viewable. Corresponds to \"Ad server Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The fraction of non-viewable impressions among eligible impressions from Ad Server in Active View reporting.\" Corresponds to \"Ad server Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Revenue generated from Ad Server Active View impressions. Corresponds to \"Ad server Active View revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The fraction of non-eligible impressions among eligible impressions from Ad Server in Active View reporting.\" Corresponds to \"Ad server Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of impressions delivered by the ad server viewed on the user's screen. Corresponds to \"Ad server Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The fraction of viewable impressions among eligible impressions from Ad Server in Active View reporting. Corresponds to \"Ad server Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The percentage of impressions delivered by the ad server viewed on the user's screen (out of the ad server impressions measurable by active view). Corresponds to \"Ad server Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server. Corresponds to \"Ad server average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server, excluding CPD value. Corresponds to \"Ad server average eCPM w/o CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total raw impressions counted when creative begins to render or the first frame of a video is shown. Corresponds to \"Ad server begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total clicks served by the Google Ad Manager server. It usually takes about 30 minutes for new clicks to be recorded and added to the total displayed in reporting. Corresponds to \"Ad server clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of completed views for ad server. Corresponds to \"Ad server completed views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total coviewed impressions delivered by the Ad Server. Corresponds to \"Ad server impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "CPD revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server CPD revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Ratio of impressions served by the Google Ad Manager server that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The ad server CTR is calculated as: (Ad server clicks / Ad server impressions). Corresponds to \"Ad server CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Gross revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting. Corresponds to \"Ad server total revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Gross revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server, excluding CPD revenue. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting. Corresponds to \"Ad server CPM and CPC revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total impressions delivered by the Ad Server. Corresponds to \"Ad server impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total impressions delivered by the Ad Server with companion impressions. Corresponds to \"Ad server impressions with companion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Impressions (via begin to render methodology) delivered by the Google Ad Manager server considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a \"reset\" event. Corresponds to \"Ad server inactive begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total number of ad server VAST errors discounting errors generated from video fallback ads. Corresponds to \"Ad Server opportunities from errors\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total number of ad server impressions discounting video fallback impressions. Corresponds to \"Ad Server opportunities from impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Ratio of clicks delivered by the Google Ad Manager server in relation to the total clicks delivered. Corresponds to \"Ad server clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of impressions delivered by the Google Ad Manager server in relation to the total impressions delivered. Corresponds to \"Ad server impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by the Google Ad Manager server in relation to the total revenue. Corresponds to \"Ad server revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Ratio of revenue generated by the Google Ad Manager server (excluding CPD) in relation to the total revenue. Corresponds to \"Ad server revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The total number of times that an ad is served by the ad server. Corresponds to \"Ad server responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "All CPM, CPC, and CPD revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server total revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The Google Ad Manager server revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Ad server revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Revenue (excluding CPD) earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The number of clicks delivered by the ad server by explicit custom criteria targeting. Corresponds to \"Ad server targeted clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions delivered by the ad server by explicit custom criteria targeting. Corresponds to \"Ad server targeted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of tracked ads delivered by the ad server. Corresponds to \"Ad server tracked ads\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total raw impressions counted when creative begins to render or the first frame of a video is shown, before invalid traffic filtrations by Ad Server. Corresponds to \"Ad server unfiltered begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total clicks delivered by the Ad Server before spam filtering. Corresponds to \"Ad server unfiltered clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Total downloaded impressions delivered by the Ad Server before spam filtering. Corresponds to \"Ad server unfiltered downloaded impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Deprecated. This metric has been renamed to `AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS`. The server will normalize any requests using this value to `AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS`. This value will be removed on or after October 1, 2025.",
              "The number of tracked ads delivered by the ad server before invalid traffic filtrations. Corresponds to \"Ad server unfiltered tracked ads\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Length of time in seconds that an ad unit is visible on the user's screen from Google Analytics. Corresponds to \"Ad unit exposure (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of users who viewed an ads on your site or app in the specified date range from Google Analytics. Corresponds to \"Ad viewers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of ads that Ad Manager failed to render in the Ads traffic navigator report. Corresponds to \"Ads failed to render\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items that matched an ad request in the Ads traffic navigator report. Corresponds to \"Eligible line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that contain eligible line items for the auction in the Ads traffic navigator report. Corresponds to \"Ad requests with eligible line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that have header bidding trafficking demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing header bidding trafficking\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking bids that are able to match an ad request and enter the auction in the Ads traffic navigator report. Corresponds to \"Competing header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking ad requests with bids in auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking candidate bids that match an ad request in the Ads traffic navigator report. Corresponds to \"Header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of invalid header bidding trafficking ad requests in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing header bidding trafficking\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking ad requests with no bids in the Ads traffic navigator report. Corresponds to \"Ad requests with no header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking bids that didn't match the ad request in the Ads traffic navigator report. Corresponds to \"Rejected header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with the header bidding trafficking demand that are valid in the Ads traffic navigator report. Corresponds to \"Valid header bidding trafficking ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of header bidding trafficking ad requests with bids in the Ads traffic navigator report. Corresponds to \"Ad requests with header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Ad requests that are not valid in the Ads traffic navigator report. Corresponds to \"Invalid ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items with no creative retrieved in the Ads traffic navigator report. Corresponds to \"Line items with no creative retrieved\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items that matched an ad request and entered in auction in the Ads traffic navigator report. Corresponds to \"Competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items that were ranked but did not compete in auction in the Ads traffic navigator report. Corresponds to \"Non-competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items that matched an ad request but were not selected to compete in the auction in the Ads traffic navigator report. Corresponds to \"Line items not selected to compete\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line item ad requests in auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line item targeted ad requests in the Ads traffic navigator report. Corresponds to \"Ad requests with targeted line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with the mediation demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing mediation\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of invalid mediation ad requests in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing mediation\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of times the Yield Partner's ad was loaded in the Ads traffic navigator report. Corresponds to \"Loaded ads from chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with mediation demand having no partners in the Ads traffic navigator report. Corresponds to \"Ad requests with no targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of mediation yield partners in auction in the Ads traffic navigator report. Corresponds to \"Competing mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests in auction that serve mediation chains in the Ads traffic navigator report. Corresponds to \"Ad requests with competing mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of mediation partners that didn't match an ad request in the Ads traffic navigator report. Corresponds to \"Rejected partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of mediation partners that have targeted an ad request and are able to match it in the Ads traffic navigator report. Corresponds to \"Targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ads in mediation chains in the Ads traffic navigator report. Corresponds to \"Total ads in chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ads from mediation chains that Ad Manager won't serve in the Ads traffic navigator report. Corresponds to \"Unloaded ads from chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of times the Yield Partner's mediation chain ad was not reached in the Ads traffic navigator report. Corresponds to \"Unused bids or partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that have mediation demand in the Ads traffic navigator report. Corresponds to \"Valid mediation ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with mediation demand having partners in the Ads traffic navigator report. Corresponds to \"Ad requests with targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with programmatic demand that have received a bid in the Ads traffic navigator report. Corresponds to \"Ad requests with bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with programmatic demand that have sent a bid to at least one buyer in the Ads traffic navigator report. Corresponds to \"Ad requests with bid requests sent\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests with programmatic demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ads with programmatic bids that entered the auction in the Ads traffic navigator report. Corresponds to \"Competing programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that have received eligible programmatic bids to compete in the auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic callout bid requests sent to buyers in the Ads traffic navigator report. Corresponds to \"Bid requests sent\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic callout bid requests that resulted with a response in the Ads traffic navigator report. Corresponds to \"Bid requests with response\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "All buyers that Ad Manager could potentially send a programmatic bid request to in the Ads traffic navigator report. Corresponds to \"Bid request candidates\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic callout bid requests with errors in the Ads traffic navigator report. Corresponds to \"Bid request errors\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that are ineligible for programmatic in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic callout bids rejected in the Ads traffic navigator report. Corresponds to \"Rejected bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic callout bid requests Ad Manager won't send to buyers in the Ads traffic navigator report. Corresponds to \"Skipped bid requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of programmatic bids that Ad Manager received from buyers in the Ads traffic navigator report. Corresponds to \"Total programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of ad requests that allow programmatic in the Ads traffic navigator report. Corresponds to \"Valid ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items targeted that didn't match an ad request in the Ads traffic navigator report. Corresponds to \"Rejected line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of mediation chains Ad Manager serves in the Ads traffic navigator report. Corresponds to \"Served mediation chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of single ads served in the Ads traffic navigator report. Corresponds to \"Served single ads\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of line items with targeting that matches an ad request in the Ads traffic navigator report. Corresponds to \"Targeted line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Total number of ad requests which counts optimized pod request as a single request in the Ads traffic navigator report. Corresponds to \"Total ad requests (Ads traffic navigator)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Total number of ads loaded in the Ads traffic navigator report. Corresponds to \"Total loaded ads\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Ad requests that are valid in the Ads traffic navigator report. Corresponds to \"Valid ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Number of times the Yield Partner passed-back on a Mediation chain ad in the Ads traffic navigator report. Corresponds to \"Yield group mediation passbacks\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Cost of the audience segment. Corresponds to \"Audience segment cost\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "eCPM averaged across the Google Ad Manager server, AdSense, and Ad Exchange. Corresponds to \"Total average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "eCPM averaged across the Google Ad Manager server (excluding CPD), AdSense, and Ad Exchange. Corresponds to \"Total average eCPM w/o CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `MONEY`",
              "Average user engagement seconds per session in Google Analytics. Corresponds to \"Average engagement time per session (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Average user engagement seconds per user in Google Analytics. Corresponds to \"Average engagement time per user (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The average number of unique users reached per ad impression. Corresponds to \"Average impressions/unique visitor\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
              "Average total purchase revenue per user in Google Analytics. Corresponds to \"ARPPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Average revenue earned from each active user in Google Analytics. Corresponds to \"ARPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Average length of a session in Google Analytics. Corresponds to \"Average session duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of bids. Corresponds to \"Bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The average CPM of the bids submitted by bidders. Corresponds to \"Average bid CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The ratio of (sessions - engaged sessions) / sessions. Corresponds to \"Bounce rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of times a user clicked on an ad. Corresponds to \"Total clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `AD_SPEED` Data format: `INTEGER`",
              "The total number of times that the code for an ad is served by the ad server including dynamic allocation. Corresponds to \"Total code served count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Total amount of CPC revenue. Corresponds to \"CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
              "Total amount of CPM revenue. Corresponds to \"CPM revenue\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
              "Percent of creatives whose load time is between [0, 500ms). Corresponds to \"Creative load time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of creatives whose load time is between [1000, 2000ms). Corresponds to \"Creative load time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of creatives whose load time is between [2000, 4000ms). Corresponds to \"Creative load time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of creatives whose load time is between [4000, 8000ms). Corresponds to \"Creative load time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of creatives whose load time is between [500, 1000ms). Corresponds to \"Creative load time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of creatives load time is greater than 8000ms. Corresponds to \"Creative load time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "For standard ads, your ad clickthrough rate (CTR) is the number of ad clicks divided by the number of individual ad impressions expressed as a fraction. Ad CTR = Clicks / Ad impressions. Corresponds to \"Total CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `PERCENT`",
              "Number of bids received for a deal. Corresponds to \"Deals bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Bid rate for a deal. Corresponds to \"Deals bid rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of bid requests sent for a deal. Corresponds to \"Deals bid requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of winning bids for a deal. Corresponds to \"Deals winning bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Bid win rate for a deal. Corresponds to \"Deals win rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [0, 500ms) range. Corresponds to \"Page navigation to first ad request time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [1000ms, 2000ms) range. Corresponds to \"Page navigation to first ad request time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [2000ms, 4000ms) range. Corresponds to \"Page navigation to first ad request time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [4000ms, 8000ms) range. Corresponds to \"Page navigation to first ad request time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [500ms, 1000ms) range. Corresponds to \"Page navigation to first ad request time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to 1st ad request in [8000ms, +inf) range. Corresponds to \"Page navigation to first ad request time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [0, 500ms) range. Corresponds to \"Page navigation to tag loaded time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [1000ms, 2000ms) range. Corresponds to \"Page navigation to tag loaded time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [2000ms, 4000ms) range. Corresponds to \"Page navigation to tag loaded time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [4000ms, 8000ms) range. Corresponds to \"Page navigation to tag loaded time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [500ms, 1000ms) range. Corresponds to \"Page navigation to tag loaded time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of dom load time to tag load time in [8000ms, +inf) range. Corresponds to \"Page navigation to tag loaded time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percentage of ad responses that didn't result in an impression. Corresponds to \"Drop-off rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Engaged session count from Google Analytics. Corresponds to \"Engaged sessions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Engaged sessions per user from Google Analytics. Corresponds to \"Engaged sessions per user\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The ratio of engaged sessions to sessions. Corresponds to \"Engagement rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Percentage of European regulations messages where the user consented to all of the purposes and vendors. Corresponds to \"European regulations consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Percentage of European regulations messages where users made a consent choice after selecting \"Manage options\". Corresponds to \"European regulations custom consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Number of times a European regulations message was shown to users. Corresponds to \"European regulations messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Percentage of European regulations messages where the user rejected all purposes and vendors. Corresponds to \"European regulations no consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "The rate at which an ad request is filled by the ad server including dynamic allocation. Corresponds to \"Total fill rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of clicks joined with Google Analytics data. Corresponds to \"Google Analytics clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The click-through rate from Google Analytics data. Corresponds to \"Google Analytics CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The eCPM revenue data from Google Analytics. Corresponds to \"Google Analytics eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The number of impressions joined with Google Analytics data. Corresponds to \"Google Analytics impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The amount of revenue joined with Google Analytics data. Corresponds to \"Google Analytics revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Number of views of a web site or mobile screen from Google Analytics. Corresponds to \"Views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of views per user from Google Analytics. Corresponds to \"Views per user\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold auction impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of auction impressions sold by Google in partner sales. Corresponds to \"Google-sold auction impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of impressions sold by Google in partner sales. Corresponds to \"Google-sold impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold reservation impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of reservation impressions sold by Google in partner sales. Corresponds to \"Google-sold reservation impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "Total impressions from the Google Ad Manager server, AdSense, Ad Exchange, and yield group partners. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `AD_SPEED` Data format: `INTEGER`",
              "The number of impressions (via begin to render methodology) considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a \"reset\" event. Only applied to CTV ads. Corresponds to \"Inactive begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of inventory shares Corresponds to \"Inventory shares\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of partner unfilled opportunities from an inventory share Corresponds to \"Inventory share partner unfilled opportunities\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of invoiced impressions. Corresponds to \"Invoiced impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of invoiced unfilled impressions. Corresponds to \"Invoiced unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of mediation chains that were filled. Corresponds to \"Mediation chains filled\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions where the user chose to mute the ad. Corresponds to \"Total muted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions that had the \"Mute This Ad\" overlay applied. Corresponds to \"Total mute eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Nielsen: The relative unique audience in the demographic compared with its share of the overall population. Corresponds to \"Audience index\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The average number of times that a person within the target audience sees an advertisement. Corresponds to \"Average frequency\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
              "Nielsen: The average number of viewers. Corresponds to \"Average number of viewers\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
              "Nielsen: The unit of audience volume, based on the percentage of the reached target audience population multiplied by the average frequency. Corresponds to \"Gross rating points\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The total number of impressions tracked for Nielsen Digital Ad Ratings measurement. Corresponds to \"Impressions\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
              "Nielsen: The relative impressions per person in the demographic compared with the impressions per person for the overall population. Corresponds to \"Impressions index\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The adjusted in-target impression share used for pacing and billing. Corresponds to \"Processed Nielsen in-target rate\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The unique audience reached as a percentage of the population base. Corresponds to \"% audience reach\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The share of the unique audience in the demographic. Corresponds to \"% audience share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The share of impressions that reached the target demographic. Corresponds to \"% impression share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The share of the total population represented by the population base. Corresponds to \"% population share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
              "Nielsen: The population in the demographic. Corresponds to \"Population base\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
              "Nielsen: The total number of different people within the selected demographic who were reached. Corresponds to \"Unique audience\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
              "The total number of cross publisher impressions that were sampled and measured by active view. Corresponds to \"Off-property Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "The total number of cross publisher impressions viewed on the user's screen. Corresponds to \"Off-property Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "The percentage of total cross publisher impressions viewed on the user's screen (out of the total impressions measurable by active view). Corresponds to \"Off-property Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `PERCENT`",
              "The total number of cross publisher clicks. Corresponds to \"Off-property clicks\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "The ratio of cross publisher impressions that resulted in users clicking on an ad. Cross publisher CTR is calculated as: (Cross publisher clicks / Cross publisher impressions). Corresponds to \"Off-property CTR\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `PERCENT`",
              "The total number of cross publisher impressions. Corresponds to \"Off-property impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "The total cross publisher revenue from line item and works with the currency code from the same line item. Corresponds to \"Off-property revenue\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
              "The total cross publisher spend and works with the billing currency code of the this network. Corresponds to \"Off-property spend\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
              "The average effective cost-per-thousand-impressions earned from the ads delivered from cross publisher traffic. Corresponds to \"Off-property spend eCPM\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
              "Average effective cost-per-thousand-impressions earned from the mediation on-platform multiple call, excluding CPD value. Corresponds to \"On-platform multiple call eCPM\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `MONEY`",
              "Total impressions delivered by the mediation on-platform multiple call. Corresponds to \"On-platform multiple call impressions\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `INTEGER`",
              "Total revenue from the mediation on-platform multiple call. Corresponds to \"On-platform multiple call revenue\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `MONEY`",
              "The total number of opportunities from impressions and errors. Corresponds to \"Total opportunities\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions that were overdelivered. Corresponds to \"Total overdelivered impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The gross revenue for partner finance reports. Corresponds to \"Gross revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
              "Monthly host eCPM for partner finance reports Corresponds to \"Host eCPM\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
              "The host impressions for partner finance reports. Corresponds to \"Host impressions\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `INTEGER`",
              "Monthly host revenue for partner finance reports Corresponds to \"Host revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
              "Monthly partner eCPM for partner finance reports Corresponds to \"Partner eCPM\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
              "Monthly partner revenue for partner finance reports Corresponds to \"Partner revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
              "The gross revenue in the partner management. Corresponds to \"Partner management gross revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The host clicks in the partner management. Corresponds to \"Partner management host clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The host CTR in the partner management. Corresponds to \"Partner management host CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The host impressions in the partner management. Corresponds to \"Partner management host impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The partner clicks in the partner management. Corresponds to \"Partner management partner clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The partner CTR in the partner management. Corresponds to \"Partner management partner CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The partner impressions in the partner management. Corresponds to \"Partner management partner impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total content views in the partner management. Corresponds to \"Partner management total monetizable content views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The unfilled impressions in the partner management. Corresponds to \"Partner management unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
              "The number of filled pod requests (filled by partner or Google) in partner sales. Corresponds to \"Filled pod requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The percent of filled requests to total ad requests in partner sales. Corresponds to \"Fill rate\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `PERCENT`",
              "The percent of partner filled requests to total ad requests in partner sales. Corresponds to \"Partner match rate\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `PERCENT`",
              "The number of queries eligible for partner sales. Corresponds to \"Total partner sales ad requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of partner unfilled impressions in partner sales. If a pod request is not filled by partner but filled by Google, this metric will still count 1. Corresponds to \"Partner unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of partner unmatched queries in partner sales. If an ad request is not filled by partner but filled by Google, this metric will still count 1. Corresponds to \"Partner unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of code served sold by partner in partner sales. Corresponds to \"Partner-sold code served count\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of coviewed impressions sold by partner in partner sales. Corresponds to \"Partner-sold impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The number of impressions sold by partner in partner sales. Corresponds to \"Partner-sold impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
              "The total number of ad requests eligible for programmatic inventory, including Programmatic Guaranteed, Preferred Deals, backfill, and open auction. Corresponds to \"Programmatic eligible ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of programmatic responses served divided by the number of programmatic eligible ad requests. Includes Ad Exchange, Open Bidding, and Preferred Deals. Corresponds to \"Programmatic match rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total number of ad responses served from programmatic demand sources. Includes Ad Exchange, Open Bidding, and Preferred Deals. Differs from AD_EXCHANGE_RESPONSES_SERVED, which doesn't include Open Bidding ad requests. Corresponds to \"Programmatic responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of impressions for reach reports. Corresponds to \"Total reach impressions\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
              "The total number of times that an ad is served by the ad server including dynamic allocation. Corresponds to \"Total responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Retention of users in Google Analytics Corresponds to \"Retention\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Total amount of CPM, CPC, and CPD revenue based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks. Corresponds to \"Total revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `MONEY`",
              "The total revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Total revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "The total CPD net revenue for Revenue Verification reporting. Corresponds to \"Total CPD revenue\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
              "The total CPD gross revenue for Revenue Verification reporting. Corresponds to \"Total CPD revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
              "The total gross revenue (excluding CPD) for Revenue Verification reporting. Corresponds to \"Total CPM and CPC revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
              "The total impressions for Revenue Verification reporting. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `INTEGER`",
              "The total net revenue (excluding CPD) for Revenue Verification reporting. Corresponds to \"Total CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
              "Total revenue (excluding CPD) based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks. Corresponds to \"Total CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
              "The number of rewards granted to users from watching ads. Corresponds to \"Total rewards granted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The average amount of time (in seconds) that each rich media ad is displayed to users. Corresponds to \"Average display time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The average amount of time (in seconds) that a user interacts with a rich media ad. Corresponds to \"Average interaction time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The total number of times a backup image is served in place of a rich media ad. Corresponds to \"Backup image impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user interacts with a specific part of a rich media ad. Corresponds to \"Custom event - count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The amount of time (in seconds) that a user interacts with a specific part of a rich media ad. Corresponds to \"Custom event - time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The amount of time (in seconds) that each rich media ad is displayed to users. Corresponds to \"Total display time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The average amount of time (in seconds) that an expanding ad is viewed in an expanded state. Corresponds to \"Average expanding time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of times an expanding ad was expanded. Corresponds to \"Total expansions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user opens a rich media ad in full screen mode. Corresponds to \"Full-screen impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times that a user interacts with a rich media ad. Corresponds to \"Total interactions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The ratio of rich media ad interactions to the number of times the ad was displayed. Corresponds to \"Interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The total amount of time (in seconds) that a user interacts with a rich media ad. Corresponds to \"Interaction time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of impressions where a user interacted with a rich media ad. Corresponds to \"Interactive impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times that a user manually closes a rich media ad. Corresponds to \"Manual closes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was fully played. Corresponds to \"Rich media video completes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user clicked on the graphical controls of a video player. Corresponds to \"Rich media total video interactions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The ratio of video interactions to video plays. Represented as a percentage. Corresponds to \"Rich media video interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of times a rich media video was played up to midpoint. Corresponds to \"Rich media video midpoints\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was muted. Corresponds to \"Rich media video mutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was paused. Corresponds to \"Rich media video pauses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was played. Corresponds to \"Rich media video plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was restarted. Corresponds to \"Rich media video replays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was stopped. Corresponds to \"Rich media video stops\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a rich media video was unmuted. Corresponds to \"Rich media video unmutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of a video watched by a user. Corresponds to \"Rich media video view rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The average amount of time(seconds) that a rich media video was viewed per view. Corresponds to \"Rich media video average view time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The number of forecasted impressions not reserved by any line item. Corresponds to \"Available impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
              "The total number of forecasted impressions. Corresponds to \"Forecasted impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
              "The number of forecasted impressions reserved by line items. Corresponds to \"Reserved impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
              "The fraction of forecasted impressions reserved by line items. Corresponds to \"Sell-through rate\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `PERCENT`",
              "The average latency in milliseconds across all server-side unwrapping callout requests. There is no special handling for error or timeout responses. This reflects the entire chain of a parent callout request, which may result in multiple child callouts. This metric is not sliced by child callout dimensions. Corresponds to \"Server-side unwrapping average latency (milliseconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The total number of server-side unwrapping callout requests. Corresponds to \"Server-side unwrapping callouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of server-side unwrapping callouts that returned an empty response. Timeouts are not considered empty responses. Corresponds to \"Server-side unwrapping empty responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of server-side unwrapping callouts that returned an error response. Timeouts and empty responses are not considered errors. Corresponds to \"Server-side unwrapping error responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of successfully unwrapped, non-empty server-side wrapping callouts. Successful unwrapping does not indicate that the resulting creative was served. Corresponds to \"Server-side unwrapping successful responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of server-side unwrapping callouts that timed out before returning a response. Corresponds to \"Server-side unwrapping timeouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Count of sessions from Google Analytics. Corresponds to \"Sessions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Percent of tag load time to 1st ad request in [0, 500ms) range. Corresponds to \"Tag loaded to first ad request time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of tag load time to 1st ad request in [1000ms, 2000ms) range. Corresponds to \"Tag loaded to first ad request time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of tag load time to 1st ad request in [2000ms, 4000ms) range. Corresponds to \"Tag loaded to first ad request time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of tag load time to 1st ad request in [4000ms, 8000ms) range. Corresponds to \"Tag loaded to first ad request time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of tag load time to 1st ad request in [500ms, 1000ms) range. Corresponds to \"Tag loaded to first ad request time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Percent of tag load time to 1st ad request in [8000ms, +inf) range. Corresponds to \"Tag loaded to first ad request time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "The total number of clicks delivered including line item-level dynamic allocation by explicit custom criteria targeting. Corresponds to \"Total targeted clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of impressions delivered including line item-level dynamic allocation by explicit custom criteria targeting. Corresponds to \"Total targeted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of missed impressions due to the ad servers' inability to find ads to serve including dynamic allocation. Corresponds to \"Unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of unique users who viewed the ad. Corresponds to \"Total unique visitors\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
              "The number of impressions impacted by Chrome Ads Intervention due to CPU usage. Corresponds to \"Total unloaded impressions due to CPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions impacted by Chrome Ads Intervention due to network usage. Corresponds to \"Total unloaded impressions due to Network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of times that an ad is not returned by the ad server. Corresponds to \"Total unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of unviewed impressions due to other reasons. Corresponds to \"Other non-viewable impression reasons (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "The percentage of unviewed impressions due to slot never entered viewport. Corresponds to \"Slot never entered viewport (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "The percentage of unviewed impressions due to scrolled past before ad filled. Corresponds to \"User scrolled before ad filled (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "The percentage of unviewed impressions due to scrolled past before ad loaded. Corresponds to \"User scrolled/navigated before ad loaded (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "The percentage of unviewed impressions due to insufficient time on screen. Corresponds to \"User scrolled/navigated before 1 second (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
              "Time of users interacting with web site or mobile app from Google Analytics in seconds. Corresponds to \"User engagement duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Fraction of page views where users had ad blocker extensions installed. Includes only Desktop page views. Corresponds to \"Ad blocking extension rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Number of ad-blocking messages shown in the selected date range that resulted in users adding the site to their allowlist to view ads Corresponds to \"Ad blocking recovery message conversions\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of times an ad blocking recovery message was shown to users. Corresponds to \"Ad blocking recovery messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "The number of page views generated by users with an ad blocking extension installed who were shown the ad blocking recovery message and later allowed ads. Corresponds to \"Allow-ads page views\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of iOS ATT alerts that were triggered by an IDFA message (IDFA messages can be IDFA explainers or GDPR messages). Corresponds to \"IDFA ATT alerts shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of iOS ATT alerts triggered by the IDFA message where the user chose to allow tracking. Corresponds to \"IDFA ATT consent\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Percentage of iOS ATT alerts triggered by the IDFA message where the outcome was to allow tracking. Corresponds to \"IDFA ATT consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Number of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking. Corresponds to \"IDFA ATT decline consent\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Percentage of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking. Corresponds to \"IDFA ATT decline rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Number of times an IDFA explainer message was shown to users. Corresponds to \"IDFA explainers shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of times a European regulations message was shown immediately before the iOS ATT alert. Corresponds to \"IDFA IAB messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of IDFA explainer messages where the user didn't choose anything. Corresponds to \"IDFA no decision\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of times an Offerwall message was shown to users. Corresponds to \"Offerwall messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "The number of messages where the user gained an entitlement. Corresponds to \"Monetized Offerwall engagements\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "The number of pages viewed by users after gaining an entitlement. Only counts pages included for Offerwall. Corresponds to \"Post-offerwall page views\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Revenue earned through Offerwall, including Rewarded ad revenue and third-party integrations. Corresponds to \"Estimated Offerwall revenue\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `MONEY`",
              "Number of times an ads personalization controls message was shown to users. Corresponds to \"Ads personalization messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Percentage of ads personalization controls messages where users chose the opt-out option. Corresponds to \"Personalization opt-out ratio\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
              "Number of times a US state regulations message was shown to users. Corresponds to \"US states messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "Number of times users selected the opt-out option in a US states message. Corresponds to \"US states opt-out selections\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "The number of errors of type 100 in reporting. Corresponds to \"VAST error 100 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 101 in reporting. Corresponds to \"VAST error 101 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 102 in reporting. Corresponds to \"VAST error 102 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 200 in reporting. Corresponds to \"VAST error 200 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 201 in reporting. Corresponds to \"VAST error 201 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 202 in reporting. Corresponds to \"VAST error 202 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 203 in reporting. Corresponds to \"VAST error 203 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 300 in reporting. Corresponds to \"VAST error 300 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 301 in reporting. Corresponds to \"VAST error 301 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 302 in reporting. Corresponds to \"VAST error 302 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 303 in reporting. Corresponds to \"VAST error 303 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 400 in reporting. Corresponds to \"VAST error 400 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 401 in reporting. Corresponds to \"VAST error 401 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 402 in reporting. Corresponds to \"VAST error 402 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 403 in reporting. Corresponds to \"VAST error 403 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 405 in reporting. Corresponds to \"VAST error 405 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 406 in reporting. Corresponds to \"VAST error 406 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 407 in reporting. Corresponds to \"VAST error 407 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 408 in reporting. Corresponds to \"VAST error 408 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 409 in reporting. Corresponds to \"VAST error 409 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 410 in reporting. Corresponds to \"VAST error 410 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 500 in reporting. Corresponds to \"VAST error 500 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 501 in reporting. Corresponds to \"VAST error 501 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 502 in reporting. Corresponds to \"VAST error 502 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 503 in reporting. Corresponds to \"VAST error 503 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 600 in reporting. Corresponds to \"VAST error 600 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 601 in reporting. Corresponds to \"VAST error 601 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 602 in reporting. Corresponds to \"VAST error 602 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 603 in reporting. Corresponds to \"VAST error 603 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 604 in reporting. Corresponds to \"VAST error 604 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 900 in reporting. Corresponds to \"VAST error 900 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of errors of type 901 in reporting. Corresponds to \"VAST error 901 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of user interactions with a video, on average, such as pause, full screen, mute, etc. Corresponds to \"Average interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of times a user collapses a video, either to its original size or to a different size. Corresponds to \"Collapses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user expands a video. Corresponds to \"Expands\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times ad clip played in full screen mode. Corresponds to \"Full screens\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times video player was in mute state during play of ad clip. Corresponds to \"Mutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times user paused ad clip. Corresponds to \"Pauses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times the user unpaused the video. Corresponds to \"Resumes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user rewinds the video. Corresponds to \"Rewinds\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a user unmutes the video. Corresponds to \"Unmutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a skippable video is skipped. Corresponds to \"Skips\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of views for monetizable video content. Corresponds to \"Monetizable content views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of total creative serves in video realtime reporting. Corresponds to \"Total creative serves\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 100 in video realtime reporting. Corresponds to \"VAST error 100 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 101 in video realtime reporting. Corresponds to \"VAST error 101 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 102 in video realtime reporting. Corresponds to \"VAST error 102 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 200 in video realtime reporting. Corresponds to \"VAST error 200 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 201 in video realtime reporting. Corresponds to \"VAST error 201 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 202 in video realtime reporting. Corresponds to \"VAST error 202 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 203 in video realtime reporting. Corresponds to \"VAST error 203 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 300 in video realtime reporting. Corresponds to \"VAST error 300 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 301 in video realtime reporting. Corresponds to \"VAST error 301 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 302 in video realtime reporting. Corresponds to \"VAST error 302 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 303 in video realtime reporting. Corresponds to \"VAST error 303 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 400 in video realtime reporting. Corresponds to \"VAST error 400 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 401 in video realtime reporting. Corresponds to \"VAST error 401 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 402 in video realtime reporting. Corresponds to \"VAST error 402 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 403 in video realtime reporting. Corresponds to \"VAST error 403 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 405 in video realtime reporting. Corresponds to \"VAST error 405 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 406 in video realtime reporting. Corresponds to \"VAST error 406 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 407 in video realtime reporting. Corresponds to \"VAST error 407 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 408 in video realtime reporting. Corresponds to \"VAST error 408 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 409 in video realtime reporting. Corresponds to \"VAST error 409 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 410 in video realtime reporting. Corresponds to \"VAST error 410 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 500 in video realtime reporting. Corresponds to \"VAST error 500 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 501 in video realtime reporting. Corresponds to \"VAST error 501 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 502 in video realtime reporting. Corresponds to \"VAST error 502 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 503 in video realtime reporting. Corresponds to \"VAST error 503 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 600 in video realtime reporting. Corresponds to \"VAST error 600 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 601 in video realtime reporting. Corresponds to \"VAST error 601 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 602 in video realtime reporting. Corresponds to \"VAST error 602 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 603 in video realtime reporting. Corresponds to \"VAST error 603 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 604 in video realtime reporting. Corresponds to \"VAST error 604 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 900 in video realtime reporting. Corresponds to \"VAST error 900 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of errors of type 901 in video realtime reporting. Corresponds to \"VAST error 901 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of total impressions in video realtime reporting. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of matched queries in video realtime reporting. Corresponds to \"Total responses served\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of all errors in video realtime reporting. Corresponds to \"Total error count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of total queries in video realtime reporting. Corresponds to \"Total ad requests\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The number of unmatched queries in video realtime reporting. Corresponds to \"Total unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The total number of breaks completed or fatal errors for the last ad in the pod. Corresponds to \"Break end\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of breaks starts or errors for the first ad in a pod that users made it to. Corresponds to \"Break start\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of video ad opportunities reached by a user (rounded down, or capped based on your max ads setting, whichever is less). Corresponds to \"Capped opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of video ad opportunities reached by a user (rounded down, or capped based on your max ads setting, whichever is less). Corresponds to \"Capped opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of seconds available to be filled. Corresponds to \"Total duration (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of seconds available to be filled. Corresponds to \"Total duration (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of seconds filled. Corresponds to \"Matched duration (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total number of seconds filled. Corresponds to \"Matched duration (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total matched opportunities in video true opportunities reporting. Corresponds to \"Matched opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The total matched opportunities in video true opportunities reporting. Corresponds to \"Matched opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of video ad opportunities reached by a user (rounded down). Corresponds to \"Viewed opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of video ad opportunities reached by a user (rounded down). Corresponds to \"Viewed opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of TrueView ad impressions viewed. Corresponds to \"True views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Measures the percentage of skips. Corresponds to \"True views skip rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The view-through rate is the percentage of views divided by number of impressions Corresponds to \"True views view-through rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of times that the publisher specified a video ad played automatically. Corresponds to \"Auto-plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Average percentage of the video watched by users. Corresponds to \"Average view rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Average time(seconds) users watched the video. Corresponds to \"Average view time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Number of times that the publisher specified a video ad was clicked to play. Corresponds to \"Click-to-plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times the video played to completion. Corresponds to \"Completes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Percentage of times the video played to the end. Corresponds to \"Completion rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The number of engaged views: ad is viewed to completion or for 30s, whichever comes first. Corresponds to \"Engaged views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times the video played to 25% of its length. Corresponds to \"First quartiles\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times the video reached its midpoint during play. Corresponds to \"Midpoints\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times a skip button is shown in video. Corresponds to \"Skip buttons shown\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of impressions where the video was played. Corresponds to \"Starts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times the video played to 75% of its length. Corresponds to \"Third quartiles\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of times an error occurred, such as a VAST redirect error, a video playback error, or an invalid response error. Corresponds to \"Total error count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The percentage of video error count. Corresponds to \"Total error rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Duration of the video creative. Corresponds to \"Video length\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "View-through rate represented as a percentage. Corresponds to \"Video view through rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "Number of winning bids received from Open Bidding buyers, even when the winning bid is placed at the end of a mediation for mobile apps chain. Corresponds to \"Yield group auctions won\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of bids received from Open Bidding buyers, regardless of whether the returned bid competes in an auction. Corresponds to \"Yield group bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of bids received from Open Bidding buyers that competed in the auction. Corresponds to \"Yield group bids in auction\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Number of times a yield partner is asked to return bid to fill a yield group request. Corresponds to \"Yield group callouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The estimated net rate for yield groups or individual yield group partners. Corresponds to \"Yield group estimated CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total net revenue earned by a yield group, based upon the yield group estimated CPM and yield group impressions recorded. Corresponds to \"Yield group estimated revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Number of matched yield group requests where a yield partner delivered their ad to publisher inventory. Corresponds to \"Yield group impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Yield group Mediation fill rate indicating how often a network fills an ad request. Corresponds to \"Yield group mediation fill rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "Total requests where a Mediation chain was served. Corresponds to \"Yield group mediation matched queries\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The number of mediation chain passback across all channels. Corresponds to \"Yield group mediation passbacks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Revenue per thousand impressions based on data collected by Ad Manager from third-party ad network reports. Corresponds to \"Yield group mediation third party ECPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
              "The yield group revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Yield group revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Number of times a yield group buyer successfully returned a bid in response to a yield group callout. Corresponds to \"Yield group successful responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`"
            ],
            "enumDeprecated": [
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              true,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false
            ],
            "enum": [
              "METRIC_UNSPECIFIED",
              "ACTIVE_USERS",
              "ACTIVE_VIEW_AUDIBLE_AT_START_PERCENT",
              "ACTIVE_VIEW_AUDIBLE_IMPRESSIONS",
              "ACTIVE_VIEW_AUDIBLE_THROUGH_COMPLETION_PERCENT",
              "ACTIVE_VIEW_AUDIBLE_THROUGH_FIRST_QUARTILE_PERCENT",
              "ACTIVE_VIEW_AUDIBLE_THROUGH_MIDPOINT_PERCENT",
              "ACTIVE_VIEW_AUDIBLE_THROUGH_THIRD_QUARTILE_PERCENT",
              "ACTIVE_VIEW_AUDIO_ENABLED_IMPRESSIONS",
              "ACTIVE_VIEW_AUDIO_MEASURABLE_IMPRESSIONS",
              "ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
              "ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
              "ACTIVE_VIEW_EVER_AUDIBLE_BACKGROUNDED_PERCENT",
              "ACTIVE_VIEW_EVER_AUDIBLE_PERCENT",
              "ACTIVE_VIEW_EVER_BACKGROUNDED_PERCENT",
              "ACTIVE_VIEW_EVER_MUTED_PERCENT",
              "ACTIVE_VIEW_IMPRESSIONS_AUDIBLE_AND_VISIBLIE_AT_COMPLETION",
              "ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
              "ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
              "ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
              "ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
              "ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "ACTIVE_VIEW_PERCENT_AUDIBLE_IMPRESSIONS",
              "ACTIVE_VIEW_PLUS_MEASURABLE_COUNT",
              "ACTIVE_VIEW_REVENUE",
              "ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
              "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
              "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
              "ADSENSE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
              "ADSENSE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
              "ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
              "ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
              "ADSENSE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
              "ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
              "ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "ADSENSE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
              "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
              "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
              "ADSENSE_AVERAGE_ECPM",
              "ADSENSE_CLICKS",
              "ADSENSE_CTR",
              "ADSENSE_IMPRESSIONS",
              "ADSENSE_PERCENT_CLICKS",
              "ADSENSE_PERCENT_IMPRESSIONS",
              "ADSENSE_PERCENT_REVENUE",
              "ADSENSE_PERCENT_REVENUE_WITHOUT_CPD",
              "ADSENSE_RESPONSES_SERVED",
              "ADSENSE_REVENUE",
              "AD_EXCHANGE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
              "AD_EXCHANGE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
              "AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
              "AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
              "AD_EXCHANGE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
              "AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
              "AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "AD_EXCHANGE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
              "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
              "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
              "AD_EXCHANGE_AVERAGE_ECPM",
              "AD_EXCHANGE_CLICKS",
              "AD_EXCHANGE_CPC",
              "AD_EXCHANGE_CTR",
              "AD_EXCHANGE_DELIVERY_RATE",
              "AD_EXCHANGE_IMPRESSIONS",
              "AD_EXCHANGE_IMPRESSIONS_PER_AD_VIEWER",
              "AD_EXCHANGE_IMPRESSIONS_PER_SESSION",
              "AD_EXCHANGE_LIFT",
              "AD_EXCHANGE_MATCHED_REQUEST_CTR",
              "AD_EXCHANGE_MATCHED_REQUEST_ECPM",
              "AD_EXCHANGE_MATCH_RATE",
              "AD_EXCHANGE_OPPORTUNITIES_FROM_ERRORS",
              "AD_EXCHANGE_OPPORTUNITIES_FROM_IMPRESSIONS",
              "AD_EXCHANGE_PERCENT_CLICKS",
              "AD_EXCHANGE_PERCENT_IMPRESSIONS",
              "AD_EXCHANGE_PERCENT_REVENUE",
              "AD_EXCHANGE_PERCENT_REVENUE_WITHOUT_CPD",
              "AD_EXCHANGE_PLUS_YIELD_GROUP_ECPM",
              "AD_EXCHANGE_PLUS_YIELD_GROUP_IMPRESSIONS",
              "AD_EXCHANGE_PLUS_YIELD_GROUP_REVENUE",
              "AD_EXCHANGE_RESPONSES_SERVED",
              "AD_EXCHANGE_REVENUE",
              "AD_EXCHANGE_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
              "AD_EXCHANGE_REVENUE_PER_AD_VIEWER",
              "AD_EXCHANGE_TOTAL_REQUESTS",
              "AD_EXCHANGE_TOTAL_REQUEST_CTR",
              "AD_EXCHANGE_TOTAL_REQUEST_ECPM",
              "AD_EXPOSURE_SECONDS",
              "AD_REQUESTS",
              "AD_SERVER_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
              "AD_SERVER_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
              "AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
              "AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
              "AD_SERVER_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
              "AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
              "AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "AD_SERVER_ACTIVE_VIEW_REVENUE",
              "AD_SERVER_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
              "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
              "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
              "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
              "AD_SERVER_AVERAGE_ECPM",
              "AD_SERVER_AVERAGE_ECPM_WITHOUT_CPD",
              "AD_SERVER_BEGIN_TO_RENDER_IMPRESSIONS",
              "AD_SERVER_CLICKS",
              "AD_SERVER_COMPLETED_VIEWS",
              "AD_SERVER_COVIEWED_IMPRESSIONS",
              "AD_SERVER_CPD_REVENUE",
              "AD_SERVER_CTR",
              "AD_SERVER_GROSS_REVENUE",
              "AD_SERVER_GROSS_REVENUE_WITHOUT_CPD",
              "AD_SERVER_IMPRESSIONS",
              "AD_SERVER_IMPRESSIONS_WITH_COMPANION",
              "AD_SERVER_INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS",
              "AD_SERVER_OPPORTUNITIES_FROM_ERRORS",
              "AD_SERVER_OPPORTUNITIES_FROM_IMPRESSIONS",
              "AD_SERVER_PERCENT_CLICKS",
              "AD_SERVER_PERCENT_IMPRESSIONS",
              "AD_SERVER_PERCENT_REVENUE",
              "AD_SERVER_PERCENT_REVENUE_WITHOUT_CPD",
              "AD_SERVER_RESPONSES_SERVED",
              "AD_SERVER_REVENUE",
              "AD_SERVER_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
              "AD_SERVER_REVENUE_WITHOUT_CPD",
              "AD_SERVER_TARGETED_CLICKS",
              "AD_SERVER_TARGETED_IMPRESSIONS",
              "AD_SERVER_TRACKED_ADS",
              "AD_SERVER_UNFILTERED_BEGIN_TO_RENDER_IMPRESSIONS",
              "AD_SERVER_UNFILTERED_CLICKS",
              "AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS",
              "AD_SERVER_UNFILTERED_IMPRESSIONS",
              "AD_SERVER_UNFILTERED_TRACKED_ADS",
              "AD_UNIT_EXPOSURE_SECONDS",
              "AD_VIEWERS",
              "ATN_ADS_FAILED_TO_RENDER",
              "ATN_ELIGIBLE_LINE_ITEMS",
              "ATN_ELIGIBLE_LINE_ITEMS_AD_REQUESTS",
              "ATN_HBT_ALLOWED_AD_REQUESTS",
              "ATN_HBT_BIDS_IN_AUCTION",
              "ATN_HBT_BIDS_IN_AUCTION_AD_REQUESTS",
              "ATN_HBT_CANDIDATE_BIDS",
              "ATN_HBT_INVALID_AD_REQUESTS",
              "ATN_HBT_NO_BIDS_AD_REQUESTS",
              "ATN_HBT_REJECTED_BIDS",
              "ATN_HBT_VALID_AD_REQUESTS",
              "ATN_HBT_WITH_BIDS_AD_REQUESTS",
              "ATN_INVALID_AD_REQUESTS",
              "ATN_LINE_ITEMS_CREATIVE_NOT_RETRIEVED",
              "ATN_LINE_ITEMS_IN_AUCTION",
              "ATN_LINE_ITEMS_NOT_COMPETING",
              "ATN_LINE_ITEMS_NOT_SELECTED",
              "ATN_LINE_ITEM_IN_AUCTION_AD_REQUESTS",
              "ATN_LINE_ITEM_TARGETED_AD_REQUESTS",
              "ATN_MEDIATION_ALLOWED_AD_REQUESTS",
              "ATN_MEDIATION_INVALID_AD_REQUESTS",
              "ATN_MEDIATION_LOADED_ADS_FROM_CHAINS",
              "ATN_MEDIATION_NO_PARTNER_AD_REQUESTS",
              "ATN_MEDIATION_PARTNERS_IN_AUCTION",
              "ATN_MEDIATION_PARTNERS_IN_AUCTION_AD_REQUESTS",
              "ATN_MEDIATION_REJECTED_PARTNERS",
              "ATN_MEDIATION_TARGETED_PARTNERS",
              "ATN_MEDIATION_TOTAL_ADS_IN_CHAINS",
              "ATN_MEDIATION_UNLOADED_ADS_FROM_CHAINS",
              "ATN_MEDIATION_UNUSED_BIDS_OR_PARTNERS",
              "ATN_MEDIATION_VALID_AD_REQUESTS",
              "ATN_MEDIATION_WITH_PARTNERS_AD_REQUESTS",
              "ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BIDS",
              "ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BID_REQUESTS_SENT",
              "ATN_PROGRAMMATIC_ALLOWED_AD_REQUESTS",
              "ATN_PROGRAMMATIC_BIDS_IN_AUCTION",
              "ATN_PROGRAMMATIC_BID_IN_AUCTION_AD_REQUESTS",
              "ATN_PROGRAMMATIC_BID_REQUESTS_SENT",
              "ATN_PROGRAMMATIC_BID_REQUESTS_WITH_RESPONSE",
              "ATN_PROGRAMMATIC_BID_REQUEST_CANDIDATES",
              "ATN_PROGRAMMATIC_BID_REQUEST_ERRORS",
              "ATN_PROGRAMMATIC_INELIGIBLE_AD_REQUESTS",
              "ATN_PROGRAMMATIC_REJECTED_BIDS",
              "ATN_PROGRAMMATIC_SKIPPED_BID_REQUESTS",
              "ATN_PROGRAMMATIC_TOTAL_BIDS",
              "ATN_PROGRAMMATIC_VALID_AD_REQUESTS",
              "ATN_REJECTED_LINE_ITEMS",
              "ATN_SERVED_MEDIATION_CHAINS",
              "ATN_SERVED_SINGLE_ADS",
              "ATN_TARGETED_LINE_ITEMS",
              "ATN_TOTAL_AD_REQUESTS",
              "ATN_TOTAL_LOADED_ADS",
              "ATN_VALID_AD_REQUESTS",
              "ATN_YIELD_GROUP_MEDIATION_PASSBACKS",
              "AUDIENCE_SEGMENT_COST",
              "AVERAGE_ECPM",
              "AVERAGE_ECPM_WITHOUT_CPD",
              "AVERAGE_ENGAGEMENT_SECONDS_PER_SESSION",
              "AVERAGE_ENGAGEMENT_SECONDS_PER_USER",
              "AVERAGE_IMPRESSIONS_PER_UNIQUE_VISITOR",
              "AVERAGE_PURCHASE_REVENUE_PER_PAYING_USER",
              "AVERAGE_REVENUE_PER_USER",
              "AVERAGE_SESSION_SECONDS",
              "BIDS",
              "BID_AVERAGE_CPM",
              "BOUNCE_RATE",
              "CLICKS",
              "CODE_SERVED_COUNT",
              "CPC_REVENUE",
              "CPM_REVENUE",
              "CREATIVE_LOAD_TIME_0_500_PERCENT",
              "CREATIVE_LOAD_TIME_1000_2000_PERCENT",
              "CREATIVE_LOAD_TIME_2000_4000_PERCENT",
              "CREATIVE_LOAD_TIME_4000_8000_PERCENT",
              "CREATIVE_LOAD_TIME_500_1000_PERCENT",
              "CREATIVE_LOAD_TIME_GT_8000_PERCENT",
              "CTR",
              "DEALS_BIDS",
              "DEALS_BID_RATE",
              "DEALS_BID_REQUESTS",
              "DEALS_WINNING_BIDS",
              "DEALS_WIN_RATE",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT",
              "DOM_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_0_500_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_1000_2000_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_2000_4000_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_4000_8000_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_500_1000_PERCENT",
              "DOM_LOAD_TO_TAG_LOAD_TIME_GT_8000_PERCENT",
              "DROPOFF_RATE",
              "ENGAGED_SESSIONS",
              "ENGAGED_SESSIONS_PER_USER",
              "ENGAGEMENT_RATE",
              "EUROPEAN_REGULATIONS_CONSENT_RATE",
              "EUROPEAN_REGULATIONS_CUSTOM_CONSENT_RATE",
              "EUROPEAN_REGULATIONS_MESSAGES_SHOWN",
              "EUROPEAN_REGULATIONS_NO_CONSENT_RATE",
              "FILL_RATE",
              "GOOGLE_ANALYTICS_CLICKS",
              "GOOGLE_ANALYTICS_CTR",
              "GOOGLE_ANALYTICS_ECPM",
              "GOOGLE_ANALYTICS_IMPRESSIONS",
              "GOOGLE_ANALYTICS_REVENUE",
              "GOOGLE_ANALYTICS_VIEWS",
              "GOOGLE_ANALYTICS_VIEWS_PER_USER",
              "GOOGLE_SOLD_AUCTION_COVIEWED_IMPRESSIONS",
              "GOOGLE_SOLD_AUCTION_IMPRESSIONS",
              "GOOGLE_SOLD_COVIEWED_IMPRESSIONS",
              "GOOGLE_SOLD_IMPRESSIONS",
              "GOOGLE_SOLD_RESERVATION_COVIEWED_IMPRESSIONS",
              "GOOGLE_SOLD_RESERVATION_IMPRESSIONS",
              "IMPRESSIONS",
              "INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS",
              "INVENTORY_SHARES",
              "INVENTORY_SHARE_PARTNER_UNFILLED_OPPORTUNITIES",
              "INVOICED_IMPRESSIONS",
              "INVOICED_UNFILLED_IMPRESSIONS",
              "MEDIATION_CHAINS_FILLED",
              "MUTED_IMPRESSIONS",
              "MUTE_ELIGIBLE_IMPRESSIONS",
              "NIELSEN_AUDIENCE_INDEX",
              "NIELSEN_AVERAGE_FREQUENCY",
              "NIELSEN_AVERAGE_NUMBER_OF_VIEWERS",
              "NIELSEN_GROSS_RATING_POINTS",
              "NIELSEN_IMPRESSIONS",
              "NIELSEN_IMPRESSIONS_INDEX",
              "NIELSEN_IN_TARGET_RATIO",
              "NIELSEN_PERCENT_AUDIENCE_REACH",
              "NIELSEN_PERCENT_AUDIENCE_SHARE",
              "NIELSEN_PERCENT_IMPRESSIONS_SHARE",
              "NIELSEN_PERCENT_POPULATION_SHARE",
              "NIELSEN_POPULATION_BASE",
              "NIELSEN_UNIQUE_AUDIENCE",
              "OFF_PROPERTY_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
              "OFF_PROPERTY_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
              "OFF_PROPERTY_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
              "OFF_PROPERTY_CLICKS",
              "OFF_PROPERTY_CTR",
              "OFF_PROPERTY_IMPRESSIONS",
              "OFF_PROPERTY_REVENUE",
              "OFF_PROPERTY_SPEND",
              "OFF_PROPERTY_SPEND_ECPM",
              "ON_PLATFORM_MULTIPLE_CALL_ECPM",
              "ON_PLATFORM_MULTIPLE_CALL_IMPRESSIONS",
              "ON_PLATFORM_MULTIPLE_CALL_REVENUE",
              "OPPORTUNITIES",
              "OVERDELIVERED_IMPRESSIONS",
              "PARTNER_FINANCE_GROSS_REVENUE",
              "PARTNER_FINANCE_HOST_ECPM",
              "PARTNER_FINANCE_HOST_IMPRESSIONS",
              "PARTNER_FINANCE_HOST_REVENUE",
              "PARTNER_FINANCE_PARTNER_ECPM",
              "PARTNER_FINANCE_PARTNER_REVENUE",
              "PARTNER_MANAGEMENT_GROSS_REVENUE",
              "PARTNER_MANAGEMENT_HOST_CLICKS",
              "PARTNER_MANAGEMENT_HOST_CTR",
              "PARTNER_MANAGEMENT_HOST_IMPRESSIONS",
              "PARTNER_MANAGEMENT_PARTNER_CLICKS",
              "PARTNER_MANAGEMENT_PARTNER_CTR",
              "PARTNER_MANAGEMENT_PARTNER_IMPRESSIONS",
              "PARTNER_MANAGEMENT_TOTAL_CONTENT_VIEWS",
              "PARTNER_MANAGEMENT_UNFILLED_IMPRESSIONS",
              "PARTNER_SALES_FILLED_POD_REQUESTS",
              "PARTNER_SALES_FILL_RATE",
              "PARTNER_SALES_PARTNER_MATCH_RATE",
              "PARTNER_SALES_QUERIES",
              "PARTNER_SALES_UNFILLED_IMPRESSIONS",
              "PARTNER_SALES_UNMATCHED_QUERIES",
              "PARTNER_SOLD_CODE_SERVED",
              "PARTNER_SOLD_COVIEWED_IMPRESSIONS",
              "PARTNER_SOLD_IMPRESSIONS",
              "PROGRAMMATIC_ELIGIBLE_AD_REQUESTS",
              "PROGRAMMATIC_MATCH_RATE",
              "PROGRAMMATIC_RESPONSES_SERVED",
              "REACH_IMPRESSIONS",
              "RESPONSES_SERVED",
              "RETENTION",
              "REVENUE",
              "REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
              "REVENUE_VERIFICATION_CPD_REVENUE",
              "REVENUE_VERIFICATION_GROSS_CPD_REVENUE",
              "REVENUE_VERIFICATION_GROSS_REVENUE_WITHOUT_CPD",
              "REVENUE_VERIFICATION_IMPRESSIONS",
              "REVENUE_VERIFICATION_REVENUE_WITHOUT_CPD",
              "REVENUE_WITHOUT_CPD",
              "REWARDS_GRANTED",
              "RICH_MEDIA_AVERAGE_DISPLAY_TIME",
              "RICH_MEDIA_AVERAGE_INTERACTION_TIME",
              "RICH_MEDIA_BACKUP_IMAGES",
              "RICH_MEDIA_CUSTOM_EVENT_COUNT",
              "RICH_MEDIA_CUSTOM_EVENT_TIME",
              "RICH_MEDIA_DISPLAY_TIME",
              "RICH_MEDIA_EXPANDING_TIME",
              "RICH_MEDIA_EXPANSIONS",
              "RICH_MEDIA_FULL_SCREEN_IMPRESSIONS",
              "RICH_MEDIA_INTERACTION_COUNT",
              "RICH_MEDIA_INTERACTION_RATE",
              "RICH_MEDIA_INTERACTION_TIME",
              "RICH_MEDIA_INTERACTIVE_IMPRESSIONS",
              "RICH_MEDIA_MANUAL_CLOSES",
              "RICH_MEDIA_VIDEO_COMPLETES",
              "RICH_MEDIA_VIDEO_INTERACTIONS",
              "RICH_MEDIA_VIDEO_INTERACTION_RATE",
              "RICH_MEDIA_VIDEO_MIDPOINTS",
              "RICH_MEDIA_VIDEO_MUTES",
              "RICH_MEDIA_VIDEO_PAUSES",
              "RICH_MEDIA_VIDEO_PLAYS",
              "RICH_MEDIA_VIDEO_REPLAYS",
              "RICH_MEDIA_VIDEO_STOPS",
              "RICH_MEDIA_VIDEO_UNMUTES",
              "RICH_MEDIA_VIDEO_VIEW_RATE",
              "RICH_MEDIA_VIDEO_VIEW_TIME",
              "SELL_THROUGH_AVAILABLE_IMPRESSIONS",
              "SELL_THROUGH_FORECASTED_IMPRESSIONS",
              "SELL_THROUGH_RESERVED_IMPRESSIONS",
              "SELL_THROUGH_SELL_THROUGH_RATE",
              "SERVER_SIDE_UNWRAPPING_AVERAGE_LATENCY_MS",
              "SERVER_SIDE_UNWRAPPING_CALLOUTS",
              "SERVER_SIDE_UNWRAPPING_EMPTY_RESPONSES",
              "SERVER_SIDE_UNWRAPPING_ERROR_RESPONSES",
              "SERVER_SIDE_UNWRAPPING_SUCCESSFUL_RESPONSES",
              "SERVER_SIDE_UNWRAPPING_TIMEOUTS",
              "SESSIONS",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT",
              "TAG_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT",
              "TARGETED_CLICKS",
              "TARGETED_IMPRESSIONS",
              "UNFILLED_IMPRESSIONS",
              "UNIQUE_VISITORS",
              "UNLOADED_IMPRESSIONS_DUE_TO_CPU",
              "UNLOADED_IMPRESSIONS_DUE_TO_NETWORK",
              "UNMATCHED_AD_REQUESTS",
              "UNVIEWED_REASON_OTHER_PERCENT",
              "UNVIEWED_REASON_SLOT_NEVER_ENTERED_VIEWPORT_PERCENT",
              "UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_FILLED_PERCENT",
              "UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_LOADED_PERCENT",
              "UNVIEWED_REASON_USER_SCROLLED_BEFORE_ONE_SECOND_PERCENT",
              "USER_ENGAGEMENT_DURATION_IN_SECONDS",
              "USER_MESSAGES_AD_BLOCKING_EXTENSION_RATE",
              "USER_MESSAGES_AD_BLOCKING_RECOVERY_ALLOWLISTED_COUNT",
              "USER_MESSAGES_AD_BLOCKING_RECOVERY_MESSAGES_SHOWN",
              "USER_MESSAGES_ALLOW_ADS_PAGEVIEWS",
              "USER_MESSAGES_IDFA_ATT_ALERTS_SHOWN",
              "USER_MESSAGES_IDFA_ATT_CONSENT",
              "USER_MESSAGES_IDFA_ATT_CONSENT_RATE",
              "USER_MESSAGES_IDFA_ATT_DECLINE_CONSENT",
              "USER_MESSAGES_IDFA_ATT_DECLINE_RATE",
              "USER_MESSAGES_IDFA_EXPLAINERS_SHOWN",
              "USER_MESSAGES_IDFA_IAB_MESSAGES_SHOWN",
              "USER_MESSAGES_IDFA_NO_DECISION",
              "USER_MESSAGES_OFFERWALL_MESSAGES_SHOWN",
              "USER_MESSAGES_OFFERWALL_SUCCESSFUL_ENGAGEMENTS",
              "USER_MESSAGES_POST_OFFERWALL_PAGEVIEWS",
              "USER_MESSAGES_TOTAL_ESTIMATED_REVENUE",
              "USER_MESSAGES_UPTC_MESSAGES_SHOWN",
              "USER_MESSAGES_UPTC_PERSONALIZATION_OPT_OUT_RATIO",
              "USER_MESSAGES_US_STATES_MESSAGES_SHOWN",
              "USER_MESSAGES_US_STATES_OPT_OUT_SELECTIONS",
              "VIDEO_ERROR_100_COUNT",
              "VIDEO_ERROR_101_COUNT",
              "VIDEO_ERROR_102_COUNT",
              "VIDEO_ERROR_200_COUNT",
              "VIDEO_ERROR_201_COUNT",
              "VIDEO_ERROR_202_COUNT",
              "VIDEO_ERROR_203_COUNT",
              "VIDEO_ERROR_300_COUNT",
              "VIDEO_ERROR_301_COUNT",
              "VIDEO_ERROR_302_COUNT",
              "VIDEO_ERROR_303_COUNT",
              "VIDEO_ERROR_400_COUNT",
              "VIDEO_ERROR_401_COUNT",
              "VIDEO_ERROR_402_COUNT",
              "VIDEO_ERROR_403_COUNT",
              "VIDEO_ERROR_405_COUNT",
              "VIDEO_ERROR_406_COUNT",
              "VIDEO_ERROR_407_COUNT",
              "VIDEO_ERROR_408_COUNT",
              "VIDEO_ERROR_409_COUNT",
              "VIDEO_ERROR_410_COUNT",
              "VIDEO_ERROR_500_COUNT",
              "VIDEO_ERROR_501_COUNT",
              "VIDEO_ERROR_502_COUNT",
              "VIDEO_ERROR_503_COUNT",
              "VIDEO_ERROR_600_COUNT",
              "VIDEO_ERROR_601_COUNT",
              "VIDEO_ERROR_602_COUNT",
              "VIDEO_ERROR_603_COUNT",
              "VIDEO_ERROR_604_COUNT",
              "VIDEO_ERROR_900_COUNT",
              "VIDEO_ERROR_901_COUNT",
              "VIDEO_INTERACTION_AVERAGE_INTERACTION_RATE",
              "VIDEO_INTERACTION_COLLAPSES",
              "VIDEO_INTERACTION_EXPANDS",
              "VIDEO_INTERACTION_FULL_SCREENS",
              "VIDEO_INTERACTION_MUTES",
              "VIDEO_INTERACTION_PAUSES",
              "VIDEO_INTERACTION_RESUMES",
              "VIDEO_INTERACTION_REWINDS",
              "VIDEO_INTERACTION_UNMUTES",
              "VIDEO_INTERACTION_VIDEO_SKIPS",
              "VIDEO_MONETIZABLE_CONTENT_VIEWS",
              "VIDEO_REAL_TIME_CREATIVE_SERVES",
              "VIDEO_REAL_TIME_ERROR_100_COUNT",
              "VIDEO_REAL_TIME_ERROR_101_COUNT",
              "VIDEO_REAL_TIME_ERROR_102_COUNT",
              "VIDEO_REAL_TIME_ERROR_200_COUNT",
              "VIDEO_REAL_TIME_ERROR_201_COUNT",
              "VIDEO_REAL_TIME_ERROR_202_COUNT",
              "VIDEO_REAL_TIME_ERROR_203_COUNT",
              "VIDEO_REAL_TIME_ERROR_300_COUNT",
              "VIDEO_REAL_TIME_ERROR_301_COUNT",
              "VIDEO_REAL_TIME_ERROR_302_COUNT",
              "VIDEO_REAL_TIME_ERROR_303_COUNT",
              "VIDEO_REAL_TIME_ERROR_400_COUNT",
              "VIDEO_REAL_TIME_ERROR_401_COUNT",
              "VIDEO_REAL_TIME_ERROR_402_COUNT",
              "VIDEO_REAL_TIME_ERROR_403_COUNT",
              "VIDEO_REAL_TIME_ERROR_405_COUNT",
              "VIDEO_REAL_TIME_ERROR_406_COUNT",
              "VIDEO_REAL_TIME_ERROR_407_COUNT",
              "VIDEO_REAL_TIME_ERROR_408_COUNT",
              "VIDEO_REAL_TIME_ERROR_409_COUNT",
              "VIDEO_REAL_TIME_ERROR_410_COUNT",
              "VIDEO_REAL_TIME_ERROR_500_COUNT",
              "VIDEO_REAL_TIME_ERROR_501_COUNT",
              "VIDEO_REAL_TIME_ERROR_502_COUNT",
              "VIDEO_REAL_TIME_ERROR_503_COUNT",
              "VIDEO_REAL_TIME_ERROR_600_COUNT",
              "VIDEO_REAL_TIME_ERROR_601_COUNT",
              "VIDEO_REAL_TIME_ERROR_602_COUNT",
              "VIDEO_REAL_TIME_ERROR_603_COUNT",
              "VIDEO_REAL_TIME_ERROR_604_COUNT",
              "VIDEO_REAL_TIME_ERROR_900_COUNT",
              "VIDEO_REAL_TIME_ERROR_901_COUNT",
              "VIDEO_REAL_TIME_IMPRESSIONS",
              "VIDEO_REAL_TIME_MATCHED_QUERIES",
              "VIDEO_REAL_TIME_TOTAL_ERROR_COUNT",
              "VIDEO_REAL_TIME_TOTAL_QUERIES",
              "VIDEO_REAL_TIME_UNMATCHED_QUERIES",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_END",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_START",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_CAPPED_OPPORTUNITIES_ADBREAK",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_CAPPED_OPPORTUNITIES_SUBPOD",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_DURATION_ADBREAK",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_DURATION_SUBPOD",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_DURATION_ADBREAK",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_DURATION_SUBPOD",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_OPPORTUNITIES_ADBREAK",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_OPPORTUNITIES_SUBPOD",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_VIEWED_OPPORTUNITIES_ADBREAK",
              "VIDEO_TRUE_OPPORTUNITIES_TOTAL_VIEWED_OPPORTUNITIES_SUBPOD",
              "VIDEO_TRUE_VIEWS",
              "VIDEO_TRUE_VIEW_SKIP_RATE",
              "VIDEO_TRUE_VIEW_VIEW_THROUGH_RATE",
              "VIDEO_VIEWERSHIP_AUTO_PLAYS",
              "VIDEO_VIEWERSHIP_AVERAGE_VIEW_RATE",
              "VIDEO_VIEWERSHIP_AVERAGE_VIEW_TIME",
              "VIDEO_VIEWERSHIP_CLICK_TO_PLAYS",
              "VIDEO_VIEWERSHIP_COMPLETES",
              "VIDEO_VIEWERSHIP_COMPLETION_RATE",
              "VIDEO_VIEWERSHIP_ENGAGED_VIEWS",
              "VIDEO_VIEWERSHIP_FIRST_QUARTILES",
              "VIDEO_VIEWERSHIP_MIDPOINTS",
              "VIDEO_VIEWERSHIP_SKIP_BUTTONS_SHOWN",
              "VIDEO_VIEWERSHIP_STARTS",
              "VIDEO_VIEWERSHIP_THIRD_QUARTILES",
              "VIDEO_VIEWERSHIP_TOTAL_ERROR_COUNT",
              "VIDEO_VIEWERSHIP_TOTAL_ERROR_RATE",
              "VIDEO_VIEWERSHIP_VIDEO_LENGTH",
              "VIDEO_VIEWERSHIP_VIEW_THROUGH_RATE",
              "YIELD_GROUP_AUCTIONS_WON",
              "YIELD_GROUP_BIDS",
              "YIELD_GROUP_BIDS_IN_AUCTION",
              "YIELD_GROUP_CALLOUTS",
              "YIELD_GROUP_ESTIMATED_CPM",
              "YIELD_GROUP_ESTIMATED_REVENUE",
              "YIELD_GROUP_IMPRESSIONS",
              "YIELD_GROUP_MEDIATION_FILL_RATE",
              "YIELD_GROUP_MEDIATION_MATCHED_QUERIES",
              "YIELD_GROUP_MEDIATION_PASSBACKS",
              "YIELD_GROUP_MEDIATION_THIRD_PARTY_ECPM",
              "YIELD_GROUP_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
              "YIELD_GROUP_SUCCESSFUL_RESPONSES"
            ]
          },
          "description": "Required. The list of metrics to report on. If empty, the report will have no metrics.",
          "type": "array"
        },
        "cmsMetadataDimensionKeyIds": {
          "type": "array",
          "description": "Optional. CMS Metadata Dimension keys that represent CMS_METADATA_DIMENSION_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, cms_metadata_dimension_key_ids[0] describes CMS_METADATA_DIMENSION_0_VALUE_ID and CMS_METADATA_DIMENSION_0_VALUE.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "orderCustomFieldIds": {
          "description": "Optional. Custom field IDs that represent ORDER_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, order_custom_field_ids[0] describes ORDER_CUSTOM_FIELD_0_OPTION_ID and ORDER_CUSTOM_FIELD_0_VALUE.",
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "filters": {
          "description": "Optional. The filters for this report.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          }
        },
        "currencyCode": {
          "description": "Optional. The ISO 4217 currency code for this report. Defaults to publisher currency code if not specified.",
          "type": "string"
        },
        "timeZone": {
          "type": "string",
          "description": "Optional. If time_zone_source is PROVIDED, this is the time zone to use for this report. Leave empty for any other time zone source. Time zone in IANA format. For example, \"America/New_York\"."
        },
        "comparisonDateRange": {
          "description": "Optional. The comparison date range of this report. If unspecified, the report won't have any comparison metrics.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange"
        },
        "ekvDimensionKeyIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "Optional. Enhanced Key-values Dimension keys that represent EKV_DIMENSION_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, ekv_dimension_key_ids[0] describes EKV_DIMENSION_0_VALUE_ID and EKV_DIMENSION_0_VALUE.",
          "type": "array"
        },
        "dateRange": {
          "description": "Required. The primary date range of this report.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange"
        },
        "reportType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Historical.",
            "Future sell through.",
            "Reach.",
            "Privacy and messaging.",
            "Gross revenue.",
            "Partner finance.",
            "Ad speed.",
            "Real time video.",
            "Youtube consolidated.",
            "Ads traffic navigator report.",
            "Off property campaigns report.",
            "On platform multicall report."
          ],
          "enum": [
            "REPORT_TYPE_UNSPECIFIED",
            "HISTORICAL",
            "FUTURE_SELL_THROUGH",
            "REACH",
            "PRIVACY_AND_MESSAGING",
            "REVENUE_VERIFICATION",
            "PARTNER_FINANCE",
            "AD_SPEED",
            "REAL_TIME_VIDEO",
            "YOUTUBE_CONSOLIDATED",
            "ADS_TRAFFIC_NAVIGATOR",
            "OFF_PROPERTY_CAMPAIGNS",
            "ON_PLATFORM_MULTICALL"
          ],
          "description": "Required. The type of this report.",
          "type": "string"
        },
        "timePeriodColumn": {
          "enumDescriptions": [
            "Default value. Report will have no time period column.",
            "A column for each date in the report.",
            "A column for each week in the report.",
            "A column for each month in the report.",
            "A column for each quarter in the report."
          ],
          "enum": [
            "TIME_PERIOD_COLUMN_UNSPECIFIED",
            "TIME_PERIOD_COLUMN_DATE",
            "TIME_PERIOD_COLUMN_WEEK",
            "TIME_PERIOD_COLUMN_MONTH",
            "TIME_PERIOD_COLUMN_QUARTER"
          ],
          "type": "string",
          "description": "Optional. Include a time period column to introduce comparison columns in the report for each generated period. For example, set to \"QUARTERS\" here to have a column for each quarter present in the primary date range. If \"PREVIOUS PERIOD\" is specified in comparison_date_range, then each quarter column will also include comparison values for its relative previous quarter."
        },
        "expandedCompatibility": {
          "type": "boolean",
          "description": "Optional. Whether to use expanded compatibility for this report. If true, this setting enables certain combinations of dimensions and metrics for this report that would otherwise be incompatible. Enabling this will collapse reservation data into a single row even if the report's dimensions would normally result in multiple rows for reservation data. This impacts dimensions related to line items, orders, creatives, and advertisers. This is equivalent to the \"Access more dimension and metric combinations\" setting in the Interactive Reports UI. For more details, see: https://support.google.com/admanager/answer/16865393#combinations"
        },
        "dimensions": {
          "type": "array",
          "description": "Required. The list of dimensions to report on. If empty, the report will have no dimensions, and any metrics will be totals.",
          "items": {
            "enumDescriptions": [
              "Default value. This value is unused.",
              " The measurement source of a video ad. Corresponds to \"Active View measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Active View measurement source localized name. Corresponds to \"Active View measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Advertiser credit status ENUM Corresponds to \"Advertiser credit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
              "Advertiser credit status localized name Corresponds to \"Advertiser credit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
              "The domain name of the advertiser. Corresponds to \"Advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID used in an external system for advertiser identification Corresponds to \"Advertiser external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The ID of an advertiser company assigned to an order Corresponds to \"Advertiser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `IDENTIFIER`",
              "Labels applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "Label ids applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
              "The name of an advertiser company assigned to an order Corresponds to \"Advertiser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
              "The name of the contact associated with an advertiser company Corresponds to \"Advertiser primary contact\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Advertiser status ENUM Corresponds to \"Advertiser status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Advertiser status localized name Corresponds to \"Advertiser status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Advertiser type ENUM Corresponds to \"Advertiser type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
              "Advertiser type localized name Corresponds to \"Advertiser type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
              "The category of an advertiser, such as Arts & Entertainment or Travel & Tourism. Corresponds to \"Advertiser vertical\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Classification of different Ad Exchange products. Corresponds to \"Ad Exchange product value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
              "Localized name of the classification of different Ad Exchange products. Corresponds to \"Ad Exchange product\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
              "Ad experiences type. Corresponds to \"Ad experiences value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the Ad experiences type. Corresponds to \"Ad experiences\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Shows an ENUM value describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Shows a localized string describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Multi-size inventory in an ad request. Corresponds to \"Ad request sizes\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
              "The domain of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Segmentation of ad types. Corresponds to \"Ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the ad type. Corresponds to \"Ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The code of the ad unit where the ad was requested. Corresponds to \"Ad unit code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH` Data format: `STRING`",
              "The code of the first level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the tenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the eleventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the twelfth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the thirteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the fourteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the fifteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the sixteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the second level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the third level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the fourth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the fifth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the sixth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the seventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the eighth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The code of the ninth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
              "The full hierarchy of ad unit IDs where the ad was requested, from root to leaf, excluding the root ad unit ID. Corresponds to \"Ad unit ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER_LIST`",
              "The first level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The tenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The eleventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The twelfth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The thirteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The fourteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The fifteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The sixteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The second level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The third level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The fourth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The fifth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The sixth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The seventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The eighth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The ninth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
              "The top-level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
              "The name of the ad unit where the ad was requested. Corresponds to \"Ad unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "The full hierarchy of ad unit names where the ad was requested, from root to leaf, excluding the root ad unit name. Corresponds to \"Ad unit (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING_LIST`",
              "The first level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The tenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The eleventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The twelfth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The thirteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The fourteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The fifteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The sixteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The second level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The third level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The fourth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The fifth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The sixth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The seventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The eighth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The ninth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The top-level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "The reward amount of the ad unit where the ad was requested. Corresponds to \"Ad unit reward amount\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `INTEGER`",
              "The reward type of the ad unit where the ad was requested. Corresponds to \"Ad unit reward type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `STRING`",
              "The status of the ad unit Corresponds to \"Ad unit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: AdUnitStatus",
              "The name of the status of the ad unit Corresponds to \"Ad unit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The ID of an agency at level 1 of agency hierarchy. Corresponds to \"Agency ID (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of an agency at level 1 of agency hierarchy. Corresponds to \"Agency (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of an agency at level 2 of agency hierarchy. Corresponds to \"Agency ID (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of an agency at level 2 of agency hierarchy. Corresponds to \"Agency (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of an agency at level 3 of agency hierarchy. Corresponds to \"Agency ID (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of an agency at level 3 of agency hierarchy. Corresponds to \"Agency (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "User age bracket enum. Corresponds to \"Age bracket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized user age bracket returned from Google Analytics. For example, \"18-24\", \"25-34\", \"35-44\", \"45-54\", \"55-64\", \"65+\". Corresponds to \"Age bracket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Property ID in Google Analytics Corresponds to \"Analytics property ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Property name in Google Analytics Corresponds to \"Analytics property\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Enum value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized string value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The app version. Corresponds to \"App version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The name of Auction Package deal Corresponds to \"Auction package deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of Auction Package deal Corresponds to \"Auction package deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of billable audience segment. Corresponds to \"Audience segment (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ID of the data provider for the audience segment. Corresponds to \"Audience segment data provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of the data provider for the audience segment. Corresponds to \"Audience segment data provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ID of billable audience segment. Corresponds to \"Audience segment ID (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "ID of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment ID (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
              "Name of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Number of AdID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) AdID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of Amazon Fire identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Amazon Fire size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of Android TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Android TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of Apple TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Apple TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of IDFA identifiers in the audience segment. Corresponds to \"Audience segment (targeted) IDFA size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of mobile web identifiers in the audience segment. Corresponds to \"Audience segment (targeted) mobile web size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of PlayStation identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PlayStation size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of PPID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PPID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of Roku identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Roku size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of Samsung TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Samsung TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Number of identifiers in the audience segment. Corresponds to \"Audience segment (targeted) size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Status of the audience segment. Corresponds to \"Audience segment (targeted) status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
              "Name of the status of the audience segment. Corresponds to \"Audience segment (targeted) status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Number of Xbox identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Xbox size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
              "Enum value of Auto refreshed traffic. Corresponds to \"Auto refreshed traffic value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Indicates if the traffic is from auto-refreshed ad requests. Corresponds to \"Auto refreshed traffic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The encrypted version of BIDDER_ID. Corresponds to \"Bidder encrypted ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The name of the bidder. Corresponds to \"Bidder\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The cpm range within which a bid falls. Corresponds to \"Bid Range\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BID_RANGE`",
              "The reason a bid was rejected. Corresponds to \"Bid rejection reason value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the reason a bid was rejected. Corresponds to \"Bid rejection reason\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized version of branding type, the amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Browser category. Corresponds to \"Browser category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
              "Browser category name. Corresponds to \"Browser category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "The ID of the browser. Corresponds to \"Browser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
              "The name of the browser. Corresponds to \"Browser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "The ID of the buyer network. Corresponds to \"Buyer network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The name of the buyer network. Corresponds to \"Buyer network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The callout status category name in the Ads traffic navigator report. Corresponds to \"Callout status category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "Mobile carrier ID. Corresponds to \"Carrier ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of the mobile carrier. Corresponds to \"Carrier\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Inventory segmentation by channel. Corresponds to \"Channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Child Publisher Network Code Corresponds to \"Child network code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Child Publisher Network ID Corresponds to \"Child network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Child Partner Network Name Corresponds to \"Child network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The criteria ID of the city in which the ad served. Corresponds to \"City ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
              "The name of the city in which the ad served. Corresponds to \"City\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "The ID of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
              "The name of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "ID of the brand, as classified by Google, Corresponds to \"Brand ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
              "Name of the brand, as classified by Google, Corresponds to \"Brand (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "ID of the video content bundle served. Corresponds to \"Content bundle ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
              "Name of the video content bundle served. Corresponds to \"Content bundle\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "ID of the video content metadata namespace served. Corresponds to \"CMS metadata key ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
              "Name of the video content metadata namespace served. Corresponds to \"CMS metadata key\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "The display name of the CMS content. Corresponds to \"Content source name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "The CMS content ID of the video content. Corresponds to \"ID of the video in the content source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "ID of the video content served. Corresponds to \"Content ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
              "Content mapping presence ENUM value Corresponds to \"Content mapping presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Content mapping presence name Corresponds to \"Content mapping presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Name of the video content served. Corresponds to \"Content\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "The continent in which the ad served (derived from country). Corresponds to \"Continent value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The name of the continent in which the ad served (derived from country). Corresponds to \"Continent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ISO code of the country in which the ad served. Corresponds to \"Country code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "The criteria ID of the country in which the ad served. Corresponds to \"Country ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
              "The name of the country in which the ad served. Corresponds to \"Country\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "Enum value of creative billing type Corresponds to \"Creative billing type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized string value of creative billing type Corresponds to \"Creative billing type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Represents the click-through URL of a creative Corresponds to \"Creative click through url\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of a creative Corresponds to \"Creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
              "Creative name Corresponds to \"Creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "ENUM describing whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized string name of whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Creative Policies filtering. Corresponds to \"Creative policies filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the Creative Policies filtering. Corresponds to \"Creative policies filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Creative Protections filtering. Corresponds to \"Creative protections filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the Creative Protections filtering. Corresponds to \"Creative protections filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ENUM describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Whether the creative has an SSL compliance override, and how the override has been set. Corresponds to \"Creative SSL compliance override value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the creative SSL compliance override. Corresponds to \"Creative SSL compliance override\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The result of an Ad Manager scan of the creative. Corresponds to \"Creative SSL scan result value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the creative SSL scan result. Corresponds to \"Creative SSL scan result\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The size of the ad unit that the creative is intended to occupy, such as \"468 x 60\". Corresponds to \"Creative target ad unit size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Creative technology ENUM Corresponds to \"Creative technology value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Creative technology localized name Corresponds to \"Creative technology\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Third party vendor name of a creative Corresponds to \"Creative third party vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Enum value of creative type Corresponds to \"Creative type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
              "Localized string name of creative type Corresponds to \"Creative type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "Creative vendor ID. Corresponds to \"Creative vendor ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of the Creative vendor. Corresponds to \"Creative vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The third party where Google Ad Manager was redirected for the creative, based on the domain. Corresponds to \"Creative video redirect third party\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of a Curation partner Corresponds to \"Curation partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of a Curation partner Corresponds to \"Curation partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Custom event ID Corresponds to \"Custom event id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Custom event name Corresponds to \"Custom event\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Custom event type Corresponds to \"Custom event type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the custom event type Corresponds to \"Custom event type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Breaks down reporting data by date. Corresponds to \"Date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `AD_SPEED`, `REAL_TIME_VIDEO`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `DATE`",
              "Breaks down reporting data by day of the week. Monday is 1 and 7 is Sunday. Corresponds to \"Day of week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "The ID of the buyer of a deal. Corresponds to \"Deal buyer ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the buyer of a deal. Corresponds to \"Deal buyer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Deal ID Corresponds to \"Deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "List of deal IDs found in a callout. Corresponds to \"Deal ID (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
              "Deal name Corresponds to \"Deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The ID of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal name (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Demand channel. Corresponds to \"Demand channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `ENUM`",
              "Demand channel name. Corresponds to \"Demand channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `STRING`",
              "Demand source. Corresponds to \"Demand source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
              "List of demand sources found in a callout. Corresponds to \"Demand source (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
              "Demand source name. Corresponds to \"Demand source\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "Demand subchannel. Corresponds to \"Demand subchannel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Demand subchannel name. Corresponds to \"Demand subchannel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The device on which an ad was served. Corresponds to \"Device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The device category to which an ad is being targeted. Corresponds to \"Device category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
              "The name of the category of device (smartphone, feature phone, tablet, or desktop) to which an ad is being targeted. Corresponds to \"Device category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
              "Device manufacturer ID Corresponds to \"Device manufacturer ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Device manufacturer name Corresponds to \"Device manufacturer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Device model ID Corresponds to \"Device model ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Device model name Corresponds to \"Device model\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The localized name of the device on which an ad was served. Corresponds to \"Device\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of DSP Seat Corresponds to \"DSP seat ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Categorization of inventory sources based on AdX dynamic allocation backfill type. Corresponds to \"Dynamic allocation value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the dynamic allocation type. Corresponds to \"Dynamic allocation\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Status of Encrypted Signals for Publishers delivery. Corresponds to \"Secure signal delivery value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the ESP delivery status. Corresponds to \"Secure signal delivery\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Whether Encrypted Signals for Publishers are present on the ad request. Corresponds to \"Secure signal presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the ESP presence status. Corresponds to \"Secure signal presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Exchange bidding deal ID. Corresponds to \"Exchange bidding deal id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Exchange bidding deal type. Corresponds to \"Exchange bidding deal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the exchange bidding deal type. Corresponds to \"Exchange bidding deal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ID of the yield partner as classified by Google Corresponds to \"Yield partner ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of the yield partner as classified by Google Corresponds to \"Yield partner (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the first look pricing rule. Corresponds to \"First look pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the first look pricing rule. Corresponds to \"First look pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "User gender enum value returned from Google Analytics. Corresponds to \"Gender value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized user gender returned from Google Analytics. For example, \"male\", \"female\". Corresponds to \"Gender\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of a Google Analytics stream. For example, web site or mobile app Corresponds to \"Google Analytics stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of a Google Analytics stream. For example, web site or mobile app. Corresponds to \"Google Analytics stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the header bidding trafficking yield partner. Corresponds to \"Yield partner ID (header bidding trafficking)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
              "The name of the header bidding trafficking yield partner. Corresponds to \"Yield partner (header bidding trafficking)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "Header Bidder integration type. Corresponds to \"Header bidder integration type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the Header Bidder integration type. Corresponds to \"Header bidder integration type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Breaks down reporting data by hour in one day. Corresponds to \"Hour\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `INTEGER`",
              "Impression Counting Method ENUM. Corresponds to \"Impression counting method value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized impression counting method name. Corresponds to \"Impression counting method\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The interaction type of an ad. Corresponds to \"Interaction type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the interaction type of an ad. Corresponds to \"Interaction type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "User interest returned from Google Analytics. Corresponds to \"Interests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Inventory format. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Inventory format name. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the inventory share assignment. Corresponds to \"Inventory share assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the inventory share assignment. Corresponds to \"Inventory share assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The result of an inventory share. Corresponds to \"Inventory share outcome value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the result of an inventory share. Corresponds to \"Inventory share outcome\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The partner ad server of the inventory share. Corresponds to \"Inventory share partner ad server value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the partner ad server. Corresponds to \"Inventory share partner ad server\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The target share percent of the inventory share assignment Corresponds to \"Partner target share percent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
              "The type of the inventory share. Corresponds to \"Inventory share type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the inventory share type. Corresponds to \"Inventory share type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Inventory type. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded) value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
              "Inventory type name. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "Whether traffic is Adx Direct. Corresponds to \"Is AdX Direct\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "If curation was targeted by the buyer when buying the impression Corresponds to \"Is curation targeted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "Whether the query was dropped. Corresponds to \"Is Dropped\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "Whether traffic is First Look. Corresponds to \"Is First Look\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "The Custom Targeting Value ID Corresponds to \"Key-values ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The Custom Targeting Value formatted like `{keyName}={valueName}` Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The custom criteria key-values specified in ad requests. Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
              "The agency of the order associated with the line item. Corresponds to \"Line item agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Whether a Line item is archived. Corresponds to \"Line item is archived\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
              "The average number of viewers for the line item. Corresponds to \"Nielsen average number of viewers\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
              "Line item companion delivery option ENUM value. Corresponds to \"Line item companion delivery option value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemCompanionDeliveryType",
              "Localized line item companion delivery option name. Corresponds to \"Line item companion delivery option\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The computed status of the LineItem. Corresponds to \"Line item computed status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemComputedStatus",
              "The localized name of the computed status of the LineItem. Corresponds to \"Line item computed status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The contracted units bought for the Line item. Corresponds to \"Line item contracted quantity\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
              "The cost per unit of the Line item. Corresponds to \"Line item rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `MONEY`",
              "Line item cost type ENUM value. Corresponds to \"Line item cost type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemCostType",
              "Localized line item cost type name. Corresponds to \"Line item cost type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "Represent the end date of a creative associated with line item Corresponds to \"Line item creative end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
              "The creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: CreativeRotationType",
              "The localized name of the creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Represent the start date of a creative associated with line item Corresponds to \"Line item creative start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
              "The 3 letter currency code of the Line Item Corresponds to \"Line item currency code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The progress made for the delivery of the Line item. Corresponds to \"Line item delivery indicator\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REAL_TIME_VIDEO` Data format: `PERCENT`",
              "The delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemDeliveryRateType",
              "The localized name of the delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The discount of the LineItem in whole units in the LineItem's currency code, or if unspecified the Network's currency code. Corresponds to \"Line item discount (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
              "The discount of the LineItem in percentage. Corresponds to \"Line item discount (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `WHOLE_PERCENT`",
              "The end date of the Line item. Corresponds to \"Line item end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
              "The end date and time of the Line item. Corresponds to \"Line item end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
              "The ENUM value of the environment a LineItem is targeting. Corresponds to \"Line item environment type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: EnvironmentType",
              "The localized name of the environment a LineItem is targeting. Corresponds to \"Line item environment type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The deal ID of the Line item. Set for Programmatic Direct campaigns. Corresponds to \"Line item deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
              "The external ID of the Line item. Corresponds to \"Line item external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The frequency cap of the Line item (descriptive string). Corresponds to \"Line item frequency cap\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Line item ID. Corresponds to \"Line item ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
              "Line item labels. Corresponds to \"Line item labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "Line item label IDs. Corresponds to \"Line item label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
              "The application that last modified the Line Item. Corresponds to \"Line item last modified by app\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The total number of clicks delivered of the lifetime of the Line item. Corresponds to \"Line item lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The total number of impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The total number of viewable impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "Whether or not the Line item is Makegood. Makegood refers to free inventory offered to buyers to compensate for mistakes or under-delivery in the original campaigns. Corresponds to \"Line item is makegood\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
              "Line item Name. Corresponds to \"Line item\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The cost of booking for the Line item (non-CPD). Corresponds to \"Line item booked revenue (exclude CPD)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
              "Whether a Line item is eligible for optimization. Corresponds to \"Line item is optimizable\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
              "The PO number of the order associated with the line item. Corresponds to \"Line item PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "Goal type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: GoalType",
              "Localized goal type name of the primary goal of the line item. Corresponds to \"Line item primary goal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The total number of impressions or clicks that are reserved for a line item. For line items of type BULK or PRICE_PRIORITY, this represents the number of remaining impressions reserved. If the line item has an impression cap goal, this represents the number of impressions or conversions that the line item will stop serving at if reached. Corresponds to \"Line item primary goal units (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The percentage of impressions or clicks that are reserved for a line item. For line items of type SPONSORSHIP, this represents the percentage of available impressions reserved. For line items of type NETWORK or HOUSE, this represents the percentage of remaining impressions reserved. Corresponds to \"Line item primary goal units (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `WHOLE_PERCENT`",
              "Unit type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal unit type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: UnitType",
              "Localized unit type name of the primary goal of the line item. Corresponds to \"Line item primary goal unit type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The priority of this Line item as a value between 1 and 16. In general, a lower priority means more serving priority for the Line item. Corresponds to \"Line item priority\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "ENUM value describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemReservationStatus",
              "Localized string describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The sales person of the order associated with the line item. Corresponds to \"Line item salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The secondary sales people of the order associated with the line item. Corresponds to \"Line item secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "The secondary traffickers of the order associated with the line item. Corresponds to \"Line item secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "The start date of the Line item. Corresponds to \"Line item start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
              "The start date and time of the Line item. Corresponds to \"Line item start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
              "The trafficker of the order associated with the line item. Corresponds to \"Line item trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Line item type ENUM value. Corresponds to \"Line item type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemType",
              "Localized line item type name. Corresponds to \"Line item type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "Whether the Line item end time and end date is set to effectively never end. Corresponds to \"Line item is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `BOOLEAN`",
              "The artificial cost per unit used by the Ad server to help rank inventory. Corresponds to \"Line item value cost per unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
              "The web property code used for dynamic allocation Line Items. Corresponds to \"Line item web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "The ID of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Mediation type. Corresponds to \"Mediation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized mediation type name. Corresponds to \"Mediation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the yield partner for Mediation. Corresponds to \"Yield partner ID (mediation)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
              "The name of the yield partner for Mediation. Corresponds to \"Yield partner (mediation)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The criteria ID of the metro area in which the ad served. Corresponds to \"Metro ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
              "The name of the metro area in which the ad served. Corresponds to \"Metro\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "Whether the mobile app is free. Corresponds to \"App is free\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "URL of app icon for the mobile app. Corresponds to \"App icon URL\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the Mobile App. Corresponds to \"App ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "The name of the mobile app. Corresponds to \"App\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Ownership status of the mobile app. Corresponds to \"App ownership status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Ownership status of the mobile app. Corresponds to \"App ownership status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The App Store of the mobile app. Corresponds to \"App store value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the mobile app store. Corresponds to \"App store\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Mobile inventory type. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Values match the Inventory type dimension available in the Overview Home dashboard. Note: Video takes precedence over any other value, for example, if there is an in-stream video impression on a desktop device, it will be attributed to in-stream video and not desktop web. Corresponds to \"Inventory type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
              "Mobile inventory type name. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Corresponds to \"Inventory type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Mobile rendering SDK. Corresponds to \"Rendering SDK value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
              "Localized name of the Mobile rendering SDK. Corresponds to \"Rendering SDK\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
              "The major version of the mobile SDK. Corresponds to \"App SDK major version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The minor version of the mobile SDK. Corresponds to \"App SDK minor version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "SDK version of the mobile device. Corresponds to \"App SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Breaks down reporting data by month and year. Corresponds to \"Month and year\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `PARTNER_FINANCE`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Native ad format ID. Corresponds to \"Native ad format ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Native ad format name. Corresponds to \"Native ad format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Native style ID. Corresponds to \"Native style ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Native style name. Corresponds to \"Native style\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
              "Name of the Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
              "Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
              "Name of the Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
              "Nielsen in target Corresponds to \"Nielsen in-target\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `BOOLEAN`",
              "Data restatement date of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Digital Ad Ratings restatement date\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE`",
              "Campaign date segment of Nielsen Digital Ad Ratings reporting. Corresponds to \"Nielsen Digital Ad Ratings segment\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE_RANGE`",
              "Site URL of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Site URL\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
              "No fill reason category name in the Ads traffic navigator report. Corresponds to \"No fill reason category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "Operating system category. Corresponds to \"Operating system category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM`",
              "Operating system category name. Corresponds to \"Operating system category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "ID of the operating system version. Corresponds to \"Operating system ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Details of the operating system, including version. Corresponds to \"Operating system\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Enum value of the optimization type. Corresponds to \"Optimization type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the optimization type. Corresponds to \"Optimization type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Order agency. Corresponds to \"Order agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Order agency ID. Corresponds to \"Order agency ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
              "Order booked CPC. Corresponds to \"Order booked CPC\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
              "Order booked CPM. Corresponds to \"Order booked CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
              "Order delivery status ENUM value. Corresponds to \"Order delivery status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM` Values: OrderDeliveryStatus",
              "Order delivery status localized name. Corresponds to \"Order delivery status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Order end date. Corresponds to \"Order end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
              "Order end date and time. Corresponds to \"Order end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
              "Order external ID. Corresponds to \"Order external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
              "Order ID. Corresponds to \"Order ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
              "Order labels. Corresponds to \"Order labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "Order labels IDs. Corresponds to \"Order label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
              "Order lifetime clicks. Corresponds to \"Order lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
              "Order lifetime impressions. Corresponds to \"Order lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
              "Order name. Corresponds to \"Order\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Order PO number. Corresponds to \"Order PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
              "Whether the Order is programmatic. Corresponds to \"Order is programmatic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
              "Order sales person. Corresponds to \"Order salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `STRING`",
              "Order sales person ID. Corresponds to \"Order salesperson ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `IDENTIFIER`",
              "Order secondary sales people. Corresponds to \"Order secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "Order secondary sales people ID. Corresponds to \"Order secondary salespeople ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
              "Order secondary traffickers. Corresponds to \"Order secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
              "Order secondary traffickers ID. Corresponds to \"Order secondary trafficker IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
              "Order start date. Corresponds to \"Order start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
              "Order start date and time. Corresponds to \"Order start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
              "Order trafficker. Corresponds to \"Order trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
              "Order trafficker ID. Corresponds to \"Order trafficker ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
              "Whether the Order end time and end date is set to effectively never end. Corresponds to \"Order is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `BOOLEAN`",
              "Page path is the part of a page URL that comes after the domain but before the query strings from Google Analytics. Corresponds to \"Page path\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Page title (web) and screen class (mobile) returned from Google Analytics. Corresponds to \"Page title and screen class\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Page title (web) and screen name (mobile) returned from Google Analytics. Corresponds to \"Page title and screen name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of a partner management assignment. Corresponds to \"Partner management assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
              "The name of a partner management assignment. Corresponds to \"Partner management assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
              "The ID of a partner in a partner management assignment. Corresponds to \"Partner management partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
              "The name of a partner in a partner management assignment. Corresponds to \"Partner management partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
              "Placement ID Corresponds to \"Placement ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
              "The full list of placement IDs associated with the ad unit. Corresponds to \"Placement ID (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER_LIST`",
              "Placement name Corresponds to \"Placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The full list of placement names associated with the ad unit. Corresponds to \"Placement (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
              "Placement status ENUM value Corresponds to \"Placement status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `ENUM` Values: PlacementStatus",
              "Localized placement status name. Corresponds to \"Placement status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING`",
              "The full list of localized placement status names associated with the ad unit. Corresponds to \"Placement status (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
              "The criteria ID of the postal code in which the ad served. Corresponds to \"Postal code ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
              "The name of the postal code in which the ad served. Corresponds to \"Postal code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "Indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of that indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Predicted viewability score bucket. Corresponds to \"Predicted viewability bucket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the predicted viewability score bucket. Corresponds to \"Predicted viewability bucket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the secure signals sent in the ad request. Corresponds to \"Secure signal ID (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The name of the secure signals sent in the ad request. Corresponds to \"Secure signal name (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Pricing rule ID dimension Corresponds to \"Pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Pricing rule name dimension Corresponds to \"Pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID type selected for personalization. Corresponds to \"Primary personalization ID type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the ID type selected for personalization. Corresponds to \"Primary personalization ID type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Programmatic channel. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
              "Programmatic channel name. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION` Data format: `STRING`",
              "External code ID of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals external code (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ancestor chain of IDs of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
              "The ancestor chain of names of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
              "Tier of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals tier (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Type of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals type (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "External code ID of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals external code (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ancestor chain of IDs of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
              "The ancestor chain of names of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
              "Tier of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals tier (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Type of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals type (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "External code ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals external code (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of a publisher provided signal (top level). Corresponds to \"Publisher provided signals (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
              "Tier of a publisher provided signal (top level). Corresponds to \"Publisher provided signals tier (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "Type of a publisher provided signal (top level). Corresponds to \"Publisher provided signals type (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Data provider ID associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider ID)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Data provider name associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The criteria ID of the region (for example, US state) in which the ad served. Corresponds to \"Region ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `IDENTIFIER`",
              "The name of the region (for example, US state) in which the ad served. Corresponds to \"Region\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `STRING`",
              "The rejection class category name in the Ads traffic navigator report. Corresponds to \"Rejection class category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
              "The size of a rendered creative, It can differ with the creative's size if a creative is shown in an ad slot of a different size. Corresponds to \"Rendered creative size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
              "Inventory Requested Ad Sizes dimension Corresponds to \"Requested ad sizes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Request type ENUM Corresponds to \"Request type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
              "Request type localized name Corresponds to \"Request type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
              "Revenue Verification bidder-provided ID. Corresponds to \"Revenue verification ID\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `IDENTIFIER`",
              "Indicates if a request was eligible for server-side unwrapping. Corresponds to \"Server-side unwrapping eligible\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "The serving restriction mode for privacy. Corresponds to \"Serving restriction value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the serving restriction mode for privacy. Corresponds to \"Serving restriction\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Information about domain or subdomains. Corresponds to \"Site\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
              "The ID of the browser, device or other environment into which a line item or creative was served. Corresponds to \"Targeting ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Information about the browser, device and other environments into which a line item or creative was served. Corresponds to \"Targeting\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The way in which advertisers targeted their ads. Corresponds to \"Targeting type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the way in which advertisers targeted their ads. Corresponds to \"Targeting type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Targets customer matching list. Whether the query is siloed customer match attributed. Corresponds to \"Targets customer matching list\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
              "Whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Reports the status of Topics in the ad request. Corresponds to \"Topics status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the status of Topics in the ad request. Corresponds to \"Topics status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Inventory top private domain dimension Corresponds to \"Domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
              "Inventory Traffic source dimension Corresponds to \"Traffic source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Inventory Traffic source dimension name Corresponds to \"Traffic source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "A URL defined under a publisher's inventory. Corresponds to \"URL\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "A URL defined under a publisher's inventory. Corresponds to \"URL ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The choice made in a user message. Corresponds to \"User choice value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
              "Localized name of the choice made in a user message. Corresponds to \"User choice\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
              "Enum value for the entitlement source. Corresponds to \"Entitlement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
              "The localized name of the entitlement source. Corresponds to \"Entitlement source\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
              "Targeting criteria ID for the operating system group. Used for User Messages reports. Corresponds to \"Operating system group ID\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
              "The name of the operating system group. Used for User Messages reports. Corresponds to \"Operating system group\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
              "The VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The break type of a video ad request. Corresponds to \"Video ad break type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the break type of a video ad request. Corresponds to \"Video ad break type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Video ad duration Corresponds to \"Video ad duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The name of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The ID of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "The duration of a video ad request. Corresponds to \"Video ad request duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the midpoint of the duration of a video ad request. Corresponds to \"Video ad request duration midpoint\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The localized name of the duration of a video ad request. Corresponds to \"Video ad request duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The video ad request source enum. Corresponds to \"Ad request source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
              "The localized name of the video ad request source. Corresponds to \"Ad request source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "Video ad type Corresponds to \"Video ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Video ad type localized name Corresponds to \"Video ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The continuous play type of the video ad impression. Corresponds to \"Video continuous play type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Video continuous play type localized name. Corresponds to \"Video continuous play type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Fallback position of the video ad. Corresponds to \"Fallback position\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The duration of the ad break in seconds for a live stream event. Corresponds to \"Ad break duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "The ID of the ad break in a live stream event. Corresponds to \"Live stream ad break ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The name of the ad break in a live stream event. Corresponds to \"Live stream ad break\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The time of the ad break in a live stream event in the format of YYYY-MM-DD HH:MM:SS+Timezone. Corresponds to \"Ad break time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `TIMESTAMP`",
              "The ID of the live stream event. Corresponds to \"Live stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
              "The name of the live stream event. Corresponds to \"Live stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The performance of the video ad inventory broken out by source. Corresponds to \"Video measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Video measurement source localized name. Corresponds to \"Video measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The video placement enum as defined by ADCOM 1.0-202303. Corresponds to \"Video placement value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "The localized name of the video placement as defined by ADCOM 1.0-202303. Corresponds to \"Video placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The position in the video pod. For example 0, 1, 2, etc. Corresponds to \"Position in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "The position of the pod in the video stream. For example pre-roll, mid-roll, post-roll. Corresponds to \"Position of pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "The video SDK version enum. Corresponds to \"Video SDK version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
              "The localized name of the video SDK version. Corresponds to \"Video SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
              "Video stitcher type. Corresponds to \"Video stitcher type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
              "Localized name of the video stitcher type. Corresponds to \"Video stitcher type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Web property code Corresponds to \"Web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Breaks down reporting data by week of the year. Corresponds to \"Week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
              "Name of the company within a yield group Corresponds to \"Yield partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "Tag of the company within a yield group. Corresponds to \"Yield group buyer tag\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "ID of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
              "Name of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
              "YouTube instream ad duration bucket. Corresponds to \"Ad duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
              "YouTube instream ad duration bucket name. Corresponds to \"Ad duration\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "YouTube instream Ad Type. Corresponds to \"YouTube ad type ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
              "YouTube instream Ad Type localized name. Corresponds to \"YouTube ad type\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field option ID for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type `STRING` or `DROPDOWN`.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
              "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field option ID for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`.",
              "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
              "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
              "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
              "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field option ID for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.",
              "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
              "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
              "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
              "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 0 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 7 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
              "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 7 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
              "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 9 of `ReportDefinition.ekv_dimension_key_ids`."
            ],
            "enumDeprecated": [
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              true,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false
            ],
            "enum": [
              "DIMENSION_UNSPECIFIED",
              "ACTIVE_VIEW_MEASUREMENT_SOURCE",
              "ACTIVE_VIEW_MEASUREMENT_SOURCE_NAME",
              "ADVERTISER_CREDIT_STATUS",
              "ADVERTISER_CREDIT_STATUS_NAME",
              "ADVERTISER_DOMAIN_NAME",
              "ADVERTISER_EXTERNAL_ID",
              "ADVERTISER_ID",
              "ADVERTISER_LABELS",
              "ADVERTISER_LABEL_IDS",
              "ADVERTISER_NAME",
              "ADVERTISER_PRIMARY_CONTACT",
              "ADVERTISER_STATUS",
              "ADVERTISER_STATUS_NAME",
              "ADVERTISER_TYPE",
              "ADVERTISER_TYPE_NAME",
              "ADVERTISER_VERTICAL",
              "ADX_PRODUCT",
              "ADX_PRODUCT_NAME",
              "AD_EXPERIENCES_TYPE",
              "AD_EXPERIENCES_TYPE_NAME",
              "AD_LOCATION",
              "AD_LOCATION_NAME",
              "AD_REQUEST_SIZES",
              "AD_TECHNOLOGY_PROVIDER_DOMAIN",
              "AD_TECHNOLOGY_PROVIDER_ID",
              "AD_TECHNOLOGY_PROVIDER_NAME",
              "AD_TYPE",
              "AD_TYPE_NAME",
              "AD_UNIT_CODE",
              "AD_UNIT_CODE_LEVEL_1",
              "AD_UNIT_CODE_LEVEL_10",
              "AD_UNIT_CODE_LEVEL_11",
              "AD_UNIT_CODE_LEVEL_12",
              "AD_UNIT_CODE_LEVEL_13",
              "AD_UNIT_CODE_LEVEL_14",
              "AD_UNIT_CODE_LEVEL_15",
              "AD_UNIT_CODE_LEVEL_16",
              "AD_UNIT_CODE_LEVEL_2",
              "AD_UNIT_CODE_LEVEL_3",
              "AD_UNIT_CODE_LEVEL_4",
              "AD_UNIT_CODE_LEVEL_5",
              "AD_UNIT_CODE_LEVEL_6",
              "AD_UNIT_CODE_LEVEL_7",
              "AD_UNIT_CODE_LEVEL_8",
              "AD_UNIT_CODE_LEVEL_9",
              "AD_UNIT_ID",
              "AD_UNIT_ID_ALL_LEVEL",
              "AD_UNIT_ID_LEVEL_1",
              "AD_UNIT_ID_LEVEL_10",
              "AD_UNIT_ID_LEVEL_11",
              "AD_UNIT_ID_LEVEL_12",
              "AD_UNIT_ID_LEVEL_13",
              "AD_UNIT_ID_LEVEL_14",
              "AD_UNIT_ID_LEVEL_15",
              "AD_UNIT_ID_LEVEL_16",
              "AD_UNIT_ID_LEVEL_2",
              "AD_UNIT_ID_LEVEL_3",
              "AD_UNIT_ID_LEVEL_4",
              "AD_UNIT_ID_LEVEL_5",
              "AD_UNIT_ID_LEVEL_6",
              "AD_UNIT_ID_LEVEL_7",
              "AD_UNIT_ID_LEVEL_8",
              "AD_UNIT_ID_LEVEL_9",
              "AD_UNIT_ID_TOP_LEVEL",
              "AD_UNIT_NAME",
              "AD_UNIT_NAME_ALL_LEVEL",
              "AD_UNIT_NAME_LEVEL_1",
              "AD_UNIT_NAME_LEVEL_10",
              "AD_UNIT_NAME_LEVEL_11",
              "AD_UNIT_NAME_LEVEL_12",
              "AD_UNIT_NAME_LEVEL_13",
              "AD_UNIT_NAME_LEVEL_14",
              "AD_UNIT_NAME_LEVEL_15",
              "AD_UNIT_NAME_LEVEL_16",
              "AD_UNIT_NAME_LEVEL_2",
              "AD_UNIT_NAME_LEVEL_3",
              "AD_UNIT_NAME_LEVEL_4",
              "AD_UNIT_NAME_LEVEL_5",
              "AD_UNIT_NAME_LEVEL_6",
              "AD_UNIT_NAME_LEVEL_7",
              "AD_UNIT_NAME_LEVEL_8",
              "AD_UNIT_NAME_LEVEL_9",
              "AD_UNIT_NAME_TOP_LEVEL",
              "AD_UNIT_REWARD_AMOUNT",
              "AD_UNIT_REWARD_TYPE",
              "AD_UNIT_STATUS",
              "AD_UNIT_STATUS_NAME",
              "AGENCY_LEVEL_1_ID",
              "AGENCY_LEVEL_1_NAME",
              "AGENCY_LEVEL_2_ID",
              "AGENCY_LEVEL_2_NAME",
              "AGENCY_LEVEL_3_ID",
              "AGENCY_LEVEL_3_NAME",
              "AGE_BRACKET",
              "AGE_BRACKET_NAME",
              "ANALYTICS_PROPERTY_ID",
              "ANALYTICS_PROPERTY_NAME",
              "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS",
              "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS_NAME",
              "APP_VERSION",
              "AUCTION_PACKAGE_DEAL",
              "AUCTION_PACKAGE_DEAL_ID",
              "AUDIENCE_SEGMENT_BILLABLE",
              "AUDIENCE_SEGMENT_DATA_PROVIDER_ID",
              "AUDIENCE_SEGMENT_DATA_PROVIDER_NAME",
              "AUDIENCE_SEGMENT_ID_BILLABLE",
              "AUDIENCE_SEGMENT_ID_TARGETED",
              "AUDIENCE_SEGMENT_TARGETED",
              "AUDIENCE_SEGMENT_TARGETED_AD_ID_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_AMAZON_FIRE_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_ANDROID_TV_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_APPLE_TV_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_IDFA_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_MOBILE_WEB_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_PLAYSTATION_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_PPID_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_ROKU_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_SAMSUNG_TV_USER_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_SIZE",
              "AUDIENCE_SEGMENT_TARGETED_STATUS",
              "AUDIENCE_SEGMENT_TARGETED_STATUS_NAME",
              "AUDIENCE_SEGMENT_TARGETED_XBOX_USER_SIZE",
              "AUTO_REFRESHED_TRAFFIC",
              "AUTO_REFRESHED_TRAFFIC_NAME",
              "BIDDER_ENCRYPTED_ID",
              "BIDDER_NAME",
              "BID_RANGE",
              "BID_REJECTION_REASON",
              "BID_REJECTION_REASON_NAME",
              "BRANDING_TYPE",
              "BRANDING_TYPE_NAME",
              "BROWSER_CATEGORY",
              "BROWSER_CATEGORY_NAME",
              "BROWSER_ID",
              "BROWSER_NAME",
              "BUYER_NETWORK_ID",
              "BUYER_NETWORK_NAME",
              "CALLOUT_STATUS_CATEGORY_NAME",
              "CARRIER_ID",
              "CARRIER_NAME",
              "CHANNEL",
              "CHILD_NETWORK_CODE",
              "CHILD_NETWORK_ID",
              "CHILD_PARTNER_NAME",
              "CITY_ID",
              "CITY_NAME",
              "CLASSIFIED_ADVERTISER_ID",
              "CLASSIFIED_ADVERTISER_NAME",
              "CLASSIFIED_BRAND_ID",
              "CLASSIFIED_BRAND_NAME",
              "CONTENT_BUNDLE_ID",
              "CONTENT_BUNDLE_NAME",
              "CONTENT_CMS_METADATA_KV_NAMESPACE_ID",
              "CONTENT_CMS_METADATA_KV_NAMESPACE_NAME",
              "CONTENT_CMS_NAME",
              "CONTENT_CMS_VIDEO_ID",
              "CONTENT_ID",
              "CONTENT_MAPPING_PRESENCE",
              "CONTENT_MAPPING_PRESENCE_NAME",
              "CONTENT_NAME",
              "CONTINENT",
              "CONTINENT_NAME",
              "COUNTRY_CODE",
              "COUNTRY_ID",
              "COUNTRY_NAME",
              "CREATIVE_BILLING_TYPE",
              "CREATIVE_BILLING_TYPE_NAME",
              "CREATIVE_CLICK_THROUGH_URL",
              "CREATIVE_ID",
              "CREATIVE_NAME",
              "CREATIVE_OR_CREATIVE_SET",
              "CREATIVE_OR_CREATIVE_SET_NAME",
              "CREATIVE_POLICIES_FILTERING",
              "CREATIVE_POLICIES_FILTERING_NAME",
              "CREATIVE_PROTECTIONS_FILTERING",
              "CREATIVE_PROTECTIONS_FILTERING_NAME",
              "CREATIVE_SET_ROLE_TYPE",
              "CREATIVE_SET_ROLE_TYPE_NAME",
              "CREATIVE_SSL_COMPLIANCE_OVERRIDE",
              "CREATIVE_SSL_COMPLIANCE_OVERRIDE_NAME",
              "CREATIVE_SSL_SCAN_RESULT",
              "CREATIVE_SSL_SCAN_RESULT_NAME",
              "CREATIVE_TARGET_AD_UNIT_SIZE",
              "CREATIVE_TECHNOLOGY",
              "CREATIVE_TECHNOLOGY_NAME",
              "CREATIVE_THIRD_PARTY_VENDOR",
              "CREATIVE_TYPE",
              "CREATIVE_TYPE_NAME",
              "CREATIVE_VENDOR_ID",
              "CREATIVE_VENDOR_NAME",
              "CREATIVE_VIDEO_REDIRECT_THIRD_PARTY",
              "CURATOR_ID",
              "CURATOR_NAME",
              "CUSTOM_EVENT_ID",
              "CUSTOM_EVENT_NAME",
              "CUSTOM_EVENT_TYPE",
              "CUSTOM_EVENT_TYPE_NAME",
              "CUSTOM_SPOT_ID",
              "CUSTOM_SPOT_NAME",
              "DATE",
              "DAY_OF_WEEK",
              "DEAL_BUYER_ID",
              "DEAL_BUYER_NAME",
              "DEAL_ID",
              "DEAL_ID_ALL",
              "DEAL_NAME",
              "DELIVERED_SECURE_SIGNAL_ID",
              "DELIVERED_SECURE_SIGNAL_NAME",
              "DEMAND_CHANNEL",
              "DEMAND_CHANNEL_NAME",
              "DEMAND_SOURCE",
              "DEMAND_SOURCE_ALL",
              "DEMAND_SOURCE_NAME",
              "DEMAND_SUBCHANNEL",
              "DEMAND_SUBCHANNEL_NAME",
              "DEVICE",
              "DEVICE_CATEGORY",
              "DEVICE_CATEGORY_NAME",
              "DEVICE_MANUFACTURER_ID",
              "DEVICE_MANUFACTURER_NAME",
              "DEVICE_MODEL_ID",
              "DEVICE_MODEL_NAME",
              "DEVICE_NAME",
              "DSP_SEAT_ID",
              "DYNAMIC_ALLOCATION_TYPE",
              "DYNAMIC_ALLOCATION_TYPE_NAME",
              "ESP_DELIVERY",
              "ESP_DELIVERY_NAME",
              "ESP_PRESENCE",
              "ESP_PRESENCE_NAME",
              "EXCHANGE_BIDDING_DEAL_ID",
              "EXCHANGE_BIDDING_DEAL_TYPE",
              "EXCHANGE_BIDDING_DEAL_TYPE_NAME",
              "EXCHANGE_THIRD_PARTY_COMPANY_ID",
              "EXCHANGE_THIRD_PARTY_COMPANY_NAME",
              "FIRST_LOOK_PRICING_RULE_ID",
              "FIRST_LOOK_PRICING_RULE_NAME",
              "FIRST_PARTY_ID_STATUS",
              "FIRST_PARTY_ID_STATUS_NAME",
              "GENDER",
              "GENDER_NAME",
              "GOOGLE_ANALYTICS_STREAM_ID",
              "GOOGLE_ANALYTICS_STREAM_NAME",
              "HBT_YIELD_PARTNER_ID",
              "HBT_YIELD_PARTNER_NAME",
              "HEADER_BIDDER_INTEGRATION_TYPE",
              "HEADER_BIDDER_INTEGRATION_TYPE_NAME",
              "HOUR",
              "IMPRESSION_COUNTING_METHOD",
              "IMPRESSION_COUNTING_METHOD_NAME",
              "INTERACTION_TYPE",
              "INTERACTION_TYPE_NAME",
              "INTEREST",
              "INVENTORY_FORMAT",
              "INVENTORY_FORMAT_NAME",
              "INVENTORY_SHARE_ASSIGNMENT_ID",
              "INVENTORY_SHARE_ASSIGNMENT_NAME",
              "INVENTORY_SHARE_OUTCOME",
              "INVENTORY_SHARE_OUTCOME_NAME",
              "INVENTORY_SHARE_PARTNER_AD_SERVER",
              "INVENTORY_SHARE_PARTNER_AD_SERVER_NAME",
              "INVENTORY_SHARE_TARGET_SHARE_PERCENT",
              "INVENTORY_SHARE_TYPE",
              "INVENTORY_SHARE_TYPE_NAME",
              "INVENTORY_TYPE",
              "INVENTORY_TYPE_NAME",
              "IS_ADX_DIRECT",
              "IS_CURATION_TARGETED",
              "IS_DROPPED",
              "IS_FIRST_LOOK_DEAL",
              "KEY_VALUES_ID",
              "KEY_VALUES_NAME",
              "KEY_VALUES_SET",
              "LINE_ITEM_AGENCY",
              "LINE_ITEM_ARCHIVED",
              "LINE_ITEM_AVERAGE_NUMBER_OF_VIEWERS",
              "LINE_ITEM_COMPANION_DELIVERY_OPTION",
              "LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME",
              "LINE_ITEM_COMPUTED_STATUS",
              "LINE_ITEM_COMPUTED_STATUS_NAME",
              "LINE_ITEM_CONTRACTED_QUANTITY",
              "LINE_ITEM_COST_PER_UNIT",
              "LINE_ITEM_COST_TYPE",
              "LINE_ITEM_COST_TYPE_NAME",
              "LINE_ITEM_CREATIVE_END_DATE",
              "LINE_ITEM_CREATIVE_ROTATION_TYPE",
              "LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME",
              "LINE_ITEM_CREATIVE_START_DATE",
              "LINE_ITEM_CURRENCY_CODE",
              "LINE_ITEM_DELIVERY_INDICATOR",
              "LINE_ITEM_DELIVERY_RATE_TYPE",
              "LINE_ITEM_DELIVERY_RATE_TYPE_NAME",
              "LINE_ITEM_DISCOUNT_ABSOLUTE",
              "LINE_ITEM_DISCOUNT_PERCENTAGE",
              "LINE_ITEM_END_DATE",
              "LINE_ITEM_END_DATE_TIME",
              "LINE_ITEM_ENVIRONMENT_TYPE",
              "LINE_ITEM_ENVIRONMENT_TYPE_NAME",
              "LINE_ITEM_EXTERNAL_DEAL_ID",
              "LINE_ITEM_EXTERNAL_ID",
              "LINE_ITEM_FREQUENCY_CAP",
              "LINE_ITEM_ID",
              "LINE_ITEM_LABELS",
              "LINE_ITEM_LABEL_IDS",
              "LINE_ITEM_LAST_MODIFIED_BY_APP",
              "LINE_ITEM_LIFETIME_CLICKS",
              "LINE_ITEM_LIFETIME_IMPRESSIONS",
              "LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS",
              "LINE_ITEM_MAKEGOOD",
              "LINE_ITEM_NAME",
              "LINE_ITEM_NON_CPD_BOOKED_REVENUE",
              "LINE_ITEM_OPTIMIZABLE",
              "LINE_ITEM_PO_NUMBER",
              "LINE_ITEM_PRIMARY_GOAL_TYPE",
              "LINE_ITEM_PRIMARY_GOAL_TYPE_NAME",
              "LINE_ITEM_PRIMARY_GOAL_UNITS_ABSOLUTE",
              "LINE_ITEM_PRIMARY_GOAL_UNITS_PERCENTAGE",
              "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE",
              "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME",
              "LINE_ITEM_PRIORITY",
              "LINE_ITEM_RESERVATION_STATUS",
              "LINE_ITEM_RESERVATION_STATUS_NAME",
              "LINE_ITEM_SALESPERSON",
              "LINE_ITEM_SECONDARY_SALESPEOPLE",
              "LINE_ITEM_SECONDARY_TRAFFICKERS",
              "LINE_ITEM_START_DATE",
              "LINE_ITEM_START_DATE_TIME",
              "LINE_ITEM_TRAFFICKER",
              "LINE_ITEM_TYPE",
              "LINE_ITEM_TYPE_NAME",
              "LINE_ITEM_UNLIMITED_END",
              "LINE_ITEM_VALUE_COST_PER_UNIT",
              "LINE_ITEM_WEB_PROPERTY_CODE",
              "MASTER_COMPANION_CREATIVE_ID",
              "MASTER_COMPANION_CREATIVE_NAME",
              "MEDIATION_TYPE",
              "MEDIATION_TYPE_NAME",
              "MEDIATION_YIELD_PARTNER_ID",
              "MEDIATION_YIELD_PARTNER_NAME",
              "METRO_ID",
              "METRO_NAME",
              "MOBILE_APP_FREE",
              "MOBILE_APP_ICON_URL",
              "MOBILE_APP_ID",
              "MOBILE_APP_NAME",
              "MOBILE_APP_OWNERSHIP_STATUS",
              "MOBILE_APP_OWNERSHIP_STATUS_NAME",
              "MOBILE_APP_STORE",
              "MOBILE_APP_STORE_NAME",
              "MOBILE_INVENTORY_TYPE",
              "MOBILE_INVENTORY_TYPE_NAME",
              "MOBILE_RENDERING_SDK",
              "MOBILE_RENDERING_SDK_NAME",
              "MOBILE_SDK_MAJOR_VERSION",
              "MOBILE_SDK_MINOR_VERSION",
              "MOBILE_SDK_VERSION_NAME",
              "MONTH_YEAR",
              "NATIVE_AD_FORMAT_ID",
              "NATIVE_AD_FORMAT_NAME",
              "NATIVE_STYLE_ID",
              "NATIVE_STYLE_NAME",
              "NIELSEN_DEMOGRAPHICS",
              "NIELSEN_DEMOGRAPHICS_NAME",
              "NIELSEN_DEVICE",
              "NIELSEN_DEVICE_NAME",
              "NIELSEN_IN_TARGET",
              "NIELSEN_RESTATEMENT_DATE",
              "NIELSEN_SEGMENT",
              "NIELSEN_SITE_URL",
              "NO_FILL_REASON_CATEGORY_NAME",
              "OPERATING_SYSTEM_CATEGORY",
              "OPERATING_SYSTEM_CATEGORY_NAME",
              "OPERATING_SYSTEM_VERSION_ID",
              "OPERATING_SYSTEM_VERSION_NAME",
              "OPTIMIZATION_TYPE",
              "OPTIMIZATION_TYPE_NAME",
              "ORDER_AGENCY",
              "ORDER_AGENCY_ID",
              "ORDER_BOOKED_CPC",
              "ORDER_BOOKED_CPM",
              "ORDER_DELIVERY_STATUS",
              "ORDER_DELIVERY_STATUS_NAME",
              "ORDER_END_DATE",
              "ORDER_END_DATE_TIME",
              "ORDER_EXTERNAL_ID",
              "ORDER_ID",
              "ORDER_LABELS",
              "ORDER_LABEL_IDS",
              "ORDER_LIFETIME_CLICKS",
              "ORDER_LIFETIME_IMPRESSIONS",
              "ORDER_NAME",
              "ORDER_PO_NUMBER",
              "ORDER_PROGRAMMATIC",
              "ORDER_SALESPERSON",
              "ORDER_SALESPERSON_ID",
              "ORDER_SECONDARY_SALESPEOPLE",
              "ORDER_SECONDARY_SALESPEOPLE_ID",
              "ORDER_SECONDARY_TRAFFICKERS",
              "ORDER_SECONDARY_TRAFFICKERS_ID",
              "ORDER_START_DATE",
              "ORDER_START_DATE_TIME",
              "ORDER_TRAFFICKER",
              "ORDER_TRAFFICKER_ID",
              "ORDER_UNLIMITED_END",
              "PAGE_PATH",
              "PAGE_TITLE_AND_SCREEN_CLASS",
              "PAGE_TITLE_AND_SCREEN_NAME",
              "PARTNER_MANAGEMENT_ASSIGNMENT_ID",
              "PARTNER_MANAGEMENT_ASSIGNMENT_NAME",
              "PARTNER_MANAGEMENT_PARTNER_ID",
              "PARTNER_MANAGEMENT_PARTNER_NAME",
              "PLACEMENT_ID",
              "PLACEMENT_ID_ALL",
              "PLACEMENT_NAME",
              "PLACEMENT_NAME_ALL",
              "PLACEMENT_STATUS",
              "PLACEMENT_STATUS_NAME",
              "PLACEMENT_STATUS_NAME_ALL",
              "POSTAL_CODE_ID",
              "POSTAL_CODE_NAME",
              "PPID_STATUS",
              "PPID_STATUS_NAME",
              "PREDICTED_VIEWABILITY_BUCKET",
              "PREDICTED_VIEWABILITY_BUCKET_NAME",
              "PRESENTED_SECURE_SIGNAL_ID",
              "PRESENTED_SECURE_SIGNAL_NAME",
              "PRICING_RULE_ID",
              "PRICING_RULE_NAME",
              "PRIMARY_PERSONALIZATION_ID_TYPE",
              "PRIMARY_PERSONALIZATION_ID_TYPE_NAME",
              "PROGRAMMATIC_CHANNEL",
              "PROGRAMMATIC_CHANNEL_NAME",
              "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_EXTERNAL_CODE",
              "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_IDS",
              "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_NAME",
              "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TIER",
              "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TYPE",
              "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_EXTERNAL_CODE",
              "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_IDS",
              "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_NAME",
              "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TIER",
              "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TYPE",
              "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_EXTERNAL_CODE",
              "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_ID",
              "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_NAME",
              "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TIER",
              "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TYPE",
              "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_ID",
              "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_NAME",
              "REGION_ID",
              "REGION_NAME",
              "REJECTION_CLASS_CATEGORY_NAME",
              "RENDERED_CREATIVE_SIZE",
              "REQUESTED_AD_SIZES",
              "REQUEST_TYPE",
              "REQUEST_TYPE_NAME",
              "REVENUE_VERIFICATION_ID",
              "SERVER_SIDE_UNWRAPPING_ELIGIBLE",
              "SERVING_RESTRICTION",
              "SERVING_RESTRICTION_NAME",
              "SITE",
              "TARGETING_ID",
              "TARGETING_NAME",
              "TARGETING_TYPE",
              "TARGETING_TYPE_NAME",
              "TARGETS_CUSTOMER_MATCHING_LIST",
              "THIRD_PARTY_ID_STATUS",
              "THIRD_PARTY_ID_STATUS_NAME",
              "TOPICS_STATUS",
              "TOPICS_STATUS_NAME",
              "TOP_PRIVATE_DOMAIN",
              "TRAFFIC_SOURCE",
              "TRAFFIC_SOURCE_NAME",
              "URL",
              "URL_ID",
              "USER_MESSAGES_CHOICE",
              "USER_MESSAGES_CHOICE_NAME",
              "USER_MESSAGES_ENTITLEMENT_SOURCE",
              "USER_MESSAGES_ENTITLEMENT_SOURCE_NAME",
              "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_ID",
              "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_NAME",
              "VAST_VERSION",
              "VAST_VERSION_NAME",
              "VIDEO_AD_BREAK_TYPE",
              "VIDEO_AD_BREAK_TYPE_NAME",
              "VIDEO_AD_DURATION",
              "VIDEO_AD_FORMATS_RULE",
              "VIDEO_AD_FORMATS_RULE_ID",
              "VIDEO_AD_REQUEST_DURATION",
              "VIDEO_AD_REQUEST_DURATION_MIDPOINT_NAME",
              "VIDEO_AD_REQUEST_DURATION_NAME",
              "VIDEO_AD_REQUEST_SOURCE",
              "VIDEO_AD_REQUEST_SOURCE_NAME",
              "VIDEO_AD_TYPE",
              "VIDEO_AD_TYPE_NAME",
              "VIDEO_CONTINUOUS_PLAY_TYPE",
              "VIDEO_CONTINUOUS_PLAY_TYPE_NAME",
              "VIDEO_FALLBACK_POSITION",
              "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_DURATION",
              "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_ID",
              "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_NAME",
              "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_TIME",
              "VIDEO_LIVE_STREAM_EVENT_ID",
              "VIDEO_LIVE_STREAM_EVENT_NAME",
              "VIDEO_MEASUREMENT_SOURCE",
              "VIDEO_MEASUREMENT_SOURCE_NAME",
              "VIDEO_PLCMT",
              "VIDEO_PLCMT_NAME",
              "VIDEO_POSITION_IN_POD",
              "VIDEO_POSITION_OF_POD",
              "VIDEO_SDK_VERSION",
              "VIDEO_SDK_VERSION_NAME",
              "VIDEO_STITCHER_TYPE",
              "VIDEO_STITCHER_TYPE_NAME",
              "WEB_PROPERTY_CODE",
              "WEEK",
              "YIELD_GROUP_BUYER_NAME",
              "YIELD_GROUP_BUYER_TAG_NAME",
              "YIELD_GROUP_ID",
              "YIELD_GROUP_NAME",
              "YOUTUBE_AD_DURATION_BUCKET",
              "YOUTUBE_AD_DURATION_BUCKET_NAME",
              "YOUTUBE_AD_TYPE",
              "YOUTUBE_AD_TYPE_NAME",
              "LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID",
              "LINE_ITEM_CUSTOM_FIELD_0_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_1_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_2_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_3_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_4_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_5_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_6_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_7_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_8_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_9_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_10_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_11_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_12_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_13_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_14_VALUE",
              "LINE_ITEM_CUSTOM_FIELD_0_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_1_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_2_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_3_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_4_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_5_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_6_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_7_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_8_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_9_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_10_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_11_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_12_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_13_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_14_VALUE_DOUBLE",
              "LINE_ITEM_CUSTOM_FIELD_0_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_1_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_2_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_3_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_4_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_5_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_6_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_7_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_8_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_9_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_10_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_11_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_12_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_13_VALUE_BOOL",
              "LINE_ITEM_CUSTOM_FIELD_14_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_0_OPTION_ID",
              "ORDER_CUSTOM_FIELD_1_OPTION_ID",
              "ORDER_CUSTOM_FIELD_2_OPTION_ID",
              "ORDER_CUSTOM_FIELD_3_OPTION_ID",
              "ORDER_CUSTOM_FIELD_4_OPTION_ID",
              "ORDER_CUSTOM_FIELD_5_OPTION_ID",
              "ORDER_CUSTOM_FIELD_6_OPTION_ID",
              "ORDER_CUSTOM_FIELD_7_OPTION_ID",
              "ORDER_CUSTOM_FIELD_8_OPTION_ID",
              "ORDER_CUSTOM_FIELD_9_OPTION_ID",
              "ORDER_CUSTOM_FIELD_10_OPTION_ID",
              "ORDER_CUSTOM_FIELD_11_OPTION_ID",
              "ORDER_CUSTOM_FIELD_12_OPTION_ID",
              "ORDER_CUSTOM_FIELD_13_OPTION_ID",
              "ORDER_CUSTOM_FIELD_14_OPTION_ID",
              "ORDER_CUSTOM_FIELD_0_VALUE",
              "ORDER_CUSTOM_FIELD_1_VALUE",
              "ORDER_CUSTOM_FIELD_2_VALUE",
              "ORDER_CUSTOM_FIELD_3_VALUE",
              "ORDER_CUSTOM_FIELD_4_VALUE",
              "ORDER_CUSTOM_FIELD_5_VALUE",
              "ORDER_CUSTOM_FIELD_6_VALUE",
              "ORDER_CUSTOM_FIELD_7_VALUE",
              "ORDER_CUSTOM_FIELD_8_VALUE",
              "ORDER_CUSTOM_FIELD_9_VALUE",
              "ORDER_CUSTOM_FIELD_10_VALUE",
              "ORDER_CUSTOM_FIELD_11_VALUE",
              "ORDER_CUSTOM_FIELD_12_VALUE",
              "ORDER_CUSTOM_FIELD_13_VALUE",
              "ORDER_CUSTOM_FIELD_14_VALUE",
              "ORDER_CUSTOM_FIELD_0_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_1_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_2_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_3_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_4_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_5_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_6_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_7_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_8_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_9_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_10_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_11_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_12_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_13_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_14_VALUE_DOUBLE",
              "ORDER_CUSTOM_FIELD_0_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_1_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_2_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_3_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_4_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_5_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_6_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_7_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_8_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_9_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_10_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_11_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_12_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_13_VALUE_BOOL",
              "ORDER_CUSTOM_FIELD_14_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_0_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_1_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_2_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_3_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_4_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_5_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_6_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_7_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_8_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_9_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_10_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_11_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_12_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_13_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_14_OPTION_ID",
              "CREATIVE_CUSTOM_FIELD_0_VALUE",
              "CREATIVE_CUSTOM_FIELD_1_VALUE",
              "CREATIVE_CUSTOM_FIELD_2_VALUE",
              "CREATIVE_CUSTOM_FIELD_3_VALUE",
              "CREATIVE_CUSTOM_FIELD_4_VALUE",
              "CREATIVE_CUSTOM_FIELD_5_VALUE",
              "CREATIVE_CUSTOM_FIELD_6_VALUE",
              "CREATIVE_CUSTOM_FIELD_7_VALUE",
              "CREATIVE_CUSTOM_FIELD_8_VALUE",
              "CREATIVE_CUSTOM_FIELD_9_VALUE",
              "CREATIVE_CUSTOM_FIELD_10_VALUE",
              "CREATIVE_CUSTOM_FIELD_11_VALUE",
              "CREATIVE_CUSTOM_FIELD_12_VALUE",
              "CREATIVE_CUSTOM_FIELD_13_VALUE",
              "CREATIVE_CUSTOM_FIELD_14_VALUE",
              "CREATIVE_CUSTOM_FIELD_0_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_1_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_2_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_3_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_4_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_5_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_6_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_7_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_8_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_9_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_10_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_11_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_12_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_13_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_14_VALUE_DOUBLE",
              "CREATIVE_CUSTOM_FIELD_0_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_1_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_2_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_3_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_4_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_5_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_6_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_7_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_8_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_9_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_10_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_11_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_12_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_13_VALUE_BOOL",
              "CREATIVE_CUSTOM_FIELD_14_VALUE_BOOL",
              "CMS_METADATA_DIMENSION_0_VALUE_ID",
              "CMS_METADATA_DIMENSION_1_VALUE_ID",
              "CMS_METADATA_DIMENSION_2_VALUE_ID",
              "CMS_METADATA_DIMENSION_3_VALUE_ID",
              "CMS_METADATA_DIMENSION_4_VALUE_ID",
              "CMS_METADATA_DIMENSION_5_VALUE_ID",
              "CMS_METADATA_DIMENSION_6_VALUE_ID",
              "CMS_METADATA_DIMENSION_7_VALUE_ID",
              "CMS_METADATA_DIMENSION_8_VALUE_ID",
              "CMS_METADATA_DIMENSION_9_VALUE_ID",
              "CMS_METADATA_DIMENSION_0_VALUE",
              "CMS_METADATA_DIMENSION_1_VALUE",
              "CMS_METADATA_DIMENSION_2_VALUE",
              "CMS_METADATA_DIMENSION_3_VALUE",
              "CMS_METADATA_DIMENSION_4_VALUE",
              "CMS_METADATA_DIMENSION_5_VALUE",
              "CMS_METADATA_DIMENSION_6_VALUE",
              "CMS_METADATA_DIMENSION_7_VALUE",
              "CMS_METADATA_DIMENSION_8_VALUE",
              "CMS_METADATA_DIMENSION_9_VALUE",
              "CUSTOM_DIMENSION_0_VALUE_ID",
              "CUSTOM_DIMENSION_1_VALUE_ID",
              "CUSTOM_DIMENSION_2_VALUE_ID",
              "CUSTOM_DIMENSION_3_VALUE_ID",
              "CUSTOM_DIMENSION_4_VALUE_ID",
              "CUSTOM_DIMENSION_5_VALUE_ID",
              "CUSTOM_DIMENSION_6_VALUE_ID",
              "CUSTOM_DIMENSION_7_VALUE_ID",
              "CUSTOM_DIMENSION_8_VALUE_ID",
              "CUSTOM_DIMENSION_9_VALUE_ID",
              "CUSTOM_DIMENSION_0_VALUE",
              "CUSTOM_DIMENSION_1_VALUE",
              "CUSTOM_DIMENSION_2_VALUE",
              "CUSTOM_DIMENSION_3_VALUE",
              "CUSTOM_DIMENSION_4_VALUE",
              "CUSTOM_DIMENSION_5_VALUE",
              "CUSTOM_DIMENSION_6_VALUE",
              "CUSTOM_DIMENSION_7_VALUE",
              "CUSTOM_DIMENSION_8_VALUE",
              "CUSTOM_DIMENSION_9_VALUE",
              "EKV_DIMENSION_0_VALUE_ID",
              "EKV_DIMENSION_1_VALUE_ID",
              "EKV_DIMENSION_2_VALUE_ID",
              "EKV_DIMENSION_3_VALUE_ID",
              "EKV_DIMENSION_4_VALUE_ID",
              "EKV_DIMENSION_5_VALUE_ID",
              "EKV_DIMENSION_6_VALUE_ID",
              "EKV_DIMENSION_7_VALUE_ID",
              "EKV_DIMENSION_8_VALUE_ID",
              "EKV_DIMENSION_9_VALUE_ID",
              "EKV_DIMENSION_0_VALUE",
              "EKV_DIMENSION_1_VALUE",
              "EKV_DIMENSION_2_VALUE",
              "EKV_DIMENSION_3_VALUE",
              "EKV_DIMENSION_4_VALUE",
              "EKV_DIMENSION_5_VALUE",
              "EKV_DIMENSION_6_VALUE",
              "EKV_DIMENSION_7_VALUE",
              "EKV_DIMENSION_8_VALUE",
              "EKV_DIMENSION_9_VALUE"
            ],
            "type": "string"
          }
        },
        "lineItemCustomFieldIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Optional. Custom field IDs that represent LINE_ITEM_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, line_item_custom_field_ids[0] describes LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID and LINE_ITEM_CUSTOM_FIELD_0_VALUE."
        },
        "timeZoneSource": {
          "type": "string",
          "description": "Optional. Where to get the time zone for this report. Defaults to using the network time zone setting (PUBLISHER). If source is PROVIDED, the time_zone field in the report definition must also set a time zone.",
          "enumDescriptions": [
            "Unspecified default value.",
            "Use the publisher's time zone in network settings.",
            "Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics.",
            "Use UTC time zone. Only compatible with Revenue Verification reports.",
            "Use the time zone provided in the ReportDefinition.time_zone field. Has limited dimension and metric compatibility compared with PUBLISHER, and reports may take longer to run since the dates are dynamically calculated at request time."
          ],
          "enum": [
            "TIME_ZONE_SOURCE_UNSPECIFIED",
            "PUBLISHER",
            "AD_EXCHANGE",
            "UTC",
            "PROVIDED"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceCategoryTargeting": {
      "id": "GoogleAdsAdmanagerV1__DeviceCategoryTargeting",
      "type": "object",
      "description": "Represents a list of targeted and excluded device categories.",
      "properties": {
        "targetedCategories": {
          "type": "array",
          "description": "Optional. A list of device category resource names that should be targeted/included.",
          "items": {
            "type": "string"
          }
        },
        "excludedCategories": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of device category resource names that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse": {
      "description": "Response object for `ListMobileDeviceSubmodelsRequest` containing matching `MobileDeviceSubmodel` objects.",
      "properties": {
        "mobileDeviceSubmodels": {
          "description": "The `MobileDeviceSubmodel` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `MobileDeviceSubmodel` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateCustomFieldRequest": {
      "description": "Request object for `CreateCustomField` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `CustomField` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "customField": {
          "description": "Required. The `CustomField` to create.",
          "$ref": "GoogleAdsAdmanagerV1__CustomField"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CreateCustomFieldRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest",
      "type": "object",
      "description": "Request object for `UpdateCustomField` method.",
      "properties": {
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        },
        "customField": {
          "$ref": "GoogleAdsAdmanagerV1__CustomField",
          "description": "Required. The `CustomField` to update. The `CustomField`'s `name` is used to identify the `CustomField` to update."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse",
      "type": "object",
      "description": "Response object for `BatchCreateTeams` method.",
      "properties": {
        "teams": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          },
          "type": "array",
          "description": "The `Team` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BrowserLanguageTargeting": {
      "description": "Browser Language Targeting. For ads targeting mobile apps and their associated WebViews, the language used is based on the language specified by the user in their mobile device settings. If a browser has more than one language assigned to it, each language generates an impression.",
      "properties": {
        "targetedBrowserLanguages": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of browser language resource names that should be targeted/included."
        },
        "excludedBrowserLanguages": {
          "description": "Optional. A list of browser language resource names that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BrowserLanguageTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MobileApplicationTargeting": {
      "id": "GoogleAdsAdmanagerV1__MobileApplicationTargeting",
      "type": "object",
      "description": "Mobile Application Targeting",
      "properties": {
        "firstPartyTargeting": {
          "description": "Optional. The targeted/excluded first-party mobile applications.",
          "$ref": "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest": {
      "description": "Request object for `BatchCreateApplications` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateApplicationRequest"
          },
          "type": "array",
          "description": "Required. The `Application` objects to create."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Team": {
      "description": "A Team defines a grouping of users and what entities they have access to.",
      "properties": {
        "description": {
          "description": "Optional. The description of the Team. This value has a maximum length of 255 characters.",
          "type": "string"
        },
        "allCompaniesAccess": {
          "type": "boolean",
          "description": "Optional. Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company."
        },
        "accessType": {
          "description": "Optional. The default access to orders for users on this team.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The level of access in which team members can't view or edit a team's orders.",
            "The level of access in which team members can only view a team's orders.",
            "The level of access in which team members can view and edit a team's orders."
          ],
          "enum": [
            "TEAM_ACCESS_TYPE_UNSPECIFIED",
            "NONE",
            "READ_ONLY",
            "READ_WRITE"
          ]
        },
        "allInventoryAccess": {
          "type": "boolean",
          "description": "Optional. Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit."
        },
        "name": {
          "description": "Identifier. The resource name of the `Team`. Format: `networks/{network_code}/teams/{team_id}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the Team. This value has a maximum length of 127 characters."
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The status of an active team.",
            "The status of an inactive team."
          ],
          "enum": [
            "TEAM_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "description": "Output only. The status of the Team. This value determines the visibility of the team in the UI."
        }
      },
      "id": "GoogleAdsAdmanagerV1__Team",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateSitesRequest": {
      "description": "Request object for `BatchCreateSites` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateSiteRequest"
          },
          "description": "Required. The `Site` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateSitesRequest",
      "type": "object"
    },
    "GoogleLongrunning__ListOperationsResponse": {
      "id": "GoogleLongrunning__ListOperationsResponse",
      "type": "object",
      "description": "The response message for Operations.ListOperations.",
      "properties": {
        "operations": {
          "items": {
            "$ref": "GoogleLongrunning__Operation"
          },
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array"
        },
        "unreachable": {
          "type": "array",
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "items": {
            "type": "string"
          }
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse": {
      "description": "Response object for `ListCreativeTemplatesRequest` containing matching `CreativeTemplate` objects.",
      "properties": {
        "creativeTemplates": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeTemplate"
          },
          "description": "The `CreativeTemplate` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `CreativeTemplate` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse": {
      "description": "Response object for `BatchUpdateApplications` method.",
      "properties": {
        "applications": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          },
          "description": "The `Application` objects updated.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DataSegmentTargeting": {
      "id": "GoogleAdsAdmanagerV1__DataSegmentTargeting",
      "type": "object",
      "description": "Data Segment Targeting",
      "properties": {
        "hasDataSegmentTargeting": {
          "type": "boolean",
          "description": "Output only. Whether any data segments are currently targeted.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest",
      "type": "object",
      "description": "Request object for `BatchUpdateApplications` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateApplicationRequest"
          },
          "type": "array",
          "description": "Required. The `Application` objects to update."
        }
      }
    },
    "GoogleAdsAdmanagerV1__VideoPositionTargeting": {
      "description": "Video Position Targeting",
      "properties": {
        "videoPositions": {
          "description": "Optional. A list of video position targeting criterion (applied with a logical AND).",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__VideoPosition"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__VideoPositionTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdown": {
      "description": "Criteria breakdown view. An individual breakdown will either be the breakdown for an entire TargetingDimension, or for an individual value criteria within the category.",
      "properties": {
        "summaries": {
          "type": "array",
          "description": "Output only. Delivery forecast objects corresponding to the criteria entries requested for breakdown.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue"
          }
        }
      },
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdown",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse",
      "type": "object",
      "description": "Response object for `ListProgrammaticBuyersRequest` containing matching `ProgrammaticBuyer` objects.",
      "properties": {
        "programmaticBuyers": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ProgrammaticBuyer"
          },
          "description": "The `ProgrammaticBuyer` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `ProgrammaticBuyer` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListRolesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListRolesResponse",
      "type": "object",
      "description": "Response object for `ListRolesRequest` containing matching `Role` objects.",
      "properties": {
        "roles": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Role"
          },
          "type": "array",
          "description": "The `Role` objects from the specified network."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Role` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargetingValue": {
      "description": "The `CustomTargetingValue` resource.",
      "properties": {
        "customTargetingKey": {
          "description": "Required. Immutable. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the `CustomTargetingValue`. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
          "type": "string"
        },
        "matchType": {
          "enumDescriptions": [
            "Not specified value.",
            "Used for exact matching. For example, the targeting value car=honda will only match to the ad request car=honda.",
            "Used for lenient matching when at least one of the words in the ad request matches the targeted value. The targeting value car=honda will match to ad requests containing the word honda. So ad requests car=honda or car=honda civic or car=buy honda or car=how much does a honda cost will all have the line item delivered. This match type can not be used within an audience segment rule.",
            "Used for 'starts with' matching when the first few characters in the ad request match all of the characters in the targeted value. The targeting value car=honda will match to ad requests car=honda or car=hondas for sale but not to car=I want a honda.",
            "This is a combination of MatchType#BROAD and MatchType#PREFIX matching. The targeting value car=honda will match to ad requests that contain words that start with the characters in the targeted value, for example with car=civic hondas. This match type can not be used within an audience segment rule.",
            "Used for 'ends with' matching when the last characters in the ad request match all of the characters in the targeted value. The targeting value car=honda will match with ad requests car=honda or car=I want a honda but not to car=hondas for sale. This match type can not be used within line item targeting.",
            "Used for 'within' matching when the string in the ad request contains the string in the targeted value. The targeting value car=honda will match with ad requests car=honda, car=I want a honda, and also with car=hondas for sale, but not with car=misspelled hond a. This match type can not be used within line item targeting."
          ],
          "enum": [
            "CUSTOM_TARGETING_VALUE_MATCH_TYPE_UNSPECIFIED",
            "EXACT",
            "BROAD",
            "PREFIX",
            "BROAD_PREFIX",
            "SUFFIX",
            "CONTAINS"
          ],
          "description": "Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched.",
          "type": "string"
        },
        "adTagName": {
          "type": "string",
          "description": "Immutable. Name of the `CustomTargetingValue`. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: \", ', =, !, +, #, *, ~, ;, ^, (, ), \u003c, \u003e, [, ]. Values are not data-specific; all values are treated as strings. For example, instead of using \"age\u003e=18 AND \u003c=34\", try \"18-34\""
        },
        "displayName": {
          "description": "Optional. Descriptive name for the `CustomTargetingValue`.",
          "type": "string"
        },
        "status": {
          "description": "Output only. Status of the `CustomTargetingValue`.",
          "readOnly": true,
          "enumDescriptions": [
            "Not specified value.",
            "Custom targeting value is active.",
            "Custom targeting value is inactive."
          ],
          "enum": [
            "CUSTOM_TARGETING_VALUE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CustomTargetingValue",
      "type": "object"
    },
    "GoogleType__TimeOfDay": {
      "id": "GoogleType__TimeOfDay",
      "type": "object",
      "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
      "properties": {
        "nanos": {
          "format": "int32",
          "type": "integer",
          "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999."
        },
        "hours": {
          "format": "int32",
          "type": "integer",
          "description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time."
        },
        "seconds": {
          "format": "int32",
          "description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
          "type": "integer"
        },
        "minutes": {
          "format": "int32",
          "type": "integer",
          "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse": {
      "description": "Response object for `ListRichMediaAdsCompaniesRequest` containing matching `RichMediaAdsCompany` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `RichMediaAdsCompany` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "richMediaAdsCompanies": {
          "type": "array",
          "description": "The `RichMediaAdsCompany` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__RichMediaAdsCompany"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__InventoryTargeting": {
      "description": "Targeted ad units and AU placements are applied with logical OR. Example: (au:1 OR au:2 OR au_placement:5) AND (NOT (au:3))",
      "properties": {
        "targetedAdUnits": {
          "type": "array",
          "description": "Optional. A list of ad units that should be targeted/included.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitTargeting"
          }
        },
        "targetedPlacements": {
          "description": "Optional. The resource names of the placements that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedAdUnits": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitTargeting"
          },
          "description": "Optional. A list of ad units that should be excluded. Excluded AUs take precedence over targeted AUs. In fact an AU can be excluded only if one of its ancestors is targeted. Subsequently child AUs of an excluded AU can not be targeted (except through a Placement).",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__InventoryTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CmsMetadataValue": {
      "id": "GoogleAdsAdmanagerV1__CmsMetadataValue",
      "type": "object",
      "description": "Key value pair associated with a piece of content from a publisher's CMS.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `CmsMetadataValue`. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`"
        },
        "displayName": {
          "description": "The value of this key-value pair.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The value is active.",
            "The value is archived.",
            "The value is not active."
          ],
          "enum": [
            "CMS_METADATA_VALUE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED",
            "INACTIVE"
          ],
          "description": "Output only. The status of this CMS metadata value."
        },
        "key": {
          "type": "string",
          "description": "Required. Immutable. The resource name of the CmsMetadataKey. Format: \"networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}\""
        }
      }
    },
    "GoogleAdsAdmanagerV1__OperatingSystemTargeting": {
      "description": "Operating System Targeting",
      "properties": {
        "excludedOperatingSystemVersions": {
          "description": "Optional. A list of operating system version resource names that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "targetedOperatingSystems": {
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of operating system resource names that should be targeted/included.",
          "type": "array"
        },
        "targetedOperatingSystemVersions": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of operating system version resource names that should be targeted/included."
        },
        "excludedOperatingSystems": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of operating system resource names that should be excluded."
        }
      },
      "id": "GoogleAdsAdmanagerV1__OperatingSystemTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ContentTargeting": {
      "id": "GoogleAdsAdmanagerV1__ContentTargeting",
      "type": "object",
      "description": "Content Targeting Targeted/excluded content entities and bundles. ",
      "properties": {
        "excludedContent": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of the Content that should be excluded."
        },
        "targetedContent": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of the Content that should be targeted/included."
        },
        "targetedContentBundles": {
          "type": "array",
          "description": "Optional. The resource names of the ContentBundles that should be targeted/included.",
          "items": {
            "type": "string"
          }
        },
        "excludedContentBundles": {
          "type": "array",
          "description": "Optional. The resource names of the ContentBundles that should be excluded.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListLabelsResponse",
      "type": "object",
      "description": "Response object for `ListLabelsRequest` containing matching `Label` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `Label` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "labels": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          },
          "description": "The `Label` objects from the specified network.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListLineItemsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListLineItemsResponse",
      "type": "object",
      "description": "Response object for `ListLineItemsRequest` containing matching `LineItem` objects.",
      "properties": {
        "lineItems": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LineItem"
          },
          "description": "The `LineItem` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `LineItem` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdReviewCenterAd": {
      "id": "GoogleAdsAdmanagerV1__AdReviewCenterAd",
      "type": "object",
      "description": "Represents an ad that can be acted on or viewed in the Ad Review Center. AdReviewCenterAd.",
      "properties": {
        "manualReviewStatuses": {
          "items": {
            "enumDescriptions": [
              "Not specified value.",
              "This ad has been explicitly allowed to serve.",
              "This ad has been explicitly blocked from serving.",
              "This ad is implicitly blocked and has been reviewed.",
              "This ad is implicitly blocked and has not been reviewed.",
              "This ad is allowed to serve by default and has not been reviewed."
            ],
            "enum": [
              "MANUAL_AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
              "ALLOWED",
              "BLOCKED",
              "ARCHIVED",
              "PENDING",
              "SERVING"
            ],
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.",
          "type": "array"
        },
        "status": {
          "enumDescriptions": [
            "Not specified value",
            "This ad has been explicitly allowed to serve.",
            "This ad has been explicitly blocked from serving.",
            "This ad is allowed to serve by default and has not been reviewed."
          ],
          "enum": [
            "AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
            "ALLOWED",
            "BLOCKED",
            "UNREVIEWED"
          ],
          "description": "The status of the AdReviewCenterAd.",
          "type": "string"
        },
        "previewUrl": {
          "readOnly": true,
          "description": "Output only. The preview URL that can be embedded or accessed directly which will present the rendered contents of the ad. (This URL expires 72 hours after being retrieved.).",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the AdReviewCenterAd. Format: `networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}`",
          "type": "string"
        },
        "adReviewCenterAdId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. `AdReviewCenterAd` ID."
        },
        "productType": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "No value specified",
            "Property serves in-browser.",
            "Property serves on mobile applications (includes JS and SDK).",
            "Property serves video (includes audio).",
            "Property serves for games."
          ],
          "enum": [
            "EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED",
            "DISPLAY",
            "MOBILE_APP",
            "VIDEO_AND_AUDIO",
            "GAMES"
          ],
          "description": "Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse",
      "type": "object",
      "description": "Response object for `ListCustomTargetingKeysRequest` containing matching `CustomTargetingKey` objects.",
      "properties": {
        "customTargetingKeys": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          },
          "description": "The `CustomTargetingKey` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of `CustomTargetingKey` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        }
      }
    },
    "GoogleAdsAdmanagerMain__GrpForecast": {
      "description": "Represents the forecast counts associated with some segment of GRP forecast; either a single `GrpDemographicBucket` or the aggregation of various demographics.",
      "properties": {
        "matchedUnits": {
          "format": "int64",
          "type": "string",
          "description": "The number of units matching the given GRP demographic bucket."
        },
        "availableUnits": {
          "type": "string",
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "format": "int64"
        }
      },
      "id": "GoogleAdsAdmanagerMain__GrpForecast",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__LiveStreamEvent": {
      "id": "GoogleAdsAdmanagerV1__LiveStreamEvent",
      "type": "object",
      "description": "A `LiveStreamEvent` encapsulates all the information necessary to enable DAI (Dynamic Ad Insertion) into a live video stream. This includes information such as the start and expected end time of the `LiveStreamEvent`, the URL of the actual content for Ad Manager to pull and insert ads into, as well as the metadata necessary to generate ad requests during the live stream.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `LiveStreamEvent`. Format: `networks/{network_code}/liveStreamEvents/{live_stream_event_id}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Company": {
      "id": "GoogleAdsAdmanagerV1__Company",
      "type": "object",
      "description": "The Company resource.",
      "properties": {
        "primaryContact": {
          "description": "Optional. The resource names of primary Contact of the Company. Format: \"networks/{network_code}/contacts/{contact_id}\"",
          "type": "string"
        },
        "companyId": {
          "description": "Output only. Deprecated: Company ID.",
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64"
        },
        "email": {
          "type": "string",
          "description": "Optional. The email for the Company. This value has a maximum length of 128 characters."
        },
        "appliedLabels": {
          "description": "Optional. The labels that are directly applied to the Company.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          }
        },
        "appliedTeams": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of Teams that are directly associated with the Company. Format: \"networks/{network_code}/teams/{team_id}\""
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the Company was last modified.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the Company. Format: `networks/{network_code}/companies/{company_id}`"
        },
        "displayName": {
          "description": "Required. The display name of the Company. This value has a maximum length of 127 characters.",
          "type": "string"
        },
        "thirdPartyCompanyId": {
          "type": "string",
          "description": "Optional. The ID of the Google-recognized canonicalized form of the Company.",
          "format": "int64"
        },
        "fax": {
          "description": "Optional. The fax number for the Company. This value has a maximum length of 63 characters.",
          "type": "string"
        },
        "phone": {
          "type": "string",
          "description": "Optional. The phone number for the Company. This value has a maximum length of 63 characters."
        },
        "creditStatus": {
          "type": "string",
          "description": "Optional. The credit status of the Company. This attribute defaults to CompanyCreditStatus.ACTIVE if basic settings are enabled and CompanyCreditStatus.ON_HOLD if advance settings are enabled.",
          "enumDescriptions": [
            "No value specified",
            "The company's credit status is active. Line items belonging to the company can serve. This credit status is the default for basic settings and is available in both basic and advance settings.",
            "The company's credit status is inactive. Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created. Companies with this credit status will be hidden by default in company search results. This credit status is available in both basic and advance settings.",
            "The company's credit status is on hold. Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company can be created. This credit status is the default in advance settings and is only available in advance settings.",
            "The company's credit status is stopped. Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created. This credit status is only available in advance settings.",
            "The company's credit status is blocked. All active line items belonging to the company will stop serving with immediate effect. Line items belonging to the company cannot be activated, and new orders or line items belonging to the company cannot be created. This credit status is only available in advance settings."
          ],
          "enum": [
            "COMPANY_CREDIT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ON_HOLD",
            "STOP",
            "BLOCKED"
          ]
        },
        "address": {
          "type": "string",
          "description": "Optional. The address for the Company. This value has a maximum length of 1024 characters."
        },
        "externalId": {
          "description": "Optional. The external ID for the Company. This value has a maximum length of 255 characters.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "Required. The type of the Company.",
          "enumDescriptions": [
            "No value specified",
            "A business entity that purchases ad inventory.",
            "A company representing the publisher's own advertiser for house ads.",
            "An organization that manages ad accounts and offers services, such as ad creation, placement, and management to advertisers.",
            "A company representing the publisher's own agency.",
            "A company representing multiple advertisers and agencies."
          ],
          "enum": [
            "COMPANY_TYPE_UNSPECIFIED",
            "ADVERTISER",
            "HOUSE_ADVERTISER",
            "AGENCY",
            "HOUSE_AGENCY",
            "AD_NETWORK"
          ]
        },
        "comment": {
          "description": "Optional. Comments about the Company. This value has a maximum length of 1024 characters.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Browser": {
      "description": "Represents a browser, including its version.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the browser, including version info.",
          "readOnly": true
        },
        "majorVersion": {
          "readOnly": true,
          "description": "Output only. The major version of the browser.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Browser`. Format: `networks/{network_code}/browsers/{browser}`"
        },
        "minorVersion": {
          "type": "string",
          "description": "Output only. The minor version of the browser.",
          "readOnly": true
        }
      },
      "id": "GoogleAdsAdmanagerV1__Browser",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse",
      "type": "object",
      "description": "Response object for `BatchUpdateCustomFields` method.",
      "properties": {
        "customFields": {
          "description": "The `CustomField` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListAdUnitsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListAdUnitsResponse",
      "type": "object",
      "description": "Response object for ListAdUnitsRequest containing matching AdUnit resources.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of AdUnits. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        },
        "adUnits": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          },
          "type": "array",
          "description": "The AdUnit from the specified network."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse": {
      "description": "Response object for `BatchActivateTeams` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse": {
      "description": "Response object for `ListPrivateAuctionDealsRequest` containing matching `PrivateAuctionDeal` objects.",
      "properties": {
        "privateAuctionDeals": {
          "type": "array",
          "description": "The `PrivateAuctionDeal` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `PrivateAuctionDeal` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse",
      "type": "object",
      "description": "Response object for `ListPrivateAuctionsRequest` containing matching `PrivateAuction` objects.",
      "properties": {
        "privateAuctions": {
          "type": "array",
          "description": "The `PrivateAuction` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "description": "Total number of `PrivateAuction` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateSiteRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateSiteRequest",
      "type": "object",
      "description": "Request object for `CreateSite` method.",
      "properties": {
        "site": {
          "$ref": "GoogleAdsAdmanagerV1__Site",
          "description": "Required. The `Site` to create."
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Site` will be created. Format: `networks/{network_code}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Network": {
      "description": "The Network resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the Network. Format: networks/{network_code}"
        },
        "effectiveRootAdUnit": {
          "description": "Output only. Top most [Ad Unit](google.ads.admanager.v1.AdUnit) to which descendant Ad Units can be added. Format: networks/{network_code}/adUnits/{ad_unit}",
          "type": "string",
          "readOnly": true
        },
        "displayName": {
          "description": "Optional. Display name for Network.",
          "type": "string"
        },
        "propertyCode": {
          "description": "Output only. Property code.",
          "type": "string",
          "readOnly": true
        },
        "secondaryCurrencyCodes": {
          "description": "Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "networkId": {
          "type": "string",
          "description": "Output only. Network ID.",
          "readOnly": true,
          "format": "int64"
        },
        "testNetwork": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether this is a test network."
        },
        "timeZone": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Time zone associated with the delivery of orders and reporting."
        },
        "currencyCode": {
          "readOnly": true,
          "description": "Output only. Primary currency code, in ISO-4217 format.",
          "type": "string"
        },
        "networkCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Network Code."
        }
      },
      "id": "GoogleAdsAdmanagerV1__Network",
      "type": "object"
    },
    "GoogleProtobuf__Empty": {
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "properties": {},
      "id": "GoogleProtobuf__Empty",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateCustomTargetingKeys` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `CustomTargetingKey`s to deactivate. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest": {
      "description": "Request message for `BatchSubmitSitesForApproval` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `Site` objects to submit for approval.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__ForecastErrorDetails": {
      "description": "/ Contains all the information required for processing / a Forecast error thrown by the AdManager API.",
      "properties": {
        "forecast": {
          "$ref": "GoogleAdsAdmanagerMain__Forecast",
          "description": "The forecast associated with the error."
        },
        "orderId": {
          "format": "int64",
          "type": "string",
          "description": "The ID of the Order object that counts this reservation as a member, or `null` if the forecast represents a prospective line item without an order set."
        },
        "lineItemType": {
          "type": "string",
          "description": "The line item type associated with the error.",
          "enumDescriptions": [
            "Not specified value.",
            "The type of LineItem for which a percentage of all the impressions that are being sold are reserved.",
            "The type of LineItem for which a fixed quantity of impressions or clicks are reserved.",
            "The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses daily percentage of unsold impressions or clicks.",
            "The type of LineItem for which a fixed quantity of impressions or clicks will be delivered at a priority lower than the STANDARD type.",
            "The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses fixed quantity percentage of unsold impressions or clicks.",
            "The type of LineItem typically used for ads that promote products and services chosen by the publisher.",
            "Represents a legacy LineItem that has been migrated from the DFP system.",
            "The type of LineItem used for ads that track ads being served externally of Ad Manager.",
            "Targets the LineItem to specific inventory available to AdSense buyers.",
            "Targets the LineItem to specific inventory available to Authorized Buyers and the Open Auction.",
            "Represents a non-monetizable video LineItem that targets one or more bumper positions, which are short house video messages used by publishers to separate content from ad breaks.",
            "A LineItem using dynamic allocation backed by AdMob.",
            "The type of LineItem for which there are no impressions reserved, and will serve for a second price bid.",
            "The type of LineItem used for configuring audience extension campaigns.",
            "The type of LineItem for sponsored products."
          ],
          "enum": [
            "LINE_ITEM_TYPE_UNSPECIFIED",
            "SPONSORSHIP",
            "STANDARD",
            "NETWORK",
            "BULK",
            "PRICE_PRIORITY",
            "HOUSE",
            "LEGACY_DFP",
            "CLICK_TRACKING",
            "ADSENSE",
            "AD_EXCHANGE",
            "BUMPER",
            "ADMOB",
            "PREFERRED_DEAL",
            "AUDIENCE_EXTENSION",
            "SPONSORED_PRODUCT"
          ]
        }
      },
      "id": "GoogleAdsAdmanagerMain__ForecastErrorDetails",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest",
      "type": "object",
      "description": "Request object for `BatchArchiveAdUnits` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `AdUnit`s to archive. Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListContentLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListContentLabelsResponse",
      "type": "object",
      "description": "Response object for `ListContentLabelsRequest` containing matching `ContentLabel` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "description": "Total number of `ContentLabel` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        },
        "contentLabels": {
          "type": "array",
          "description": "The `ContentLabel` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ContentLabel"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListReportsResponse": {
      "description": "Response object for `ListReportsResponse` containing matching `Report` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of `Report` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        },
        "reports": {
          "description": "The `Report` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Report"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListReportsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitTargeting": {
      "description": "Specifies an ad unit and (optionally) its descendants.",
      "properties": {
        "includeDescendants": {
          "type": "boolean",
          "description": "Whether this ad unit's children should be targeted/excluded as well."
        },
        "adUnit": {
          "type": "string",
          "description": "Optional. The resource name of this ad unit."
        }
      },
      "id": "GoogleAdsAdmanagerV1__AdUnitTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportValue_DoubleList": {
      "id": "GoogleAdsAdmanagerV1_ReportValue_DoubleList",
      "type": "object",
      "description": "A list of double values.",
      "properties": {
        "values": {
          "description": "The values",
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange": {
      "description": "A date range between two fixed dates (inclusive of end date).",
      "properties": {
        "startDate": {
          "description": "Required. The start date of this date range.",
          "$ref": "GoogleType__Date"
        },
        "endDate": {
          "$ref": "GoogleType__Date",
          "description": "Required. The end date (inclusive) of this date range."
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Site": {
      "id": "GoogleAdsAdmanagerV1__Site",
      "type": "object",
      "description": "A Site represents a domain owned or represented by a network. For a parent network managing other networks as part of Multiple Customer Management \"Manage Inventory\" model, it could be the child's domain.",
      "properties": {
        "childNetworkCode": {
          "description": "Optional. The network code of the child if the Site is being managed for an MCM child network, or null if owned by this network.",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "Required. The URL of the Site."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Site`. Format: `networks/{network_code}/sites/{site_id}`"
        },
        "approvalStatus": {
          "description": "Output only. Status of the review performed on the Site by Google.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The site has been approved to serve ads.",
            "The site has been disapproved from serving ads.",
            "The default status with which a site is created.",
            "The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval.",
            "Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads."
          ],
          "enum": [
            "SITE_APPROVAL_STATUS_UNSPECIFIED",
            "APPROVED",
            "DISAPPROVED",
            "DRAFT",
            "REQUIRES_REVIEW",
            "UNCHECKED"
          ]
        },
        "approvalStatusUpdateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The latest Site approval status change time.",
          "type": "string"
        },
        "disapprovalReasons": {
          "description": "Output only. Provides reasons for disapproving the Site. It is null when the Site is not disapproved.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DisapprovalReason"
          },
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateSiteRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateSiteRequest",
      "type": "object",
      "description": "Request object for `UpdateSite` method.",
      "properties": {
        "site": {
          "$ref": "GoogleAdsAdmanagerV1__Site",
          "description": "Required. The `Site` to update. The `Site`'s `name` is used to identify the `Site` to update."
        },
        "updateMask": {
          "format": "google-fieldmask",
          "type": "string",
          "description": "Optional. The list of fields to update."
        }
      }
    },
    "GoogleAdsAdmanagerV1__WebProperty": {
      "description": "Represents a web property.",
      "properties": {
        "webPropertyCode": {
          "description": "Required. The `WebProperty` code.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the WebProperty. Format: `networks/{network_code}/webProperties/{web_property_code}`",
          "type": "string"
        },
        "webPropertyId": {
          "format": "int64",
          "description": "Optional. The `WebProperty` ID.",
          "type": "string"
        },
        "productType": {
          "type": "string",
          "description": "Required. The ExchangeSyndicationProduct associated with this WebProperty.",
          "enumDescriptions": [
            "No value specified",
            "Property serves in-browser.",
            "Property serves on mobile applications (includes JS and SDK).",
            "Property serves video (includes audio).",
            "Property serves for games."
          ],
          "enum": [
            "EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED",
            "DISPLAY",
            "MOBILE_APP",
            "VIDEO_AND_AUDIO",
            "GAMES"
          ]
        }
      },
      "id": "GoogleAdsAdmanagerV1__WebProperty",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse": {
      "description": "Response object for `BatchCreateApplications` method.",
      "properties": {
        "applications": {
          "type": "array",
          "description": "The `Application` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_DateRange": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange",
      "type": "object",
      "description": "A date range for a report.",
      "properties": {
        "relative": {
          "type": "string",
          "description": "A relative date range.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The date the report is run.",
            "The date a day before the date that the report is run.",
            "The full week in which this report is run. Could include dates in the future.",
            "From the beginning of the calendar week in which the up to and including the day the report is run.",
            "From the beginning of the calendar week in which the report is run, up to and including the day before the report is run.",
            "The full month in which this report is run. Could include dates in the future.",
            "From the beginning of the calendar month in which the report is run, to up to and including the day the report is run.",
            "From the beginning of the calendar month in which the report is run, up to and including the day before the report is run.",
            "The full quarter in which this report is run. Could include dates in the future.",
            "From the beginning of the calendar quarter in which the report is run, up to and including the day the report is run.",
            "From the beginning of the calendar quarter in which the report is run, up to and including the day before the report is run.",
            "The full year in which this report is run. Could include dates in the future.",
            "From the beginning of the calendar year in which the report is run, to up to and including the day the report is run.",
            "From the beginning of the calendar year in which the report is run, to up to and including the day before the report is run.",
            "The entire previous calendar week, Monday to Sunday (inclusive), preceding the calendar week the report is run.",
            "The entire previous calendar week, Sunday to Saturday (inclusive), preceding the calendar week the report is run.",
            "The entire previous calendar month preceding the calendar month the report is run.",
            "The entire previous calendar quarter preceding the calendar quarter the report is run.",
            "The entire previous calendar year preceding the calendar year the report is run.",
            "The 7 days preceding the day the report is run.",
            "The 30 days preceding the day the report is run.",
            "The 60 days preceding the day the report is run.",
            "The 90 days preceding the day the report is run.",
            "The 93 days preceding the day the report is run.",
            "The 180 days preceding the day the report is run.",
            "The 360 days preceding the day the report is run.",
            "The 365 days preceding the day the report is run.",
            "The entire previous 3 calendar months preceding the calendar month the report is run.",
            "The entire previous 6 calendar months preceding the calendar month the report is run.",
            "The entire previous 6 calendar months preceding the calendar month the report is run.",
            "From 3 years before the report is run, to the day before the report is run, inclusive.",
            "The date a day after the date that the report is run.",
            "The 90 days following the day the report is run.",
            "The entire calendar month following the calendar month the report is run.",
            "The entire 3 calendar months following the calendar month the report is run.",
            "The entire 12 calendar months following the calendar month the report is run.",
            "The entire calendar week, Monday to Sunday (inclusive), following the calendar week the report is run.",
            "The entire calendar quarter following the calendar quarter the report is run.",
            "From the date a day after the date that the report is run, to the end of the calendar month following the calendar month the report is run.",
            "Only valid when used in the comparison_date_range field. The complete period preceding the date period provided in date_range. In the case where date_range is a FixedDateRange of N days, this will be a period of N days where the end date is the date preceding the start date of the date_range. In the case where date_range is a RelativeDateRange, this will be a period of the same timeframe preceding the date_range. In the case where the date_range does not capture the full period because a report is run in the middle of that period, this will still be the full preceding period. For example, if date_range is THIS_WEEK, but the report is run on a Wednesday, THIS_WEEK will be Monday - Wednesday, but PREVIOUS_PERIOD will be Monday - Sunday.",
            "Only valid when used in the comparison_date_range field. The period starting 1 year prior to the date period provided in date_range. In the case where date_range is a FixedDateRange, this will be a date range starting 1 year prior to the date_range start date and ending 1 year prior to the date_range end date. In the case where date_range is a RelativeDateRange, this will be a period of the same timeframe exactly 1 year prior to the date_range. In the case where the date_range does not capture the full period because a report is run in the middle of that period, this will still be the full period 1 year prior. For example, if date range is THIS_WEEK, but the report is run on a Wednesday, THIS_WEEK will be Monday - Wednesday, but SAME_PERIOD_PREVIOUS_YEAR will be Monday - Sunday."
          ],
          "enum": [
            "RELATIVE_DATE_RANGE_UNSPECIFIED",
            "TODAY",
            "YESTERDAY",
            "THIS_WEEK",
            "THIS_WEEK_TO_DATE",
            "THIS_WEEK_TO_YESTERDAY",
            "THIS_MONTH",
            "THIS_MONTH_TO_DATE",
            "THIS_MONTH_TO_YESTERDAY",
            "THIS_QUARTER",
            "THIS_QUARTER_TO_DATE",
            "THIS_QUARTER_TO_YESTERDAY",
            "THIS_YEAR",
            "THIS_YEAR_TO_DATE",
            "THIS_YEAR_TO_YESTERDAY",
            "LAST_WEEK",
            "LAST_WEEK_STARTING_SUNDAY",
            "LAST_MONTH",
            "LAST_QUARTER",
            "LAST_YEAR",
            "LAST_7_DAYS",
            "LAST_30_DAYS",
            "LAST_60_DAYS",
            "LAST_90_DAYS",
            "LAST_93_DAYS",
            "LAST_180_DAYS",
            "LAST_360_DAYS",
            "LAST_365_DAYS",
            "LAST_3_MONTHS",
            "LAST_6_MONTHS",
            "LAST_12_MONTHS",
            "ALL_AVAILABLE",
            "TOMORROW",
            "NEXT_90_DAYS",
            "NEXT_MONTH",
            "NEXT_3_MONTHS",
            "NEXT_12_MONTHS",
            "NEXT_WEEK",
            "NEXT_QUARTER",
            "TO_END_OF_NEXT_MONTH",
            "PREVIOUS_PERIOD",
            "SAME_PERIOD_PREVIOUS_YEAR"
          ]
        },
        "fixed": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange",
          "description": "A fixed date range."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListMobileCarriersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListMobileCarriersResponse",
      "type": "object",
      "description": "Response object for `ListMobileCarriersRequest` containing matching `MobileCarrier` objects.",
      "properties": {
        "mobileCarriers": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileCarrier"
          },
          "type": "array",
          "description": "The `MobileCarrier` objects from the specified network."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `MobileCarrier` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Flag": {
      "description": "A flag for a report. Flags are used show if certain thresholds are met. Result rows that match the filter will have the corresponding MetricValueGroup.flagValues index set to true. For more information about flags see: https://support.google.com/admanager/answer/15079975",
      "properties": {
        "name": {
          "type": "string",
          "description": "Optional. Name of the flag. The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to the colored flags that appear in the UI. The UI won't display flags with other names, but they are available for use by API clients."
        },
        "filters": {
          "type": "array",
          "description": "Required. Filters to apply for the flag.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Flag",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AudienceSegment": {
      "id": "GoogleAdsAdmanagerV1__AudienceSegment",
      "type": "object",
      "description": "The `AudienceSegment` resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `AudienceSegment`. Format: `networks/{network_code}/audienceSegments/{audience_segment_id}` The `audience_segment_id` may have up to 1 of the following suffixes: - `~direct` for directly licensed third-party segments - `~global` for globally licensed third-party segments"
        },
        "displayName": {
          "description": "Required. Display name of the `AudienceSegment`. The attribute has a maximum length of 255 characters.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown": {
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown",
      "type": "object",
      "description": "Represents a list of delivery forecast breakdowns",
      "properties": {
        "forecasts": {
          "type": "array",
          "description": "Output only. The forecasts for each breakdown entry.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Filter": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Filter",
      "type": "object",
      "description": "A filter over one or more fields.",
      "properties": {
        "fieldFilter": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter",
          "description": "A filter on a single field."
        },
        "orFilter": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList",
          "description": "A list of filters whose results are OR-ed."
        },
        "notFilter": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter",
          "description": "A filter whose result is negated."
        },
        "andFilter": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList",
          "description": "A list of filters whose results are AND-ed."
        }
      }
    },
    "GoogleAdsAdmanagerV1__MobileCarrierTargeting": {
      "id": "GoogleAdsAdmanagerV1__MobileCarrierTargeting",
      "type": "object",
      "description": "Mobile Carrier Targeting. Can be used to target/exclude a variety of mobile carriers, such as AT&T, Verizon, or T-Mobile.",
      "properties": {
        "targetedMobileCarriers": {
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of mobile carrier resource names that should be targeted/included.",
          "type": "array"
        },
        "excludedMobileCarriers": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of mobile carrier resource names that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsRequest": {
      "description": "Request object for `BatchUpdateCustomFields` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CustomField` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__Forecast": {
      "id": "GoogleAdsAdmanagerMain__Forecast",
      "type": "object",
      "description": "Describes predicted inventory availability for a line item with the specified properties.",
      "properties": {
        "alternativeUnitTypeForecasts": {
          "type": "array",
          "description": "Views of this forecast, with alternative unit types.",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast"
          }
        },
        "matchedUnits": {
          "description": "The number of units, defined by [Forecast.unitType], that match the specified targeting and delivery settings.",
          "type": "string",
          "format": "int64"
        },
        "contendingLineItems": {
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          },
          "type": "array",
          "description": "List of contending line items for this forecast."
        },
        "possibleUnits": {
          "description": "The maximum number of units, defined by [Forecast.unitType], that could be booked by taking inventory away from lower-priority line items and some same-priority line items.",
          "type": "string",
          "format": "int64"
        },
        "forecastingResult": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The forecast request exceeded the quota.",
            "An internal error occurred.",
            "Not enough inventory to fulfill the request.",
            "The forecast is not available yet.",
            "The server is not available.",
            "The forecast request succeeded.",
            "The reservation has zero length."
          ],
          "enum": [
            "FORECASTING_RESULT_UNSPECIFIED",
            "EXCEEDED_QUOTA",
            "INTERNAL_ERROR",
            "NOT_ENOUGH_INVENTORY",
            "NO_FORECAST_YET",
            "SERVER_NOT_AVAILABLE",
            "SUCCESS",
            "ZERO_LENGTH_RESERVATION"
          ],
          "type": "string",
          "description": "The result of the forecast."
        },
        "demographicBreakdowns": {
          "type": "array",
          "description": "The demographic breakdowns of this forecast.",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry"
          }
        },
        "contendingProposalLineItems": {
          "description": "List of contending proposal line items for this forecast.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          }
        },
        "order": {
          "type": "string",
          "description": "The resource name for the Order object that counts this reservation as a member, or `null` if the forecast represents a prospective line item without an order set. Format: `networks/{network_code}/orders/{order_id}`"
        },
        "availableUnits": {
          "type": "string",
          "description": "The number of units, defined by [Forecast.unitType], that can be booked without affecting the delivery of any reserved line items. Exceeding this value won't cause an overbook, but lower-priority line items may not run.",
          "format": "int64"
        },
        "totalInventory": {
          "type": "string",
          "description": "The maximum number of units that match the specified targeting, not accounting for delivery settings (such as page constraints, frequency capping or competitive exclusions).",
          "format": "int64"
        },
        "breakdown": {
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown",
          "description": "Output only. The breakdown of this forecast."
        },
        "deliveredUnits": {
          "format": "int64",
          "description": "The number of units, defined by [Forecast.unitType], that have already been served if the reservation is already running.",
          "type": "string"
        },
        "forecastId": {
          "format": "int64",
          "type": "string",
          "description": "Uniquely identifies this forecast."
        },
        "unitType": {
          "type": "string",
          "description": "The unit with which the goal or cap of the LineItem is defined. Will be the same value as LineItem.unit_type for both a set line item or a prospective one.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The number of impressions served by creatives associated with the line item.",
            "The number of clicks reported by creatives associated with the line item. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY",
            "The number of click-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be CostTypeEnum.CostType.CPA.",
            "The number of view-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be [CostTypeEnum.CostType.CPA}.",
            "The number of total Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the [LineItem.cost_type} must be [CostTypeEnum.CostType.CPA}.",
            "The number of viewable impressions reported by creatives associated with the line item. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of in-target impressions reported by third party measurements. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of completed views reported by creatives associated with the line item. A completed view is defined as having watched the entirety of the in-stream video ad and is only supported for standard reservation video line items. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "Describes an amount in micro-units of the publisher specified currency."
          ],
          "enum": [
            "UNIT_TYPE_UNSPECIFIED",
            "IMPRESSIONS",
            "CLICKS",
            "CLICK_THROUGH_CPA_CONVERSIONS",
            "VIEW_THROUGH_CPA_CONVERSIONS",
            "TOTAL_CPA_CONVERSIONS",
            "VIEWABLE_IMPRESSIONS",
            "IN_TARGET_IMPRESSIONS",
            "COMPLETED_VIEWS",
            "CURRENCY_MICROS"
          ]
        },
        "reservedUnits": {
          "format": "int64",
          "description": "The number of reserved units, defined by [Forecast.unitType], requested. This can be an absolute or percentage value.",
          "type": "string"
        },
        "contendingLineItemsCrossSoldIncluded": {
          "description": "List of contending line items for this forecast, potentially including line items from other networks if cross-selling is involved.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          }
        }
      }
    },
    "GoogleRpc__Status": {
      "id": "GoogleRpc__Status",
      "type": "object",
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
      "properties": {
        "message": {
          "type": "string",
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client."
        },
        "details": {
          "type": "array",
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          }
        },
        "code": {
          "format": "int32",
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BandwidthTargeting": {
      "id": "GoogleAdsAdmanagerV1__BandwidthTargeting",
      "type": "object",
      "description": "Bandwidth Targeting. Reach users accessing the internet through various means of connection, such as cable, DSL, or dial-up. Can be useful to target campaigns using low-resolution creatives or text ads for users with low bandwidth.",
      "properties": {
        "targetedBandwidthGroups": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of resource names of the bandwidth groups that should be targeted/included."
        },
        "excludedBandwidthGroups": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of resource names of the bandwidth groups that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargeting": {
      "description": "Represents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.",
      "properties": {
        "customTargetingClauses": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingClause"
          },
          "description": "Optional. These clauses are all ORed together.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CustomTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Label": {
      "description": "A Label is additional information that can be added to an entity.",
      "properties": {
        "active": {
          "readOnly": true,
          "description": "Output only. Specifies whether or not the label is active.",
          "type": "boolean"
        },
        "types": {
          "items": {
            "enumDescriptions": [
              "Default value. This value is unused.",
              "Allows for the creation of labels to exclude ads from showing against a tag that specifies the label as an exclusion.",
              "Allows for the creation of limits on the frequency that a user sees a particular type of creative over a portion of the inventory.",
              "Allows for the creation of labels mapped to a Google canonical ad category, which can be used for competitive exclusions and blocking across Google systems.",
              "Allows for the creation of labels to exclude competing ads from showing on the same page.",
              "Allows for the creation of labels that can be used to force the wrapping of a delivering creative with header/footer creatives."
            ],
            "enum": [
              "LABEL_TYPE_UNSPECIFIED",
              "AD_EXCLUSION",
              "AD_UNIT_FREQUENCY_CAP",
              "CANONICAL_CATEGORY",
              "COMPETITIVE_EXCLUSION",
              "CREATIVE_WRAPPER"
            ],
            "type": "string"
          },
          "type": "array",
          "description": "Required. Unordered list. The types of the Label."
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the label. This attribute has a maximum length of 255 characters."
        },
        "name": {
          "description": "Identifier. The resource name of the `Label`. Format: `networks/{network_code}/labels/{label_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. Display name of the Label. This attribute has a maximum length of 127 characters.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__Label",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Role": {
      "id": "GoogleAdsAdmanagerV1__Role",
      "type": "object",
      "description": "The `Role` resource.",
      "properties": {
        "status": {
          "readOnly": true,
          "enumDescriptions": [
            "No value specified.",
            "Role is active.",
            "Role is inactive."
          ],
          "enum": [
            "ROLE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string",
          "description": "Output only. The status of the `Role`."
        },
        "displayName": {
          "description": "Required. The display name of the `Role`.",
          "type": "string"
        },
        "builtIn": {
          "type": "boolean",
          "description": "Output only. Whether the `Role` is a built-in or custom user role.",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Role`. Format: `networks/{network_code}/roles/{role_id}`"
        },
        "roleId": {
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "description": "Output only. Deprecated: `Role` ID."
        },
        "description": {
          "description": "Optional. The description of the `Role`.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Goal": {
      "description": "Defines the criteria a LineItem needs to satisfy to meet its delivery goal.",
      "properties": {
        "goalType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "No goal is specified for the number of ads delivered. The line item type must be one of: * LineItemTypeEnum.LineItemType.PRICE_PRIORITY * LineItemTypeEnum.LineItemType.AD_EXCHANGE * LineItemTypeEnum.LineItemType.CLICK_TRACKING",
            "There is a goal on the number of ads delivered for this line item during its entire lifetime. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY * LineItemTypeEnum.LineItemType.ADSENSE * LineItemTypeEnum.LineItemType.AD_EXCHANGE * LineItemTypeEnum.LineItemType.ADMOB * LineItemTypeEnum.LineItemType.CLICK_TRACKING",
            "There is a daily goal on the number of ads delivered for this line item. The line item type must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP * LineItemTypeEnum.LineItemType.NETWORK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY * LineItemTypeEnum.LineItemType.HOUSE * LineItemTypeEnum.LineItemType.ADSENSE * LineItemTypeEnum.LineItemType.AD_EXCHANGE * LineItemTypeEnum.LineItemType.ADMOB * LineItemTypeEnum.LineItemType.BUMPER"
          ],
          "enum": [
            "GOAL_TYPE_UNSPECIFIED",
            "NONE",
            "LIFETIME",
            "DAILY"
          ],
          "type": "string",
          "description": "The type of the goal for the LineItem. It defines the period over which the goal should be reached."
        },
        "unitType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The number of impressions served by creatives associated with the line item.",
            "The number of clicks reported by creatives associated with the line item. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY",
            "The number of click-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be CostTypeEnum.CostType.CPA.",
            "The number of view-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be [CostTypeEnum.CostType.CPA}.",
            "The number of total Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the [LineItem.cost_type} must be [CostTypeEnum.CostType.CPA}.",
            "The number of viewable impressions reported by creatives associated with the line item. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of in-target impressions reported by third party measurements. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of completed views reported by creatives associated with the line item. A completed view is defined as having watched the entirety of the in-stream video ad and is only supported for standard reservation video line items. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD."
          ],
          "enum": [
            "UNIT_TYPE_UNSPECIFIED",
            "IMPRESSIONS",
            "CLICKS",
            "CLICK_THROUGH_CPA_CONVERSIONS",
            "VIEW_THROUGH_CPA_CONVERSIONS",
            "TOTAL_CPA_CONVERSIONS",
            "VIEWABLE_IMPRESSIONS",
            "IN_TARGET_IMPRESSIONS",
            "COMPLETED_VIEWS"
          ],
          "type": "string",
          "description": "The type of the goal unit for the LineItem."
        },
        "units": {
          "description": "If this is a primary goal, it represents the number or percentage of impressions or clicks that will be reserved. If the line item is of type LineItemTypeEnum.LineItemType.SPONSORSHIP, it represents the percentage of available impressions reserved. If the line item is of type LineItemTypeEnum.LineItemType.BULK or LineItemTypeEnum.LineItemType.PRICE_PRIORITY, it represents the number of remaining impressions reserved. If the line item is of type LineItemTypeEnum.LineItemType.NETWORK or LineItemTypeEnum.LineItemType.HOUSE, it represents the percentage of remaining impressions reserved. If this is an impression cap goal, it represents the number of impressions or conversions that the line item will stop serving at if reached. For valid line item types, see LineItem.impressions_cap.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "GoogleAdsAdmanagerV1__Goal",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse": {
      "description": "Response object for `BatchSubmitSitesForApproval` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest",
      "type": "object",
      "description": "Request object for `BatchCreateLabels` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateLabelRequest"
          },
          "type": "array",
          "description": "Required. The `Label` objects to create. A maximum of 100 objects can be created in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListContentResponse": {
      "description": "Response object for `ListContentRequest` containing matching `Content` objects.",
      "properties": {
        "content": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Content"
          },
          "description": "The `Content` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of `Content` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListContentResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest": {
      "description": "Request object for `BatchUpdateTeams` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateTeamRequest"
          },
          "type": "array",
          "description": "Required. The `Team` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListPlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListPlacementsResponse",
      "type": "object",
      "description": "Response object for `ListPlacementsRequest` containing matching `Placement` objects.",
      "properties": {
        "placements": {
          "type": "array",
          "description": "The `Placement` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `Placement` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest",
      "type": "object",
      "description": "Request object for `BatchUpdateContacts` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateContactRequest"
          },
          "description": "Required. The `Contact` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateCmsMetadataKeys` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `CmsMetadataKey`s to deactivate. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__Contact": {
      "description": "A contact represents a person who is affiliated with a single company. A contact can have a variety of contact information associated to it, and can be invited to view their company's orders, line items, creatives, and reports.",
      "properties": {
        "title": {
          "type": "string",
          "description": "Optional. The job title of the contact. This attribute has a maximum length of 1024 characters."
        },
        "email": {
          "description": "Optional. The e-mail address where the contact can be reached. This attribute has a maximum length of 128 characters.",
          "type": "string"
        },
        "address": {
          "description": "Optional. The address of the contact. This attribute has a maximum length of 1024 characters.",
          "type": "string"
        },
        "cellPhone": {
          "type": "string",
          "description": "Optional. The cell phone number where the contact can be reached."
        },
        "fax": {
          "type": "string",
          "description": "Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters."
        },
        "comment": {
          "description": "Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters.",
          "type": "string"
        },
        "workPhone": {
          "type": "string",
          "description": "Optional. The work phone number where the contact can be reached. This attribute has a maximum length of 1024 characters."
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The contact was invited to see their orders, but the invitation was cancelled.",
            "The contact has been invited to see their orders, but the invitation has already expired.",
            "The contact has been invited to see their orders, but has not yet accepted the invitation.",
            "The contact has not been invited to see their orders.",
            "The contact has access to login and view their orders.",
            "The contact accepted an invitation to see their orders, but their access was later revoked."
          ],
          "enum": [
            "CONTACT_STATUS_UNSPECIFIED",
            "INVITE_CANCELED",
            "INVITE_EXPIRED",
            "INVITE_PENDING",
            "UNINVITED",
            "USER_ACTIVE",
            "USER_DISABLED"
          ],
          "description": "Output only. The status of the contact. This attribute is assigned by Google."
        },
        "name": {
          "description": "Identifier. The resource name of the `Contact`. Format: `networks/{network_code}/contacts/{contact_id}`",
          "type": "string"
        },
        "company": {
          "description": "Required. Immutable. The resource name of the Company. Format: \"networks/{network_code}/companies/{company_id}\"",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the contact. This attribute has a maximum length of 127 characters."
        }
      },
      "id": "GoogleAdsAdmanagerV1__Contact",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__FrequencyCap": {
      "id": "GoogleAdsAdmanagerV1__FrequencyCap",
      "type": "object",
      "description": "Represents a Frequency Cap that can be applied to an entity.",
      "properties": {
        "maxImpressions": {
          "description": "The maximum number of impressions for this frequency cap.",
          "type": "string",
          "format": "int64"
        },
        "timeAmount": {
          "type": "string",
          "description": "The number of time units over which the frequency cap is effective.",
          "format": "int64"
        },
        "timeUnit": {
          "description": "The units of time of this frequency cap.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Minute",
            "Hour",
            "Day",
            "Week",
            "Month",
            "Lifetime",
            "Per pod of ads in a video stream. Only valid for entities in a VIDEO_PLAYER environment.",
            "Per video stream. Only valid for entities in a VIDEO_PLAYER environment."
          ],
          "enum": [
            "TIME_UNIT_UNSPECIFIED",
            "MINUTE",
            "HOUR",
            "DAY",
            "WEEK",
            "MONTH",
            "LIFETIME",
            "POD",
            "STREAM"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceCapability": {
      "description": "Represents a device capability.",
      "properties": {
        "displayName": {
          "readOnly": true,
          "description": "Output only. The localized name of the device capability.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `DeviceCapability`. Format: `networks/{network_code}/deviceCapabilities/{device_capability_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__DeviceCapability",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest",
      "type": "object",
      "description": "Request object for `BatchUnarchiveApplications` method.",
      "properties": {
        "names": {
          "type": "array",
          "description": "Required. The `Application` objects to unarchive.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest": {
      "description": "Request object for `BatchActivateCmsMetadataValues` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `CmsMetadataValue`s to activate. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest": {
      "description": "Request object for `BatchActivateAdUnits` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `AdUnit`s to activate. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDataTable_Row": {
      "description": "A row of report data.",
      "properties": {
        "dimensionValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "description": "The order of the dimension values is the same as the order of the dimensions specified in the request.",
          "type": "array"
        },
        "metricValueGroups": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup"
          },
          "type": "array",
          "description": " The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y."
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportDataTable_Row",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListAdBreaksResponse": {
      "id": "GoogleAdsAdmanagerV1__ListAdBreaksResponse",
      "type": "object",
      "description": "Response object for `ListAdBreaksRequest` containing matching `AdBreak` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. This field expires after five minutes."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `AdBreak` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        },
        "adBreaks": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdBreak"
          },
          "description": "The `AdBreak` objects from the specified network.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CmsMetadataTargeting": {
      "id": "GoogleAdsAdmanagerV1__CmsMetadataTargeting",
      "type": "object",
      "description": "Represents targeting for CMS metadata. The values are ORed together.",
      "properties": {
        "negative": {
          "type": "boolean",
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values."
        },
        "cmsMetadataValues": {
          "description": "Optional. The resource names of the targeted CMS metadata values.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__GeoTarget": {
      "id": "GoogleAdsAdmanagerV1__GeoTarget",
      "type": "object",
      "description": "Represents a location in the world, for targeting.",
      "properties": {
        "canonicalParent": {
          "type": "string",
          "description": "Output only. The name of the direct parent that defines the canonical name of the geo target. For example, if the current geo target is \"San Francisco\", its canonical name would be \"San Francisco, California, United States\" thus the canonical_parent would be the name of California and the canonical_parent of California would be the name of United states Format: `networks/{network_code}/geoTargets/{geo_target}`",
          "readOnly": true
        },
        "regionCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Unicode CLDR region code of the geo target."
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the GeoTarget.",
          "readOnly": true
        },
        "type": {
          "type": "string",
          "description": "Output only. The location type (unlocalized) for this geographical entity.",
          "readOnly": true
        },
        "targetable": {
          "description": "Output only. Whether the geo target is targetable.",
          "type": "boolean",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `GeoTarget`. Format: `networks/{network_code}/geoTargets/{geo_target_id}`",
          "type": "string"
        },
        "parentNames": {
          "description": "Output only. All parents of the geo target ordered by ascending size.",
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule": {
      "id": "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule",
      "type": "object",
      "description": "The schedule for the report",
      "properties": {
        "startDate": {
          "description": "Date for the first run of the report.",
          "$ref": "GoogleType__Date"
        },
        "frequency": {
          "type": "string",
          "description": "Frequency to run report.",
          "enumDescriptions": [
            "No Frequency specified.",
            "Schedule report to run every hour.",
            "Schedule report to run twice a day (every 12 hours).",
            "Schedule report to run three times a day (every 8 hours).",
            "Schedule report to run four times a day (every 6 hours).",
            "Schedule report to run on a daily basis.",
            "Schedule report to run on a weekly basis.",
            "Schedule report to run on a monthly basis."
          ],
          "enum": [
            "FREQUENCY_UNSPECIFIED",
            "HOURLY",
            "TWO_TIMES_DAILY",
            "THREE_TIMES_DAILY",
            "FOUR_TIMES_DAILY",
            "DAILY",
            "WEEKLY",
            "MONTHLY"
          ]
        },
        "weeklySchedule": {
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule",
          "description": "Days of week to schedule report run."
        },
        "startTime": {
          "description": "Indicates start time for schedule to run Will use the time_zone from `ReportDefinition`. Defaults to the publisher's time zone if not specified. For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this will be the time of day that the first report will run on the first day. For example, if the start time is 2:00 PM, and the frequency is THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM, 10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM, 2:00 PM, 10:00 PM.",
          "$ref": "GoogleType__TimeOfDay"
        },
        "endDate": {
          "$ref": "GoogleType__Date",
          "description": "Date for the final run of the report."
        },
        "monthlySchedule": {
          "description": "Days of month to schedule report run.",
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse": {
      "description": "Response object for `BatchActivateCmsMetadataKeys` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UserDomainTargeting": {
      "description": "User Domain Targeting",
      "properties": {
        "targetedUserDomains": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of user domains that should be targeted/included."
        },
        "excludedUserDomains": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of user domains that should be excluded."
        }
      },
      "id": "GoogleAdsAdmanagerV1__UserDomainTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest": {
      "description": "Request message for `BatchActivateTeams` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `Team`s to activate. Format: `networks/{network_code}/teams/{team_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreativeTemplateVariable": {
      "description": "Represents a variable defined in a creative template.",
      "properties": {
        "assetVariable": {
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable",
          "description": "Optional. Represents a file asset variable defined in a creative template."
        },
        "longVariable": {
          "description": "Optional. Represents a long variable defined in a creative template.",
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_LongCreativeTemplateVariable"
        },
        "stringVariable": {
          "description": "Optional. Represents a string variable defined in a creative template.",
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_StringCreativeTemplateVariable"
        },
        "label": {
          "type": "string",
          "description": "Required. Label that is displayed to users when creating from the creative template. This has a maximum length of 127 characters."
        },
        "required": {
          "description": "Optional. `True` if this variable is required to be filled in by users when creating a creative from the creative template.",
          "type": "boolean"
        },
        "urlVariable": {
          "description": "Optional. Represents a url variable defined in a creative template.",
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_UrlCreativeTemplateVariable"
        },
        "description": {
          "type": "string",
          "description": "Required. A descriptive help text that is displayed to users along with the label. This attribute has a maximum length of 255 characters."
        },
        "listStringVariable": {
          "description": "Optional. Represents a list variable defined in a creative template.",
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable"
        },
        "uniqueDisplayName": {
          "readOnly": true,
          "description": "Output only. Unique name used to identify the variable. This attribute is assigned by Google when a creative template variable is created.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CreativeTemplateVariable",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomField": {
      "description": "An additional, user-created field on an entity.",
      "properties": {
        "options": {
          "type": "array",
          "description": "Optional. The drop-down options for the `CustomField`. Only applicable for `CustomField` with the drop-down data type.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldOption"
          }
        },
        "visibility": {
          "enumDescriptions": [
            "No value specified",
            "The CustomField is not visible in the UI and only visible through the API.",
            "The CustomField is visible in the UI and only editable through the API.",
            "The CustomField is visible and editable in both the API and UI."
          ],
          "enum": [
            "CUSTOM_FIELD_VISIBILITY_UNSPECIFIED",
            "HIDDEN",
            "READ_ONLY",
            "EDITABLE"
          ],
          "description": "Required. The visibility of the `CustomField`.",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the custom field. The maximum length is 511 characters."
        },
        "customFieldId": {
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. Deprecated: Unique ID of the CustomField."
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "No value specified",
            "The CustomField is active.",
            "The CustomField is inactive."
          ],
          "enum": [
            "CUSTOM_FIELD_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "description": "Output only. The status of the `CustomField`."
        },
        "displayName": {
          "type": "string",
          "description": "Required. Name of the CustomField. The max length is 127 characters."
        },
        "name": {
          "description": "Identifier. The resource name of the `CustomField`. Format: `networks/{network_code}/customFields/{custom_field}`",
          "type": "string"
        },
        "entityType": {
          "enumDescriptions": [
            "No value specified",
            "The CustomField is applied to LineItems.",
            "The CustomField is applied to Orders.",
            "The CustomField is applied to Creatives.",
            "The CustomField is applied to Proposals.",
            "The CustomField is applied to ProposalLineItems."
          ],
          "enum": [
            "CUSTOM_FIELD_ENTITY_TYPE_UNSPECIFIED",
            "LINE_ITEM",
            "ORDER",
            "CREATIVE",
            "PROPOSAL",
            "PROPOSAL_LINE_ITEM"
          ],
          "description": "Required. The type of entity the `CustomField` can be applied to.",
          "type": "string"
        },
        "dataType": {
          "enumDescriptions": [
            "No value specified",
            "A string field The max length is 255 characters.",
            "A number field.",
            "A \"Yes\" or \"No\" toggle field.",
            "A drop-down field."
          ],
          "enum": [
            "CUSTOM_FIELD_DATA_TYPE_UNSPECIFIED",
            "STRING",
            "NUMBER",
            "TOGGLE",
            "DROP_DOWN"
          ],
          "description": "Required. The data type of the `CustomField`.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CustomField",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateTeams` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `Team`s to deactivate. Format: `networks/{network_code}/teams/{team_id}`",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse",
      "type": "object",
      "description": "Response object for `ListOperatingSystemsRequest` containing matching `OperatingSystem` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `OperatingSystem` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        },
        "operatingSystems": {
          "description": "The `OperatingSystem` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__OperatingSystem"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__VideoPosition": {
      "id": "GoogleAdsAdmanagerV1__VideoPosition",
      "type": "object",
      "description": "Video Position Targeting Criterion",
      "properties": {
        "podPosition": {
          "description": "Optional. The video position within a pod to target. This field must be unset in order to target a specific video position (e.g. position_type), bumper type (e.g. bumper_type), or custom ad spot (e.g. custom_spot_id).",
          "type": "string",
          "format": "int64"
        },
        "positionType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Allow ad placement at any position within the video.",
            "Target ad placement during the video.",
            "Target ad placement after the video ends.",
            "Target ad placement before the video starts."
          ],
          "enum": [
            "VIDEO_POSITION_UNSPECIFIED",
            "ALL",
            "MIDROLL",
            "POSTROLL",
            "PREROLL"
          ],
          "description": "Optional. The position within a video to target. A video ad can target a position (pre-roll, all mid-rolls, or post-roll) or a specific mid-roll index.",
          "type": "string"
        },
        "reverseMidrollIndex": {
          "description": "Optional. The index from the back of the pod of the mid-roll to target. This field is ignored when targeting any video position (e.g. position_type) other than MIDROLL or if targeting a specific midroll index (e.g. midroll_index != 0).",
          "type": "string",
          "format": "int64"
        },
        "bumperType": {
          "type": "string",
          "description": "Optional. The video bumper type to target. This field must be unset in order to target a specific video position (e.g. position_type), pod position (e.g. pod_position), or custom ad spot (e.g. custom_spot_id).",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Represents the bumper position after the ad pod.",
            "Represents the bumper position before the ad pod."
          ],
          "enum": [
            "TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED",
            "AFTER",
            "BEFORE"
          ]
        },
        "midrollIndex": {
          "format": "int64",
          "type": "string",
          "description": "Optional. The index of the mid-roll to target. This field is ignored when targeting any video position (e.g. position_type) other than MIDROLL."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse",
      "type": "object",
      "description": "Response object for `ListCmsMetadataKeysRequest` containing matching `CmsMetadataKey` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of `CmsMetadataKey` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer",
          "format": "int32"
        },
        "cmsMetadataKeys": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataKey"
          },
          "description": "The `CmsMetadataKey` objects from the specified network.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ReportValue": {
      "description": "Represents a single value in a report.",
      "properties": {
        "intListValue": {
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_IntList",
          "description": "For lists of integer values."
        },
        "doubleListValue": {
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_DoubleList",
          "description": "For lists of double values."
        },
        "intValue": {
          "type": "string",
          "description": "For integer values.",
          "format": "int64"
        },
        "doubleValue": {
          "type": "number",
          "description": "For double values.",
          "format": "double"
        },
        "stringValue": {
          "description": "For string values.",
          "type": "string"
        },
        "stringListValue": {
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_StringList",
          "description": "For lists of string values."
        },
        "bytesValue": {
          "format": "byte",
          "type": "string",
          "description": "For bytes values."
        },
        "boolValue": {
          "description": "For boolean values.",
          "type": "boolean"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ReportValue",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest",
      "type": "object",
      "description": "Request object for `BatchCreateAdUnits` method.",
      "properties": {
        "requests": {
          "description": "Required. The `AdUnit` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateAdUnitRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__Placement": {
      "description": "The `Placement` resource.",
      "properties": {
        "placementId": {
          "description": "Output only. Deprecated: `Placement` ID.",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "type": "string"
        },
        "targetedAdUnits": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of AdUnits that constitute the Placement. Format: \"networks/{network_code}/adUnits/{ad_unit}\"",
          "type": "array"
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the Placement. This attribute has a maximum length of 65,535 characters."
        },
        "status": {
          "description": "Output only. The status of the Placement.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Not specified value.",
            "Stats are collected, user-visible.",
            "No stats collected, not user-visible.",
            "No stats collected, user-visible."
          ],
          "enum": [
            "PLACEMENT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ARCHIVED"
          ]
        },
        "placementCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string used to uniquely identify the Placement for purposes of serving the ad. This attribute is assigned by Google."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The instant this Placement was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Placement`. Format: `networks/{network_code}/placements/{placement_id}`"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the placement. This attribute has a maximum length of 255 characters."
        }
      },
      "id": "GoogleAdsAdmanagerV1__Placement",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting": {
      "id": "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting",
      "type": "object",
      "description": "Device Manufacturer Targeting. Can be used to target/exclude users on devices made by specific brands or companies, such as Apple, Google, Samsung and others. For more information, see https://support.google.com/admanager/answer/2884033 (\"Targeting types \u003e Device manufacturer\").",
      "properties": {
        "excludedMobileDevices": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of mobile device resource names that should be excluded."
        },
        "excludedMobileDeviceSubmodels": {
          "type": "array",
          "description": "Optional. A list of mobile device submodel resource names that should be excluded.",
          "items": {
            "type": "string"
          }
        },
        "targetedDeviceManufacturers": {
          "description": "Optional. A list of device manufacturer resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "targetedMobileDevices": {
          "type": "array",
          "description": "Optional. A list of mobile device resource names that should be targeted/included.",
          "items": {
            "type": "string"
          }
        },
        "targetedMobileDeviceSubmodels": {
          "description": "Optional. A list of mobile device submodel resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedDeviceManufacturers": {
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of device manufacturer resource names that should be excluded.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__RichMediaAdsCompany": {
      "description": "Represents a Rich Media Ads Company, typically used for vendor compliance.",
      "properties": {
        "companyGvlId": {
          "description": "Output only. The GVL ID of the Rich Media Ads Company.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `RichMediaAdsCompany`. Format: `networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}`"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the Rich Media Ads Company."
        },
        "gdprStatus": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The company has not been contacted or responded about GDPR compliance, or otherwise the GDPR compliance is undetermined.",
            "The company has been determined as compliant for GDPR.",
            "The company has been determined as compliant, and is part of the default set of companies eligible as a vendor.",
            "The company has been determined to be compliant through certification process.",
            "The company has been determined as non-compliant for GDPR."
          ],
          "enum": [
            "RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED",
            "COMPLIANCE_UNKNOWN",
            "COMPLIANT",
            "COMPLIANT_AND_DEFAULT",
            "COMPLIANT_LIGHTWEIGHT_VERIFIED",
            "NOT_COMPLIANT"
          ],
          "description": "Output only. The GDPR status of the Rich Media Ads Company."
        },
        "policyUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The policy URL of the Rich Media Ads Company."
        }
      },
      "id": "GoogleAdsAdmanagerV1__RichMediaAdsCompany",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListContentBundlesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListContentBundlesResponse",
      "type": "object",
      "description": "Response object for `ListContentBundlesRequest` containing matching `ContentBundle` objects.",
      "properties": {
        "contentBundles": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ContentBundle"
          },
          "type": "array",
          "description": "The `ContentBundle` objects from the specified network."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of `ContentBundle` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsResponse": {
      "description": "Response object for `BatchAllowAdReviewCenterAds` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse",
      "type": "object",
      "description": "Response object for `BatchArchiveAdUnits` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Sort": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Sort",
      "type": "object",
      "description": "Represents a sorting in a report.",
      "properties": {
        "timePeriodIndex": {
          "format": "int32",
          "description": "Optional. When using time period columns, use this to sort on a specific column.",
          "type": "integer"
        },
        "slice": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Slice",
          "description": "Optional. Use to sort on a specific slice of data."
        },
        "field": {
          "description": "Required. A field (dimension or metric) to sort by.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Field"
        },
        "descending": {
          "description": "Optional. The sort order. If true the sort will be descending.",
          "type": "boolean"
        },
        "metricValueType": {
          "description": "Optional. Use to specify which metric value type to sort on. Defaults to PRIMARY.",
          "type": "string",
          "enumDescriptions": [
            "The values for the primary date_range.",
            "Each metrics' percent of the total for the primary date_range.",
            "The values for the comparison_date_range.",
            "Each metrics' percent of the total for the comparison_date_range.",
            "The absolute change between the primary and comparison date ranges.",
            "The relative change between the primary and comparison date ranges."
          ],
          "enum": [
            "PRIMARY",
            "PRIMARY_PERCENT_OF_TOTAL",
            "COMPARISON",
            "COMPARISON_PERCENT_OF_TOTAL",
            "ABSOLUTE_CHANGE",
            "RELATIVE_CHANGE"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BrowserTargeting": {
      "id": "GoogleAdsAdmanagerV1__BrowserTargeting",
      "type": "object",
      "description": "Browser Targeting. Allows publishers to target/exclude a browser type (e.g. Chrome, Firefox, Safari). For more information, see https://support.google.com/admanager/answer/2884033 (Targeting types \u003e Browser).",
      "properties": {
        "excludedBrowsers": {
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of browser resource names that should be excluded.",
          "type": "array"
        },
        "targetedBrowsers": {
          "description": "Optional. A list of browser resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse",
      "type": "object",
      "description": "Response object for `BatchCreateCustomTargetingKeys` method.",
      "properties": {
        "customTargetingKeys": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          },
          "type": "array",
          "description": "The `CustomTargetingKey` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__LinkedDevice": {
      "description": "A test mobile device that is linked to the network. Can be used to preview a creative within a mobile application.",
      "properties": {
        "visibility": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The linked device can only be used by the user who owns the device linking.",
            "The linked device can be used by anyone on the network."
          ],
          "enum": [
            "LINKED_DEVICE_VISIBILITY_UNSPECIFIED",
            "PRIVATE",
            "PUBLIC"
          ],
          "description": "Optional. The visibility of the device.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the LinkedDevice."
        },
        "owner": {
          "type": "string",
          "description": "Output only. The user who owns this device linking. Format: `networks/{network_code}/users/{user}`",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `LinkedDevice`. Format: `networks/{network_code}/linkedDevices/{linked_device_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__LinkedDevice",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitSize": {
      "id": "GoogleAdsAdmanagerV1__AdUnitSize",
      "type": "object",
      "description": "Represents the size, environment, and companions of an ad in an ad unit.",
      "properties": {
        "companions": {
          "description": "The companions for this ad unit size. Companions are only valid if the environment is VIDEO_PLAYER.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Size"
          }
        },
        "environmentType": {
          "enumDescriptions": [
            "No value specified",
            "A regular web browser.",
            "Video players."
          ],
          "enum": [
            "ENVIRONMENT_TYPE_UNSPECIFIED",
            "BROWSER",
            "VIDEO_PLAYER"
          ],
          "type": "string",
          "description": "Required. The EnvironmentType of the AdUnit"
        },
        "size": {
          "description": "Required. The Size of the AdUnit.",
          "$ref": "GoogleAdsAdmanagerV1__Size"
        }
      }
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown": {
      "description": "Time breakdown view.",
      "properties": {
        "summaries": {
          "description": "Output only. Delivery forecast objects corresponding to the time buckets requested for breakdown.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast"
          },
          "readOnly": true
        }
      },
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown",
      "type": "object"
    },
    "GoogleLongrunning__CancelOperationRequest": {
      "description": "The request message for Operations.CancelOperation.",
      "properties": {},
      "id": "GoogleLongrunning__CancelOperationRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__RunReportRequest": {
      "description": "Request message for a running a report.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__RunReportRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysRequest": {
      "description": "Request object for `BatchActivateCustomTargetingKeys` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `CustomTargetingKey`s to activate. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_LongCreativeTemplateVariable": {
      "description": "Represents a long variable defined in a creative template. Use LongCreativeTemplateVariableValue to specify the value for this variable when creating TemplateCreative from a CreativeTemplate.",
      "properties": {
        "sampleValue": {
          "format": "int64",
          "description": "Optional. Sample value that is used when previewing the template in the UI.",
          "type": "string"
        },
        "defaultValue": {
          "description": "Optional. Default value to be filled in when creating creatives from the creative template.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_LongCreativeTemplateVariable",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListCompaniesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCompaniesResponse",
      "type": "object",
      "description": "Response object for `ListCompaniesRequest` containing matching `Company` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `Company` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "companies": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Company"
          },
          "type": "array",
          "description": "The `Company` objects from the specified network."
        }
      }
    },
    "GoogleLongrunning__Operation": {
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "properties": {
        "error": {
          "$ref": "GoogleRpc__Status",
          "description": "The error result of the operation in case of failure or cancellation."
        },
        "response": {
          "type": "object",
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          }
        },
        "name": {
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
          "type": "string"
        },
        "metadata": {
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          },
          "type": "object"
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        }
      },
      "id": "GoogleLongrunning__Operation",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__LabelFrequencyCap": {
      "description": "Frequency cap using a label.",
      "properties": {
        "label": {
          "type": "string",
          "description": "Required. The label to used for frequency capping. Format: \"networks/{network_code}/labels/{label_id}\""
        },
        "frequencyCap": {
          "description": "The frequency cap.",
          "$ref": "GoogleAdsAdmanagerV1__FrequencyCap"
        }
      },
      "id": "GoogleAdsAdmanagerV1__LabelFrequencyCap",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse": {
      "description": "Response object for `BatchActivateAdUnits` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivateTeams` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry": {
      "description": "A single GRP demographic breakdown entry.",
      "properties": {
        "bucket": {
          "$ref": "GoogleAdsAdmanagerMain__GrpDemographicBucket",
          "description": "The GRP demographic bucket this breakdown entry belongs to."
        },
        "forecast": {
          "description": "The GRP forecast for this bucket.",
          "$ref": "GoogleAdsAdmanagerMain__GrpForecast"
        }
      },
      "id": "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateAdUnitRequest": {
      "description": "Request object for `CreateAdUnit` method.",
      "properties": {
        "adUnit": {
          "description": "Required. The `AdUnit` to create.",
          "$ref": "GoogleAdsAdmanagerV1__AdUnit"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `AdUnit` will be created. Format: `networks/{network_code}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__CreateAdUnitRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter",
      "type": "object",
      "description": "A filter on a specific field.",
      "properties": {
        "values": {
          "description": "Required. Values to filter to.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "metricValueType": {
          "enumDescriptions": [
            "The values for the primary date_range.",
            "Each metrics' percent of the total for the primary date_range.",
            "The values for the comparison_date_range.",
            "Each metrics' percent of the total for the comparison_date_range.",
            "The absolute change between the primary and comparison date ranges.",
            "The relative change between the primary and comparison date ranges."
          ],
          "enum": [
            "PRIMARY",
            "PRIMARY_PERCENT_OF_TOTAL",
            "COMPARISON",
            "COMPARISON_PERCENT_OF_TOTAL",
            "ABSOLUTE_CHANGE",
            "RELATIVE_CHANGE"
          ],
          "description": "Optional. Use to specify which metric value type to filter on. Defaults to PRIMARY.",
          "type": "string"
        },
        "field": {
          "description": "Required. The field to filter on.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Field"
        },
        "operation": {
          "enumDescriptions": [
            "For scalar operands, checks if the operand is in the set of provided filter values. For list operands, checks if any element in the operand is in the set of provided filter values. Default value.",
            "For scalar operands, checks that the operand is not in the set of provided filter values. For list operands, checks that none of the elements in the operand is in the set of provided filter values.",
            "For scalar string operands, checks if the operand contains any of the provided filter substrings. For string list operands, checks if any string in the operand contains any of the provided filter substrings.",
            "For scalar string operands, checks that the operand contains none of the provided filter substrings. For string list operands, checks that none of the strings in the operand contain none of the provided filter substrings.",
            "Operand is less than the provided filter value.",
            "Operand is less than or equal to provided filter value.",
            "Operand is greater than provided filter value.",
            "Operand is greater than or equal to provided filter value.",
            "Operand is between provided filter values.",
            "Operand matches against a regular expression or set of regular expressions (one must match).",
            "Operand negative matches against a regular expression or set of regular expressions (none must match)."
          ],
          "enum": [
            "IN",
            "NOT_IN",
            "CONTAINS",
            "NOT_CONTAINS",
            "LESS_THAN",
            "LESS_THAN_EQUALS",
            "GREATER_THAN",
            "GREATER_THAN_EQUALS",
            "BETWEEN",
            "MATCHES",
            "NOT_MATCHES"
          ],
          "description": "Required. The operation of this filter.",
          "type": "string"
        },
        "timePeriodIndex": {
          "type": "integer",
          "description": "Optional. When using time period columns, use this to filter on a specific column.",
          "format": "int32"
        },
        "slice": {
          "description": "Optional. Use to filter on a specific slice of data.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Slice"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse": {
      "description": "Response object for `BatchUpdateCustomTargetingKeys` method.",
      "properties": {
        "customTargetingKeys": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          },
          "type": "array",
          "description": "The `CustomTargetingKey` objects updated."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivatePlacements` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__RequestPlatformTargeting": {
      "id": "GoogleAdsAdmanagerV1__RequestPlatformTargeting",
      "type": "object",
      "description": "Represents a list of targeted request platforms.",
      "properties": {
        "requestPlatforms": {
          "type": "array",
          "description": "Optional. The list of request platforms that should be targeted.",
          "items": {
            "enumDescriptions": [
              "No value specified",
              "Represents a request made from a web browser (incl. desktop browsers, mobile browsers, webviews, etc.).",
              "Represents a request made from a Mobile Application.",
              "Represents a request made from a video player."
            ],
            "enum": [
              "REQUEST_PLATFORM_UNSPECIFIED",
              "BROWSER",
              "MOBILE_APP",
              "VIDEO_PLAYER"
            ],
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargetingKey": {
      "description": "The `CustomTargetingKey` resource.",
      "properties": {
        "customTargetingKeyId": {
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "description": "Output only. Deprecated: `CustomTargetingKey` ID."
        },
        "status": {
          "readOnly": true,
          "enumDescriptions": [
            "Not specified value.",
            "Custom targeting key is active.",
            "Custom targeting key is inactive."
          ],
          "enum": [
            "CUSTOM_TARGETING_KEY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string",
          "description": "Output only. Status of the `CustomTargetingKey`."
        },
        "adTagName": {
          "type": "string",
          "description": "Immutable. Name of the key. Keys can contain up to 10 characters each. You can use alphanumeric characters and symbols other than the following: \", ', =, !, +, #, *, ~, ;, ^, (, ), \u003c, \u003e, [, ], the white space character."
        },
        "displayName": {
          "description": "Optional. Descriptive name for the `CustomTargetingKey`.",
          "type": "string"
        },
        "type": {
          "description": "Required. Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item.",
          "type": "string",
          "enumDescriptions": [
            "Not specified value.",
            "Key with a fixed set of values.",
            "Key without a fixed set of values"
          ],
          "enum": [
            "CUSTOM_TARGETING_KEY_TYPE_UNSPECIFIED",
            "PREDEFINED",
            "FREEFORM"
          ]
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`"
        },
        "reportableType": {
          "description": "Required. Reportable state of the `CustomTargetingKey`.",
          "type": "string",
          "enumDescriptions": [
            "Not specified value.",
            "Not available for reporting in the Ad Manager query tool.",
            "Available for reporting in the Ad Manager query tool.",
            "Custom dimension available for reporting in the AdManager query tool."
          ],
          "enum": [
            "CUSTOM_TARGETING_KEY_REPORTABLE_TYPE_UNSPECIFIED",
            "OFF",
            "ON",
            "CUSTOM_DIMENSION"
          ]
        }
      },
      "id": "GoogleAdsAdmanagerV1__CustomTargetingKey",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting": {
      "id": "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting",
      "type": "object",
      "description": "Device Capability Targeting. Can be used to target/exclude users using mobile apps, ad requests resulting from apps built on the MRAID standard, or users on devices that are able to make phone calls versus devices that aren't able to make phone calls, such as tablets.",
      "properties": {
        "targetedCapabilities": {
          "type": "array",
          "description": "Optional. A list of device capability resource names that should be targeted/included.",
          "items": {
            "type": "string"
          }
        },
        "excludedCapabilities": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of device capability resource names that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse": {
      "description": "Response object for `BatchCreateAdUnits` method.",
      "properties": {
        "adUnits": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          },
          "description": "The `AdUnit` objects created.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse",
      "type": "object"
    },
    "GoogleType__Money": {
      "description": "Represents an amount of money with its currency type.",
      "properties": {
        "nanos": {
          "type": "integer",
          "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
          "format": "int32"
        },
        "currencyCode": {
          "type": "string",
          "description": "The three-letter currency code defined in ISO 4217."
        },
        "units": {
          "type": "string",
          "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
          "format": "int64"
        }
      },
      "id": "GoogleType__Money",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__GeoTargeting": {
      "description": "Represents a list of targeted and excluded geos.",
      "properties": {
        "targetedGeos": {
          "type": "array",
          "description": "Optional. A list of geo resource names that should be targeted/included.",
          "items": {
            "type": "string"
          }
        },
        "excludedGeos": {
          "type": "array",
          "description": "Optional. A list of geo resource names that should be excluded.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__GeoTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListContactsResponse": {
      "description": "Response object for `ListContactsRequest` containing matching `Contact` objects.",
      "properties": {
        "contacts": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          },
          "description": "The `Contact` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Contact` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListContactsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListBandwidthGroupsResponse": {
      "description": "Response object for `ListBandwidthGroupsRequest` containing matching `BandwidthGroup` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `BandwidthGroup` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "bandwidthGroups": {
          "type": "array",
          "description": "The `BandwidthGroup` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__BandwidthGroup"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListBandwidthGroupsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse": {
      "description": "Response object for `BatchUpdatePlacements` method.",
      "properties": {
        "placements": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          },
          "description": "The `Placement` objects updated.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse": {
      "description": "Response message for `BatchDeactivateLabels` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateApplicationRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateApplicationRequest",
      "type": "object",
      "description": "Request object for `UpdateApplication` method.",
      "properties": {
        "application": {
          "$ref": "GoogleAdsAdmanagerV1__Application",
          "description": "Required. The `Application` to update. The `Application`'s `name` is used to identify the `Application` to update."
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest",
      "type": "object",
      "description": "Request object for `BatchUpdatePlacements` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Placement` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdatePlacementRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse": {
      "description": "Response object for `BatchCreateEntitySignalsMappings` method.",
      "properties": {
        "entitySignalsMappings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          },
          "type": "array",
          "description": "The `EntitySignalsMapping` objects created."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreativeTemplate": {
      "id": "GoogleAdsAdmanagerV1__CreativeTemplate",
      "type": "object",
      "description": "A template that can be used to create a TemplateCreative.",
      "properties": {
        "snippet": {
          "description": "Required. The code snippet of the creative template, with placeholders for the associated variables.",
          "type": "string"
        },
        "status": {
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The CreativeTemplate is active",
            "The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.",
            "The CreativeTemplate is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve"
          ],
          "enum": [
            "CREATIVE_TEMPLATE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "DELETED",
            "INACTIVE"
          ],
          "type": "string",
          "description": "Output only. The status of the creative template. This attribute is assigned by Google."
        },
        "interstitial": {
          "type": "boolean",
          "description": "Optional. `True` if this creative template produces out-of-page creatives. Creative templates with this setting enabled must include the viewed impression macro."
        },
        "name": {
          "description": "Identifier. The resource name of the creative template. Format: `networks/{network_code}/creativeTemplates/{creative_template_id}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the creative template. This has a maximum length of 255 characters."
        },
        "type": {
          "type": "string",
          "description": "Optional. The type of the creative template. Users can only create or update `CreativeTemplateType.CUSTOM` templates.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Creative templates that are included in Ad Manager by default.",
            "Creative templates created by an administrator or other user in the network."
          ],
          "enum": [
            "CREATIVE_TEMPLATE_TYPE_UNSPECIFIED",
            "STANDARD",
            "CUSTOM"
          ]
        },
        "safeFrameCompatible": {
          "description": "Optional. Whether the Creative produced is compatible for SafeFrame rendering. This attribute defaults to `True`.",
          "type": "boolean"
        },
        "nativeVideoEligible": {
          "description": "Optional. `True` if this creative template produces native video-eligible creatives.",
          "type": "boolean"
        },
        "variables": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeTemplateVariable"
          },
          "type": "array",
          "description": "Required. The list of creative template variables."
        },
        "description": {
          "description": "Optional. The description of the creative template.",
          "type": "string"
        },
        "nativeEligible": {
          "type": "boolean",
          "description": "Optional. `True` if this creative template produces native-eligible creatives."
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_UrlCreativeTemplateVariable": {
      "description": "Represents a url variable defined in a creative template. Use UrlCreativeTemplateVariableValue to specify the value for this variable when creating a TemplateCreative from a CreativeTemplate.",
      "properties": {
        "sampleValue": {
          "description": "Optional. Sample value that is used when previewing the template in the UI.",
          "type": "string"
        },
        "defaultValue": {
          "description": "Optional. Default value to be filled in when creating creatives from the creative template.",
          "type": "string"
        },
        "urlType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Click tracking URL.",
            "Deep-link URL.",
            "Impression tracking URL.",
            "Standard HTTP URL."
          ],
          "enum": [
            "CREATIVE_TEMPLATE_VARIABLE_URL_TYPE_UNSPECIFIED",
            "CLICK_TRACKER",
            "DEEPLINK",
            "IMPRESSION_TRACKER",
            "STANDARD_HTTP"
          ],
          "description": "Optional. The type of URL that this variable represents. Different types of URLs may be handled differently at rendering time.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_UrlCreativeTemplateVariable",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__PrivateAuctionDeal": {
      "id": "GoogleAdsAdmanagerV1__PrivateAuctionDeal",
      "type": "object",
      "description": "The `PrivateAuctionDeal` resource.",
      "properties": {
        "creativeSizes": {
          "type": "array",
          "description": "Optional. The expected creative sizes of the `PrivateAuctionDeal`.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Size"
          }
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The instant at which the `PrivateAuctionDeal` was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "floorPrice": {
          "$ref": "GoogleType__Money",
          "description": "Required. The floor price of the `PrivateAuctionDeal`."
        },
        "buyerAccountId": {
          "format": "int64",
          "description": "Immutable. The account ID of the buyer of the `PrivateAuctionDeal`.",
          "type": "string"
        },
        "buyerPermissionType": {
          "enumDescriptions": [
            "No value specified.",
            "The deal only transacts with the buyer specified.",
            "The deal transacts with all buyers under the same bidder."
          ],
          "enum": [
            "DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED",
            "NEGOTIATOR_ONLY",
            "BIDDER"
          ],
          "description": "Optional. The buyer permission model defining how the deal would transact among all buyers under the same bidder.",
          "type": "string"
        },
        "auctionPriorityEnabled": {
          "type": "boolean",
          "description": "Optional. Whether the deal is enabled with priority over open auction."
        },
        "externalDealId": {
          "description": "Output only. The external ID of the `PrivateAuctionDeal`.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        },
        "buyerData": {
          "description": "Optional. The buyer data required by the Marketplace API.",
          "$ref": "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData"
        },
        "status": {
          "description": "Output only. The status of the `PrivateAuctionDeal`.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "No value specified.",
            "The deal is pending.",
            "The deal is active.",
            "The deal is canceled.",
            "The deal is paused by the seller.",
            "The deal is paused by the buyer.",
            "The deal is past its end date."
          ],
          "enum": [
            "PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED",
            "PENDING",
            "ACTIVE",
            "CANCELED",
            "SELLER_PAUSED",
            "BUYER_PAUSED",
            "COMPLETED"
          ]
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The instant at which the `PrivateAuctionDeal` was last updated.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "name": {
          "description": "Identifier. The resource name of the `PrivateAuctionDeal`. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`",
          "type": "string"
        },
        "privateAuctionDealId": {
          "description": "Output only. Deprecated: `PrivateAuctionDeal` ID.",
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64"
        },
        "targeting": {
          "$ref": "GoogleAdsAdmanagerV1__Targeting",
          "description": "Optional. The targeting of the `PrivateAuctionDeal`."
        },
        "endTime": {
          "type": "string",
          "description": "Optional. The end time of the `PrivateAuctionDeal`.",
          "format": "google-datetime"
        },
        "privateAuctionDisplayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The display name of the [PrivateAuction](google.ads.admanager.v1.PrivateAuction)."
        },
        "privateAuctionId": {
          "format": "int64",
          "type": "string",
          "description": "Immutable. The ID of the [PrivateAuction](google.ads.admanager.v1.PrivateAuction)."
        },
        "blockOverrideEnabled": {
          "type": "boolean",
          "description": "Optional. Whether the deal has block override enabled."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateContactsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateContactsResponse",
      "type": "object",
      "description": "Response object for `BatchCreateContacts` method.",
      "properties": {
        "contacts": {
          "type": "array",
          "description": "The `Contact` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse": {
      "description": "Response object for `BatchActivateCustomTargetingKeys` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateTeamRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateTeamRequest",
      "type": "object",
      "description": "Request object for `CreateTeam` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `Team` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "team": {
          "description": "Required. The `Team` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Team"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest",
      "type": "object",
      "description": "Request object for `CreateCustomTargetingKey` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `CustomTargetingKey` will be created. Format: `networks/{network_code}`"
        },
        "customTargetingKey": {
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey",
          "description": "Required. The `CustomTargetingKey` to create."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdBreak": {
      "description": "The `AdBreak` resource.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `AdBreak`. This field uses the `LiveStreamEvent` resource's asset key in the URI, even if the ad break was created, updated, or queried using the custom asset key. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}`",
          "type": "string"
        },
        "customAssetKey": {
          "type": "string",
          "description": "Optional. Immutable. The custom asset key of the `LiveStreamEvent` that the ad break belongs to. Either an asset key or a custom asset key must be provided for creation."
        },
        "customParams": {
          "description": "Optional. The key-value pairs to be included on the ad requests for this `AdBreak`. Key-value pairs to include on ad requests for this break for custom criteria targeting in Google Ad Manager, separated by `=` and joined by `&`. Format:\"key1=value&key2=value\"",
          "type": "string"
        },
        "podTemplateName": {
          "description": "Optional. The pod template name of the `AdBreak`. This field is the required unique name across all pod templates in the network, not the display name.",
          "type": "string"
        },
        "breakState": {
          "description": "Output only. The state of the `AdBreak`.",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The ad break's decisioning has finished. You can delete, but not update the ad break.",
            "The ad break has started serving to users. You cannot delete or update the ad break.",
            "The ad break is scheduled and decisioning will start later. You can delete or update the ad break."
          ],
          "enum": [
            "AD_BREAK_STATE_UNSPECIFIED",
            "DECISIONED",
            "COMPLETE",
            "SCHEDULED"
          ],
          "type": "string"
        },
        "assetKey": {
          "description": "Optional. Immutable. The asset key of the `LiveStreamEvent` that the ad break belongs to. Either an asset key or a custom asset key must be provided for creation.",
          "type": "string"
        },
        "expectedStartTime": {
          "description": "Optional. The expected start time of the ad break. When set, the scheduled ad break will be decisioned shortly before the expected start time. If this field is not set, ad decisioning begins immediately. An ad break can be created up to six hours before the expected start time.",
          "type": "string",
          "format": "google-datetime"
        },
        "adBreakId": {
          "description": "Optional. Immutable. `AdBreak` ID. Must consist only of lowercase letters, digits, and hyphens. Ad break IDs have a maximum length of 63 characters. If not set, an ad break ID is generated as a UUID string.",
          "type": "string"
        },
        "breakSequence": {
          "type": "string",
          "description": "Output only. The sequence id of the `AdBreak`. The unique sequence number of the created ad break. This value is only set after the `AdBreak` starts decisioning indicated by the ad break state's being `DECISIONED` .",
          "readOnly": true,
          "format": "int64"
        },
        "scte35CueOut": {
          "description": "Optional. The Base64-encoded SCTE-35 command associated with the `AdBreak`. This field can include the `splice_insert()` or `time_signal()` command. **Examples** * `time_signal()` ``` /DA0AAAAAAAA///wBQb+cr0AUAAeAhxDVUVJSAAAjn/PAAGlmbAICAAAAAAsoKGKNAIAmsnRfg== ``` * `splice_insert()` ``` /DAvAAAAAAAA///wFAVIAACPf+/+c2nALv4AUsz1AAAAAAAKAAhDVUVJAAABNWLbowo= ```",
          "type": "string"
        },
        "duration": {
          "format": "google-duration",
          "type": "string",
          "description": "Required. The duration of the `AdBreak`. An expected duration in seconds with up to nine fractional digits, ending with `s`, for example, `3.5s`. This value will be updated to match the actual duration from the manifest or pod request after the ad break's state is `COMPLETE`."
        }
      },
      "id": "GoogleAdsAdmanagerV1__AdBreak",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse": {
      "description": "Response object for `BatchActivatePlacements` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivateCmsMetadataKeys` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting": {
      "id": "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting",
      "type": "object",
      "description": "First-party mobile application targeting.",
      "properties": {
        "targetedApplications": {
          "description": "Optional. The resource names of the first-party applications that should be targeted.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedApplications": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of the first-party applications that should be excluded.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse": {
      "description": "Response object for `BatchArchivePlacements` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse",
      "type": "object",
      "description": "Response object for `ListDeviceManufacturersRequest` containing matching `DeviceManufacturer` objects.",
      "properties": {
        "deviceManufacturers": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturer"
          },
          "description": "The `DeviceManufacturer` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `DeviceManufacturer` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargetingLiteral": {
      "id": "GoogleAdsAdmanagerV1__CustomTargetingLiteral",
      "type": "object",
      "description": "Represents targeting for custom key/values. The values are ORed together.",
      "properties": {
        "customTargetingValues": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of the targeted CustomValues."
        },
        "negative": {
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.",
          "type": "boolean"
        },
        "customTargetingKey": {
          "type": "string",
          "description": "Optional. The resource name of the targeted CustomKey."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreatePlacementRequest": {
      "id": "GoogleAdsAdmanagerV1__CreatePlacementRequest",
      "type": "object",
      "description": "Request object for `CreatePlacement` method.",
      "properties": {
        "placement": {
          "description": "Required. The `Placement` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Placement"
        },
        "parent": {
          "description": "Required. The parent resource where this `Placement` will be created. Format: `networks/{network_code}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__PrivateAuction": {
      "id": "GoogleAdsAdmanagerV1__PrivateAuction",
      "type": "object",
      "description": "The `PrivateAuction` resource.",
      "properties": {
        "updateTime": {
          "description": "Output only. The instant at which the PrivateAuction was last updated.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "displayName": {
          "type": "string",
          "description": "Required. Display name of the `PrivateAuction`. This attribute has a maximum length of 255 bytes."
        },
        "sellerContactUsers": {
          "description": "Optional. The resource names of the seller contact users associated with this `PrivateAuction`. Format: `networks/{network_code}/users/{user_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "description": "Identifier. The resource name of the `PrivateAuction`. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The instant at which the PrivateAuction was created.",
          "type": "string"
        },
        "archived": {
          "readOnly": true,
          "description": "Output only. Whether the `PrivateAuction` is archived.",
          "type": "boolean"
        },
        "privateAuctionId": {
          "description": "Output only. Deprecated: `PrivateAuction` ID.",
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64"
        },
        "description": {
          "description": "Optional. Description of the `PrivateAuction`. This attribute has a maximum length of 4096 bytes.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast": {
      "id": "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast",
      "type": "object",
      "description": "Views of this forecast, with alternative unit types.",
      "properties": {
        "unitType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The number of impressions served by creatives associated with the line item.",
            "The number of clicks reported by creatives associated with the line item. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY",
            "The number of click-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be CostTypeEnum.CostType.CPA.",
            "The number of view-through Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the LineItem.cost_type must be [CostTypeEnum.CostType.CPA}.",
            "The number of total Cost-Per-Action (CPA) conversions from creatives associated with the line item. This is only supported as secondary goal and the [LineItem.cost_type} must be [CostTypeEnum.CostType.CPA}.",
            "The number of viewable impressions reported by creatives associated with the line item. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of in-target impressions reported by third party measurements. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "The number of completed views reported by creatives associated with the line item. A completed view is defined as having watched the entirety of the in-stream video ad and is only supported for standard reservation video line items. The LineItem.line_item_type must be LineItemTypeEnum.LineItemType.STANDARD.",
            "Describes an amount in micro-units of the publisher specified currency."
          ],
          "enum": [
            "UNIT_TYPE_UNSPECIFIED",
            "IMPRESSIONS",
            "CLICKS",
            "CLICK_THROUGH_CPA_CONVERSIONS",
            "VIEW_THROUGH_CPA_CONVERSIONS",
            "TOTAL_CPA_CONVERSIONS",
            "VIEWABLE_IMPRESSIONS",
            "IN_TARGET_IMPRESSIONS",
            "COMPLETED_VIEWS",
            "CURRENCY_MICROS"
          ],
          "type": "string",
          "description": "The alternative unit type being presented."
        },
        "matchedUnits": {
          "format": "int64",
          "description": "The number of units matching the specified targeting and delivery settings.",
          "type": "string"
        },
        "availableUnits": {
          "type": "string",
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "format": "int64"
        },
        "possibleUnits": {
          "format": "int64",
          "type": "string",
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items or lower priority line items."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse",
      "type": "object",
      "description": "Response object for `ListOperatingSystemVersionsRequest` containing matching `OperatingSystemVersion` objects.",
      "properties": {
        "operatingSystemVersions": {
          "description": "The `OperatingSystemVersion` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__OperatingSystemVersion"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `OperatingSystemVersion` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchivePlacementsRequest": {
      "description": "Request message for `BatchArchivePlacements` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The names of the `Placement` objects to archive. Format: `networks/{network_code}/placements/{placement_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchArchivePlacementsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest": {
      "description": "Request message for `BatchActivateCustomFields` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `CustomField` objects to activate. Format: `networks/{network_code}/customFields/{custom_field_id}`",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListOrdersResponse",
      "type": "object",
      "description": "Response object for `ListOrdersRequest` containing matching `Order` resources.",
      "properties": {
        "orders": {
          "description": "The `Order` from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Order"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Orders`. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceManufacturer": {
      "id": "GoogleAdsAdmanagerV1__DeviceManufacturer",
      "type": "object",
      "description": "Represents a device manufacturer.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `DeviceManufacturer`. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer}`"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The localized name of the device manufacturer."
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateContactRequest": {
      "description": "Request object for `UpdateContact` method.",
      "properties": {
        "contact": {
          "$ref": "GoogleAdsAdmanagerV1__Contact",
          "description": "Required. The `Contact` to update. The `Contact`'s `name` is used to identify the `Contact` to update."
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "type": "string",
          "format": "google-fieldmask"
        }
      },
      "id": "GoogleAdsAdmanagerV1__UpdateContactRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnit": {
      "description": "The AdUnit resource.",
      "properties": {
        "adUnitId": {
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "description": "Output only. Deprecated: AdUnit ID."
        },
        "name": {
          "description": "Identifier. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The display name of the ad unit. Its maximum length is 255 characters.",
          "type": "string"
        },
        "effectiveTargetWindow": {
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Specifies that the link should open in the full body of the page.",
            "Specifies that the link should open in a new window."
          ],
          "enum": [
            "TARGET_WINDOW_UNSPECIFIED",
            "TOP",
            "BLANK"
          ],
          "type": "string",
          "description": "Output only. Non-empty default. The target window of this AdUnit. This value is inherited from ancestor AdUnits and defaults to TOP if no AdUnit in the hierarchy specifies it."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The time this AdUnit was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "appliedLabelFrequencyCaps": {
          "description": "Optional. The set of label frequency caps applied directly to this ad unit. There is a limit of 10 label frequency caps per ad unit.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LabelFrequencyCap"
          }
        },
        "description": {
          "description": "Optional. A description of the ad unit. The maximum length is 65,535 characters.",
          "type": "string"
        },
        "appliedTeams": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of Teams directly applied to this AdUnit. Format: \"networks/{network_code}/teams/{team_id}\""
        },
        "appliedLabels": {
          "type": "array",
          "description": "Optional. The set of labels applied directly to this ad unit.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          }
        },
        "appliedAdsenseEnabled": {
          "type": "boolean",
          "description": "Optional. The value of AdSense enabled directly applied to this ad unit. If not specified this ad unit will inherit the value of effectiveAdsenseEnabled from its ancestors."
        },
        "smartSizeMode": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Fixed size mode (default).",
            "The height is fixed for the request, the width is a range.",
            "Height and width are ranges."
          ],
          "enum": [
            "SMART_SIZE_MODE_UNSPECIFIED",
            "NONE",
            "SMART_BANNER",
            "DYNAMIC_SIZE"
          ],
          "description": "Optional. Non-empty default. The smart size mode for this ad unit. This attribute defaults to SmartSizeMode.NONE for fixed sizes.",
          "type": "string"
        },
        "parentAdUnit": {
          "description": "Required. Immutable. The AdUnit's parent. Every ad unit has a parent except for the root ad unit, which is created by Google. Format: \"networks/{network_code}/adUnits/{ad_unit_id}\"",
          "type": "string"
        },
        "parentPath": {
          "description": "Output only. The path to this AdUnit in the ad unit hierarchy represented as a list from the root to this ad unit's parent. For root ad units, this list is empty.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitParent"
          },
          "readOnly": true
        },
        "effectiveLabelFrequencyCaps": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LabelFrequencyCap"
          },
          "readOnly": true,
          "description": "Output only. The label frequency caps applied directly to the ad unit as well as those inherited from parent ad units.",
          "type": "array"
        },
        "externalSetTopBoxChannelId": {
          "deprecated": true,
          "type": "string",
          "description": "Optional. Determines what set top box video on demand channel this ad unit corresponds to in an external set top box ad campaign system."
        },
        "refreshDelay": {
          "format": "google-duration",
          "type": "string",
          "description": "Optional. The duration after which an Ad Unit will automatically refresh. This is only valid for ad units in mobile apps. If not set, the ad unit will not refresh."
        },
        "appliedTargetWindow": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Specifies that the link should open in the full body of the page.",
            "Specifies that the link should open in a new window."
          ],
          "enum": [
            "TARGET_WINDOW_UNSPECIFIED",
            "TOP",
            "BLANK"
          ],
          "type": "string",
          "description": "Optional. The target window directly applied to this AdUnit. If this field is not set, this AdUnit uses the target window specified in effectiveTargetWindow."
        },
        "explicitlyTargeted": {
          "description": "Optional. If this field is set to true, then the AdUnit will not be implicitly targeted when its parent is. Traffickers must explicitly target such an AdUnit or else no line items will serve to it. This feature is only available for Ad Manager 360 accounts.",
          "type": "boolean"
        },
        "adUnitSizes": {
          "type": "array",
          "description": "Optional. The sizes that can be served inside this ad unit.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitSize"
          }
        },
        "status": {
          "description": "Output only. The status of this ad unit. It defaults to ACTIVE.",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The ad unit is active, available for targeting, and serving.",
            "The ad unit will be visible in the UI, but ignored by serving.",
            "The ad unit will be hidden in the UI and ignored by serving."
          ],
          "enum": [
            "AD_UNIT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ARCHIVED"
          ],
          "type": "string"
        },
        "hasChildren": {
          "description": "Output only. This field is set to true if the ad unit has any children.",
          "type": "boolean",
          "readOnly": true
        },
        "effectiveAdsenseEnabled": {
          "description": "Output only. Specifies whether or not the AdUnit is enabled for serving ads from the AdSense content network. This attribute defaults to the ad unit's parent or ancestor's setting if one has been set. If no ancestor of the ad unit has set appliedAdsenseEnabled, the attribute is defaulted to true.",
          "type": "boolean",
          "readOnly": true
        },
        "adUnitCode": {
          "type": "string",
          "description": "Optional. Immutable. A string used to uniquely identify the ad unit for the purposes of serving the ad. This attribute can be set during ad unit creation. If it is not provided, it will be assigned by Google based on the ad unit ID."
        },
        "effectiveAppliedLabels": {
          "description": "Output only. Contains the set of labels applied directly to the ad unit as well as those inherited from the parent ad units. If a label has been negated, only the negated label is returned. This attribute is assigned by Google.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "readOnly": true
        },
        "teams": {
          "type": "array",
          "description": "Output only. The resource names of all Teams that this AdUnit is on as well as those inherited from parent AdUnits. Format: \"networks/{network_code}/teams/{team_id}\"",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__AdUnit",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AppliedLabel": {
      "description": "Represents a Label that can be applied to an entity.",
      "properties": {
        "label": {
          "type": "string",
          "description": "Required. The label to be applied. Format: \"networks/{network_code}/labels/{label_id}\""
        },
        "negated": {
          "type": "boolean",
          "description": "Specifies whether or not to negate the effects of the label."
        }
      },
      "id": "GoogleAdsAdmanagerV1__AppliedLabel",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest": {
      "description": "Request object for `BatchAllowAdReviewCenterAds` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `AdReviewCenterAd`s to allow. Format: `networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest": {
      "description": "Request object for `BatchUpdateLabels` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateLabelRequest"
          },
          "description": "Required. The `Label` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BandwidthGroup": {
      "id": "GoogleAdsAdmanagerV1__BandwidthGroup",
      "type": "object",
      "description": "Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `BandwidthGroup`. Format: `networks/{network_code}/bandwidthGroups/{bandwidth_group_id}`",
          "type": "string"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The localized name of the bandwidth group."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest",
      "type": "object",
      "description": "Request object for `BatchBlockAdReviewCenterAds` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `AdReviewCenterAd`s to block. Format: `networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest",
      "type": "object",
      "description": "Request object for `BatchArchiveApplications` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The `Application` objects to archive.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Field": {
      "description": "A dimension or a metric in a report.",
      "properties": {
        "dimension": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            " The measurement source of a video ad. Corresponds to \"Active View measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Active View measurement source localized name. Corresponds to \"Active View measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Advertiser credit status ENUM Corresponds to \"Advertiser credit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
            "Advertiser credit status localized name Corresponds to \"Advertiser credit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The domain name of the advertiser. Corresponds to \"Advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID used in an external system for advertiser identification Corresponds to \"Advertiser external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The ID of an advertiser company assigned to an order Corresponds to \"Advertiser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `IDENTIFIER`",
            "Labels applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Label ids applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "The name of an advertiser company assigned to an order Corresponds to \"Advertiser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The name of the contact associated with an advertiser company Corresponds to \"Advertiser primary contact\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Advertiser status ENUM Corresponds to \"Advertiser status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Advertiser status localized name Corresponds to \"Advertiser status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Advertiser type ENUM Corresponds to \"Advertiser type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
            "Advertiser type localized name Corresponds to \"Advertiser type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The category of an advertiser, such as Arts & Entertainment or Travel & Tourism. Corresponds to \"Advertiser vertical\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Classification of different Ad Exchange products. Corresponds to \"Ad Exchange product value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Localized name of the classification of different Ad Exchange products. Corresponds to \"Ad Exchange product\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "Ad experiences type. Corresponds to \"Ad experiences value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Ad experiences type. Corresponds to \"Ad experiences\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Shows an ENUM value describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Shows a localized string describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Multi-size inventory in an ad request. Corresponds to \"Ad request sizes\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The domain of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Segmentation of ad types. Corresponds to \"Ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ad type. Corresponds to \"Ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The code of the ad unit where the ad was requested. Corresponds to \"Ad unit code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH` Data format: `STRING`",
            "The code of the first level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the tenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the eleventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the twelfth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the thirteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fourteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fifteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the sixteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the second level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the third level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fourth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fifth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the sixth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the seventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the eighth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the ninth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The full hierarchy of ad unit IDs where the ad was requested, from root to leaf, excluding the root ad unit ID. Corresponds to \"Ad unit ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER_LIST`",
            "The first level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The tenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The eleventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The twelfth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The thirteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fourteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fifteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The sixteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The second level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The third level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fourth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fifth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The sixth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The seventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The eighth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The ninth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The top-level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the ad unit where the ad was requested. Corresponds to \"Ad unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The full hierarchy of ad unit names where the ad was requested, from root to leaf, excluding the root ad unit name. Corresponds to \"Ad unit (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING_LIST`",
            "The first level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The tenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The eleventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The twelfth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The thirteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fourteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fifteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The sixteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The second level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The third level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fourth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fifth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The sixth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The seventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The eighth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ninth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The top-level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The reward amount of the ad unit where the ad was requested. Corresponds to \"Ad unit reward amount\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `INTEGER`",
            "The reward type of the ad unit where the ad was requested. Corresponds to \"Ad unit reward type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `STRING`",
            "The status of the ad unit Corresponds to \"Ad unit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: AdUnitStatus",
            "The name of the status of the ad unit Corresponds to \"Ad unit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ID of an agency at level 1 of agency hierarchy. Corresponds to \"Agency ID (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 1 of agency hierarchy. Corresponds to \"Agency (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an agency at level 2 of agency hierarchy. Corresponds to \"Agency ID (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 2 of agency hierarchy. Corresponds to \"Agency (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an agency at level 3 of agency hierarchy. Corresponds to \"Agency ID (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 3 of agency hierarchy. Corresponds to \"Agency (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User age bracket enum. Corresponds to \"Age bracket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized user age bracket returned from Google Analytics. For example, \"18-24\", \"25-34\", \"35-44\", \"45-54\", \"55-64\", \"65+\". Corresponds to \"Age bracket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Property ID in Google Analytics Corresponds to \"Analytics property ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Property name in Google Analytics Corresponds to \"Analytics property\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The app version. Corresponds to \"App version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of Auction Package deal Corresponds to \"Auction package deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of Auction Package deal Corresponds to \"Auction package deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of billable audience segment. Corresponds to \"Audience segment (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the data provider for the audience segment. Corresponds to \"Audience segment data provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the data provider for the audience segment. Corresponds to \"Audience segment data provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of billable audience segment. Corresponds to \"Audience segment ID (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "ID of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment ID (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Name of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Number of AdID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) AdID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Amazon Fire identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Amazon Fire size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Android TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Android TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Apple TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Apple TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of IDFA identifiers in the audience segment. Corresponds to \"Audience segment (targeted) IDFA size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of mobile web identifiers in the audience segment. Corresponds to \"Audience segment (targeted) mobile web size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of PlayStation identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PlayStation size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of PPID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PPID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Roku identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Roku size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Samsung TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Samsung TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of identifiers in the audience segment. Corresponds to \"Audience segment (targeted) size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Status of the audience segment. Corresponds to \"Audience segment (targeted) status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
            "Name of the status of the audience segment. Corresponds to \"Audience segment (targeted) status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Number of Xbox identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Xbox size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Enum value of Auto refreshed traffic. Corresponds to \"Auto refreshed traffic value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Indicates if the traffic is from auto-refreshed ad requests. Corresponds to \"Auto refreshed traffic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The encrypted version of BIDDER_ID. Corresponds to \"Bidder encrypted ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The name of the bidder. Corresponds to \"Bidder\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The cpm range within which a bid falls. Corresponds to \"Bid Range\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BID_RANGE`",
            "The reason a bid was rejected. Corresponds to \"Bid rejection reason value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the reason a bid was rejected. Corresponds to \"Bid rejection reason\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized version of branding type, the amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Browser category. Corresponds to \"Browser category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
            "Browser category name. Corresponds to \"Browser category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The ID of the browser. Corresponds to \"Browser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the browser. Corresponds to \"Browser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The ID of the buyer network. Corresponds to \"Buyer network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of the buyer network. Corresponds to \"Buyer network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The callout status category name in the Ads traffic navigator report. Corresponds to \"Callout status category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Mobile carrier ID. Corresponds to \"Carrier ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the mobile carrier. Corresponds to \"Carrier\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory segmentation by channel. Corresponds to \"Channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Child Publisher Network Code Corresponds to \"Child network code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Child Publisher Network ID Corresponds to \"Child network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Child Partner Network Name Corresponds to \"Child network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The criteria ID of the city in which the ad served. Corresponds to \"City ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the city in which the ad served. Corresponds to \"City\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "The ID of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "ID of the brand, as classified by Google, Corresponds to \"Brand ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "Name of the brand, as classified by Google, Corresponds to \"Brand (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "ID of the video content bundle served. Corresponds to \"Content bundle ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Name of the video content bundle served. Corresponds to \"Content bundle\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "ID of the video content metadata namespace served. Corresponds to \"CMS metadata key ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Name of the video content metadata namespace served. Corresponds to \"CMS metadata key\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The display name of the CMS content. Corresponds to \"Content source name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The CMS content ID of the video content. Corresponds to \"ID of the video in the content source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "ID of the video content served. Corresponds to \"Content ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Content mapping presence ENUM value Corresponds to \"Content mapping presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Content mapping presence name Corresponds to \"Content mapping presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Name of the video content served. Corresponds to \"Content\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The continent in which the ad served (derived from country). Corresponds to \"Continent value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The name of the continent in which the ad served (derived from country). Corresponds to \"Continent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ISO code of the country in which the ad served. Corresponds to \"Country code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The criteria ID of the country in which the ad served. Corresponds to \"Country ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the country in which the ad served. Corresponds to \"Country\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "Enum value of creative billing type Corresponds to \"Creative billing type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string value of creative billing type Corresponds to \"Creative billing type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Represents the click-through URL of a creative Corresponds to \"Creative click through url\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a creative Corresponds to \"Creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Creative name Corresponds to \"Creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "ENUM describing whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string name of whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Creative Policies filtering. Corresponds to \"Creative policies filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Creative Policies filtering. Corresponds to \"Creative policies filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Creative Protections filtering. Corresponds to \"Creative protections filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Creative Protections filtering. Corresponds to \"Creative protections filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ENUM describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether the creative has an SSL compliance override, and how the override has been set. Corresponds to \"Creative SSL compliance override value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the creative SSL compliance override. Corresponds to \"Creative SSL compliance override\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The result of an Ad Manager scan of the creative. Corresponds to \"Creative SSL scan result value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the creative SSL scan result. Corresponds to \"Creative SSL scan result\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The size of the ad unit that the creative is intended to occupy, such as \"468 x 60\". Corresponds to \"Creative target ad unit size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Creative technology ENUM Corresponds to \"Creative technology value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Creative technology localized name Corresponds to \"Creative technology\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Third party vendor name of a creative Corresponds to \"Creative third party vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value of creative type Corresponds to \"Creative type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
            "Localized string name of creative type Corresponds to \"Creative type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Creative vendor ID. Corresponds to \"Creative vendor ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the Creative vendor. Corresponds to \"Creative vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The third party where Google Ad Manager was redirected for the creative, based on the domain. Corresponds to \"Creative video redirect third party\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a Curation partner Corresponds to \"Curation partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of a Curation partner Corresponds to \"Curation partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Custom event ID Corresponds to \"Custom event id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Custom event name Corresponds to \"Custom event\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Custom event type Corresponds to \"Custom event type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the custom event type Corresponds to \"Custom event type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by date. Corresponds to \"Date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `AD_SPEED`, `REAL_TIME_VIDEO`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `DATE`",
            "Breaks down reporting data by day of the week. Monday is 1 and 7 is Sunday. Corresponds to \"Day of week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "The ID of the buyer of a deal. Corresponds to \"Deal buyer ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the buyer of a deal. Corresponds to \"Deal buyer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Deal ID Corresponds to \"Deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "List of deal IDs found in a callout. Corresponds to \"Deal ID (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Deal name Corresponds to \"Deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The ID of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal name (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Demand channel. Corresponds to \"Demand channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `ENUM`",
            "Demand channel name. Corresponds to \"Demand channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `STRING`",
            "Demand source. Corresponds to \"Demand source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
            "List of demand sources found in a callout. Corresponds to \"Demand source (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Demand source name. Corresponds to \"Demand source\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Demand subchannel. Corresponds to \"Demand subchannel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Demand subchannel name. Corresponds to \"Demand subchannel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The device on which an ad was served. Corresponds to \"Device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The device category to which an ad is being targeted. Corresponds to \"Device category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
            "The name of the category of device (smartphone, feature phone, tablet, or desktop) to which an ad is being targeted. Corresponds to \"Device category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "Device manufacturer ID Corresponds to \"Device manufacturer ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Device manufacturer name Corresponds to \"Device manufacturer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Device model ID Corresponds to \"Device model ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Device model name Corresponds to \"Device model\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The localized name of the device on which an ad was served. Corresponds to \"Device\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of DSP Seat Corresponds to \"DSP seat ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Categorization of inventory sources based on AdX dynamic allocation backfill type. Corresponds to \"Dynamic allocation value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the dynamic allocation type. Corresponds to \"Dynamic allocation\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Status of Encrypted Signals for Publishers delivery. Corresponds to \"Secure signal delivery value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ESP delivery status. Corresponds to \"Secure signal delivery\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether Encrypted Signals for Publishers are present on the ad request. Corresponds to \"Secure signal presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ESP presence status. Corresponds to \"Secure signal presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Exchange bidding deal ID. Corresponds to \"Exchange bidding deal id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Exchange bidding deal type. Corresponds to \"Exchange bidding deal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the exchange bidding deal type. Corresponds to \"Exchange bidding deal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the yield partner as classified by Google Corresponds to \"Yield partner ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the yield partner as classified by Google Corresponds to \"Yield partner (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the first look pricing rule. Corresponds to \"First look pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the first look pricing rule. Corresponds to \"First look pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User gender enum value returned from Google Analytics. Corresponds to \"Gender value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized user gender returned from Google Analytics. For example, \"male\", \"female\". Corresponds to \"Gender\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a Google Analytics stream. For example, web site or mobile app Corresponds to \"Google Analytics stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of a Google Analytics stream. For example, web site or mobile app. Corresponds to \"Google Analytics stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the header bidding trafficking yield partner. Corresponds to \"Yield partner ID (header bidding trafficking)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The name of the header bidding trafficking yield partner. Corresponds to \"Yield partner (header bidding trafficking)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Header Bidder integration type. Corresponds to \"Header bidder integration type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Header Bidder integration type. Corresponds to \"Header bidder integration type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by hour in one day. Corresponds to \"Hour\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `INTEGER`",
            "Impression Counting Method ENUM. Corresponds to \"Impression counting method value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized impression counting method name. Corresponds to \"Impression counting method\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The interaction type of an ad. Corresponds to \"Interaction type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the interaction type of an ad. Corresponds to \"Interaction type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User interest returned from Google Analytics. Corresponds to \"Interests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory format. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Inventory format name. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the inventory share assignment. Corresponds to \"Inventory share assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the inventory share assignment. Corresponds to \"Inventory share assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The result of an inventory share. Corresponds to \"Inventory share outcome value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the result of an inventory share. Corresponds to \"Inventory share outcome\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The partner ad server of the inventory share. Corresponds to \"Inventory share partner ad server value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the partner ad server. Corresponds to \"Inventory share partner ad server\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The target share percent of the inventory share assignment Corresponds to \"Partner target share percent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The type of the inventory share. Corresponds to \"Inventory share type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the inventory share type. Corresponds to \"Inventory share type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory type. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded) value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
            "Inventory type name. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Whether traffic is Adx Direct. Corresponds to \"Is AdX Direct\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "If curation was targeted by the buyer when buying the impression Corresponds to \"Is curation targeted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether the query was dropped. Corresponds to \"Is Dropped\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether traffic is First Look. Corresponds to \"Is First Look\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "The Custom Targeting Value ID Corresponds to \"Key-values ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The Custom Targeting Value formatted like `{keyName}={valueName}` Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The custom criteria key-values specified in ad requests. Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The agency of the order associated with the line item. Corresponds to \"Line item agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Whether a Line item is archived. Corresponds to \"Line item is archived\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "The average number of viewers for the line item. Corresponds to \"Nielsen average number of viewers\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
            "Line item companion delivery option ENUM value. Corresponds to \"Line item companion delivery option value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemCompanionDeliveryType",
            "Localized line item companion delivery option name. Corresponds to \"Line item companion delivery option\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The computed status of the LineItem. Corresponds to \"Line item computed status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemComputedStatus",
            "The localized name of the computed status of the LineItem. Corresponds to \"Line item computed status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The contracted units bought for the Line item. Corresponds to \"Line item contracted quantity\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "The cost per unit of the Line item. Corresponds to \"Line item rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `MONEY`",
            "Line item cost type ENUM value. Corresponds to \"Line item cost type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemCostType",
            "Localized line item cost type name. Corresponds to \"Line item cost type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Represent the end date of a creative associated with line item Corresponds to \"Line item creative end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
            "The creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: CreativeRotationType",
            "The localized name of the creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Represent the start date of a creative associated with line item Corresponds to \"Line item creative start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
            "The 3 letter currency code of the Line Item Corresponds to \"Line item currency code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The progress made for the delivery of the Line item. Corresponds to \"Line item delivery indicator\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REAL_TIME_VIDEO` Data format: `PERCENT`",
            "The delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemDeliveryRateType",
            "The localized name of the delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The discount of the LineItem in whole units in the LineItem's currency code, or if unspecified the Network's currency code. Corresponds to \"Line item discount (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "The discount of the LineItem in percentage. Corresponds to \"Line item discount (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `WHOLE_PERCENT`",
            "The end date of the Line item. Corresponds to \"Line item end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
            "The end date and time of the Line item. Corresponds to \"Line item end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
            "The ENUM value of the environment a LineItem is targeting. Corresponds to \"Line item environment type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: EnvironmentType",
            "The localized name of the environment a LineItem is targeting. Corresponds to \"Line item environment type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The deal ID of the Line item. Set for Programmatic Direct campaigns. Corresponds to \"Line item deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "The external ID of the Line item. Corresponds to \"Line item external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The frequency cap of the Line item (descriptive string). Corresponds to \"Line item frequency cap\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Line item ID. Corresponds to \"Line item ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "Line item labels. Corresponds to \"Line item labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Line item label IDs. Corresponds to \"Line item label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "The application that last modified the Line Item. Corresponds to \"Line item last modified by app\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The total number of clicks delivered of the lifetime of the Line item. Corresponds to \"Line item lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The total number of impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The total number of viewable impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "Whether or not the Line item is Makegood. Makegood refers to free inventory offered to buyers to compensate for mistakes or under-delivery in the original campaigns. Corresponds to \"Line item is makegood\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "Line item Name. Corresponds to \"Line item\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The cost of booking for the Line item (non-CPD). Corresponds to \"Line item booked revenue (exclude CPD)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "Whether a Line item is eligible for optimization. Corresponds to \"Line item is optimizable\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "The PO number of the order associated with the line item. Corresponds to \"Line item PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Goal type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: GoalType",
            "Localized goal type name of the primary goal of the line item. Corresponds to \"Line item primary goal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The total number of impressions or clicks that are reserved for a line item. For line items of type BULK or PRICE_PRIORITY, this represents the number of remaining impressions reserved. If the line item has an impression cap goal, this represents the number of impressions or conversions that the line item will stop serving at if reached. Corresponds to \"Line item primary goal units (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The percentage of impressions or clicks that are reserved for a line item. For line items of type SPONSORSHIP, this represents the percentage of available impressions reserved. For line items of type NETWORK or HOUSE, this represents the percentage of remaining impressions reserved. Corresponds to \"Line item primary goal units (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `WHOLE_PERCENT`",
            "Unit type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal unit type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: UnitType",
            "Localized unit type name of the primary goal of the line item. Corresponds to \"Line item primary goal unit type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The priority of this Line item as a value between 1 and 16. In general, a lower priority means more serving priority for the Line item. Corresponds to \"Line item priority\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "ENUM value describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemReservationStatus",
            "Localized string describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The sales person of the order associated with the line item. Corresponds to \"Line item salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The secondary sales people of the order associated with the line item. Corresponds to \"Line item secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "The secondary traffickers of the order associated with the line item. Corresponds to \"Line item secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "The start date of the Line item. Corresponds to \"Line item start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
            "The start date and time of the Line item. Corresponds to \"Line item start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
            "The trafficker of the order associated with the line item. Corresponds to \"Line item trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Line item type ENUM value. Corresponds to \"Line item type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemType",
            "Localized line item type name. Corresponds to \"Line item type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Whether the Line item end time and end date is set to effectively never end. Corresponds to \"Line item is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `BOOLEAN`",
            "The artificial cost per unit used by the Ad server to help rank inventory. Corresponds to \"Line item value cost per unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "The web property code used for dynamic allocation Line Items. Corresponds to \"Line item web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The ID of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Mediation type. Corresponds to \"Mediation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized mediation type name. Corresponds to \"Mediation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the yield partner for Mediation. Corresponds to \"Yield partner ID (mediation)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The name of the yield partner for Mediation. Corresponds to \"Yield partner (mediation)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The criteria ID of the metro area in which the ad served. Corresponds to \"Metro ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the metro area in which the ad served. Corresponds to \"Metro\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Whether the mobile app is free. Corresponds to \"App is free\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "URL of app icon for the mobile app. Corresponds to \"App icon URL\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the Mobile App. Corresponds to \"App ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "The name of the mobile app. Corresponds to \"App\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Ownership status of the mobile app. Corresponds to \"App ownership status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Ownership status of the mobile app. Corresponds to \"App ownership status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The App Store of the mobile app. Corresponds to \"App store value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the mobile app store. Corresponds to \"App store\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Mobile inventory type. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Values match the Inventory type dimension available in the Overview Home dashboard. Note: Video takes precedence over any other value, for example, if there is an in-stream video impression on a desktop device, it will be attributed to in-stream video and not desktop web. Corresponds to \"Inventory type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
            "Mobile inventory type name. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Corresponds to \"Inventory type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Mobile rendering SDK. Corresponds to \"Rendering SDK value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Localized name of the Mobile rendering SDK. Corresponds to \"Rendering SDK\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "The major version of the mobile SDK. Corresponds to \"App SDK major version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The minor version of the mobile SDK. Corresponds to \"App SDK minor version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "SDK version of the mobile device. Corresponds to \"App SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by month and year. Corresponds to \"Month and year\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `PARTNER_FINANCE`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Native ad format ID. Corresponds to \"Native ad format ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Native ad format name. Corresponds to \"Native ad format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Native style ID. Corresponds to \"Native style ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Native style name. Corresponds to \"Native style\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
            "Name of the Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
            "Name of the Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "Nielsen in target Corresponds to \"Nielsen in-target\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `BOOLEAN`",
            "Data restatement date of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Digital Ad Ratings restatement date\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE`",
            "Campaign date segment of Nielsen Digital Ad Ratings reporting. Corresponds to \"Nielsen Digital Ad Ratings segment\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE_RANGE`",
            "Site URL of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Site URL\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "No fill reason category name in the Ads traffic navigator report. Corresponds to \"No fill reason category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Operating system category. Corresponds to \"Operating system category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM`",
            "Operating system category name. Corresponds to \"Operating system category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "ID of the operating system version. Corresponds to \"Operating system ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Details of the operating system, including version. Corresponds to \"Operating system\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value of the optimization type. Corresponds to \"Optimization type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the optimization type. Corresponds to \"Optimization type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order agency. Corresponds to \"Order agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order agency ID. Corresponds to \"Order agency ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Order booked CPC. Corresponds to \"Order booked CPC\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "Order booked CPM. Corresponds to \"Order booked CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "Order delivery status ENUM value. Corresponds to \"Order delivery status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM` Values: OrderDeliveryStatus",
            "Order delivery status localized name. Corresponds to \"Order delivery status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Order end date. Corresponds to \"Order end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
            "Order end date and time. Corresponds to \"Order end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
            "Order external ID. Corresponds to \"Order external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Order ID. Corresponds to \"Order ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Order labels. Corresponds to \"Order labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order labels IDs. Corresponds to \"Order label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order lifetime clicks. Corresponds to \"Order lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
            "Order lifetime impressions. Corresponds to \"Order lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
            "Order name. Corresponds to \"Order\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Order PO number. Corresponds to \"Order PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "Whether the Order is programmatic. Corresponds to \"Order is programmatic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "Order sales person. Corresponds to \"Order salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `STRING`",
            "Order sales person ID. Corresponds to \"Order salesperson ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `IDENTIFIER`",
            "Order secondary sales people. Corresponds to \"Order secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order secondary sales people ID. Corresponds to \"Order secondary salespeople ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order secondary traffickers. Corresponds to \"Order secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order secondary traffickers ID. Corresponds to \"Order secondary trafficker IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order start date. Corresponds to \"Order start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
            "Order start date and time. Corresponds to \"Order start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
            "Order trafficker. Corresponds to \"Order trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order trafficker ID. Corresponds to \"Order trafficker ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Whether the Order end time and end date is set to effectively never end. Corresponds to \"Order is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `BOOLEAN`",
            "Page path is the part of a page URL that comes after the domain but before the query strings from Google Analytics. Corresponds to \"Page path\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Page title (web) and screen class (mobile) returned from Google Analytics. Corresponds to \"Page title and screen class\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Page title (web) and screen name (mobile) returned from Google Analytics. Corresponds to \"Page title and screen name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a partner management assignment. Corresponds to \"Partner management assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
            "The name of a partner management assignment. Corresponds to \"Partner management assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
            "The ID of a partner in a partner management assignment. Corresponds to \"Partner management partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
            "The name of a partner in a partner management assignment. Corresponds to \"Partner management partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
            "Placement ID Corresponds to \"Placement ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The full list of placement IDs associated with the ad unit. Corresponds to \"Placement ID (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER_LIST`",
            "Placement name Corresponds to \"Placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The full list of placement names associated with the ad unit. Corresponds to \"Placement (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Placement status ENUM value Corresponds to \"Placement status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `ENUM` Values: PlacementStatus",
            "Localized placement status name. Corresponds to \"Placement status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING`",
            "The full list of localized placement status names associated with the ad unit. Corresponds to \"Placement status (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The criteria ID of the postal code in which the ad served. Corresponds to \"Postal code ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the postal code in which the ad served. Corresponds to \"Postal code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of that indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Predicted viewability score bucket. Corresponds to \"Predicted viewability bucket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the predicted viewability score bucket. Corresponds to \"Predicted viewability bucket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the secure signals sent in the ad request. Corresponds to \"Secure signal ID (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the secure signals sent in the ad request. Corresponds to \"Secure signal name (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Pricing rule ID dimension Corresponds to \"Pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Pricing rule name dimension Corresponds to \"Pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID type selected for personalization. Corresponds to \"Primary personalization ID type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the ID type selected for personalization. Corresponds to \"Primary personalization ID type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Programmatic channel. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Programmatic channel name. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "External code ID of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals external code (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ancestor chain of IDs of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
            "The ancestor chain of names of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals tier (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals type (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "External code ID of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals external code (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ancestor chain of IDs of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
            "The ancestor chain of names of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals tier (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals type (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "External code ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals external code (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of a publisher provided signal (top level). Corresponds to \"Publisher provided signals (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (top level). Corresponds to \"Publisher provided signals tier (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (top level). Corresponds to \"Publisher provided signals type (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Data provider ID associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider ID)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Data provider name associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The criteria ID of the region (for example, US state) in which the ad served. Corresponds to \"Region ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the region (for example, US state) in which the ad served. Corresponds to \"Region\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `STRING`",
            "The rejection class category name in the Ads traffic navigator report. Corresponds to \"Rejection class category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The size of a rendered creative, It can differ with the creative's size if a creative is shown in an ad slot of a different size. Corresponds to \"Rendered creative size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Inventory Requested Ad Sizes dimension Corresponds to \"Requested ad sizes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Request type ENUM Corresponds to \"Request type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
            "Request type localized name Corresponds to \"Request type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Revenue Verification bidder-provided ID. Corresponds to \"Revenue verification ID\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `IDENTIFIER`",
            "Indicates if a request was eligible for server-side unwrapping. Corresponds to \"Server-side unwrapping eligible\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "The serving restriction mode for privacy. Corresponds to \"Serving restriction value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the serving restriction mode for privacy. Corresponds to \"Serving restriction\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Information about domain or subdomains. Corresponds to \"Site\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "The ID of the browser, device or other environment into which a line item or creative was served. Corresponds to \"Targeting ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Information about the browser, device and other environments into which a line item or creative was served. Corresponds to \"Targeting\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The way in which advertisers targeted their ads. Corresponds to \"Targeting type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the way in which advertisers targeted their ads. Corresponds to \"Targeting type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Targets customer matching list. Whether the query is siloed customer match attributed. Corresponds to \"Targets customer matching list\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Reports the status of Topics in the ad request. Corresponds to \"Topics status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the status of Topics in the ad request. Corresponds to \"Topics status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory top private domain dimension Corresponds to \"Domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Inventory Traffic source dimension Corresponds to \"Traffic source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Inventory Traffic source dimension name Corresponds to \"Traffic source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "A URL defined under a publisher's inventory. Corresponds to \"URL\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "A URL defined under a publisher's inventory. Corresponds to \"URL ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The choice made in a user message. Corresponds to \"User choice value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
            "Localized name of the choice made in a user message. Corresponds to \"User choice\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Enum value for the entitlement source. Corresponds to \"Entitlement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
            "The localized name of the entitlement source. Corresponds to \"Entitlement source\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Targeting criteria ID for the operating system group. Used for User Messages reports. Corresponds to \"Operating system group ID\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The name of the operating system group. Used for User Messages reports. Corresponds to \"Operating system group\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "The VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The break type of a video ad request. Corresponds to \"Video ad break type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the break type of a video ad request. Corresponds to \"Video ad break type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Video ad duration Corresponds to \"Video ad duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The duration of a video ad request. Corresponds to \"Video ad request duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the midpoint of the duration of a video ad request. Corresponds to \"Video ad request duration midpoint\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The localized name of the duration of a video ad request. Corresponds to \"Video ad request duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The video ad request source enum. Corresponds to \"Ad request source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
            "The localized name of the video ad request source. Corresponds to \"Ad request source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Video ad type Corresponds to \"Video ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video ad type localized name Corresponds to \"Video ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The continuous play type of the video ad impression. Corresponds to \"Video continuous play type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video continuous play type localized name. Corresponds to \"Video continuous play type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Fallback position of the video ad. Corresponds to \"Fallback position\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The duration of the ad break in seconds for a live stream event. Corresponds to \"Ad break duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ID of the ad break in a live stream event. Corresponds to \"Live stream ad break ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The name of the ad break in a live stream event. Corresponds to \"Live stream ad break\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The time of the ad break in a live stream event in the format of YYYY-MM-DD HH:MM:SS+Timezone. Corresponds to \"Ad break time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `TIMESTAMP`",
            "The ID of the live stream event. Corresponds to \"Live stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The name of the live stream event. Corresponds to \"Live stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The performance of the video ad inventory broken out by source. Corresponds to \"Video measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video measurement source localized name. Corresponds to \"Video measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The video placement enum as defined by ADCOM 1.0-202303. Corresponds to \"Video placement value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the video placement as defined by ADCOM 1.0-202303. Corresponds to \"Video placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The position in the video pod. For example 0, 1, 2, etc. Corresponds to \"Position in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The position of the pod in the video stream. For example pre-roll, mid-roll, post-roll. Corresponds to \"Position of pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The video SDK version enum. Corresponds to \"Video SDK version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
            "The localized name of the video SDK version. Corresponds to \"Video SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Video stitcher type. Corresponds to \"Video stitcher type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the video stitcher type. Corresponds to \"Video stitcher type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Web property code Corresponds to \"Web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by week of the year. Corresponds to \"Week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Name of the company within a yield group Corresponds to \"Yield partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Tag of the company within a yield group. Corresponds to \"Yield group buyer tag\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "YouTube instream ad duration bucket. Corresponds to \"Ad duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
            "YouTube instream ad duration bucket name. Corresponds to \"Ad duration\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "YouTube instream Ad Type. Corresponds to \"YouTube ad type ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
            "YouTube instream Ad Type localized name. Corresponds to \"YouTube ad type\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 0 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 7 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 7 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 9 of `ReportDefinition.ekv_dimension_key_ids`."
          ],
          "enum": [
            "DIMENSION_UNSPECIFIED",
            "ACTIVE_VIEW_MEASUREMENT_SOURCE",
            "ACTIVE_VIEW_MEASUREMENT_SOURCE_NAME",
            "ADVERTISER_CREDIT_STATUS",
            "ADVERTISER_CREDIT_STATUS_NAME",
            "ADVERTISER_DOMAIN_NAME",
            "ADVERTISER_EXTERNAL_ID",
            "ADVERTISER_ID",
            "ADVERTISER_LABELS",
            "ADVERTISER_LABEL_IDS",
            "ADVERTISER_NAME",
            "ADVERTISER_PRIMARY_CONTACT",
            "ADVERTISER_STATUS",
            "ADVERTISER_STATUS_NAME",
            "ADVERTISER_TYPE",
            "ADVERTISER_TYPE_NAME",
            "ADVERTISER_VERTICAL",
            "ADX_PRODUCT",
            "ADX_PRODUCT_NAME",
            "AD_EXPERIENCES_TYPE",
            "AD_EXPERIENCES_TYPE_NAME",
            "AD_LOCATION",
            "AD_LOCATION_NAME",
            "AD_REQUEST_SIZES",
            "AD_TECHNOLOGY_PROVIDER_DOMAIN",
            "AD_TECHNOLOGY_PROVIDER_ID",
            "AD_TECHNOLOGY_PROVIDER_NAME",
            "AD_TYPE",
            "AD_TYPE_NAME",
            "AD_UNIT_CODE",
            "AD_UNIT_CODE_LEVEL_1",
            "AD_UNIT_CODE_LEVEL_10",
            "AD_UNIT_CODE_LEVEL_11",
            "AD_UNIT_CODE_LEVEL_12",
            "AD_UNIT_CODE_LEVEL_13",
            "AD_UNIT_CODE_LEVEL_14",
            "AD_UNIT_CODE_LEVEL_15",
            "AD_UNIT_CODE_LEVEL_16",
            "AD_UNIT_CODE_LEVEL_2",
            "AD_UNIT_CODE_LEVEL_3",
            "AD_UNIT_CODE_LEVEL_4",
            "AD_UNIT_CODE_LEVEL_5",
            "AD_UNIT_CODE_LEVEL_6",
            "AD_UNIT_CODE_LEVEL_7",
            "AD_UNIT_CODE_LEVEL_8",
            "AD_UNIT_CODE_LEVEL_9",
            "AD_UNIT_ID",
            "AD_UNIT_ID_ALL_LEVEL",
            "AD_UNIT_ID_LEVEL_1",
            "AD_UNIT_ID_LEVEL_10",
            "AD_UNIT_ID_LEVEL_11",
            "AD_UNIT_ID_LEVEL_12",
            "AD_UNIT_ID_LEVEL_13",
            "AD_UNIT_ID_LEVEL_14",
            "AD_UNIT_ID_LEVEL_15",
            "AD_UNIT_ID_LEVEL_16",
            "AD_UNIT_ID_LEVEL_2",
            "AD_UNIT_ID_LEVEL_3",
            "AD_UNIT_ID_LEVEL_4",
            "AD_UNIT_ID_LEVEL_5",
            "AD_UNIT_ID_LEVEL_6",
            "AD_UNIT_ID_LEVEL_7",
            "AD_UNIT_ID_LEVEL_8",
            "AD_UNIT_ID_LEVEL_9",
            "AD_UNIT_ID_TOP_LEVEL",
            "AD_UNIT_NAME",
            "AD_UNIT_NAME_ALL_LEVEL",
            "AD_UNIT_NAME_LEVEL_1",
            "AD_UNIT_NAME_LEVEL_10",
            "AD_UNIT_NAME_LEVEL_11",
            "AD_UNIT_NAME_LEVEL_12",
            "AD_UNIT_NAME_LEVEL_13",
            "AD_UNIT_NAME_LEVEL_14",
            "AD_UNIT_NAME_LEVEL_15",
            "AD_UNIT_NAME_LEVEL_16",
            "AD_UNIT_NAME_LEVEL_2",
            "AD_UNIT_NAME_LEVEL_3",
            "AD_UNIT_NAME_LEVEL_4",
            "AD_UNIT_NAME_LEVEL_5",
            "AD_UNIT_NAME_LEVEL_6",
            "AD_UNIT_NAME_LEVEL_7",
            "AD_UNIT_NAME_LEVEL_8",
            "AD_UNIT_NAME_LEVEL_9",
            "AD_UNIT_NAME_TOP_LEVEL",
            "AD_UNIT_REWARD_AMOUNT",
            "AD_UNIT_REWARD_TYPE",
            "AD_UNIT_STATUS",
            "AD_UNIT_STATUS_NAME",
            "AGENCY_LEVEL_1_ID",
            "AGENCY_LEVEL_1_NAME",
            "AGENCY_LEVEL_2_ID",
            "AGENCY_LEVEL_2_NAME",
            "AGENCY_LEVEL_3_ID",
            "AGENCY_LEVEL_3_NAME",
            "AGE_BRACKET",
            "AGE_BRACKET_NAME",
            "ANALYTICS_PROPERTY_ID",
            "ANALYTICS_PROPERTY_NAME",
            "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS",
            "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS_NAME",
            "APP_VERSION",
            "AUCTION_PACKAGE_DEAL",
            "AUCTION_PACKAGE_DEAL_ID",
            "AUDIENCE_SEGMENT_BILLABLE",
            "AUDIENCE_SEGMENT_DATA_PROVIDER_ID",
            "AUDIENCE_SEGMENT_DATA_PROVIDER_NAME",
            "AUDIENCE_SEGMENT_ID_BILLABLE",
            "AUDIENCE_SEGMENT_ID_TARGETED",
            "AUDIENCE_SEGMENT_TARGETED",
            "AUDIENCE_SEGMENT_TARGETED_AD_ID_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_AMAZON_FIRE_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_ANDROID_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_APPLE_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_IDFA_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_MOBILE_WEB_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_PLAYSTATION_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_PPID_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_ROKU_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_SAMSUNG_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_STATUS",
            "AUDIENCE_SEGMENT_TARGETED_STATUS_NAME",
            "AUDIENCE_SEGMENT_TARGETED_XBOX_USER_SIZE",
            "AUTO_REFRESHED_TRAFFIC",
            "AUTO_REFRESHED_TRAFFIC_NAME",
            "BIDDER_ENCRYPTED_ID",
            "BIDDER_NAME",
            "BID_RANGE",
            "BID_REJECTION_REASON",
            "BID_REJECTION_REASON_NAME",
            "BRANDING_TYPE",
            "BRANDING_TYPE_NAME",
            "BROWSER_CATEGORY",
            "BROWSER_CATEGORY_NAME",
            "BROWSER_ID",
            "BROWSER_NAME",
            "BUYER_NETWORK_ID",
            "BUYER_NETWORK_NAME",
            "CALLOUT_STATUS_CATEGORY_NAME",
            "CARRIER_ID",
            "CARRIER_NAME",
            "CHANNEL",
            "CHILD_NETWORK_CODE",
            "CHILD_NETWORK_ID",
            "CHILD_PARTNER_NAME",
            "CITY_ID",
            "CITY_NAME",
            "CLASSIFIED_ADVERTISER_ID",
            "CLASSIFIED_ADVERTISER_NAME",
            "CLASSIFIED_BRAND_ID",
            "CLASSIFIED_BRAND_NAME",
            "CONTENT_BUNDLE_ID",
            "CONTENT_BUNDLE_NAME",
            "CONTENT_CMS_METADATA_KV_NAMESPACE_ID",
            "CONTENT_CMS_METADATA_KV_NAMESPACE_NAME",
            "CONTENT_CMS_NAME",
            "CONTENT_CMS_VIDEO_ID",
            "CONTENT_ID",
            "CONTENT_MAPPING_PRESENCE",
            "CONTENT_MAPPING_PRESENCE_NAME",
            "CONTENT_NAME",
            "CONTINENT",
            "CONTINENT_NAME",
            "COUNTRY_CODE",
            "COUNTRY_ID",
            "COUNTRY_NAME",
            "CREATIVE_BILLING_TYPE",
            "CREATIVE_BILLING_TYPE_NAME",
            "CREATIVE_CLICK_THROUGH_URL",
            "CREATIVE_ID",
            "CREATIVE_NAME",
            "CREATIVE_OR_CREATIVE_SET",
            "CREATIVE_OR_CREATIVE_SET_NAME",
            "CREATIVE_POLICIES_FILTERING",
            "CREATIVE_POLICIES_FILTERING_NAME",
            "CREATIVE_PROTECTIONS_FILTERING",
            "CREATIVE_PROTECTIONS_FILTERING_NAME",
            "CREATIVE_SET_ROLE_TYPE",
            "CREATIVE_SET_ROLE_TYPE_NAME",
            "CREATIVE_SSL_COMPLIANCE_OVERRIDE",
            "CREATIVE_SSL_COMPLIANCE_OVERRIDE_NAME",
            "CREATIVE_SSL_SCAN_RESULT",
            "CREATIVE_SSL_SCAN_RESULT_NAME",
            "CREATIVE_TARGET_AD_UNIT_SIZE",
            "CREATIVE_TECHNOLOGY",
            "CREATIVE_TECHNOLOGY_NAME",
            "CREATIVE_THIRD_PARTY_VENDOR",
            "CREATIVE_TYPE",
            "CREATIVE_TYPE_NAME",
            "CREATIVE_VENDOR_ID",
            "CREATIVE_VENDOR_NAME",
            "CREATIVE_VIDEO_REDIRECT_THIRD_PARTY",
            "CURATOR_ID",
            "CURATOR_NAME",
            "CUSTOM_EVENT_ID",
            "CUSTOM_EVENT_NAME",
            "CUSTOM_EVENT_TYPE",
            "CUSTOM_EVENT_TYPE_NAME",
            "CUSTOM_SPOT_ID",
            "CUSTOM_SPOT_NAME",
            "DATE",
            "DAY_OF_WEEK",
            "DEAL_BUYER_ID",
            "DEAL_BUYER_NAME",
            "DEAL_ID",
            "DEAL_ID_ALL",
            "DEAL_NAME",
            "DELIVERED_SECURE_SIGNAL_ID",
            "DELIVERED_SECURE_SIGNAL_NAME",
            "DEMAND_CHANNEL",
            "DEMAND_CHANNEL_NAME",
            "DEMAND_SOURCE",
            "DEMAND_SOURCE_ALL",
            "DEMAND_SOURCE_NAME",
            "DEMAND_SUBCHANNEL",
            "DEMAND_SUBCHANNEL_NAME",
            "DEVICE",
            "DEVICE_CATEGORY",
            "DEVICE_CATEGORY_NAME",
            "DEVICE_MANUFACTURER_ID",
            "DEVICE_MANUFACTURER_NAME",
            "DEVICE_MODEL_ID",
            "DEVICE_MODEL_NAME",
            "DEVICE_NAME",
            "DSP_SEAT_ID",
            "DYNAMIC_ALLOCATION_TYPE",
            "DYNAMIC_ALLOCATION_TYPE_NAME",
            "ESP_DELIVERY",
            "ESP_DELIVERY_NAME",
            "ESP_PRESENCE",
            "ESP_PRESENCE_NAME",
            "EXCHANGE_BIDDING_DEAL_ID",
            "EXCHANGE_BIDDING_DEAL_TYPE",
            "EXCHANGE_BIDDING_DEAL_TYPE_NAME",
            "EXCHANGE_THIRD_PARTY_COMPANY_ID",
            "EXCHANGE_THIRD_PARTY_COMPANY_NAME",
            "FIRST_LOOK_PRICING_RULE_ID",
            "FIRST_LOOK_PRICING_RULE_NAME",
            "FIRST_PARTY_ID_STATUS",
            "FIRST_PARTY_ID_STATUS_NAME",
            "GENDER",
            "GENDER_NAME",
            "GOOGLE_ANALYTICS_STREAM_ID",
            "GOOGLE_ANALYTICS_STREAM_NAME",
            "HBT_YIELD_PARTNER_ID",
            "HBT_YIELD_PARTNER_NAME",
            "HEADER_BIDDER_INTEGRATION_TYPE",
            "HEADER_BIDDER_INTEGRATION_TYPE_NAME",
            "HOUR",
            "IMPRESSION_COUNTING_METHOD",
            "IMPRESSION_COUNTING_METHOD_NAME",
            "INTERACTION_TYPE",
            "INTERACTION_TYPE_NAME",
            "INTEREST",
            "INVENTORY_FORMAT",
            "INVENTORY_FORMAT_NAME",
            "INVENTORY_SHARE_ASSIGNMENT_ID",
            "INVENTORY_SHARE_ASSIGNMENT_NAME",
            "INVENTORY_SHARE_OUTCOME",
            "INVENTORY_SHARE_OUTCOME_NAME",
            "INVENTORY_SHARE_PARTNER_AD_SERVER",
            "INVENTORY_SHARE_PARTNER_AD_SERVER_NAME",
            "INVENTORY_SHARE_TARGET_SHARE_PERCENT",
            "INVENTORY_SHARE_TYPE",
            "INVENTORY_SHARE_TYPE_NAME",
            "INVENTORY_TYPE",
            "INVENTORY_TYPE_NAME",
            "IS_ADX_DIRECT",
            "IS_CURATION_TARGETED",
            "IS_DROPPED",
            "IS_FIRST_LOOK_DEAL",
            "KEY_VALUES_ID",
            "KEY_VALUES_NAME",
            "KEY_VALUES_SET",
            "LINE_ITEM_AGENCY",
            "LINE_ITEM_ARCHIVED",
            "LINE_ITEM_AVERAGE_NUMBER_OF_VIEWERS",
            "LINE_ITEM_COMPANION_DELIVERY_OPTION",
            "LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME",
            "LINE_ITEM_COMPUTED_STATUS",
            "LINE_ITEM_COMPUTED_STATUS_NAME",
            "LINE_ITEM_CONTRACTED_QUANTITY",
            "LINE_ITEM_COST_PER_UNIT",
            "LINE_ITEM_COST_TYPE",
            "LINE_ITEM_COST_TYPE_NAME",
            "LINE_ITEM_CREATIVE_END_DATE",
            "LINE_ITEM_CREATIVE_ROTATION_TYPE",
            "LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME",
            "LINE_ITEM_CREATIVE_START_DATE",
            "LINE_ITEM_CURRENCY_CODE",
            "LINE_ITEM_DELIVERY_INDICATOR",
            "LINE_ITEM_DELIVERY_RATE_TYPE",
            "LINE_ITEM_DELIVERY_RATE_TYPE_NAME",
            "LINE_ITEM_DISCOUNT_ABSOLUTE",
            "LINE_ITEM_DISCOUNT_PERCENTAGE",
            "LINE_ITEM_END_DATE",
            "LINE_ITEM_END_DATE_TIME",
            "LINE_ITEM_ENVIRONMENT_TYPE",
            "LINE_ITEM_ENVIRONMENT_TYPE_NAME",
            "LINE_ITEM_EXTERNAL_DEAL_ID",
            "LINE_ITEM_EXTERNAL_ID",
            "LINE_ITEM_FREQUENCY_CAP",
            "LINE_ITEM_ID",
            "LINE_ITEM_LABELS",
            "LINE_ITEM_LABEL_IDS",
            "LINE_ITEM_LAST_MODIFIED_BY_APP",
            "LINE_ITEM_LIFETIME_CLICKS",
            "LINE_ITEM_LIFETIME_IMPRESSIONS",
            "LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS",
            "LINE_ITEM_MAKEGOOD",
            "LINE_ITEM_NAME",
            "LINE_ITEM_NON_CPD_BOOKED_REVENUE",
            "LINE_ITEM_OPTIMIZABLE",
            "LINE_ITEM_PO_NUMBER",
            "LINE_ITEM_PRIMARY_GOAL_TYPE",
            "LINE_ITEM_PRIMARY_GOAL_TYPE_NAME",
            "LINE_ITEM_PRIMARY_GOAL_UNITS_ABSOLUTE",
            "LINE_ITEM_PRIMARY_GOAL_UNITS_PERCENTAGE",
            "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE",
            "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME",
            "LINE_ITEM_PRIORITY",
            "LINE_ITEM_RESERVATION_STATUS",
            "LINE_ITEM_RESERVATION_STATUS_NAME",
            "LINE_ITEM_SALESPERSON",
            "LINE_ITEM_SECONDARY_SALESPEOPLE",
            "LINE_ITEM_SECONDARY_TRAFFICKERS",
            "LINE_ITEM_START_DATE",
            "LINE_ITEM_START_DATE_TIME",
            "LINE_ITEM_TRAFFICKER",
            "LINE_ITEM_TYPE",
            "LINE_ITEM_TYPE_NAME",
            "LINE_ITEM_UNLIMITED_END",
            "LINE_ITEM_VALUE_COST_PER_UNIT",
            "LINE_ITEM_WEB_PROPERTY_CODE",
            "MASTER_COMPANION_CREATIVE_ID",
            "MASTER_COMPANION_CREATIVE_NAME",
            "MEDIATION_TYPE",
            "MEDIATION_TYPE_NAME",
            "MEDIATION_YIELD_PARTNER_ID",
            "MEDIATION_YIELD_PARTNER_NAME",
            "METRO_ID",
            "METRO_NAME",
            "MOBILE_APP_FREE",
            "MOBILE_APP_ICON_URL",
            "MOBILE_APP_ID",
            "MOBILE_APP_NAME",
            "MOBILE_APP_OWNERSHIP_STATUS",
            "MOBILE_APP_OWNERSHIP_STATUS_NAME",
            "MOBILE_APP_STORE",
            "MOBILE_APP_STORE_NAME",
            "MOBILE_INVENTORY_TYPE",
            "MOBILE_INVENTORY_TYPE_NAME",
            "MOBILE_RENDERING_SDK",
            "MOBILE_RENDERING_SDK_NAME",
            "MOBILE_SDK_MAJOR_VERSION",
            "MOBILE_SDK_MINOR_VERSION",
            "MOBILE_SDK_VERSION_NAME",
            "MONTH_YEAR",
            "NATIVE_AD_FORMAT_ID",
            "NATIVE_AD_FORMAT_NAME",
            "NATIVE_STYLE_ID",
            "NATIVE_STYLE_NAME",
            "NIELSEN_DEMOGRAPHICS",
            "NIELSEN_DEMOGRAPHICS_NAME",
            "NIELSEN_DEVICE",
            "NIELSEN_DEVICE_NAME",
            "NIELSEN_IN_TARGET",
            "NIELSEN_RESTATEMENT_DATE",
            "NIELSEN_SEGMENT",
            "NIELSEN_SITE_URL",
            "NO_FILL_REASON_CATEGORY_NAME",
            "OPERATING_SYSTEM_CATEGORY",
            "OPERATING_SYSTEM_CATEGORY_NAME",
            "OPERATING_SYSTEM_VERSION_ID",
            "OPERATING_SYSTEM_VERSION_NAME",
            "OPTIMIZATION_TYPE",
            "OPTIMIZATION_TYPE_NAME",
            "ORDER_AGENCY",
            "ORDER_AGENCY_ID",
            "ORDER_BOOKED_CPC",
            "ORDER_BOOKED_CPM",
            "ORDER_DELIVERY_STATUS",
            "ORDER_DELIVERY_STATUS_NAME",
            "ORDER_END_DATE",
            "ORDER_END_DATE_TIME",
            "ORDER_EXTERNAL_ID",
            "ORDER_ID",
            "ORDER_LABELS",
            "ORDER_LABEL_IDS",
            "ORDER_LIFETIME_CLICKS",
            "ORDER_LIFETIME_IMPRESSIONS",
            "ORDER_NAME",
            "ORDER_PO_NUMBER",
            "ORDER_PROGRAMMATIC",
            "ORDER_SALESPERSON",
            "ORDER_SALESPERSON_ID",
            "ORDER_SECONDARY_SALESPEOPLE",
            "ORDER_SECONDARY_SALESPEOPLE_ID",
            "ORDER_SECONDARY_TRAFFICKERS",
            "ORDER_SECONDARY_TRAFFICKERS_ID",
            "ORDER_START_DATE",
            "ORDER_START_DATE_TIME",
            "ORDER_TRAFFICKER",
            "ORDER_TRAFFICKER_ID",
            "ORDER_UNLIMITED_END",
            "PAGE_PATH",
            "PAGE_TITLE_AND_SCREEN_CLASS",
            "PAGE_TITLE_AND_SCREEN_NAME",
            "PARTNER_MANAGEMENT_ASSIGNMENT_ID",
            "PARTNER_MANAGEMENT_ASSIGNMENT_NAME",
            "PARTNER_MANAGEMENT_PARTNER_ID",
            "PARTNER_MANAGEMENT_PARTNER_NAME",
            "PLACEMENT_ID",
            "PLACEMENT_ID_ALL",
            "PLACEMENT_NAME",
            "PLACEMENT_NAME_ALL",
            "PLACEMENT_STATUS",
            "PLACEMENT_STATUS_NAME",
            "PLACEMENT_STATUS_NAME_ALL",
            "POSTAL_CODE_ID",
            "POSTAL_CODE_NAME",
            "PPID_STATUS",
            "PPID_STATUS_NAME",
            "PREDICTED_VIEWABILITY_BUCKET",
            "PREDICTED_VIEWABILITY_BUCKET_NAME",
            "PRESENTED_SECURE_SIGNAL_ID",
            "PRESENTED_SECURE_SIGNAL_NAME",
            "PRICING_RULE_ID",
            "PRICING_RULE_NAME",
            "PRIMARY_PERSONALIZATION_ID_TYPE",
            "PRIMARY_PERSONALIZATION_ID_TYPE_NAME",
            "PROGRAMMATIC_CHANNEL",
            "PROGRAMMATIC_CHANNEL_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_IDS",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TYPE",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_IDS",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TYPE",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_ID",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TYPE",
            "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_ID",
            "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_NAME",
            "REGION_ID",
            "REGION_NAME",
            "REJECTION_CLASS_CATEGORY_NAME",
            "RENDERED_CREATIVE_SIZE",
            "REQUESTED_AD_SIZES",
            "REQUEST_TYPE",
            "REQUEST_TYPE_NAME",
            "REVENUE_VERIFICATION_ID",
            "SERVER_SIDE_UNWRAPPING_ELIGIBLE",
            "SERVING_RESTRICTION",
            "SERVING_RESTRICTION_NAME",
            "SITE",
            "TARGETING_ID",
            "TARGETING_NAME",
            "TARGETING_TYPE",
            "TARGETING_TYPE_NAME",
            "TARGETS_CUSTOMER_MATCHING_LIST",
            "THIRD_PARTY_ID_STATUS",
            "THIRD_PARTY_ID_STATUS_NAME",
            "TOPICS_STATUS",
            "TOPICS_STATUS_NAME",
            "TOP_PRIVATE_DOMAIN",
            "TRAFFIC_SOURCE",
            "TRAFFIC_SOURCE_NAME",
            "URL",
            "URL_ID",
            "USER_MESSAGES_CHOICE",
            "USER_MESSAGES_CHOICE_NAME",
            "USER_MESSAGES_ENTITLEMENT_SOURCE",
            "USER_MESSAGES_ENTITLEMENT_SOURCE_NAME",
            "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_ID",
            "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_NAME",
            "VAST_VERSION",
            "VAST_VERSION_NAME",
            "VIDEO_AD_BREAK_TYPE",
            "VIDEO_AD_BREAK_TYPE_NAME",
            "VIDEO_AD_DURATION",
            "VIDEO_AD_FORMATS_RULE",
            "VIDEO_AD_FORMATS_RULE_ID",
            "VIDEO_AD_REQUEST_DURATION",
            "VIDEO_AD_REQUEST_DURATION_MIDPOINT_NAME",
            "VIDEO_AD_REQUEST_DURATION_NAME",
            "VIDEO_AD_REQUEST_SOURCE",
            "VIDEO_AD_REQUEST_SOURCE_NAME",
            "VIDEO_AD_TYPE",
            "VIDEO_AD_TYPE_NAME",
            "VIDEO_CONTINUOUS_PLAY_TYPE",
            "VIDEO_CONTINUOUS_PLAY_TYPE_NAME",
            "VIDEO_FALLBACK_POSITION",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_DURATION",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_ID",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_NAME",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_TIME",
            "VIDEO_LIVE_STREAM_EVENT_ID",
            "VIDEO_LIVE_STREAM_EVENT_NAME",
            "VIDEO_MEASUREMENT_SOURCE",
            "VIDEO_MEASUREMENT_SOURCE_NAME",
            "VIDEO_PLCMT",
            "VIDEO_PLCMT_NAME",
            "VIDEO_POSITION_IN_POD",
            "VIDEO_POSITION_OF_POD",
            "VIDEO_SDK_VERSION",
            "VIDEO_SDK_VERSION_NAME",
            "VIDEO_STITCHER_TYPE",
            "VIDEO_STITCHER_TYPE_NAME",
            "WEB_PROPERTY_CODE",
            "WEEK",
            "YIELD_GROUP_BUYER_NAME",
            "YIELD_GROUP_BUYER_TAG_NAME",
            "YIELD_GROUP_ID",
            "YIELD_GROUP_NAME",
            "YOUTUBE_AD_DURATION_BUCKET",
            "YOUTUBE_AD_DURATION_BUCKET_NAME",
            "YOUTUBE_AD_TYPE",
            "YOUTUBE_AD_TYPE_NAME",
            "LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_0_OPTION_ID",
            "ORDER_CUSTOM_FIELD_1_OPTION_ID",
            "ORDER_CUSTOM_FIELD_2_OPTION_ID",
            "ORDER_CUSTOM_FIELD_3_OPTION_ID",
            "ORDER_CUSTOM_FIELD_4_OPTION_ID",
            "ORDER_CUSTOM_FIELD_5_OPTION_ID",
            "ORDER_CUSTOM_FIELD_6_OPTION_ID",
            "ORDER_CUSTOM_FIELD_7_OPTION_ID",
            "ORDER_CUSTOM_FIELD_8_OPTION_ID",
            "ORDER_CUSTOM_FIELD_9_OPTION_ID",
            "ORDER_CUSTOM_FIELD_10_OPTION_ID",
            "ORDER_CUSTOM_FIELD_11_OPTION_ID",
            "ORDER_CUSTOM_FIELD_12_OPTION_ID",
            "ORDER_CUSTOM_FIELD_13_OPTION_ID",
            "ORDER_CUSTOM_FIELD_14_OPTION_ID",
            "ORDER_CUSTOM_FIELD_0_VALUE",
            "ORDER_CUSTOM_FIELD_1_VALUE",
            "ORDER_CUSTOM_FIELD_2_VALUE",
            "ORDER_CUSTOM_FIELD_3_VALUE",
            "ORDER_CUSTOM_FIELD_4_VALUE",
            "ORDER_CUSTOM_FIELD_5_VALUE",
            "ORDER_CUSTOM_FIELD_6_VALUE",
            "ORDER_CUSTOM_FIELD_7_VALUE",
            "ORDER_CUSTOM_FIELD_8_VALUE",
            "ORDER_CUSTOM_FIELD_9_VALUE",
            "ORDER_CUSTOM_FIELD_10_VALUE",
            "ORDER_CUSTOM_FIELD_11_VALUE",
            "ORDER_CUSTOM_FIELD_12_VALUE",
            "ORDER_CUSTOM_FIELD_13_VALUE",
            "ORDER_CUSTOM_FIELD_14_VALUE",
            "ORDER_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_0_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_1_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_2_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_3_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_4_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_5_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_6_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_7_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_8_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_9_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_10_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_11_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_12_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_13_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_14_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_0_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_1_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_2_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_3_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_4_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_5_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_6_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_7_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_8_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_9_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_10_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_11_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_12_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_13_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_14_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_0_VALUE",
            "CREATIVE_CUSTOM_FIELD_1_VALUE",
            "CREATIVE_CUSTOM_FIELD_2_VALUE",
            "CREATIVE_CUSTOM_FIELD_3_VALUE",
            "CREATIVE_CUSTOM_FIELD_4_VALUE",
            "CREATIVE_CUSTOM_FIELD_5_VALUE",
            "CREATIVE_CUSTOM_FIELD_6_VALUE",
            "CREATIVE_CUSTOM_FIELD_7_VALUE",
            "CREATIVE_CUSTOM_FIELD_8_VALUE",
            "CREATIVE_CUSTOM_FIELD_9_VALUE",
            "CREATIVE_CUSTOM_FIELD_10_VALUE",
            "CREATIVE_CUSTOM_FIELD_11_VALUE",
            "CREATIVE_CUSTOM_FIELD_12_VALUE",
            "CREATIVE_CUSTOM_FIELD_13_VALUE",
            "CREATIVE_CUSTOM_FIELD_14_VALUE",
            "CREATIVE_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_0_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_1_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_2_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_3_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_4_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_5_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_6_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_7_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_8_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_9_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_10_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_11_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_12_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_13_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_14_VALUE_BOOL",
            "CMS_METADATA_DIMENSION_0_VALUE_ID",
            "CMS_METADATA_DIMENSION_1_VALUE_ID",
            "CMS_METADATA_DIMENSION_2_VALUE_ID",
            "CMS_METADATA_DIMENSION_3_VALUE_ID",
            "CMS_METADATA_DIMENSION_4_VALUE_ID",
            "CMS_METADATA_DIMENSION_5_VALUE_ID",
            "CMS_METADATA_DIMENSION_6_VALUE_ID",
            "CMS_METADATA_DIMENSION_7_VALUE_ID",
            "CMS_METADATA_DIMENSION_8_VALUE_ID",
            "CMS_METADATA_DIMENSION_9_VALUE_ID",
            "CMS_METADATA_DIMENSION_0_VALUE",
            "CMS_METADATA_DIMENSION_1_VALUE",
            "CMS_METADATA_DIMENSION_2_VALUE",
            "CMS_METADATA_DIMENSION_3_VALUE",
            "CMS_METADATA_DIMENSION_4_VALUE",
            "CMS_METADATA_DIMENSION_5_VALUE",
            "CMS_METADATA_DIMENSION_6_VALUE",
            "CMS_METADATA_DIMENSION_7_VALUE",
            "CMS_METADATA_DIMENSION_8_VALUE",
            "CMS_METADATA_DIMENSION_9_VALUE",
            "CUSTOM_DIMENSION_0_VALUE_ID",
            "CUSTOM_DIMENSION_1_VALUE_ID",
            "CUSTOM_DIMENSION_2_VALUE_ID",
            "CUSTOM_DIMENSION_3_VALUE_ID",
            "CUSTOM_DIMENSION_4_VALUE_ID",
            "CUSTOM_DIMENSION_5_VALUE_ID",
            "CUSTOM_DIMENSION_6_VALUE_ID",
            "CUSTOM_DIMENSION_7_VALUE_ID",
            "CUSTOM_DIMENSION_8_VALUE_ID",
            "CUSTOM_DIMENSION_9_VALUE_ID",
            "CUSTOM_DIMENSION_0_VALUE",
            "CUSTOM_DIMENSION_1_VALUE",
            "CUSTOM_DIMENSION_2_VALUE",
            "CUSTOM_DIMENSION_3_VALUE",
            "CUSTOM_DIMENSION_4_VALUE",
            "CUSTOM_DIMENSION_5_VALUE",
            "CUSTOM_DIMENSION_6_VALUE",
            "CUSTOM_DIMENSION_7_VALUE",
            "CUSTOM_DIMENSION_8_VALUE",
            "CUSTOM_DIMENSION_9_VALUE",
            "EKV_DIMENSION_0_VALUE_ID",
            "EKV_DIMENSION_1_VALUE_ID",
            "EKV_DIMENSION_2_VALUE_ID",
            "EKV_DIMENSION_3_VALUE_ID",
            "EKV_DIMENSION_4_VALUE_ID",
            "EKV_DIMENSION_5_VALUE_ID",
            "EKV_DIMENSION_6_VALUE_ID",
            "EKV_DIMENSION_7_VALUE_ID",
            "EKV_DIMENSION_8_VALUE_ID",
            "EKV_DIMENSION_9_VALUE_ID",
            "EKV_DIMENSION_0_VALUE",
            "EKV_DIMENSION_1_VALUE",
            "EKV_DIMENSION_2_VALUE",
            "EKV_DIMENSION_3_VALUE",
            "EKV_DIMENSION_4_VALUE",
            "EKV_DIMENSION_5_VALUE",
            "EKV_DIMENSION_6_VALUE",
            "EKV_DIMENSION_7_VALUE",
            "EKV_DIMENSION_8_VALUE",
            "EKV_DIMENSION_9_VALUE"
          ],
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false
          ],
          "description": "The dimension this field represents."
        },
        "metric": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The number of people who engaged with your site or app in the specified date range from Google Analytics. Corresponds to \"Active users\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of impressions with unmuted playback at start. Corresponds to \"Active View % audible at start\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total Active View audible impressions Corresponds to \"Total Active View audible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of impressions with unmuted playback through the entire stream. Corresponds to \"Active View % audible through completion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions with unmuted playback through at least 25%. Corresponds to \"Active View % audible through first quartile\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions with unmuted playback through at least 50%. Corresponds to \"Active View % audible through midpoint\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions with unmuted playback through at least 75%. Corresponds to \"Active View % audible through third quartile\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total Active View audio enabled impressions Corresponds to \"Total Active View audio eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total Active View audio measurable impressions Corresponds to \"Total Active View audio measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Active View total average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Total Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Total number of impressions that were eligible to measure viewability. Corresponds to \"Total Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of impressions where the ad player is in the background at any point during playback with volume \u003e 0. Corresponds to \"Active View % ever audible while backgrounded\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions where volume \u003e 0 at any point. Corresponds to \"Active View % ever audible\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions where the ad player is in the background at any point during playback. Corresponds to \"Active View % ever backgrounded\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions where volume = 0 at any point. Corresponds to \"Active View % ever muted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of measurable impressions that were played to video completion, and also audible and visible at the time of completion. Corresponds to \"Total Active View impressions audible and visible at completion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of impressions that were sampled and measured by active view. Corresponds to \"Total Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of total impressions that were measurable by active view (out of all the total impressions sampled for active view). Corresponds to \"Total Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total Active View non-measurable impressions Corresponds to \"Total Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total Active View non-viewable impressions Corresponds to \"Total Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total Active View non-viewable impressions distribution Corresponds to \"Total Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total Active View percent audible impressions Corresponds to \"Total Active View % audible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of impressions where we were able to collect Active View+ signals. Corresponds to \"Active View+ measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Revenue generated from Active View impressions. Corresponds to \"Total Active View revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total Active View undetermined impressions distribution Corresponds to \"Total Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The total number of impressions viewed on the user's screen. Corresponds to \"Total Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total Active View viewable impressions distribution Corresponds to \"Total Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The percentage of total impressions viewed on the user's screen (out of the total impressions measurable by active view). Corresponds to \"Total Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Active View AdSense average time in seconds that specific impressions are reported as being viewable. Corresponds to \"AdSense Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Total number of impressions delivered by AdSense that were eligible to measure viewability. Corresponds to \"AdSense Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions delivered by AdSense that were sampled, and measurable by active view. Corresponds to \"AdSense Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of impressions delivered by AdSense that were measurable by active view (out of all AdSense impressions sampled for active view). Corresponds to \"AdSense Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "AdSense Active View non-measurable impressions Corresponds to \"AdSense Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "AdSense Active View non-viewable impressions Corresponds to \"AdSense Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "AdSense Active View non-viewable impressions distribution Corresponds to \"AdSense Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "AdSense Active View undetermined impressions distribution Corresponds to \"AdSense Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of impressions delivered by AdSense viewed on the user's screen. Corresponds to \"AdSense Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "AdSense Active View viewable impressions distribution Corresponds to \"AdSense Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The percentage of impressions delivered by AdSense viewed on the user's screen (out of AdSense impressions measurable by active view). Corresponds to \"AdSense Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average effective cost-per-thousand-impressions earned from the ads delivered by AdSense through line item dynamic allocation. Corresponds to \"AdSense average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Number of clicks delivered by AdSense demand channel. Corresponds to \"AdSense clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ratio of impressions served by AdSense that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The AdSense CTR is calculated as: (AdSense clicks / AdSense impressions). Corresponds to \"AdSense CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total impressions delivered by AdSense. Corresponds to \"AdSense impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ratio of clicks delivered by AdSense through line item dynamic allocation in relation to the total clicks delivered. Corresponds to \"AdSense clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of impressions delivered by AdSense through line item dynamic allocation in relation to the total impressions delivered. Corresponds to \"AdSense impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue. Corresponds to \"AdSense revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue (excluding CPD). Corresponds to \"AdSense revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The total number of times that an AdSense ad is delivered. Corresponds to \"AdSense responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Revenue generated from AdSense through line item dynamic allocation, calculated in the network's currency and time zone. Corresponds to \"AdSense revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Active View AdExchange average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Ad Exchange Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Total number of impressions delivered by Ad Exchange that were eligible to measure viewability. Corresponds to \"Ad Exchange Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions delivered by Ad Exchange that were sampled, and measurable by active view. Corresponds to \"Ad Exchange Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of impressions delivered by Ad Exchange that were measurable by active view (out of all Ad Exchange impressions sampled for active view). Corresponds to \"Ad Exchange Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ad Exchange Active View non-measurable impressions Corresponds to \"Ad Exchange Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ad Exchange Active View non-viewable impressions Corresponds to \"Ad Exchange Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ad Exchange Active View non-viewable impressions distribution Corresponds to \"Ad Exchange Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ad Exchange Active View undetermined impressions distribution Corresponds to \"Ad Exchange Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of impressions delivered by Ad Exchange viewed on the user's screen. Corresponds to \"Ad Exchange Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ad Exchange Active View viewable impressions distribution Corresponds to \"Ad Exchange Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The percentage of impressions delivered by Ad Exchange viewed on the user's screen (out of Ad Exchange impressions measurable by active view). Corresponds to \"Ad Exchange Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Number of clicks delivered by the Ad Exchange. Corresponds to \"Ad Exchange clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The average effective cost-per-click earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange CPC\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The ratio of impressions served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange CTR is calculated as: (Ad Exchange clicks / Ad Exchange impressions). Corresponds to \"Ad Exchange CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of impressions delivered by Ad Exchange through line item dynamic allocation to ad requests. Corresponds to \"Ad Exchange delivery rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total impressions delivered by the Ad Exchange. Corresponds to \"Ad Exchange impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of impressions based on the number of ad viewers. Corresponds to \"Ad Exchange impressions per ad viewer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The total number of impressions based on the number of sessions. Corresponds to \"Ad Exchange impressions per session\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The increase in revenue gained for won impressions over the applicable third party price (the minimum CPM or the best price specified during dynamic allocation), Corresponds to \"Ad Exchange lift earnings\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The ratio of matched ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Matched Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Matched Ad Requests). Corresponds to \"Ad Exchange matched request CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average effective cost per thousand matched ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation. Corresponds to \"Ad Exchange matched request eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The number of responses served divided by the number of queries eligible in ad exchange. Corresponds to \"Ad Exchange match rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total opportunities from video VAST error within the waterfall for backfill ads. Corresponds to \"Ad Exchange opportunities from errors\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of opportunities from impressions within the waterfall for backfill ads. Corresponds to \"Ad Exchange opportunities from impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ratio of clicks delivered by Ad Exchange through line item dynamic allocation in relation to the total clicks delivered. Corresponds to \"Ad Exchange clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of impressions delivered by Ad Exchange through line item dynamic allocation in relation to the total impressions delivered. Corresponds to \"Ad Exchange impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue. Corresponds to \"Ad Exchange revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue (excluding CPD). Corresponds to \"Ad Exchange revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners. Corresponds to \"Ad Exchange plus yield group eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total impressions delivered by the Ad Exchange and third-party networks. Corresponds to \"Ad Exchange plus yield group impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Revenue generated from the Ad Exchange and Yield Group, calculated in your network's currency and time zone. Corresponds to \"Ad Exchange plus yield group revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The total number of times that an Ad Exchange ad is delivered. Corresponds to \"Ad Exchange responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Revenue generated from the Ad Exchange through line item dynamic allocation, calculated in your network's currency and time zone. Corresponds to \"Ad Exchange revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The Ad Exchange revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Ad Exchange revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The total amount of Ad Exchange revenue based on the number of ad viewers. Corresponds to \"Ad Exchange revenue per ad viewer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The number of programmatic eligible queries in Ad Exchange. Corresponds to \"Ad Exchange total requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ratio of total ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Total Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Total Ad Requests). Corresponds to \"Ad Exchange total request CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average effective cost per thousand ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners. Corresponds to \"Ad Exchange total request eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Length of time in seconds that an ad is visible on the user's screen from Google Analytics. Corresponds to \"Ad exposure (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The total number of times that an ad request is sent to the ad server including dynamic allocation. Corresponds to \"Total ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Active View ad server average time in seconds that specific impressions are reported as being viewable. Corresponds to \"Ad server Active View average viewable time (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Total number of impressions delivered by the ad server that were eligible to measure viewability. Corresponds to \"Ad server Active View eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions delivered by the ad server that were sampled, and measurable by active view. Corresponds to \"Ad server Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of impressions delivered by the ad server that were measurable by active view (out of all the ad server impressions sampled for active view). Corresponds to \"Ad server Active View % measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of impressions delivered by Ad Server that were not measured. For example, impressions where measurement was attempted but failed. Corresponds to \"Ad server Active View non-measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions delivered by Ad Server that were measured by active view, but deemed not viewable. Corresponds to \"Ad server Active View non-viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The fraction of non-viewable impressions among eligible impressions from Ad Server in Active View reporting.\" Corresponds to \"Ad server Active View non-viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Revenue generated from Ad Server Active View impressions. Corresponds to \"Ad server Active View revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The fraction of non-eligible impressions among eligible impressions from Ad Server in Active View reporting.\" Corresponds to \"Ad server Active View undetermined impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of impressions delivered by the ad server viewed on the user's screen. Corresponds to \"Ad server Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The fraction of viewable impressions among eligible impressions from Ad Server in Active View reporting. Corresponds to \"Ad server Active View viewable impression distribution\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The percentage of impressions delivered by the ad server viewed on the user's screen (out of the ad server impressions measurable by active view). Corresponds to \"Ad server Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server. Corresponds to \"Ad server average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server, excluding CPD value. Corresponds to \"Ad server average eCPM w/o CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total raw impressions counted when creative begins to render or the first frame of a video is shown. Corresponds to \"Ad server begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total clicks served by the Google Ad Manager server. It usually takes about 30 minutes for new clicks to be recorded and added to the total displayed in reporting. Corresponds to \"Ad server clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of completed views for ad server. Corresponds to \"Ad server completed views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total coviewed impressions delivered by the Ad Server. Corresponds to \"Ad server impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "CPD revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server CPD revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Ratio of impressions served by the Google Ad Manager server that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The ad server CTR is calculated as: (Ad server clicks / Ad server impressions). Corresponds to \"Ad server CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Gross revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting. Corresponds to \"Ad server total revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Gross revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server, excluding CPD revenue. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting. Corresponds to \"Ad server CPM and CPC revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total impressions delivered by the Ad Server. Corresponds to \"Ad server impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total impressions delivered by the Ad Server with companion impressions. Corresponds to \"Ad server impressions with companion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Impressions (via begin to render methodology) delivered by the Google Ad Manager server considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a \"reset\" event. Corresponds to \"Ad server inactive begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total number of ad server VAST errors discounting errors generated from video fallback ads. Corresponds to \"Ad Server opportunities from errors\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total number of ad server impressions discounting video fallback impressions. Corresponds to \"Ad Server opportunities from impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Ratio of clicks delivered by the Google Ad Manager server in relation to the total clicks delivered. Corresponds to \"Ad server clicks (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of impressions delivered by the Google Ad Manager server in relation to the total impressions delivered. Corresponds to \"Ad server impressions (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by the Google Ad Manager server in relation to the total revenue. Corresponds to \"Ad server revenue (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Ratio of revenue generated by the Google Ad Manager server (excluding CPD) in relation to the total revenue. Corresponds to \"Ad server revenue w/o CPD (%)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The total number of times that an ad is served by the ad server. Corresponds to \"Ad server responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "All CPM, CPC, and CPD revenue earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server total revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The Google Ad Manager server revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Ad server revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Revenue (excluding CPD) earned, calculated in your network's currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue. Corresponds to \"Ad server CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The number of clicks delivered by the ad server by explicit custom criteria targeting. Corresponds to \"Ad server targeted clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions delivered by the ad server by explicit custom criteria targeting. Corresponds to \"Ad server targeted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of tracked ads delivered by the ad server. Corresponds to \"Ad server tracked ads\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total raw impressions counted when creative begins to render or the first frame of a video is shown, before invalid traffic filtrations by Ad Server. Corresponds to \"Ad server unfiltered begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total clicks delivered by the Ad Server before spam filtering. Corresponds to \"Ad server unfiltered clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Total downloaded impressions delivered by the Ad Server before spam filtering. Corresponds to \"Ad server unfiltered downloaded impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Deprecated. This metric has been renamed to `AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS`. The server will normalize any requests using this value to `AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS`. This value will be removed on or after October 1, 2025.",
            "The number of tracked ads delivered by the ad server before invalid traffic filtrations. Corresponds to \"Ad server unfiltered tracked ads\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Length of time in seconds that an ad unit is visible on the user's screen from Google Analytics. Corresponds to \"Ad unit exposure (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of users who viewed an ads on your site or app in the specified date range from Google Analytics. Corresponds to \"Ad viewers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of ads that Ad Manager failed to render in the Ads traffic navigator report. Corresponds to \"Ads failed to render\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items that matched an ad request in the Ads traffic navigator report. Corresponds to \"Eligible line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that contain eligible line items for the auction in the Ads traffic navigator report. Corresponds to \"Ad requests with eligible line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that have header bidding trafficking demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing header bidding trafficking\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking bids that are able to match an ad request and enter the auction in the Ads traffic navigator report. Corresponds to \"Competing header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking ad requests with bids in auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking candidate bids that match an ad request in the Ads traffic navigator report. Corresponds to \"Header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of invalid header bidding trafficking ad requests in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing header bidding trafficking\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking ad requests with no bids in the Ads traffic navigator report. Corresponds to \"Ad requests with no header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking bids that didn't match the ad request in the Ads traffic navigator report. Corresponds to \"Rejected header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with the header bidding trafficking demand that are valid in the Ads traffic navigator report. Corresponds to \"Valid header bidding trafficking ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of header bidding trafficking ad requests with bids in the Ads traffic navigator report. Corresponds to \"Ad requests with header bidding trafficking bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Ad requests that are not valid in the Ads traffic navigator report. Corresponds to \"Invalid ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items with no creative retrieved in the Ads traffic navigator report. Corresponds to \"Line items with no creative retrieved\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items that matched an ad request and entered in auction in the Ads traffic navigator report. Corresponds to \"Competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items that were ranked but did not compete in auction in the Ads traffic navigator report. Corresponds to \"Non-competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items that matched an ad request but were not selected to compete in the auction in the Ads traffic navigator report. Corresponds to \"Line items not selected to compete\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line item ad requests in auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line item targeted ad requests in the Ads traffic navigator report. Corresponds to \"Ad requests with targeted line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with the mediation demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing mediation\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of invalid mediation ad requests in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing mediation\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of times the Yield Partner's ad was loaded in the Ads traffic navigator report. Corresponds to \"Loaded ads from chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with mediation demand having no partners in the Ads traffic navigator report. Corresponds to \"Ad requests with no targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of mediation yield partners in auction in the Ads traffic navigator report. Corresponds to \"Competing mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests in auction that serve mediation chains in the Ads traffic navigator report. Corresponds to \"Ad requests with competing mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of mediation partners that didn't match an ad request in the Ads traffic navigator report. Corresponds to \"Rejected partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of mediation partners that have targeted an ad request and are able to match it in the Ads traffic navigator report. Corresponds to \"Targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ads in mediation chains in the Ads traffic navigator report. Corresponds to \"Total ads in chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ads from mediation chains that Ad Manager won't serve in the Ads traffic navigator report. Corresponds to \"Unloaded ads from chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of times the Yield Partner's mediation chain ad was not reached in the Ads traffic navigator report. Corresponds to \"Unused bids or partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that have mediation demand in the Ads traffic navigator report. Corresponds to \"Valid mediation ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with mediation demand having partners in the Ads traffic navigator report. Corresponds to \"Ad requests with targeted mediation partners\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with programmatic demand that have received a bid in the Ads traffic navigator report. Corresponds to \"Ad requests with bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with programmatic demand that have sent a bid to at least one buyer in the Ads traffic navigator report. Corresponds to \"Ad requests with bid requests sent\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests with programmatic demand in the Ads traffic navigator report. Corresponds to \"Ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ads with programmatic bids that entered the auction in the Ads traffic navigator report. Corresponds to \"Competing programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that have received eligible programmatic bids to compete in the auction in the Ads traffic navigator report. Corresponds to \"Ad requests with competing programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic callout bid requests sent to buyers in the Ads traffic navigator report. Corresponds to \"Bid requests sent\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic callout bid requests that resulted with a response in the Ads traffic navigator report. Corresponds to \"Bid requests with response\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "All buyers that Ad Manager could potentially send a programmatic bid request to in the Ads traffic navigator report. Corresponds to \"Bid request candidates\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic callout bid requests with errors in the Ads traffic navigator report. Corresponds to \"Bid request errors\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that are ineligible for programmatic in the Ads traffic navigator report. Corresponds to \"Invalid ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic callout bids rejected in the Ads traffic navigator report. Corresponds to \"Rejected bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic callout bid requests Ad Manager won't send to buyers in the Ads traffic navigator report. Corresponds to \"Skipped bid requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of programmatic bids that Ad Manager received from buyers in the Ads traffic navigator report. Corresponds to \"Total programmatic bids\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of ad requests that allow programmatic in the Ads traffic navigator report. Corresponds to \"Valid ad requests allowing programmatic\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items targeted that didn't match an ad request in the Ads traffic navigator report. Corresponds to \"Rejected line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of mediation chains Ad Manager serves in the Ads traffic navigator report. Corresponds to \"Served mediation chains\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of single ads served in the Ads traffic navigator report. Corresponds to \"Served single ads\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of line items with targeting that matches an ad request in the Ads traffic navigator report. Corresponds to \"Targeted line items\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Total number of ad requests which counts optimized pod request as a single request in the Ads traffic navigator report. Corresponds to \"Total ad requests (Ads traffic navigator)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Total number of ads loaded in the Ads traffic navigator report. Corresponds to \"Total loaded ads\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Ad requests that are valid in the Ads traffic navigator report. Corresponds to \"Valid ad requests\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Number of times the Yield Partner passed-back on a Mediation chain ad in the Ads traffic navigator report. Corresponds to \"Yield group mediation passbacks\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Cost of the audience segment. Corresponds to \"Audience segment cost\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "eCPM averaged across the Google Ad Manager server, AdSense, and Ad Exchange. Corresponds to \"Total average eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "eCPM averaged across the Google Ad Manager server (excluding CPD), AdSense, and Ad Exchange. Corresponds to \"Total average eCPM w/o CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `MONEY`",
            "Average user engagement seconds per session in Google Analytics. Corresponds to \"Average engagement time per session (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Average user engagement seconds per user in Google Analytics. Corresponds to \"Average engagement time per user (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The average number of unique users reached per ad impression. Corresponds to \"Average impressions/unique visitor\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
            "Average total purchase revenue per user in Google Analytics. Corresponds to \"ARPPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Average revenue earned from each active user in Google Analytics. Corresponds to \"ARPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Average length of a session in Google Analytics. Corresponds to \"Average session duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of bids. Corresponds to \"Bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The average CPM of the bids submitted by bidders. Corresponds to \"Average bid CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The ratio of (sessions - engaged sessions) / sessions. Corresponds to \"Bounce rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of times a user clicked on an ad. Corresponds to \"Total clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `AD_SPEED` Data format: `INTEGER`",
            "The total number of times that the code for an ad is served by the ad server including dynamic allocation. Corresponds to \"Total code served count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Total amount of CPC revenue. Corresponds to \"CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
            "Total amount of CPM revenue. Corresponds to \"CPM revenue\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
            "Percent of creatives whose load time is between [0, 500ms). Corresponds to \"Creative load time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of creatives whose load time is between [1000, 2000ms). Corresponds to \"Creative load time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of creatives whose load time is between [2000, 4000ms). Corresponds to \"Creative load time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of creatives whose load time is between [4000, 8000ms). Corresponds to \"Creative load time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of creatives whose load time is between [500, 1000ms). Corresponds to \"Creative load time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of creatives load time is greater than 8000ms. Corresponds to \"Creative load time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "For standard ads, your ad clickthrough rate (CTR) is the number of ad clicks divided by the number of individual ad impressions expressed as a fraction. Ad CTR = Clicks / Ad impressions. Corresponds to \"Total CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `PERCENT`",
            "Number of bids received for a deal. Corresponds to \"Deals bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Bid rate for a deal. Corresponds to \"Deals bid rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of bid requests sent for a deal. Corresponds to \"Deals bid requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of winning bids for a deal. Corresponds to \"Deals winning bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Bid win rate for a deal. Corresponds to \"Deals win rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [0, 500ms) range. Corresponds to \"Page navigation to first ad request time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [1000ms, 2000ms) range. Corresponds to \"Page navigation to first ad request time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [2000ms, 4000ms) range. Corresponds to \"Page navigation to first ad request time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [4000ms, 8000ms) range. Corresponds to \"Page navigation to first ad request time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [500ms, 1000ms) range. Corresponds to \"Page navigation to first ad request time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to 1st ad request in [8000ms, +inf) range. Corresponds to \"Page navigation to first ad request time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [0, 500ms) range. Corresponds to \"Page navigation to tag loaded time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [1000ms, 2000ms) range. Corresponds to \"Page navigation to tag loaded time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [2000ms, 4000ms) range. Corresponds to \"Page navigation to tag loaded time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [4000ms, 8000ms) range. Corresponds to \"Page navigation to tag loaded time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [500ms, 1000ms) range. Corresponds to \"Page navigation to tag loaded time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of dom load time to tag load time in [8000ms, +inf) range. Corresponds to \"Page navigation to tag loaded time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percentage of ad responses that didn't result in an impression. Corresponds to \"Drop-off rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Engaged session count from Google Analytics. Corresponds to \"Engaged sessions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Engaged sessions per user from Google Analytics. Corresponds to \"Engaged sessions per user\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The ratio of engaged sessions to sessions. Corresponds to \"Engagement rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Percentage of European regulations messages where the user consented to all of the purposes and vendors. Corresponds to \"European regulations consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Percentage of European regulations messages where users made a consent choice after selecting \"Manage options\". Corresponds to \"European regulations custom consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Number of times a European regulations message was shown to users. Corresponds to \"European regulations messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Percentage of European regulations messages where the user rejected all purposes and vendors. Corresponds to \"European regulations no consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "The rate at which an ad request is filled by the ad server including dynamic allocation. Corresponds to \"Total fill rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of clicks joined with Google Analytics data. Corresponds to \"Google Analytics clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The click-through rate from Google Analytics data. Corresponds to \"Google Analytics CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The eCPM revenue data from Google Analytics. Corresponds to \"Google Analytics eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The number of impressions joined with Google Analytics data. Corresponds to \"Google Analytics impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The amount of revenue joined with Google Analytics data. Corresponds to \"Google Analytics revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Number of views of a web site or mobile screen from Google Analytics. Corresponds to \"Views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of views per user from Google Analytics. Corresponds to \"Views per user\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold auction impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of auction impressions sold by Google in partner sales. Corresponds to \"Google-sold auction impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of impressions sold by Google in partner sales. Corresponds to \"Google-sold impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of coviewed impressions sold by Google in partner sales. Corresponds to \"Google-sold reservation impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of reservation impressions sold by Google in partner sales. Corresponds to \"Google-sold reservation impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "Total impressions from the Google Ad Manager server, AdSense, Ad Exchange, and yield group partners. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `AD_SPEED` Data format: `INTEGER`",
            "The number of impressions (via begin to render methodology) considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a \"reset\" event. Only applied to CTV ads. Corresponds to \"Inactive begin to render impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of inventory shares Corresponds to \"Inventory shares\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of partner unfilled opportunities from an inventory share Corresponds to \"Inventory share partner unfilled opportunities\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of invoiced impressions. Corresponds to \"Invoiced impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of invoiced unfilled impressions. Corresponds to \"Invoiced unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of mediation chains that were filled. Corresponds to \"Mediation chains filled\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions where the user chose to mute the ad. Corresponds to \"Total muted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions that had the \"Mute This Ad\" overlay applied. Corresponds to \"Total mute eligible impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Nielsen: The relative unique audience in the demographic compared with its share of the overall population. Corresponds to \"Audience index\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The average number of times that a person within the target audience sees an advertisement. Corresponds to \"Average frequency\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
            "Nielsen: The average number of viewers. Corresponds to \"Average number of viewers\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
            "Nielsen: The unit of audience volume, based on the percentage of the reached target audience population multiplied by the average frequency. Corresponds to \"Gross rating points\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The total number of impressions tracked for Nielsen Digital Ad Ratings measurement. Corresponds to \"Impressions\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
            "Nielsen: The relative impressions per person in the demographic compared with the impressions per person for the overall population. Corresponds to \"Impressions index\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The adjusted in-target impression share used for pacing and billing. Corresponds to \"Processed Nielsen in-target rate\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The unique audience reached as a percentage of the population base. Corresponds to \"% audience reach\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The share of the unique audience in the demographic. Corresponds to \"% audience share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The share of impressions that reached the target demographic. Corresponds to \"% impression share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The share of the total population represented by the population base. Corresponds to \"% population share\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `PERCENT`",
            "Nielsen: The population in the demographic. Corresponds to \"Population base\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
            "Nielsen: The total number of different people within the selected demographic who were reached. Corresponds to \"Unique audience\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
            "The total number of cross publisher impressions that were sampled and measured by active view. Corresponds to \"Off-property Active View measurable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "The total number of cross publisher impressions viewed on the user's screen. Corresponds to \"Off-property Active View viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "The percentage of total cross publisher impressions viewed on the user's screen (out of the total impressions measurable by active view). Corresponds to \"Off-property Active View % viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `PERCENT`",
            "The total number of cross publisher clicks. Corresponds to \"Off-property clicks\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "The ratio of cross publisher impressions that resulted in users clicking on an ad. Cross publisher CTR is calculated as: (Cross publisher clicks / Cross publisher impressions). Corresponds to \"Off-property CTR\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `PERCENT`",
            "The total number of cross publisher impressions. Corresponds to \"Off-property impressions\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "The total cross publisher revenue from line item and works with the currency code from the same line item. Corresponds to \"Off-property revenue\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
            "The total cross publisher spend and works with the billing currency code of the this network. Corresponds to \"Off-property spend\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
            "The average effective cost-per-thousand-impressions earned from the ads delivered from cross publisher traffic. Corresponds to \"Off-property spend eCPM\" in the Ad Manager UI. Compatible with the following report types: `OFF_PROPERTY_CAMPAIGNS` Data format: `MONEY`",
            "Average effective cost-per-thousand-impressions earned from the mediation on-platform multiple call, excluding CPD value. Corresponds to \"On-platform multiple call eCPM\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `MONEY`",
            "Total impressions delivered by the mediation on-platform multiple call. Corresponds to \"On-platform multiple call impressions\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `INTEGER`",
            "Total revenue from the mediation on-platform multiple call. Corresponds to \"On-platform multiple call revenue\" in the Ad Manager UI. Compatible with the following report types: `ON_PLATFORM_MULTICALL` Data format: `MONEY`",
            "The total number of opportunities from impressions and errors. Corresponds to \"Total opportunities\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions that were overdelivered. Corresponds to \"Total overdelivered impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The gross revenue for partner finance reports. Corresponds to \"Gross revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
            "Monthly host eCPM for partner finance reports Corresponds to \"Host eCPM\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
            "The host impressions for partner finance reports. Corresponds to \"Host impressions\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `INTEGER`",
            "Monthly host revenue for partner finance reports Corresponds to \"Host revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
            "Monthly partner eCPM for partner finance reports Corresponds to \"Partner eCPM\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
            "Monthly partner revenue for partner finance reports Corresponds to \"Partner revenue\" in the Ad Manager UI. Compatible with the following report types: `PARTNER_FINANCE` Data format: `MONEY`",
            "The gross revenue in the partner management. Corresponds to \"Partner management gross revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The host clicks in the partner management. Corresponds to \"Partner management host clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The host CTR in the partner management. Corresponds to \"Partner management host CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The host impressions in the partner management. Corresponds to \"Partner management host impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The partner clicks in the partner management. Corresponds to \"Partner management partner clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The partner CTR in the partner management. Corresponds to \"Partner management partner CTR\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The partner impressions in the partner management. Corresponds to \"Partner management partner impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total content views in the partner management. Corresponds to \"Partner management total monetizable content views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The unfilled impressions in the partner management. Corresponds to \"Partner management unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
            "The number of filled pod requests (filled by partner or Google) in partner sales. Corresponds to \"Filled pod requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The percent of filled requests to total ad requests in partner sales. Corresponds to \"Fill rate\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `PERCENT`",
            "The percent of partner filled requests to total ad requests in partner sales. Corresponds to \"Partner match rate\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `PERCENT`",
            "The number of queries eligible for partner sales. Corresponds to \"Total partner sales ad requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of partner unfilled impressions in partner sales. If a pod request is not filled by partner but filled by Google, this metric will still count 1. Corresponds to \"Partner unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of partner unmatched queries in partner sales. If an ad request is not filled by partner but filled by Google, this metric will still count 1. Corresponds to \"Partner unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of code served sold by partner in partner sales. Corresponds to \"Partner-sold code served count\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of coviewed impressions sold by partner in partner sales. Corresponds to \"Partner-sold impressions (co-viewed)\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The number of impressions sold by partner in partner sales. Corresponds to \"Partner-sold impressions\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `INTEGER`",
            "The total number of ad requests eligible for programmatic inventory, including Programmatic Guaranteed, Preferred Deals, backfill, and open auction. Corresponds to \"Programmatic eligible ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of programmatic responses served divided by the number of programmatic eligible ad requests. Includes Ad Exchange, Open Bidding, and Preferred Deals. Corresponds to \"Programmatic match rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total number of ad responses served from programmatic demand sources. Includes Ad Exchange, Open Bidding, and Preferred Deals. Differs from AD_EXCHANGE_RESPONSES_SERVED, which doesn't include Open Bidding ad requests. Corresponds to \"Programmatic responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of impressions for reach reports. Corresponds to \"Total reach impressions\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
            "The total number of times that an ad is served by the ad server including dynamic allocation. Corresponds to \"Total responses served\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Retention of users in Google Analytics Corresponds to \"Retention\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Total amount of CPM, CPC, and CPD revenue based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks. Corresponds to \"Total revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `MONEY`",
            "The total revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Total revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "The total CPD net revenue for Revenue Verification reporting. Corresponds to \"Total CPD revenue\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
            "The total CPD gross revenue for Revenue Verification reporting. Corresponds to \"Total CPD revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
            "The total gross revenue (excluding CPD) for Revenue Verification reporting. Corresponds to \"Total CPM and CPC revenue (gross)\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
            "The total impressions for Revenue Verification reporting. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `INTEGER`",
            "The total net revenue (excluding CPD) for Revenue Verification reporting. Corresponds to \"Total CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `MONEY`",
            "Total revenue (excluding CPD) based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks. Corresponds to \"Total CPM and CPC revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `MONEY`",
            "The number of rewards granted to users from watching ads. Corresponds to \"Total rewards granted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The average amount of time (in seconds) that each rich media ad is displayed to users. Corresponds to \"Average display time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The average amount of time (in seconds) that a user interacts with a rich media ad. Corresponds to \"Average interaction time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The total number of times a backup image is served in place of a rich media ad. Corresponds to \"Backup image impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user interacts with a specific part of a rich media ad. Corresponds to \"Custom event - count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The amount of time (in seconds) that a user interacts with a specific part of a rich media ad. Corresponds to \"Custom event - time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The amount of time (in seconds) that each rich media ad is displayed to users. Corresponds to \"Total display time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The average amount of time (in seconds) that an expanding ad is viewed in an expanded state. Corresponds to \"Average expanding time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of times an expanding ad was expanded. Corresponds to \"Total expansions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user opens a rich media ad in full screen mode. Corresponds to \"Full-screen impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times that a user interacts with a rich media ad. Corresponds to \"Total interactions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ratio of rich media ad interactions to the number of times the ad was displayed. Corresponds to \"Interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The total amount of time (in seconds) that a user interacts with a rich media ad. Corresponds to \"Interaction time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of impressions where a user interacted with a rich media ad. Corresponds to \"Interactive impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times that a user manually closes a rich media ad. Corresponds to \"Manual closes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was fully played. Corresponds to \"Rich media video completes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user clicked on the graphical controls of a video player. Corresponds to \"Rich media total video interactions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ratio of video interactions to video plays. Represented as a percentage. Corresponds to \"Rich media video interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of times a rich media video was played up to midpoint. Corresponds to \"Rich media video midpoints\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was muted. Corresponds to \"Rich media video mutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was paused. Corresponds to \"Rich media video pauses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was played. Corresponds to \"Rich media video plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was restarted. Corresponds to \"Rich media video replays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was stopped. Corresponds to \"Rich media video stops\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a rich media video was unmuted. Corresponds to \"Rich media video unmutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of a video watched by a user. Corresponds to \"Rich media video view rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The average amount of time(seconds) that a rich media video was viewed per view. Corresponds to \"Rich media video average view time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The number of forecasted impressions not reserved by any line item. Corresponds to \"Available impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
            "The total number of forecasted impressions. Corresponds to \"Forecasted impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
            "The number of forecasted impressions reserved by line items. Corresponds to \"Reserved impressions\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `INTEGER`",
            "The fraction of forecasted impressions reserved by line items. Corresponds to \"Sell-through rate\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `PERCENT`",
            "The average latency in milliseconds across all server-side unwrapping callout requests. There is no special handling for error or timeout responses. This reflects the entire chain of a parent callout request, which may result in multiple child callouts. This metric is not sliced by child callout dimensions. Corresponds to \"Server-side unwrapping average latency (milliseconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The total number of server-side unwrapping callout requests. Corresponds to \"Server-side unwrapping callouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of server-side unwrapping callouts that returned an empty response. Timeouts are not considered empty responses. Corresponds to \"Server-side unwrapping empty responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of server-side unwrapping callouts that returned an error response. Timeouts and empty responses are not considered errors. Corresponds to \"Server-side unwrapping error responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of successfully unwrapped, non-empty server-side wrapping callouts. Successful unwrapping does not indicate that the resulting creative was served. Corresponds to \"Server-side unwrapping successful responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of server-side unwrapping callouts that timed out before returning a response. Corresponds to \"Server-side unwrapping timeouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Count of sessions from Google Analytics. Corresponds to \"Sessions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Percent of tag load time to 1st ad request in [0, 500ms) range. Corresponds to \"Tag loaded to first ad request time 0 - 500ms (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of tag load time to 1st ad request in [1000ms, 2000ms) range. Corresponds to \"Tag loaded to first ad request time 1s - 2s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of tag load time to 1st ad request in [2000ms, 4000ms) range. Corresponds to \"Tag loaded to first ad request time 2s - 4s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of tag load time to 1st ad request in [4000ms, 8000ms) range. Corresponds to \"Tag loaded to first ad request time 4s - 8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of tag load time to 1st ad request in [500ms, 1000ms) range. Corresponds to \"Tag loaded to first ad request time 500ms - 1s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Percent of tag load time to 1st ad request in [8000ms, +inf) range. Corresponds to \"Tag loaded to first ad request time \u003e8s (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "The total number of clicks delivered including line item-level dynamic allocation by explicit custom criteria targeting. Corresponds to \"Total targeted clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of impressions delivered including line item-level dynamic allocation by explicit custom criteria targeting. Corresponds to \"Total targeted impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of missed impressions due to the ad servers' inability to find ads to serve including dynamic allocation. Corresponds to \"Unfilled impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of unique users who viewed the ad. Corresponds to \"Total unique visitors\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `INTEGER`",
            "The number of impressions impacted by Chrome Ads Intervention due to CPU usage. Corresponds to \"Total unloaded impressions due to CPU\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions impacted by Chrome Ads Intervention due to network usage. Corresponds to \"Total unloaded impressions due to Network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of times that an ad is not returned by the ad server. Corresponds to \"Total unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of unviewed impressions due to other reasons. Corresponds to \"Other non-viewable impression reasons (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "The percentage of unviewed impressions due to slot never entered viewport. Corresponds to \"Slot never entered viewport (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "The percentage of unviewed impressions due to scrolled past before ad filled. Corresponds to \"User scrolled before ad filled (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "The percentage of unviewed impressions due to scrolled past before ad loaded. Corresponds to \"User scrolled/navigated before ad loaded (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "The percentage of unviewed impressions due to insufficient time on screen. Corresponds to \"User scrolled/navigated before 1 second (%)\" in the Ad Manager UI. Compatible with the following report types: `AD_SPEED` Data format: `PERCENT`",
            "Time of users interacting with web site or mobile app from Google Analytics in seconds. Corresponds to \"User engagement duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Fraction of page views where users had ad blocker extensions installed. Includes only Desktop page views. Corresponds to \"Ad blocking extension rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Number of ad-blocking messages shown in the selected date range that resulted in users adding the site to their allowlist to view ads Corresponds to \"Ad blocking recovery message conversions\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of times an ad blocking recovery message was shown to users. Corresponds to \"Ad blocking recovery messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The number of page views generated by users with an ad blocking extension installed who were shown the ad blocking recovery message and later allowed ads. Corresponds to \"Allow-ads page views\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of iOS ATT alerts that were triggered by an IDFA message (IDFA messages can be IDFA explainers or GDPR messages). Corresponds to \"IDFA ATT alerts shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of iOS ATT alerts triggered by the IDFA message where the user chose to allow tracking. Corresponds to \"IDFA ATT consent\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Percentage of iOS ATT alerts triggered by the IDFA message where the outcome was to allow tracking. Corresponds to \"IDFA ATT consent rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Number of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking. Corresponds to \"IDFA ATT decline consent\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Percentage of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking. Corresponds to \"IDFA ATT decline rate\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Number of times an IDFA explainer message was shown to users. Corresponds to \"IDFA explainers shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of times a European regulations message was shown immediately before the iOS ATT alert. Corresponds to \"IDFA IAB messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of IDFA explainer messages where the user didn't choose anything. Corresponds to \"IDFA no decision\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of times an Offerwall message was shown to users. Corresponds to \"Offerwall messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The number of messages where the user gained an entitlement. Corresponds to \"Monetized Offerwall engagements\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The number of pages viewed by users after gaining an entitlement. Only counts pages included for Offerwall. Corresponds to \"Post-offerwall page views\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Revenue earned through Offerwall, including Rewarded ad revenue and third-party integrations. Corresponds to \"Estimated Offerwall revenue\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `MONEY`",
            "Number of times an ads personalization controls message was shown to users. Corresponds to \"Ads personalization messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Percentage of ads personalization controls messages where users chose the opt-out option. Corresponds to \"Personalization opt-out ratio\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `PERCENT`",
            "Number of times a US state regulations message was shown to users. Corresponds to \"US states messages shown\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "Number of times users selected the opt-out option in a US states message. Corresponds to \"US states opt-out selections\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The number of errors of type 100 in reporting. Corresponds to \"VAST error 100 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 101 in reporting. Corresponds to \"VAST error 101 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 102 in reporting. Corresponds to \"VAST error 102 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 200 in reporting. Corresponds to \"VAST error 200 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 201 in reporting. Corresponds to \"VAST error 201 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 202 in reporting. Corresponds to \"VAST error 202 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 203 in reporting. Corresponds to \"VAST error 203 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 300 in reporting. Corresponds to \"VAST error 300 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 301 in reporting. Corresponds to \"VAST error 301 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 302 in reporting. Corresponds to \"VAST error 302 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 303 in reporting. Corresponds to \"VAST error 303 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 400 in reporting. Corresponds to \"VAST error 400 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 401 in reporting. Corresponds to \"VAST error 401 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 402 in reporting. Corresponds to \"VAST error 402 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 403 in reporting. Corresponds to \"VAST error 403 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 405 in reporting. Corresponds to \"VAST error 405 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 406 in reporting. Corresponds to \"VAST error 406 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 407 in reporting. Corresponds to \"VAST error 407 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 408 in reporting. Corresponds to \"VAST error 408 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 409 in reporting. Corresponds to \"VAST error 409 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 410 in reporting. Corresponds to \"VAST error 410 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 500 in reporting. Corresponds to \"VAST error 500 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 501 in reporting. Corresponds to \"VAST error 501 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 502 in reporting. Corresponds to \"VAST error 502 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 503 in reporting. Corresponds to \"VAST error 503 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 600 in reporting. Corresponds to \"VAST error 600 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 601 in reporting. Corresponds to \"VAST error 601 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 602 in reporting. Corresponds to \"VAST error 602 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 603 in reporting. Corresponds to \"VAST error 603 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 604 in reporting. Corresponds to \"VAST error 604 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 900 in reporting. Corresponds to \"VAST error 900 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of errors of type 901 in reporting. Corresponds to \"VAST error 901 count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of user interactions with a video, on average, such as pause, full screen, mute, etc. Corresponds to \"Average interaction rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of times a user collapses a video, either to its original size or to a different size. Corresponds to \"Collapses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user expands a video. Corresponds to \"Expands\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times ad clip played in full screen mode. Corresponds to \"Full screens\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times video player was in mute state during play of ad clip. Corresponds to \"Mutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times user paused ad clip. Corresponds to \"Pauses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times the user unpaused the video. Corresponds to \"Resumes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user rewinds the video. Corresponds to \"Rewinds\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a user unmutes the video. Corresponds to \"Unmutes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a skippable video is skipped. Corresponds to \"Skips\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of views for monetizable video content. Corresponds to \"Monetizable content views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of total creative serves in video realtime reporting. Corresponds to \"Total creative serves\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 100 in video realtime reporting. Corresponds to \"VAST error 100 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 101 in video realtime reporting. Corresponds to \"VAST error 101 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 102 in video realtime reporting. Corresponds to \"VAST error 102 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 200 in video realtime reporting. Corresponds to \"VAST error 200 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 201 in video realtime reporting. Corresponds to \"VAST error 201 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 202 in video realtime reporting. Corresponds to \"VAST error 202 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 203 in video realtime reporting. Corresponds to \"VAST error 203 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 300 in video realtime reporting. Corresponds to \"VAST error 300 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 301 in video realtime reporting. Corresponds to \"VAST error 301 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 302 in video realtime reporting. Corresponds to \"VAST error 302 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 303 in video realtime reporting. Corresponds to \"VAST error 303 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 400 in video realtime reporting. Corresponds to \"VAST error 400 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 401 in video realtime reporting. Corresponds to \"VAST error 401 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 402 in video realtime reporting. Corresponds to \"VAST error 402 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 403 in video realtime reporting. Corresponds to \"VAST error 403 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 405 in video realtime reporting. Corresponds to \"VAST error 405 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 406 in video realtime reporting. Corresponds to \"VAST error 406 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 407 in video realtime reporting. Corresponds to \"VAST error 407 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 408 in video realtime reporting. Corresponds to \"VAST error 408 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 409 in video realtime reporting. Corresponds to \"VAST error 409 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 410 in video realtime reporting. Corresponds to \"VAST error 410 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 500 in video realtime reporting. Corresponds to \"VAST error 500 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 501 in video realtime reporting. Corresponds to \"VAST error 501 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 502 in video realtime reporting. Corresponds to \"VAST error 502 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 503 in video realtime reporting. Corresponds to \"VAST error 503 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 600 in video realtime reporting. Corresponds to \"VAST error 600 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 601 in video realtime reporting. Corresponds to \"VAST error 601 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 602 in video realtime reporting. Corresponds to \"VAST error 602 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 603 in video realtime reporting. Corresponds to \"VAST error 603 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 604 in video realtime reporting. Corresponds to \"VAST error 604 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 900 in video realtime reporting. Corresponds to \"VAST error 900 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of errors of type 901 in video realtime reporting. Corresponds to \"VAST error 901 count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of total impressions in video realtime reporting. Corresponds to \"Total impressions\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of matched queries in video realtime reporting. Corresponds to \"Total responses served\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of all errors in video realtime reporting. Corresponds to \"Total error count\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of total queries in video realtime reporting. Corresponds to \"Total ad requests\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The number of unmatched queries in video realtime reporting. Corresponds to \"Total unmatched ad requests\" in the Ad Manager UI. Compatible with the following report types: `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The total number of breaks completed or fatal errors for the last ad in the pod. Corresponds to \"Break end\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of breaks starts or errors for the first ad in a pod that users made it to. Corresponds to \"Break start\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of video ad opportunities reached by a user (rounded down, or capped based on your max ads setting, whichever is less). Corresponds to \"Capped opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of video ad opportunities reached by a user (rounded down, or capped based on your max ads setting, whichever is less). Corresponds to \"Capped opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of seconds available to be filled. Corresponds to \"Total duration (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of seconds available to be filled. Corresponds to \"Total duration (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of seconds filled. Corresponds to \"Matched duration (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total number of seconds filled. Corresponds to \"Matched duration (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total matched opportunities in video true opportunities reporting. Corresponds to \"Matched opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The total matched opportunities in video true opportunities reporting. Corresponds to \"Matched opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of video ad opportunities reached by a user (rounded down). Corresponds to \"Viewed opportunities (adbreak)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of video ad opportunities reached by a user (rounded down). Corresponds to \"Viewed opportunities (subpod)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of TrueView ad impressions viewed. Corresponds to \"True views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Measures the percentage of skips. Corresponds to \"True views skip rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The view-through rate is the percentage of views divided by number of impressions Corresponds to \"True views view-through rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of times that the publisher specified a video ad played automatically. Corresponds to \"Auto-plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Average percentage of the video watched by users. Corresponds to \"Average view rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Average time(seconds) users watched the video. Corresponds to \"Average view time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Number of times that the publisher specified a video ad was clicked to play. Corresponds to \"Click-to-plays\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times the video played to completion. Corresponds to \"Completes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Percentage of times the video played to the end. Corresponds to \"Completion rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The number of engaged views: ad is viewed to completion or for 30s, whichever comes first. Corresponds to \"Engaged views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times the video played to 25% of its length. Corresponds to \"First quartiles\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times the video reached its midpoint during play. Corresponds to \"Midpoints\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times a skip button is shown in video. Corresponds to \"Skip buttons shown\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of impressions where the video was played. Corresponds to \"Starts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times the video played to 75% of its length. Corresponds to \"Third quartiles\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of times an error occurred, such as a VAST redirect error, a video playback error, or an invalid response error. Corresponds to \"Total error count\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The percentage of video error count. Corresponds to \"Total error rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Duration of the video creative. Corresponds to \"Video length\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "View-through rate represented as a percentage. Corresponds to \"Video view through rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "Number of winning bids received from Open Bidding buyers, even when the winning bid is placed at the end of a mediation for mobile apps chain. Corresponds to \"Yield group auctions won\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of bids received from Open Bidding buyers, regardless of whether the returned bid competes in an auction. Corresponds to \"Yield group bids\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of bids received from Open Bidding buyers that competed in the auction. Corresponds to \"Yield group bids in auction\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Number of times a yield partner is asked to return bid to fill a yield group request. Corresponds to \"Yield group callouts\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The estimated net rate for yield groups or individual yield group partners. Corresponds to \"Yield group estimated CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total net revenue earned by a yield group, based upon the yield group estimated CPM and yield group impressions recorded. Corresponds to \"Yield group estimated revenue\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Number of matched yield group requests where a yield partner delivered their ad to publisher inventory. Corresponds to \"Yield group impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Yield group Mediation fill rate indicating how often a network fills an ad request. Corresponds to \"Yield group mediation fill rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "Total requests where a Mediation chain was served. Corresponds to \"Yield group mediation matched queries\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The number of mediation chain passback across all channels. Corresponds to \"Yield group mediation passbacks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Revenue per thousand impressions based on data collected by Ad Manager from third-party ad network reports. Corresponds to \"Yield group mediation third party ECPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DOUBLE`",
            "The yield group revenue accrued in the child network's own account but paid to their parent network through auto-payment. This metric is only relevant for a \"Manage Account\" child network. Corresponds to \"Yield group revenue paid through MCM auto-payment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Number of times a yield group buyer successfully returned a bid in response to a yield group callout. Corresponds to \"Yield group successful responses\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`"
          ],
          "enum": [
            "METRIC_UNSPECIFIED",
            "ACTIVE_USERS",
            "ACTIVE_VIEW_AUDIBLE_AT_START_PERCENT",
            "ACTIVE_VIEW_AUDIBLE_IMPRESSIONS",
            "ACTIVE_VIEW_AUDIBLE_THROUGH_COMPLETION_PERCENT",
            "ACTIVE_VIEW_AUDIBLE_THROUGH_FIRST_QUARTILE_PERCENT",
            "ACTIVE_VIEW_AUDIBLE_THROUGH_MIDPOINT_PERCENT",
            "ACTIVE_VIEW_AUDIBLE_THROUGH_THIRD_QUARTILE_PERCENT",
            "ACTIVE_VIEW_AUDIO_ENABLED_IMPRESSIONS",
            "ACTIVE_VIEW_AUDIO_MEASURABLE_IMPRESSIONS",
            "ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
            "ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
            "ACTIVE_VIEW_EVER_AUDIBLE_BACKGROUNDED_PERCENT",
            "ACTIVE_VIEW_EVER_AUDIBLE_PERCENT",
            "ACTIVE_VIEW_EVER_BACKGROUNDED_PERCENT",
            "ACTIVE_VIEW_EVER_MUTED_PERCENT",
            "ACTIVE_VIEW_IMPRESSIONS_AUDIBLE_AND_VISIBLIE_AT_COMPLETION",
            "ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
            "ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
            "ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
            "ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
            "ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "ACTIVE_VIEW_PERCENT_AUDIBLE_IMPRESSIONS",
            "ACTIVE_VIEW_PLUS_MEASURABLE_COUNT",
            "ACTIVE_VIEW_REVENUE",
            "ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
            "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
            "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
            "ADSENSE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
            "ADSENSE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
            "ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
            "ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
            "ADSENSE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
            "ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
            "ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "ADSENSE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
            "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
            "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
            "ADSENSE_AVERAGE_ECPM",
            "ADSENSE_CLICKS",
            "ADSENSE_CTR",
            "ADSENSE_IMPRESSIONS",
            "ADSENSE_PERCENT_CLICKS",
            "ADSENSE_PERCENT_IMPRESSIONS",
            "ADSENSE_PERCENT_REVENUE",
            "ADSENSE_PERCENT_REVENUE_WITHOUT_CPD",
            "ADSENSE_RESPONSES_SERVED",
            "ADSENSE_REVENUE",
            "AD_EXCHANGE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
            "AD_EXCHANGE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
            "AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
            "AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
            "AD_EXCHANGE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
            "AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
            "AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "AD_EXCHANGE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
            "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
            "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
            "AD_EXCHANGE_AVERAGE_ECPM",
            "AD_EXCHANGE_CLICKS",
            "AD_EXCHANGE_CPC",
            "AD_EXCHANGE_CTR",
            "AD_EXCHANGE_DELIVERY_RATE",
            "AD_EXCHANGE_IMPRESSIONS",
            "AD_EXCHANGE_IMPRESSIONS_PER_AD_VIEWER",
            "AD_EXCHANGE_IMPRESSIONS_PER_SESSION",
            "AD_EXCHANGE_LIFT",
            "AD_EXCHANGE_MATCHED_REQUEST_CTR",
            "AD_EXCHANGE_MATCHED_REQUEST_ECPM",
            "AD_EXCHANGE_MATCH_RATE",
            "AD_EXCHANGE_OPPORTUNITIES_FROM_ERRORS",
            "AD_EXCHANGE_OPPORTUNITIES_FROM_IMPRESSIONS",
            "AD_EXCHANGE_PERCENT_CLICKS",
            "AD_EXCHANGE_PERCENT_IMPRESSIONS",
            "AD_EXCHANGE_PERCENT_REVENUE",
            "AD_EXCHANGE_PERCENT_REVENUE_WITHOUT_CPD",
            "AD_EXCHANGE_PLUS_YIELD_GROUP_ECPM",
            "AD_EXCHANGE_PLUS_YIELD_GROUP_IMPRESSIONS",
            "AD_EXCHANGE_PLUS_YIELD_GROUP_REVENUE",
            "AD_EXCHANGE_RESPONSES_SERVED",
            "AD_EXCHANGE_REVENUE",
            "AD_EXCHANGE_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
            "AD_EXCHANGE_REVENUE_PER_AD_VIEWER",
            "AD_EXCHANGE_TOTAL_REQUESTS",
            "AD_EXCHANGE_TOTAL_REQUEST_CTR",
            "AD_EXCHANGE_TOTAL_REQUEST_ECPM",
            "AD_EXPOSURE_SECONDS",
            "AD_REQUESTS",
            "AD_SERVER_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
            "AD_SERVER_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
            "AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
            "AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE",
            "AD_SERVER_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS",
            "AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS",
            "AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "AD_SERVER_ACTIVE_VIEW_REVENUE",
            "AD_SERVER_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION",
            "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
            "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION",
            "AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
            "AD_SERVER_AVERAGE_ECPM",
            "AD_SERVER_AVERAGE_ECPM_WITHOUT_CPD",
            "AD_SERVER_BEGIN_TO_RENDER_IMPRESSIONS",
            "AD_SERVER_CLICKS",
            "AD_SERVER_COMPLETED_VIEWS",
            "AD_SERVER_COVIEWED_IMPRESSIONS",
            "AD_SERVER_CPD_REVENUE",
            "AD_SERVER_CTR",
            "AD_SERVER_GROSS_REVENUE",
            "AD_SERVER_GROSS_REVENUE_WITHOUT_CPD",
            "AD_SERVER_IMPRESSIONS",
            "AD_SERVER_IMPRESSIONS_WITH_COMPANION",
            "AD_SERVER_INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS",
            "AD_SERVER_OPPORTUNITIES_FROM_ERRORS",
            "AD_SERVER_OPPORTUNITIES_FROM_IMPRESSIONS",
            "AD_SERVER_PERCENT_CLICKS",
            "AD_SERVER_PERCENT_IMPRESSIONS",
            "AD_SERVER_PERCENT_REVENUE",
            "AD_SERVER_PERCENT_REVENUE_WITHOUT_CPD",
            "AD_SERVER_RESPONSES_SERVED",
            "AD_SERVER_REVENUE",
            "AD_SERVER_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
            "AD_SERVER_REVENUE_WITHOUT_CPD",
            "AD_SERVER_TARGETED_CLICKS",
            "AD_SERVER_TARGETED_IMPRESSIONS",
            "AD_SERVER_TRACKED_ADS",
            "AD_SERVER_UNFILTERED_BEGIN_TO_RENDER_IMPRESSIONS",
            "AD_SERVER_UNFILTERED_CLICKS",
            "AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS",
            "AD_SERVER_UNFILTERED_IMPRESSIONS",
            "AD_SERVER_UNFILTERED_TRACKED_ADS",
            "AD_UNIT_EXPOSURE_SECONDS",
            "AD_VIEWERS",
            "ATN_ADS_FAILED_TO_RENDER",
            "ATN_ELIGIBLE_LINE_ITEMS",
            "ATN_ELIGIBLE_LINE_ITEMS_AD_REQUESTS",
            "ATN_HBT_ALLOWED_AD_REQUESTS",
            "ATN_HBT_BIDS_IN_AUCTION",
            "ATN_HBT_BIDS_IN_AUCTION_AD_REQUESTS",
            "ATN_HBT_CANDIDATE_BIDS",
            "ATN_HBT_INVALID_AD_REQUESTS",
            "ATN_HBT_NO_BIDS_AD_REQUESTS",
            "ATN_HBT_REJECTED_BIDS",
            "ATN_HBT_VALID_AD_REQUESTS",
            "ATN_HBT_WITH_BIDS_AD_REQUESTS",
            "ATN_INVALID_AD_REQUESTS",
            "ATN_LINE_ITEMS_CREATIVE_NOT_RETRIEVED",
            "ATN_LINE_ITEMS_IN_AUCTION",
            "ATN_LINE_ITEMS_NOT_COMPETING",
            "ATN_LINE_ITEMS_NOT_SELECTED",
            "ATN_LINE_ITEM_IN_AUCTION_AD_REQUESTS",
            "ATN_LINE_ITEM_TARGETED_AD_REQUESTS",
            "ATN_MEDIATION_ALLOWED_AD_REQUESTS",
            "ATN_MEDIATION_INVALID_AD_REQUESTS",
            "ATN_MEDIATION_LOADED_ADS_FROM_CHAINS",
            "ATN_MEDIATION_NO_PARTNER_AD_REQUESTS",
            "ATN_MEDIATION_PARTNERS_IN_AUCTION",
            "ATN_MEDIATION_PARTNERS_IN_AUCTION_AD_REQUESTS",
            "ATN_MEDIATION_REJECTED_PARTNERS",
            "ATN_MEDIATION_TARGETED_PARTNERS",
            "ATN_MEDIATION_TOTAL_ADS_IN_CHAINS",
            "ATN_MEDIATION_UNLOADED_ADS_FROM_CHAINS",
            "ATN_MEDIATION_UNUSED_BIDS_OR_PARTNERS",
            "ATN_MEDIATION_VALID_AD_REQUESTS",
            "ATN_MEDIATION_WITH_PARTNERS_AD_REQUESTS",
            "ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BIDS",
            "ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BID_REQUESTS_SENT",
            "ATN_PROGRAMMATIC_ALLOWED_AD_REQUESTS",
            "ATN_PROGRAMMATIC_BIDS_IN_AUCTION",
            "ATN_PROGRAMMATIC_BID_IN_AUCTION_AD_REQUESTS",
            "ATN_PROGRAMMATIC_BID_REQUESTS_SENT",
            "ATN_PROGRAMMATIC_BID_REQUESTS_WITH_RESPONSE",
            "ATN_PROGRAMMATIC_BID_REQUEST_CANDIDATES",
            "ATN_PROGRAMMATIC_BID_REQUEST_ERRORS",
            "ATN_PROGRAMMATIC_INELIGIBLE_AD_REQUESTS",
            "ATN_PROGRAMMATIC_REJECTED_BIDS",
            "ATN_PROGRAMMATIC_SKIPPED_BID_REQUESTS",
            "ATN_PROGRAMMATIC_TOTAL_BIDS",
            "ATN_PROGRAMMATIC_VALID_AD_REQUESTS",
            "ATN_REJECTED_LINE_ITEMS",
            "ATN_SERVED_MEDIATION_CHAINS",
            "ATN_SERVED_SINGLE_ADS",
            "ATN_TARGETED_LINE_ITEMS",
            "ATN_TOTAL_AD_REQUESTS",
            "ATN_TOTAL_LOADED_ADS",
            "ATN_VALID_AD_REQUESTS",
            "ATN_YIELD_GROUP_MEDIATION_PASSBACKS",
            "AUDIENCE_SEGMENT_COST",
            "AVERAGE_ECPM",
            "AVERAGE_ECPM_WITHOUT_CPD",
            "AVERAGE_ENGAGEMENT_SECONDS_PER_SESSION",
            "AVERAGE_ENGAGEMENT_SECONDS_PER_USER",
            "AVERAGE_IMPRESSIONS_PER_UNIQUE_VISITOR",
            "AVERAGE_PURCHASE_REVENUE_PER_PAYING_USER",
            "AVERAGE_REVENUE_PER_USER",
            "AVERAGE_SESSION_SECONDS",
            "BIDS",
            "BID_AVERAGE_CPM",
            "BOUNCE_RATE",
            "CLICKS",
            "CODE_SERVED_COUNT",
            "CPC_REVENUE",
            "CPM_REVENUE",
            "CREATIVE_LOAD_TIME_0_500_PERCENT",
            "CREATIVE_LOAD_TIME_1000_2000_PERCENT",
            "CREATIVE_LOAD_TIME_2000_4000_PERCENT",
            "CREATIVE_LOAD_TIME_4000_8000_PERCENT",
            "CREATIVE_LOAD_TIME_500_1000_PERCENT",
            "CREATIVE_LOAD_TIME_GT_8000_PERCENT",
            "CTR",
            "DEALS_BIDS",
            "DEALS_BID_RATE",
            "DEALS_BID_REQUESTS",
            "DEALS_WINNING_BIDS",
            "DEALS_WIN_RATE",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT",
            "DOM_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_0_500_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_1000_2000_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_2000_4000_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_4000_8000_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_500_1000_PERCENT",
            "DOM_LOAD_TO_TAG_LOAD_TIME_GT_8000_PERCENT",
            "DROPOFF_RATE",
            "ENGAGED_SESSIONS",
            "ENGAGED_SESSIONS_PER_USER",
            "ENGAGEMENT_RATE",
            "EUROPEAN_REGULATIONS_CONSENT_RATE",
            "EUROPEAN_REGULATIONS_CUSTOM_CONSENT_RATE",
            "EUROPEAN_REGULATIONS_MESSAGES_SHOWN",
            "EUROPEAN_REGULATIONS_NO_CONSENT_RATE",
            "FILL_RATE",
            "GOOGLE_ANALYTICS_CLICKS",
            "GOOGLE_ANALYTICS_CTR",
            "GOOGLE_ANALYTICS_ECPM",
            "GOOGLE_ANALYTICS_IMPRESSIONS",
            "GOOGLE_ANALYTICS_REVENUE",
            "GOOGLE_ANALYTICS_VIEWS",
            "GOOGLE_ANALYTICS_VIEWS_PER_USER",
            "GOOGLE_SOLD_AUCTION_COVIEWED_IMPRESSIONS",
            "GOOGLE_SOLD_AUCTION_IMPRESSIONS",
            "GOOGLE_SOLD_COVIEWED_IMPRESSIONS",
            "GOOGLE_SOLD_IMPRESSIONS",
            "GOOGLE_SOLD_RESERVATION_COVIEWED_IMPRESSIONS",
            "GOOGLE_SOLD_RESERVATION_IMPRESSIONS",
            "IMPRESSIONS",
            "INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS",
            "INVENTORY_SHARES",
            "INVENTORY_SHARE_PARTNER_UNFILLED_OPPORTUNITIES",
            "INVOICED_IMPRESSIONS",
            "INVOICED_UNFILLED_IMPRESSIONS",
            "MEDIATION_CHAINS_FILLED",
            "MUTED_IMPRESSIONS",
            "MUTE_ELIGIBLE_IMPRESSIONS",
            "NIELSEN_AUDIENCE_INDEX",
            "NIELSEN_AVERAGE_FREQUENCY",
            "NIELSEN_AVERAGE_NUMBER_OF_VIEWERS",
            "NIELSEN_GROSS_RATING_POINTS",
            "NIELSEN_IMPRESSIONS",
            "NIELSEN_IMPRESSIONS_INDEX",
            "NIELSEN_IN_TARGET_RATIO",
            "NIELSEN_PERCENT_AUDIENCE_REACH",
            "NIELSEN_PERCENT_AUDIENCE_SHARE",
            "NIELSEN_PERCENT_IMPRESSIONS_SHARE",
            "NIELSEN_PERCENT_POPULATION_SHARE",
            "NIELSEN_POPULATION_BASE",
            "NIELSEN_UNIQUE_AUDIENCE",
            "OFF_PROPERTY_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
            "OFF_PROPERTY_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
            "OFF_PROPERTY_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE",
            "OFF_PROPERTY_CLICKS",
            "OFF_PROPERTY_CTR",
            "OFF_PROPERTY_IMPRESSIONS",
            "OFF_PROPERTY_REVENUE",
            "OFF_PROPERTY_SPEND",
            "OFF_PROPERTY_SPEND_ECPM",
            "ON_PLATFORM_MULTIPLE_CALL_ECPM",
            "ON_PLATFORM_MULTIPLE_CALL_IMPRESSIONS",
            "ON_PLATFORM_MULTIPLE_CALL_REVENUE",
            "OPPORTUNITIES",
            "OVERDELIVERED_IMPRESSIONS",
            "PARTNER_FINANCE_GROSS_REVENUE",
            "PARTNER_FINANCE_HOST_ECPM",
            "PARTNER_FINANCE_HOST_IMPRESSIONS",
            "PARTNER_FINANCE_HOST_REVENUE",
            "PARTNER_FINANCE_PARTNER_ECPM",
            "PARTNER_FINANCE_PARTNER_REVENUE",
            "PARTNER_MANAGEMENT_GROSS_REVENUE",
            "PARTNER_MANAGEMENT_HOST_CLICKS",
            "PARTNER_MANAGEMENT_HOST_CTR",
            "PARTNER_MANAGEMENT_HOST_IMPRESSIONS",
            "PARTNER_MANAGEMENT_PARTNER_CLICKS",
            "PARTNER_MANAGEMENT_PARTNER_CTR",
            "PARTNER_MANAGEMENT_PARTNER_IMPRESSIONS",
            "PARTNER_MANAGEMENT_TOTAL_CONTENT_VIEWS",
            "PARTNER_MANAGEMENT_UNFILLED_IMPRESSIONS",
            "PARTNER_SALES_FILLED_POD_REQUESTS",
            "PARTNER_SALES_FILL_RATE",
            "PARTNER_SALES_PARTNER_MATCH_RATE",
            "PARTNER_SALES_QUERIES",
            "PARTNER_SALES_UNFILLED_IMPRESSIONS",
            "PARTNER_SALES_UNMATCHED_QUERIES",
            "PARTNER_SOLD_CODE_SERVED",
            "PARTNER_SOLD_COVIEWED_IMPRESSIONS",
            "PARTNER_SOLD_IMPRESSIONS",
            "PROGRAMMATIC_ELIGIBLE_AD_REQUESTS",
            "PROGRAMMATIC_MATCH_RATE",
            "PROGRAMMATIC_RESPONSES_SERVED",
            "REACH_IMPRESSIONS",
            "RESPONSES_SERVED",
            "RETENTION",
            "REVENUE",
            "REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
            "REVENUE_VERIFICATION_CPD_REVENUE",
            "REVENUE_VERIFICATION_GROSS_CPD_REVENUE",
            "REVENUE_VERIFICATION_GROSS_REVENUE_WITHOUT_CPD",
            "REVENUE_VERIFICATION_IMPRESSIONS",
            "REVENUE_VERIFICATION_REVENUE_WITHOUT_CPD",
            "REVENUE_WITHOUT_CPD",
            "REWARDS_GRANTED",
            "RICH_MEDIA_AVERAGE_DISPLAY_TIME",
            "RICH_MEDIA_AVERAGE_INTERACTION_TIME",
            "RICH_MEDIA_BACKUP_IMAGES",
            "RICH_MEDIA_CUSTOM_EVENT_COUNT",
            "RICH_MEDIA_CUSTOM_EVENT_TIME",
            "RICH_MEDIA_DISPLAY_TIME",
            "RICH_MEDIA_EXPANDING_TIME",
            "RICH_MEDIA_EXPANSIONS",
            "RICH_MEDIA_FULL_SCREEN_IMPRESSIONS",
            "RICH_MEDIA_INTERACTION_COUNT",
            "RICH_MEDIA_INTERACTION_RATE",
            "RICH_MEDIA_INTERACTION_TIME",
            "RICH_MEDIA_INTERACTIVE_IMPRESSIONS",
            "RICH_MEDIA_MANUAL_CLOSES",
            "RICH_MEDIA_VIDEO_COMPLETES",
            "RICH_MEDIA_VIDEO_INTERACTIONS",
            "RICH_MEDIA_VIDEO_INTERACTION_RATE",
            "RICH_MEDIA_VIDEO_MIDPOINTS",
            "RICH_MEDIA_VIDEO_MUTES",
            "RICH_MEDIA_VIDEO_PAUSES",
            "RICH_MEDIA_VIDEO_PLAYS",
            "RICH_MEDIA_VIDEO_REPLAYS",
            "RICH_MEDIA_VIDEO_STOPS",
            "RICH_MEDIA_VIDEO_UNMUTES",
            "RICH_MEDIA_VIDEO_VIEW_RATE",
            "RICH_MEDIA_VIDEO_VIEW_TIME",
            "SELL_THROUGH_AVAILABLE_IMPRESSIONS",
            "SELL_THROUGH_FORECASTED_IMPRESSIONS",
            "SELL_THROUGH_RESERVED_IMPRESSIONS",
            "SELL_THROUGH_SELL_THROUGH_RATE",
            "SERVER_SIDE_UNWRAPPING_AVERAGE_LATENCY_MS",
            "SERVER_SIDE_UNWRAPPING_CALLOUTS",
            "SERVER_SIDE_UNWRAPPING_EMPTY_RESPONSES",
            "SERVER_SIDE_UNWRAPPING_ERROR_RESPONSES",
            "SERVER_SIDE_UNWRAPPING_SUCCESSFUL_RESPONSES",
            "SERVER_SIDE_UNWRAPPING_TIMEOUTS",
            "SESSIONS",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT",
            "TAG_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT",
            "TARGETED_CLICKS",
            "TARGETED_IMPRESSIONS",
            "UNFILLED_IMPRESSIONS",
            "UNIQUE_VISITORS",
            "UNLOADED_IMPRESSIONS_DUE_TO_CPU",
            "UNLOADED_IMPRESSIONS_DUE_TO_NETWORK",
            "UNMATCHED_AD_REQUESTS",
            "UNVIEWED_REASON_OTHER_PERCENT",
            "UNVIEWED_REASON_SLOT_NEVER_ENTERED_VIEWPORT_PERCENT",
            "UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_FILLED_PERCENT",
            "UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_LOADED_PERCENT",
            "UNVIEWED_REASON_USER_SCROLLED_BEFORE_ONE_SECOND_PERCENT",
            "USER_ENGAGEMENT_DURATION_IN_SECONDS",
            "USER_MESSAGES_AD_BLOCKING_EXTENSION_RATE",
            "USER_MESSAGES_AD_BLOCKING_RECOVERY_ALLOWLISTED_COUNT",
            "USER_MESSAGES_AD_BLOCKING_RECOVERY_MESSAGES_SHOWN",
            "USER_MESSAGES_ALLOW_ADS_PAGEVIEWS",
            "USER_MESSAGES_IDFA_ATT_ALERTS_SHOWN",
            "USER_MESSAGES_IDFA_ATT_CONSENT",
            "USER_MESSAGES_IDFA_ATT_CONSENT_RATE",
            "USER_MESSAGES_IDFA_ATT_DECLINE_CONSENT",
            "USER_MESSAGES_IDFA_ATT_DECLINE_RATE",
            "USER_MESSAGES_IDFA_EXPLAINERS_SHOWN",
            "USER_MESSAGES_IDFA_IAB_MESSAGES_SHOWN",
            "USER_MESSAGES_IDFA_NO_DECISION",
            "USER_MESSAGES_OFFERWALL_MESSAGES_SHOWN",
            "USER_MESSAGES_OFFERWALL_SUCCESSFUL_ENGAGEMENTS",
            "USER_MESSAGES_POST_OFFERWALL_PAGEVIEWS",
            "USER_MESSAGES_TOTAL_ESTIMATED_REVENUE",
            "USER_MESSAGES_UPTC_MESSAGES_SHOWN",
            "USER_MESSAGES_UPTC_PERSONALIZATION_OPT_OUT_RATIO",
            "USER_MESSAGES_US_STATES_MESSAGES_SHOWN",
            "USER_MESSAGES_US_STATES_OPT_OUT_SELECTIONS",
            "VIDEO_ERROR_100_COUNT",
            "VIDEO_ERROR_101_COUNT",
            "VIDEO_ERROR_102_COUNT",
            "VIDEO_ERROR_200_COUNT",
            "VIDEO_ERROR_201_COUNT",
            "VIDEO_ERROR_202_COUNT",
            "VIDEO_ERROR_203_COUNT",
            "VIDEO_ERROR_300_COUNT",
            "VIDEO_ERROR_301_COUNT",
            "VIDEO_ERROR_302_COUNT",
            "VIDEO_ERROR_303_COUNT",
            "VIDEO_ERROR_400_COUNT",
            "VIDEO_ERROR_401_COUNT",
            "VIDEO_ERROR_402_COUNT",
            "VIDEO_ERROR_403_COUNT",
            "VIDEO_ERROR_405_COUNT",
            "VIDEO_ERROR_406_COUNT",
            "VIDEO_ERROR_407_COUNT",
            "VIDEO_ERROR_408_COUNT",
            "VIDEO_ERROR_409_COUNT",
            "VIDEO_ERROR_410_COUNT",
            "VIDEO_ERROR_500_COUNT",
            "VIDEO_ERROR_501_COUNT",
            "VIDEO_ERROR_502_COUNT",
            "VIDEO_ERROR_503_COUNT",
            "VIDEO_ERROR_600_COUNT",
            "VIDEO_ERROR_601_COUNT",
            "VIDEO_ERROR_602_COUNT",
            "VIDEO_ERROR_603_COUNT",
            "VIDEO_ERROR_604_COUNT",
            "VIDEO_ERROR_900_COUNT",
            "VIDEO_ERROR_901_COUNT",
            "VIDEO_INTERACTION_AVERAGE_INTERACTION_RATE",
            "VIDEO_INTERACTION_COLLAPSES",
            "VIDEO_INTERACTION_EXPANDS",
            "VIDEO_INTERACTION_FULL_SCREENS",
            "VIDEO_INTERACTION_MUTES",
            "VIDEO_INTERACTION_PAUSES",
            "VIDEO_INTERACTION_RESUMES",
            "VIDEO_INTERACTION_REWINDS",
            "VIDEO_INTERACTION_UNMUTES",
            "VIDEO_INTERACTION_VIDEO_SKIPS",
            "VIDEO_MONETIZABLE_CONTENT_VIEWS",
            "VIDEO_REAL_TIME_CREATIVE_SERVES",
            "VIDEO_REAL_TIME_ERROR_100_COUNT",
            "VIDEO_REAL_TIME_ERROR_101_COUNT",
            "VIDEO_REAL_TIME_ERROR_102_COUNT",
            "VIDEO_REAL_TIME_ERROR_200_COUNT",
            "VIDEO_REAL_TIME_ERROR_201_COUNT",
            "VIDEO_REAL_TIME_ERROR_202_COUNT",
            "VIDEO_REAL_TIME_ERROR_203_COUNT",
            "VIDEO_REAL_TIME_ERROR_300_COUNT",
            "VIDEO_REAL_TIME_ERROR_301_COUNT",
            "VIDEO_REAL_TIME_ERROR_302_COUNT",
            "VIDEO_REAL_TIME_ERROR_303_COUNT",
            "VIDEO_REAL_TIME_ERROR_400_COUNT",
            "VIDEO_REAL_TIME_ERROR_401_COUNT",
            "VIDEO_REAL_TIME_ERROR_402_COUNT",
            "VIDEO_REAL_TIME_ERROR_403_COUNT",
            "VIDEO_REAL_TIME_ERROR_405_COUNT",
            "VIDEO_REAL_TIME_ERROR_406_COUNT",
            "VIDEO_REAL_TIME_ERROR_407_COUNT",
            "VIDEO_REAL_TIME_ERROR_408_COUNT",
            "VIDEO_REAL_TIME_ERROR_409_COUNT",
            "VIDEO_REAL_TIME_ERROR_410_COUNT",
            "VIDEO_REAL_TIME_ERROR_500_COUNT",
            "VIDEO_REAL_TIME_ERROR_501_COUNT",
            "VIDEO_REAL_TIME_ERROR_502_COUNT",
            "VIDEO_REAL_TIME_ERROR_503_COUNT",
            "VIDEO_REAL_TIME_ERROR_600_COUNT",
            "VIDEO_REAL_TIME_ERROR_601_COUNT",
            "VIDEO_REAL_TIME_ERROR_602_COUNT",
            "VIDEO_REAL_TIME_ERROR_603_COUNT",
            "VIDEO_REAL_TIME_ERROR_604_COUNT",
            "VIDEO_REAL_TIME_ERROR_900_COUNT",
            "VIDEO_REAL_TIME_ERROR_901_COUNT",
            "VIDEO_REAL_TIME_IMPRESSIONS",
            "VIDEO_REAL_TIME_MATCHED_QUERIES",
            "VIDEO_REAL_TIME_TOTAL_ERROR_COUNT",
            "VIDEO_REAL_TIME_TOTAL_QUERIES",
            "VIDEO_REAL_TIME_UNMATCHED_QUERIES",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_END",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_BREAK_START",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_CAPPED_OPPORTUNITIES_ADBREAK",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_CAPPED_OPPORTUNITIES_SUBPOD",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_DURATION_ADBREAK",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_DURATION_SUBPOD",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_DURATION_ADBREAK",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_DURATION_SUBPOD",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_OPPORTUNITIES_ADBREAK",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_MATCHED_OPPORTUNITIES_SUBPOD",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_VIEWED_OPPORTUNITIES_ADBREAK",
            "VIDEO_TRUE_OPPORTUNITIES_TOTAL_VIEWED_OPPORTUNITIES_SUBPOD",
            "VIDEO_TRUE_VIEWS",
            "VIDEO_TRUE_VIEW_SKIP_RATE",
            "VIDEO_TRUE_VIEW_VIEW_THROUGH_RATE",
            "VIDEO_VIEWERSHIP_AUTO_PLAYS",
            "VIDEO_VIEWERSHIP_AVERAGE_VIEW_RATE",
            "VIDEO_VIEWERSHIP_AVERAGE_VIEW_TIME",
            "VIDEO_VIEWERSHIP_CLICK_TO_PLAYS",
            "VIDEO_VIEWERSHIP_COMPLETES",
            "VIDEO_VIEWERSHIP_COMPLETION_RATE",
            "VIDEO_VIEWERSHIP_ENGAGED_VIEWS",
            "VIDEO_VIEWERSHIP_FIRST_QUARTILES",
            "VIDEO_VIEWERSHIP_MIDPOINTS",
            "VIDEO_VIEWERSHIP_SKIP_BUTTONS_SHOWN",
            "VIDEO_VIEWERSHIP_STARTS",
            "VIDEO_VIEWERSHIP_THIRD_QUARTILES",
            "VIDEO_VIEWERSHIP_TOTAL_ERROR_COUNT",
            "VIDEO_VIEWERSHIP_TOTAL_ERROR_RATE",
            "VIDEO_VIEWERSHIP_VIDEO_LENGTH",
            "VIDEO_VIEWERSHIP_VIEW_THROUGH_RATE",
            "YIELD_GROUP_AUCTIONS_WON",
            "YIELD_GROUP_BIDS",
            "YIELD_GROUP_BIDS_IN_AUCTION",
            "YIELD_GROUP_CALLOUTS",
            "YIELD_GROUP_ESTIMATED_CPM",
            "YIELD_GROUP_ESTIMATED_REVENUE",
            "YIELD_GROUP_IMPRESSIONS",
            "YIELD_GROUP_MEDIATION_FILL_RATE",
            "YIELD_GROUP_MEDIATION_MATCHED_QUERIES",
            "YIELD_GROUP_MEDIATION_PASSBACKS",
            "YIELD_GROUP_MEDIATION_THIRD_PARTY_ECPM",
            "YIELD_GROUP_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT",
            "YIELD_GROUP_SUCCESSFUL_RESPONSES"
          ],
          "description": "The metric this field represents.",
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false
          ]
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Field",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse": {
      "description": "Response object for `ListAudienceSegmentsRequest` containing matching `AudienceSegment` objects.",
      "properties": {
        "audienceSegments": {
          "description": "The `AudienceSegment` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AudienceSegment"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `AudienceSegment` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule": {
      "id": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule",
      "type": "object",
      "description": "Days of week to schedule report run.",
      "properties": {
        "weeklyScheduledDays": {
          "items": {
            "enumDescriptions": [
              "The day of the week is unspecified.",
              "Monday",
              "Tuesday",
              "Wednesday",
              "Thursday",
              "Friday",
              "Saturday",
              "Sunday"
            ],
            "enum": [
              "DAY_OF_WEEK_UNSPECIFIED",
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY",
              "SUNDAY"
            ],
            "type": "string"
          },
          "type": "array",
          "description": "Specifies days of the week on which to run report."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AudienceSegmentTargeting": {
      "description": "Represents targeting for audience segments. The values are combined in a logical `OR`.",
      "properties": {
        "negative": {
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.",
          "type": "boolean"
        },
        "audienceSegments": {
          "description": "Optional. The targeted audience segments. This is either the resource name of a first-party audience segment or an alias to the effective third-party audience segment. Third-party audience segment resource names containing `~direct` or `~global` will be normalized by the server. For example, `networks/1234/audienceSegments/4567~direct` will be normalized to `networks/1234/audienceSegments/4567`.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__AudienceSegmentTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitParent": {
      "description": "The summary of a parent AdUnit.",
      "properties": {
        "displayName": {
          "description": "Output only. The display name of the parent AdUnit.",
          "type": "string",
          "readOnly": true
        },
        "parentAdUnit": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The parent of the current AdUnit Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        },
        "adUnitCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string used to uniquely identify the ad unit for the purposes of serving the ad."
        }
      },
      "id": "GoogleAdsAdmanagerV1__AdUnitParent",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest",
      "type": "object",
      "description": "Request object for `BatchCreatePlacements` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Placement` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreatePlacementRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomFieldOption": {
      "description": "An option for a drop-down `CustomField`.",
      "properties": {
        "customFieldOptionId": {
          "type": "string",
          "description": "Optional. Non-empty default. `CustomFieldOption` ID.",
          "format": "int64"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the `CustomFieldOption`. This value has a maximum length of 127 characters."
        }
      },
      "id": "GoogleAdsAdmanagerV1__CustomFieldOption",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList",
      "type": "object",
      "description": "A list of filters.",
      "properties": {
        "filters": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          },
          "description": "Required. A list of filters.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse": {
      "description": "Response object for `BatchDeactivateCmsMetadataValues` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse": {
      "description": "Response object for `BatchUpdateLabels` method.",
      "properties": {
        "labels": {
          "description": "The `Label` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateContactRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateContactRequest",
      "type": "object",
      "description": "Request object for `CreateContact` method.",
      "properties": {
        "contact": {
          "description": "Required. The `Contact` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Contact"
        },
        "parent": {
          "description": "Required. The parent resource where this `Contact` will be created. Format: `networks/{network_code}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest",
      "type": "object",
      "description": "Request object for `BatchCreateCustomFields` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CustomField` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCustomFieldRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse",
      "type": "object",
      "description": "Response object for `ListBrowserLanguagesRequest` containing matching `BrowserLanguage` objects.",
      "properties": {
        "browserLanguages": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__BrowserLanguage"
          },
          "description": "The `BrowserLanguage` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `BrowserLanguage` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice": {
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice",
      "type": "object",
      "description": "Stores variable choices selectable by users.",
      "properties": {
        "label": {
          "type": "string",
          "description": "Required. A label is displayed to users when creating a TemplateCreative. This attribute is intended to be more descriptive than value. This attribute has a maximum length of 255 characters."
        },
        "value": {
          "description": "Required. When creating a TemplateCreative, the value in StringCreativeTemplateVariableValue should match this value, if you intend to select this value. This attribute has a maximum length of 255 characters.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__DisapprovalReason": {
      "id": "GoogleAdsAdmanagerV1__DisapprovalReason",
      "type": "object",
      "description": "Represents the reason for which Google disapproved the Site.",
      "properties": {
        "type": {
          "description": "Output only. The type of policy violation found for the Site.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The site has content that violates policy.",
            "Generic error type.",
            "The parent must be an authorized seller of the child network's inventory."
          ],
          "enum": [
            "SITE_DISAPPROVAL_REASON_UNSPECIFIED",
            "CONTENT",
            "OTHER",
            "OWNERSHIP"
          ]
        },
        "details": {
          "description": "Output only. Additional details for the disapproval of the Site.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateAdUnitRequest": {
      "description": "Request object for `UpdateAdUnit` method.",
      "properties": {
        "adUnit": {
          "$ref": "GoogleAdsAdmanagerV1__AdUnit",
          "description": "Required. The `AdUnit` to update. The `AdUnit`'s name is used to identify the `AdUnit` to update. Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        },
        "updateMask": {
          "format": "google-fieldmask",
          "type": "string",
          "description": "Optional. The list of fields to update."
        }
      },
      "id": "GoogleAdsAdmanagerV1__UpdateAdUnitRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateCustomFields` method.",
      "properties": {
        "names": {
          "type": "array",
          "description": "Required. The resource names of the `CustomField` objects to deactivate. Format: `networks/{network_code}/customFields/{custom_field_id}`",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateTeamRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateTeamRequest",
      "type": "object",
      "description": "Request object for `UpdateTeam` method.",
      "properties": {
        "team": {
          "description": "Required. The `Team` to update. The `Team`'s `name` is used to identify the `Team` to update.",
          "$ref": "GoogleAdsAdmanagerV1__Team"
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivateCustomTargetingKeys` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1_CustomFieldValue_Value": {
      "id": "GoogleAdsAdmanagerV1_CustomFieldValue_Value",
      "type": "object",
      "description": "Represent custom field value type.",
      "properties": {
        "stringValue": {
          "description": "The value, if the CustomFieldDataType is STRING.",
          "type": "string"
        },
        "numberValue": {
          "format": "double",
          "type": "number",
          "description": "The value, if the CustomFieldDataType is NUMBER."
        },
        "toggleValue": {
          "type": "boolean",
          "description": "The value, if the CustomFieldDataType is TOGGLE."
        },
        "dropdownValue": {
          "type": "string",
          "description": "The custom_field_option_id, if the CustomFieldDataType is DROPDOWN.",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargetingClause": {
      "id": "GoogleAdsAdmanagerV1__CustomTargetingClause",
      "type": "object",
      "description": "Represents a logical AND of individual custom targeting expressions.",
      "properties": {
        "customTargetingLiterals": {
          "description": "Optional. Leaf targeting expressions for custom key/values.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingLiteral"
          }
        },
        "cmsMetadataTargetings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataTargeting"
          },
          "type": "array",
          "description": "Optional. Leaf targeting expressions for cms metadata."
        },
        "audienceSegmentTargetings": {
          "type": "array",
          "description": "Optional. Leaf targeting expressions for audience segments.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AudienceSegmentTargeting"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__MobileDevice": {
      "id": "GoogleAdsAdmanagerV1__MobileDevice",
      "type": "object",
      "description": "Represents a mobile device.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `MobileDevice`. Format: `networks/{network_code}/mobileDevices/{mobile_device}`"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The localized name of the mobile device."
        },
        "manufacturer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The manufacturer associated with the mobile device. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListTeamsResponse",
      "type": "object",
      "description": "Response object for `ListTeamsRequest` containing matching `Team` objects.",
      "properties": {
        "teams": {
          "type": "array",
          "description": "The `Team` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Team` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Order": {
      "description": "The `Order` resource.",
      "properties": {
        "creator": {
          "readOnly": true,
          "description": "Output only. The resource name of the User who created the Order on behalf of the advertiser. Format: \"networks/{network_code}/users/{user_id}\"",
          "type": "string"
        },
        "notes": {
          "description": "Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.",
          "type": "string"
        },
        "agency": {
          "description": "Optional. The resource name of the Company, which is of type Company.Type.AGENCY, with which this order is associated. Format: \"networks/{network_code}/companies/{company_id}\"",
          "type": "string"
        },
        "effectiveAppliedLabels": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "type": "array",
          "description": "Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google."
        },
        "trafficker": {
          "description": "Required. The resource name of the User responsible for trafficking the Order. Format: \"networks/{network_code}/users/{user_id}\"",
          "type": "string"
        },
        "orderId": {
          "description": "Output only. Deprecated: Order ID.",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "type": "string"
        },
        "programmatic": {
          "type": "boolean",
          "description": "Optional. Specifies whether or not the Order is a programmatic order."
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the Order has just been created but no approval has been requested yet.",
            "Indicates that a request for approval for the Order has been made.",
            "Indicates that the Order has been approved and is ready to serve.",
            "Indicates that the Order has been disapproved and is not eligible to serve.",
            "This is a legacy state. Paused status should be checked on LineItems within the order.",
            "Indicates that the Order has been canceled and cannot serve.",
            "Indicates that the Order has been deleted."
          ],
          "enum": [
            "ORDER_STATUS_UNSPECIFIED",
            "DRAFT",
            "PENDING_APPROVAL",
            "APPROVED",
            "DISAPPROVED",
            "PAUSED",
            "CANCELED",
            "DELETED"
          ],
          "description": "Output only. The status of the Order."
        },
        "currencyCode": {
          "type": "string",
          "description": "Output only. The ISO 4217 3-letter currency code for the currency used by the Order. This value is the network's currency code.",
          "readOnly": true
        },
        "startTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The instant at which the Order and its associated Line items are eligible to begin serving. This attribute is derived from the Line item of the order that has the earliest `LineItem.start_time`."
        },
        "unlimitedEndTime": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates whether or not this Order has an end time."
        },
        "poNumber": {
          "type": "string",
          "description": "Optional. The purchase order number for the Order. This value has a maximum length of 63 characters."
        },
        "externalOrderId": {
          "type": "integer",
          "description": "Optional. An arbitrary ID to associate to the Order, which can be used as a key to an external system.",
          "format": "int32"
        },
        "lastModifiedByApp": {
          "readOnly": true,
          "description": "Output only. The application which modified this order.",
          "type": "string"
        },
        "agencyContacts": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of Contacts from the advertising Agency of this Order. Format: \"networks/{network_code}/contacts/{contact_id}\"",
          "type": "array"
        },
        "advertiserContacts": {
          "type": "array",
          "description": "Optional. Unordered list. The resource names of Contacts from the advertiser of this Order. Format: \"networks/{network_code}/contacts/{contact_id}\"",
          "items": {
            "type": "string"
          }
        },
        "secondarySalespeople": {
          "description": "Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: \"networks/{network_code}/users/{user_id}\"",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "salesperson": {
          "type": "string",
          "description": "Optional. The resource name of the User responsible for the sales of the Order. Format: \"networks/{network_code}/users/{user_id}\""
        },
        "effectiveTeams": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The resource names of Teams applied to this Order including inherited values. Format: \"networks/{network_code}/teams/{team_id}\"",
          "type": "array"
        },
        "name": {
          "description": "Identifier. The resource name of the `Order`. Format: `networks/{network_code}/orders/{order_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The display name of the Order. This value has a maximum length of 255 characters.",
          "type": "string"
        },
        "secondaryTraffickers": {
          "type": "array",
          "description": "Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: \"networks/{network_code}/users/{user_id}\"",
          "items": {
            "type": "string"
          }
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The instant this Order was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The instant at which the Order and its associated Line items stop being served. This attribute is derived from the Line item of the order that has the latest `LineItem.end_time`."
        },
        "customFieldValues": {
          "type": "array",
          "description": "Optional. The set of custom field values to this order.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldValue"
          }
        },
        "appliedTeams": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of Teams directly applied to this Order. Format: \"networks/{network_code}/teams/{team_id}\"",
          "type": "array"
        },
        "appliedLabels": {
          "description": "Optional. The set of labels applied directly to this order.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          }
        },
        "advertiser": {
          "description": "Required. The resource name of the Company, which is of type Company.Type.ADVERTISER, to which this order belongs. Format: \"networks/{network_code}/companies/{company_id}\"",
          "type": "string"
        },
        "archived": {
          "readOnly": true,
          "description": "Output only. The archival status of the Order.",
          "type": "boolean"
        }
      },
      "id": "GoogleAdsAdmanagerV1__Order",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse",
      "type": "object",
      "description": "Response object for `ListDeviceCategoriesRequest` containing matching `DeviceCategory` objects.",
      "properties": {
        "deviceCategories": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceCategory"
          },
          "description": "The `DeviceCategory` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of `DeviceCategory` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup": {
      "id": "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup",
      "type": "object",
      "description": "Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.",
      "properties": {
        "primaryValues": {
          "type": "array",
          "description": "Data for the PRIMARY MetricValueType.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "relativeChangeValues": {
          "description": "Data for the RELATIVE_CHANGE MetricValueType.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "primaryPercentOfTotalValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "type": "array",
          "description": "Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType."
        },
        "comparisonValues": {
          "description": "Data for the COMPARISON MetricValueType.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "absoluteChangeValues": {
          "type": "array",
          "description": "Data for the ABSOLUTE_CHANGE MetricValueType.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "comparisonPercentOfTotalValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "description": "Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.",
          "type": "array"
        },
        "flagValues": {
          "type": "array",
          "description": "If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.",
          "items": {
            "type": "boolean"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__User": {
      "id": "GoogleAdsAdmanagerV1__User",
      "type": "object",
      "description": "The User resource.",
      "properties": {
        "ordersUiLocalTimeZone": {
          "type": "string",
          "description": "Optional. The IANA Time Zone Database time zone, e.g. \"America/New_York\", used in the orders and line items UI for this User. If not provided, the UI then defaults to using the Network's timezone. This setting only affects the UI for this user and does not affect the timezone of any dates and times returned in API responses."
        },
        "externalId": {
          "description": "Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the User. Format: `networks/{network_code}/users/{user_id}`"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the User. It has a maximum length of 128 characters."
        },
        "serviceAccount": {
          "type": "boolean",
          "description": "Output only. Whether the user is an OAuth2 service account user. Service account users can only be added through the UI.",
          "readOnly": true
        },
        "role": {
          "type": "string",
          "description": "Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs."
        },
        "active": {
          "readOnly": true,
          "description": "Output only. Specifies whether or not the User is active. An inactive user cannot log in to the system or perform any operations.",
          "type": "boolean"
        },
        "userId": {
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. Deprecated: `User` ID."
        },
        "email": {
          "type": "string",
          "description": "Required. The email or login of the User. In order to create a new user, you must already have a Google Account."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCustomFieldsResponse": {
      "description": "Response object for `ListCustomFieldsRequest` containing matching `CustomField` objects.",
      "properties": {
        "customFields": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          },
          "description": "The `CustomField` objects from the specified network.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `CustomField` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListCustomFieldsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomFieldValue": {
      "id": "GoogleAdsAdmanagerV1__CustomFieldValue",
      "type": "object",
      "description": "A value for a CustomField on a resource.",
      "properties": {
        "value": {
          "description": "Required. A typed value representation of the value.",
          "$ref": "GoogleAdsAdmanagerV1_CustomFieldValue_Value"
        },
        "customField": {
          "description": "Required. The custom field for which this is a value. Format: \"networks/{network_code}/customFields/{custom_field_id}\"",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse": {
      "description": "Response object for `SearchAdReviewCenterAds` method.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "adReviewCenterAds": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdReviewCenterAd"
          },
          "description": "The AdReviewCenterAds that match the search request.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse": {
      "description": "The response message for the fetch report result rows endpoint.",
      "properties": {
        "rows": {
          "type": "array",
          "description": "Up to `page_size` rows of report data.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDataTable_Row"
          }
        },
        "dateRanges": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange"
          },
          "type": "array",
          "description": "The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request)."
        },
        "nextPageToken": {
          "description": "A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "comparisonDateRanges": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange"
          },
          "description": "The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).",
          "type": "array"
        },
        "runTime": {
          "format": "google-datetime",
          "description": "The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.",
          "type": "string"
        },
        "totalRowCount": {
          "description": "The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__RunReportResponse": {
      "id": "GoogleAdsAdmanagerV1__RunReportResponse",
      "type": "object",
      "description": "Response message for a completed `RunReport` operation.",
      "properties": {
        "reportResult": {
          "type": "string",
          "description": "The unique name of the generated result. Use with `FetchReportResultRows` to retrieve data."
        }
      }
    },
    "GoogleAdsAdmanagerV1__TaxonomyCategory": {
      "id": "GoogleAdsAdmanagerV1__TaxonomyCategory",
      "type": "object",
      "description": "The `TaxonomyCategory` resource.",
      "properties": {
        "displayName": {
          "readOnly": true,
          "description": "Output only. Display name of the `TaxonomyCategory`.",
          "type": "string"
        },
        "groupingOnly": {
          "readOnly": true,
          "description": "Output only. Whether this `TaxonomyCategory` only serves to group its children.",
          "type": "boolean"
        },
        "name": {
          "description": "Identifier. The resource name of the `TaxonomyCategory`. Format: `networks/{network_code}/taxonomyCategories/{taxonomy_category_id}`",
          "type": "string"
        },
        "parentTaxonomyCategoryId": {
          "readOnly": true,
          "format": "int64",
          "description": "Output only. The ID of the parent category this `TaxonomyCategory` descends from.",
          "type": "string"
        },
        "taxonomyCategoryId": {
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64",
          "description": "Output only. Deprecated: `TaxonomyCategory` ID."
        },
        "taxonomyType": {
          "description": "Output only. The taxonomy that this `TaxonomyCategory` belongs to.",
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified/not present",
            "The IAB Audience Taxonomy v1.1.",
            "The IAB Content Taxonomy v1.0.",
            "The IAB Content Taxonomy v2.1.",
            "The IAB Content Taxonomy v2.2.",
            "The IAB Content Taxonomy v3.0.",
            "The PPS structured video signals taxonomy."
          ],
          "enum": [
            "TAXONOMY_TYPE_UNSPECIFIED",
            "TAXONOMY_IAB_AUDIENCE_1_1",
            "TAXONOMY_IAB_CONTENT_1_0",
            "TAXONOMY_IAB_CONTENT_2_1",
            "TAXONOMY_IAB_CONTENT_2_2",
            "TAXONOMY_IAB_CONTENT_3_0",
            "TAXONOMY_GOOGLE_STRUCTURED_VIDEO_1_0"
          ],
          "type": "string"
        },
        "ancestorNames": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The list of names of the ancestors of this `TaxonomyCategory`.",
          "type": "array"
        },
        "ancestorTaxonomyCategoryIds": {
          "type": "array",
          "description": "Output only. The list of IDs of the ancestors of this `TaxonomyCategory`.",
          "readOnly": true,
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse": {
      "description": "Response object for `BatchUnarchiveApplications` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateLabelRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateLabelRequest",
      "type": "object",
      "description": "Request object for `CreateLabel` method.",
      "properties": {
        "label": {
          "description": "Required. The `Label` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Label"
        },
        "parent": {
          "description": "Required. The parent resource where this `Label` will be created. Format: `networks/{network_code}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__LineItem": {
      "id": "GoogleAdsAdmanagerV1__LineItem",
      "type": "object",
      "description": "A LineItem contains information about how specific ad creatives are intended to serve to your website or app along with pricing and other delivery details.",
      "properties": {
        "startTime": {
          "format": "google-datetime",
          "description": "Required. The date and time on which the LineItem is enabled to begin serving. This attribute is required and must be in the future.",
          "type": "string"
        },
        "goal": {
          "description": "Optional. The primary goal that this LineItem is associated with, which is used in its pacing and budgeting.",
          "$ref": "GoogleAdsAdmanagerV1__Goal"
        },
        "lineItemType": {
          "type": "string",
          "description": "Required. Indicates the line item type of a LineItem. This attribute is required. The line item type determines the default priority of the line item. More information can be found at https://support.google.com/admanager/answer/177279.",
          "enumDescriptions": [
            "Not specified value.",
            "The type of LineItem for which a percentage of all the impressions that are being sold are reserved.",
            "The type of LineItem for which a fixed quantity of impressions or clicks are reserved.",
            "The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses daily percentage of unsold impressions or clicks.",
            "The type of LineItem for which a fixed quantity of impressions or clicks will be delivered at a priority lower than the STANDARD type.",
            "The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses fixed quantity percentage of unsold impressions or clicks.",
            "The type of LineItem typically used for ads that promote products and services chosen by the publisher.",
            "The type of LineItem used for ads that track ads being served externally of Ad Manager.",
            "Targets the LineItem to specific inventory available to AdSense buyers.",
            "Targets the LineItem to specific inventory available to Authorized Buyers and the Open Auction.",
            "Represents a non-monetizable video LineItem that targets one or more bumper positions, which are short house video messages used by publishers to separate content from ad breaks.",
            "The type of LineItem for which there are no impressions reserved, and will serve for a second price bid.",
            "The type of LineItem used for configuring audience extension campaigns."
          ],
          "enum": [
            "LINE_ITEM_TYPE_UNSPECIFIED",
            "SPONSORSHIP",
            "STANDARD",
            "NETWORK",
            "BULK",
            "PRICE_PRIORITY",
            "HOUSE",
            "CLICK_TRACKING",
            "ADSENSE",
            "AD_EXCHANGE",
            "BUMPER",
            "PREFERRED_DEAL",
            "AUDIENCE_EXTENSION"
          ]
        },
        "customFieldValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldValue"
          },
          "type": "array",
          "description": "Optional. The values of the custom fields associated with this line item."
        },
        "budget": {
          "description": "Output only. The amount of money allocated to the LineItem. This attribute is readonly and is populated by Google. The currency code is readonly.",
          "readOnly": true,
          "$ref": "GoogleType__Money"
        },
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The timestamp when the LineItem will stop serving. This attribute is read-only and includes auto extension days."
        },
        "order": {
          "description": "Required. Immutable. The ID of the Order to which the LineItem belongs. Format: `networks/{network_code}/orders/{order}`",
          "type": "string"
        },
        "rate": {
          "$ref": "GoogleType__Money",
          "description": "Required. The amount of money to spend per impression or click."
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the line item. This attribute is required and has a maximum length of 255 characters."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `LineItem`. Format: `networks/{network_code}/lineItems/{line_item_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest",
      "type": "object",
      "description": "Request object for 'CreateEntitySignalsMapping' method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this EntitySignalsMapping will be created. Format: `networks/{network_code}`"
        },
        "entitySignalsMapping": {
          "description": "Required. The EntitySignalsMapping object to create.",
          "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest",
      "type": "object",
      "description": "Request object for `BatchUpdateAdUnits` method.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. The `AdUnit` objects to update. A maximum of 100 objects can be updated in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateAdUnitRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest",
      "type": "object",
      "description": "Request object for `BatchDeactivateCmsMetadataValues` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `CmsMetadataValue`s to deactivate. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerMain__AdManagerError": {
      "description": "/ AdManagerError contains all the information required for processing a / particular error thrown by the AdManager API. / / At least one AdManagerError should be included in all error messages sent to / the client.",
      "properties": {
        "stackTrace": {
          "type": "string",
          "description": "The stack trace that accompanies this error."
        },
        "details": {
          "type": "array",
          "description": "A list of messages that carry any additional error details.",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          }
        },
        "domainFieldPath": {
          "description": "The field path in the domain entity that triggered this error.",
          "type": "string"
        },
        "fieldPath": {
          "description": "The field path that triggered this error.",
          "type": "string"
        },
        "growbirdPlaceholderValues": {
          "description": "Placeholder values for the error message.",
          "type": "array",
          "items": {
            "type": "string"
          },
          "deprecated": true
        },
        "message": {
          "type": "string",
          "description": "A publisher appropriate explanation of this error."
        },
        "originalGrubbyError": {
          "deprecated": true,
          "type": "string",
          "description": "The original Grubby error (via ApiError.toString()) that was converted to an OP error."
        },
        "trigger": {
          "type": "string",
          "description": "The value that triggered this error."
        },
        "tangleCanonicalCode": {
          "description": "The underlying Tangle error code for this error. Only populated if the error originated from Tangle, and for internal use by the exception handler since AdManagerError only contains the error code string. This int corresponds to the enum IDs in util.error.Code - we can't use the enum directly because it's proto2 and AdManagerError is proto3. http://google3/util/task/codes.proto",
          "type": "integer",
          "format": "int32"
        },
        "errorCode": {
          "type": "string",
          "description": "The unique identifying string for this error."
        }
      },
      "id": "GoogleAdsAdmanagerMain__AdManagerError",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ContentBundle": {
      "id": "GoogleAdsAdmanagerV1__ContentBundle",
      "type": "object",
      "description": "A ContentBundle is a grouping of individual Content. A ContentBundle is defined as including the Content that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the ContentBundle. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The name of the ContentBundle. This attribute is required and has a maximum length of 255 characters.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest": {
      "description": "Request object for `BatchUpdateSites` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateSiteRequest"
          },
          "type": "array",
          "description": "Required. The `Site` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Size": {
      "description": "Represents the dimensions of an AdUnit, LineItem, or Creative.",
      "properties": {
        "height": {
          "type": "integer",
          "description": "Required. The height of the Creative, AdUnit, or LineItem.",
          "format": "int32"
        },
        "sizeType": {
          "description": "Required. The SizeType of the Creative, AdUnit, or LineItem.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Dimension based size, an actual height and width in pixels.",
            "Size is expressed as a ratio. For example, 4:1 could be met by a 100 x 25 sized image.",
            "Out-of-page (Interstitial) size that is not related to the slot it is served. This must be used with 1x1 size.",
            "Size is ignored. This must be used with 1x1 size.",
            "Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size.",
            "Fluid size. Automatically sizes the ad by filling the width of the enclosing column and adjusting the height as appropriate. This must be used with 1x1 size.",
            "Audio size. Used with audio ads. This must be used with 1x1 size."
          ],
          "enum": [
            "SIZE_TYPE_UNSPECIFIED",
            "PIXEL",
            "ASPECT_RATIO",
            "INTERSTITIAL",
            "IGNORED",
            "NATIVE",
            "FLUID",
            "AUDIO"
          ]
        },
        "width": {
          "format": "int32",
          "description": "Required. The width of the Creative, AdUnit, or LineItem.",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__Size",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest": {
      "description": "Request object for `UpdateCustomTargetingKey` method.",
      "properties": {
        "customTargetingKey": {
          "description": "Required. The `CustomTargetingKey` to update. The `CustomTargetingKey`'s `name` is used to identify the `CustomTargetingKey` to update.",
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
        },
        "updateMask": {
          "format": "google-fieldmask",
          "description": "Optional. The list of fields to update.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse",
      "type": "object",
      "description": "Response object for `ListCmsMetadataValuesRequest` containing matching `CmsMetadataValue` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `CmsMetadataValue` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        },
        "cmsMetadataValues": {
          "description": "The `CmsMetadataValue` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataValue"
          }
        }
      }
    },
    "GoogleAdsAdmanagerMain__GrpDemographicBucket": {
      "id": "GoogleAdsAdmanagerMain__GrpDemographicBucket",
      "type": "object",
      "description": "A single GRP bucket comprised of the different demographic dimensions, gender and age.",
      "properties": {
        "ageRange": {
          "description": "The age range of the GRP demographic bucket.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "GRP age range from 0 to 17 years old.",
            "GRP age range from 18 to 24 years old.",
            "GRP age range from 18 to 49 years old.",
            "GRP age range from 21 years old and up.",
            "GRP age range from 21 to 34 years old.",
            "GRP age range from 21 to 44 years old.",
            "GRP age range from 21 to 49 years old.",
            "GRP age range from 21 to 54 years old.",
            "GRP age range from 21 to 64 years old.",
            "GRP age range from 25 to 34 years old.",
            "GRP age range from 25 to 49 years old.",
            "GRP age range from 35 to 44 years old.",
            "GRP age range from 35 to 49 years old.",
            "GRP age range from 45 to 54 years old.",
            "GRP age range from 55 to 64 years old.",
            "GRP age range from 65 years old and up.",
            "When the age range is not available due to low impression levels, GRP privacy thresholds are activated and prevent us from specifying age."
          ],
          "enum": [
            "FORECASTING_GRP_AGE_UNSPECIFIED",
            "AGE_0_TO_17",
            "AGE_18_TO_24",
            "AGE_18_TO_49",
            "AGE_21_PLUS",
            "AGE_21_TO_34",
            "AGE_21_TO_44",
            "AGE_21_TO_49",
            "AGE_21_TO_54",
            "AGE_21_TO_64",
            "AGE_25_TO_34",
            "AGE_25_TO_49",
            "AGE_35_TO_44",
            "AGE_35_TO_49",
            "AGE_45_TO_54",
            "AGE_55_TO_64",
            "AGE_65_PLUS",
            "AGE_UNKNOWN"
          ]
        },
        "gender": {
          "type": "string",
          "description": "The gender of the GRP demographic bucket.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The demographic gender is female.",
            "The demographic gender is male.",
            "When gender is not available due to low impression levels, GRP privacy thresholds are activated and prevent us from specifying gender."
          ],
          "enum": [
            "FORECASTING_GRP_GENDER_UNSPECIFIED",
            "GENDER_FEMALE",
            "GENDER_MALE",
            "GENDER_UNKNOWN"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest",
      "type": "object",
      "description": "Request message for `BatchDeactivateSites` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `Site` objects to deactivate.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable": {
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable",
      "type": "object",
      "description": "Represents a file asset variable defined in a creative template. Use AssetCreativeTemplateVariableValue to specify the value for this variable when creating a TemplateCreative from a CreativeTemplate.",
      "properties": {
        "mimeTypes": {
          "description": "Optional. The set of allowed MIME types. If unspecified, all MIME types are allowed.",
          "type": "array",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Default value. This value is unused.",
              "The `image/jpeg` MIME type.",
              "The `image/png` MIME type.",
              "The `image/gif` MIME type."
            ],
            "enum": [
              "MIME_TYPE_UNSPECIFIED",
              "JPG",
              "PNG",
              "GIF"
            ]
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ProgrammaticBuyer": {
      "description": "Represents a programmatic buyer.",
      "properties": {
        "agency": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the buyer is an advertising agency."
        },
        "preferredDealsEnabled": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the buyer is enabled for preferred deals."
        },
        "name": {
          "description": "Identifier. The resource name of the `ProgrammaticBuyer`. Format: `networks/{network_code}/programmaticBuyers/{buyer_account_id}`",
          "type": "string"
        },
        "parentAccountId": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1."
        },
        "displayName": {
          "description": "Output only. The display name of the buyer.",
          "type": "string",
          "readOnly": true
        },
        "partnerClientId": {
          "type": "string",
          "description": "Output only. ID of the Display & Video 360 client buyer partner ID (if Display & Video 360) or Authorized Buyers client buyer account ID.",
          "readOnly": true
        },
        "buyerAccountId": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. The buyer account ID of the buyer."
        },
        "programmaticGuaranteedEnabled": {
          "description": "Output only. Whether the buyer is enabled for programmatic guaranteed deals.",
          "type": "boolean",
          "readOnly": true
        }
      },
      "id": "GoogleAdsAdmanagerV1__ProgrammaticBuyer",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Content": {
      "id": "GoogleAdsAdmanagerV1__Content",
      "type": "object",
      "description": "A piece of `Content` from a Publisher's CMS.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Output only. The name of the `Content`.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `Content`. Format: `networks/{network_code}/content/{content_id}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest": {
      "description": "Request object for `BatchCreateTeams` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateTeamRequest"
          },
          "description": "Required. The `Team` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Report": {
      "description": "The `Report` resource.",
      "properties": {
        "reportDefinition": {
          "description": "Required. The report definition of the report.",
          "$ref": "GoogleAdsAdmanagerV1__ReportDefinition"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The instant this report was last modified.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the report. Report resource name have the form: `networks/{network_code}/reports/{report_id}`"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The instant this report was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "scheduleOptions": {
          "description": "Optional. The schedule options of this report.",
          "$ref": "GoogleAdsAdmanagerV1__ScheduleOptions"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. Display name for the report."
        },
        "locale": {
          "description": "Output only. The locale of this report. Locale is set from the user's locale at the time of the request. Locale can't be modified.",
          "type": "string",
          "readOnly": true
        },
        "reportId": {
          "description": "Output only. Report ID.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        },
        "visibility": {
          "description": "Optional. The visibility of a report.",
          "enumDeprecated": [
            false,
            false,
            false,
            true
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. Reports with hidden visibility won't appear in the Ad Manager UI.",
            "Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them.",
            "Reports with this visibility will appear in the Ad Manager UI.",
            "Deprecated: Use `VISIBLE`. Reports with saved visibility will appear in the Ad Manager UI by default. This is an alias for `VISIBLE` and will be removed in the future."
          ],
          "enum": [
            "HIDDEN",
            "DRAFT",
            "VISIBLE",
            "SAVED"
          ]
        }
      },
      "id": "GoogleAdsAdmanagerV1__Report",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse",
      "type": "object",
      "description": "Response object for `BatchDeactivateCustomFields` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ChildPublisher": {
      "description": "The ChildPublisher resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the ChildPublisher. Format: `networks/{network_code}/childPublishers/{child_publisher_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ChildPublisher",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceCategory": {
      "description": "Represents the category of a device. For example, \"smartphone\" or \"desktop\".",
      "properties": {
        "displayName": {
          "description": "Output only. The display name of the device category.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `DeviceCategory`. Format: `networks/{network_code}/deviceCategories/{device_category}`",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__DeviceCategory",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest": {
      "description": "Request message for `BatchActivateLabels` method.",
      "properties": {
        "names": {
          "type": "array",
          "description": "Required. Resource names for the Label. Format: `networks/{network_code}/labels/{label_id}`",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest",
      "type": "object",
      "description": "Request object for `BatchDeactivateAdUnits` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `AdUnit`s to deactivate. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse": {
      "description": "Response object for `BatchCreateLabels` method.",
      "properties": {
        "labels": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          },
          "type": "array",
          "description": "The `Label` objects created."
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CmsMetadataKey": {
      "id": "GoogleAdsAdmanagerV1__CmsMetadataKey",
      "type": "object",
      "description": "Key associated with a piece of content from a publisher's CMS.",
      "properties": {
        "status": {
          "description": "Output only. The status of this CMS metadata key.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The key is active.",
            "The key is not active."
          ],
          "enum": [
            "CMS_METADATA_KEY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ]
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `CmsMetadataKey`. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The key of a key-value pair."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse",
      "type": "object",
      "description": "Response object for `ListDeviceCapabilitiesRequest` containing matching `DeviceCapability` objects.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `DeviceCapability` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "deviceCapabilities": {
          "description": "The `DeviceCapability` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceCapability"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse",
      "type": "object",
      "description": "Response object for `BatchUpdateTeams` method.",
      "properties": {
        "teams": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          },
          "type": "array",
          "description": "The `Team` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse": {
      "description": "Response object for `BatchUpdateEntitySignalsMappings` method.",
      "properties": {
        "entitySignalsMappings": {
          "type": "array",
          "description": "The `EntitySignalsMapping` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListBrowsersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListBrowsersResponse",
      "type": "object",
      "description": "Response object for `ListBrowsersRequest` containing matching `Browser` objects.",
      "properties": {
        "browsers": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Browser"
          },
          "type": "array",
          "description": "The `Browser` objects from the specified network."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Browser` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerMain__DeliveryForecast": {
      "id": "GoogleAdsAdmanagerMain__DeliveryForecast",
      "type": "object",
      "description": "Represents a single delivery data point, with both available and forecast number.",
      "properties": {
        "available": {
          "format": "int64",
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "type": "string"
        },
        "matched": {
          "description": "The number of units matching the specified targeting and delivery settings.",
          "type": "string",
          "format": "int64"
        },
        "possible": {
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items or lower priority line items.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateLabelRequest": {
      "description": "Request object for `UpdateLabel` method.",
      "properties": {
        "label": {
          "$ref": "GoogleAdsAdmanagerV1__Label",
          "description": "Required. The `Label` to update. The `Label`'s `name` is used to identify the `Label` to update."
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "type": "string",
          "format": "google-fieldmask"
        }
      },
      "id": "GoogleAdsAdmanagerV1__UpdateLabelRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__RunReportMetadata": {
      "description": "`RunReport` operation metadata.",
      "properties": {
        "percentComplete": {
          "format": "int32",
          "description": "An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.",
          "type": "integer"
        },
        "report": {
          "description": "The result's parent report.",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__RunReportMetadata",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateApplicationRequest": {
      "description": "Request object for `CreateApplication` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Application` will be created. Format: `networks/{network_code}`"
        },
        "application": {
          "$ref": "GoogleAdsAdmanagerV1__Application",
          "description": "Required. The `Application` to create."
        }
      },
      "id": "GoogleAdsAdmanagerV1__CreateApplicationRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Targeting": {
      "description": "Targeting expression. ",
      "properties": {
        "inventoryTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__InventoryTargeting",
          "description": "Optional. Used to target/exclude various ad units and/or placements."
        },
        "customTargeting": {
          "description": "Optional. Used to target key/values, audience segments, and/or CMS metadata.",
          "$ref": "GoogleAdsAdmanagerV1__CustomTargeting"
        },
        "userDomainTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__UserDomainTargeting",
          "description": "Optional. Used to target user domains."
        },
        "contentTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__ContentTargeting",
          "description": "Optional. Used to target content."
        },
        "geoTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__GeoTargeting",
          "description": "Optional. Used to target/exclude various geo targets."
        },
        "requestPlatformTargeting": {
          "description": "Optional. Used to target specific request platforms.",
          "$ref": "GoogleAdsAdmanagerV1__RequestPlatformTargeting"
        },
        "dataSegmentTargeting": {
          "description": "Optional. Used to target data segments.",
          "$ref": "GoogleAdsAdmanagerV1__DataSegmentTargeting"
        },
        "technologyTargeting": {
          "description": "Optional. Used to target various technology targeting dimensions.",
          "$ref": "GoogleAdsAdmanagerV1__TechnologyTargeting"
        },
        "videoPositionTargeting": {
          "description": "Optional. Used to target video positions.",
          "$ref": "GoogleAdsAdmanagerV1__VideoPositionTargeting"
        },
        "mobileApplicationTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__MobileApplicationTargeting",
          "description": "Optional. Used to target mobile applications."
        }
      },
      "id": "GoogleAdsAdmanagerV1__Targeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__OperatingSystem": {
      "description": "Represents a device's operating system.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Output only. The name of the operating system.",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `OperatingSystem`. Format: `networks/{network_code}/operatingSystems/{operating_system_id}`"
        }
      },
      "id": "GoogleAdsAdmanagerV1__OperatingSystem",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse",
      "type": "object",
      "description": "Response object for `BatchUpdateSites` method.",
      "properties": {
        "sites": {
          "description": "The `Site` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest": {
      "description": "Request message for `BatchDeactivatePlacements` method.",
      "properties": {
        "names": {
          "type": "array",
          "description": "Required. The names of the `Placement` objects to deactivate. Format: `networks/{network_code}/placements/{placement_id}`",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest": {
      "description": "Request message for `BatchActivatePlacements` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "description": "Required. The names of the `Placement` objects to activate. Format: `networks/{network_code}/placements/{placement_id}`",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable": {
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable",
      "type": "object",
      "description": "Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from. Use StringCreativeTemplateVariableValue to specify the value for this variable when creating a TemplateCreative from a CreativeTemplate.",
      "properties": {
        "allowOtherChoice": {
          "type": "boolean",
          "description": "Optional. `True` if a user can specify an 'other' value. For example, if a variable called backgroundColor is defined as a list with values: red, green, blue, this boolean can be set to allow a user to enter a value not on the list such as purple."
        },
        "choices": {
          "type": "array",
          "description": "Optional. The selectable values that the user can choose from.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice"
          }
        },
        "defaultValue": {
          "description": "Optional. Default value to be filled in when creating creatives from the creative template.",
          "type": "string"
        },
        "sampleValue": {
          "type": "string",
          "description": "Optional. Sample value that is used when previewing the template in the UI."
        }
      }
    },
    "GoogleAdsAdmanagerV1__TechnologyTargeting": {
      "description": "Various types of technology targeting expressed by child messages are applied with logical AND.",
      "properties": {
        "operatingSystemTargeting": {
          "description": "Optional. Operating system targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__OperatingSystemTargeting"
        },
        "browserTargeting": {
          "description": "Optional. Browser targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__BrowserTargeting"
        },
        "deviceCapabilityTargeting": {
          "description": "Optional. Device capability targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting"
        },
        "deviceManufacturerTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting",
          "description": "Optional. Device manufacturer targeting dimension."
        },
        "browserLanguageTargeting": {
          "description": "Optional. Browser language targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__BrowserLanguageTargeting"
        },
        "bandwidthTargeting": {
          "description": "Optional. Bandwidth targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__BandwidthTargeting"
        },
        "deviceCategoryTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__DeviceCategoryTargeting",
          "description": "Optional. Device category targeting dimension."
        },
        "mobileCarrierTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__MobileCarrierTargeting",
          "description": "Optional. Mobile carrier targeting dimension."
        }
      },
      "id": "GoogleAdsAdmanagerV1__TechnologyTargeting",
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown": {
      "id": "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown",
      "type": "object",
      "description": "Criteria and time breakdown information of a reservation forecast.",
      "properties": {
        "criteriaBreakdown": {
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdown",
          "description": "Output only. The criteria breakdown of this forecast."
        },
        "twoDimensionalBreakdowns": {
          "description": "Output only. The two dimensional breakdown of this forecast.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown"
          },
          "readOnly": true
        },
        "timeBreakdown": {
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown",
          "description": "Output only. The time breakdown of this forecast."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse": {
      "description": "Response object for `ListEntitySignalsMappingsRequest` containing matching `EntitySignalsMapping` resources.",
      "properties": {
        "entitySignalsMappings": {
          "description": "The `EntitySignalsMapping` from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `EntitySignalsMappings`. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse": {
      "description": "Response object for `BatchCreatePlacements` method.",
      "properties": {
        "placements": {
          "description": "The `Placement` objects created.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdatePlacementRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdatePlacementRequest",
      "type": "object",
      "description": "Request object for `UpdatePlacement` method.",
      "properties": {
        "placement": {
          "description": "Required. The `Placement` to update. The `Placement`'s name is used to identify the `Placement` to update. Format: `networks/{network_code}/placements/{placement_id}`",
          "$ref": "GoogleAdsAdmanagerV1__Placement"
        },
        "updateMask": {
          "format": "google-fieldmask",
          "description": "Optional. The list of fields to update.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse",
      "type": "object",
      "description": "Response object for `BatchActivateCmsMetadataValues` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ContentLabel": {
      "description": "A content label.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `ContentLabel`. Format: `networks/{network_code}/contentLabels/{content_label_id}`"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. The display name of the `ContentLabel`."
        }
      },
      "id": "GoogleAdsAdmanagerV1__ContentLabel",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Application": {
      "id": "GoogleAdsAdmanagerV1__Application",
      "type": "object",
      "description": "An application that has been added to or \"claimed\" by the network to be used for targeting purposes. These mobile apps can come from various app stores.",
      "properties": {
        "archived": {
          "description": "Output only. The archival status of the application. When true, an application cannot be targeted and will not serve ads, regardless of its `status`.",
          "type": "boolean",
          "readOnly": true
        },
        "platform": {
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Platform for apps with platforms we don't support yet or don't have a representation for.",
            "Platform for Amazon Fire TV compatible apps.",
            "Platform for Android compatible apps.",
            "Platform for IOS compatible apps.",
            "Platform for LG TV compatible apps.",
            "Platform for Playstation compatible apps.",
            "Platform for Roku compatible apps.",
            "Platform for Samsung TV compatible apps.",
            "Platform for Xbox compatible apps."
          ],
          "enum": [
            "APPLICATION_PLATFORM_UNSPECIFIED",
            "UNSUPPORTED",
            "AMAZON_TV",
            "ANDROID",
            "IOS",
            "LG_TV",
            "PLAYSTATION",
            "ROKU",
            "SAMSUNG_TV",
            "XBOX"
          ],
          "type": "string",
          "description": "Output only. The platform the application runs on."
        },
        "free": {
          "type": "boolean",
          "description": "Output only. Whether the application is free on the app store it belongs to.",
          "readOnly": true
        },
        "webviewClaimingStatus": {
          "description": "Output only. The webview claiming status for the application.",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The application is soft claimed (claimed for targeting, but not ownership).",
            "The application had its soft claiming status reverted (usually by a user action)."
          ],
          "enum": [
            "WEBVIEW_CLAIMING_STATUS_UNSPECIFIED",
            "SOFT_CLAIMED",
            "SOFT_CLAIMING_REVERTED"
          ],
          "type": "string"
        },
        "appStoreId": {
          "description": "Optional. The app store ID of the app to claim.",
          "type": "string"
        },
        "downloadUrl": {
          "readOnly": true,
          "description": "Output only. The download URL of the application on the app store it belongs to.",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The display name of the application.",
          "type": "string"
        },
        "appStores": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Not specified value.",
              "Apple App Store (iTunes).",
              "Google Play (ex. Google Market).",
              "Amazon App Store.",
              "Oppo App Market.",
              "Samsung Galaxy Store.",
              "Vivo App Store.",
              "Mi GetApps.",
              "Application store for Amazon Fire TV apps.",
              "Application store for LG TV apps.",
              "Application store for Playstation apps.",
              "Application store for Roku apps.",
              "Application store for Samsung TV apps.",
              "Application store for Xbox apps."
            ],
            "enum": [
              "APPLICATION_STORE_UNSPECIFIED",
              "APPLE_APP_STORE",
              "GOOGLE_PLAY_STORE",
              "AMAZON_APP_STORE",
              "OPPO_APP_STORE",
              "SAMSUNG_APP_STORE",
              "VIVO_APP_STORE",
              "XIAOMI_APP_STORE",
              "AMAZON_FIRETV_STORE",
              "LG_TV_STORE",
              "PLAYSTATION_STORE",
              "ROKU_STORE",
              "SAMSUNG_TV_STORE",
              "XBOX_STORE"
            ]
          },
          "description": "Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.",
          "type": "array"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Application`. Format: `networks/{network_code}/applications/{application_id}`"
        },
        "developer": {
          "description": "Output only. The name of the developer of the application.",
          "type": "string",
          "readOnly": true
        },
        "approvalStatus": {
          "description": "Output only. The approval status for the application.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The application is disapproved but has a pending review status, signaling an appeal.",
            "The application can serve ads.",
            "The application failed approval checks and it cannot serve any ads.",
            "The application is not yet ready for review.",
            "The application has not yet been reviewed."
          ],
          "enum": [
            "APPLICATION_APPROVAL_STATUS_UNSPECIFIED",
            "APPEALING",
            "APPROVED",
            "DISAPPROVED",
            "DRAFT",
            "UNCHECKED"
          ]
        },
        "appStoreDisplayName": {
          "readOnly": true,
          "description": "Output only. The name of the application on the app store.",
          "type": "string"
        },
        "applicationCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The application code used to identify the app in the SDK. Note that the UI refers to this as \"App ID\"."
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_StringCreativeTemplateVariable": {
      "description": "Represents a string variable defined in a creative template. Use StringCreativeTemplateVariableValue to specify the value for this variable when creating TemplateCreative from a CreativeTemplate.",
      "properties": {
        "defaultValue": {
          "type": "string",
          "description": "Optional. Default value to be filled in when creating creatives from the creative template."
        },
        "sampleValue": {
          "type": "string",
          "description": "Optional. Sample value that is used when previewing the template in the UI."
        }
      },
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_StringCreativeTemplateVariable",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest",
      "type": "object",
      "description": "Request object for `BatchCreateCustomTargetingKeys` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest"
          },
          "description": "Required. The `CustomTargetingKey` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse": {
      "description": "Response object for `BatchUpdateAdUnits` method.",
      "properties": {
        "adUnits": {
          "description": "The `AdUnit` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__EntitySignalsMapping": {
      "id": "GoogleAdsAdmanagerV1__EntitySignalsMapping",
      "type": "object",
      "description": "The `EntitySignalsMapping` resource.",
      "properties": {
        "audienceSegmentId": {
          "type": "string",
          "description": "ID of an AudienceSegment that this mapping belongs to.",
          "format": "int64"
        },
        "entitySignalsMappingId": {
          "description": "Output only. Deprecated: `EntitySignalsMapping` ID.",
          "type": "string",
          "readOnly": true,
          "deprecated": true,
          "format": "int64"
        },
        "taxonomyCategoryIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Optional. The IDs of the categories that are associated with the referencing entity."
        },
        "name": {
          "description": "Identifier. The resource name of the `EntitySignalsMapping`. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`",
          "type": "string"
        },
        "customTargetingValueId": {
          "format": "int64",
          "description": "ID of a CustomValue that this mapping belongs to.",
          "type": "string"
        },
        "contentBundleId": {
          "description": "ID of a ContentBundle that this mapping belongs to.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse": {
      "description": "Response object for `ListCustomTargetingValuesRequest` containing matching `CustomTargetingValue` objects.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `CustomTargetingValue` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        },
        "customTargetingValues": {
          "description": "The `CustomTargetingValue` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Slice": {
      "description": "Use to specify a slice of data. For example, in a report, to focus on just data from the US, specify `COUNTRY_NAME` for dimension and value: `\"United States\"`.",
      "properties": {
        "dimension": {
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false
          ],
          "description": "Required. The dimension to slice on.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            " The measurement source of a video ad. Corresponds to \"Active View measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Active View measurement source localized name. Corresponds to \"Active View measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Advertiser credit status ENUM Corresponds to \"Advertiser credit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
            "Advertiser credit status localized name Corresponds to \"Advertiser credit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The domain name of the advertiser. Corresponds to \"Advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID used in an external system for advertiser identification Corresponds to \"Advertiser external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The ID of an advertiser company assigned to an order Corresponds to \"Advertiser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `IDENTIFIER`",
            "Labels applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Label ids applied to the advertiser can be used for either competitive exclusion or ad exclusion Corresponds to \"Advertiser label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "The name of an advertiser company assigned to an order Corresponds to \"Advertiser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The name of the contact associated with an advertiser company Corresponds to \"Advertiser primary contact\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Advertiser status ENUM Corresponds to \"Advertiser status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Advertiser status localized name Corresponds to \"Advertiser status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Advertiser type ENUM Corresponds to \"Advertiser type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `ENUM`",
            "Advertiser type localized name Corresponds to \"Advertiser type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "The category of an advertiser, such as Arts & Entertainment or Travel & Tourism. Corresponds to \"Advertiser vertical\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Classification of different Ad Exchange products. Corresponds to \"Ad Exchange product value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Localized name of the classification of different Ad Exchange products. Corresponds to \"Ad Exchange product\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "Ad experiences type. Corresponds to \"Ad experiences value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Ad experiences type. Corresponds to \"Ad experiences\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Shows an ENUM value describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Shows a localized string describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page. Corresponds to \"Ad location\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Multi-size inventory in an ad request. Corresponds to \"Ad request sizes\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The domain of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the ad technology provider associated with the bid. Corresponds to \"Ad technology provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Segmentation of ad types. Corresponds to \"Ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ad type. Corresponds to \"Ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The code of the ad unit where the ad was requested. Corresponds to \"Ad unit code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH` Data format: `STRING`",
            "The code of the first level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the tenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the eleventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the twelfth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the thirteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fourteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fifteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the sixteenth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the second level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the third level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fourth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the fifth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the sixth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the seventh level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the eighth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The code of the ninth level ad unit of the ad unit where the ad was requested. Corresponds to \"Ad unit code level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The full hierarchy of ad unit IDs where the ad was requested, from root to leaf, excluding the root ad unit ID. Corresponds to \"Ad unit ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER_LIST`",
            "The first level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The tenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The eleventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The twelfth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The thirteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fourteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fifteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The sixteenth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The second level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The third level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fourth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The fifth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The sixth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The seventh level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The eighth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The ninth level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `IDENTIFIER`",
            "The top-level ad unit ID of the ad unit where the ad was requested. Corresponds to \"Ad unit ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the ad unit where the ad was requested. Corresponds to \"Ad unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The full hierarchy of ad unit names where the ad was requested, from root to leaf, excluding the root ad unit name. Corresponds to \"Ad unit (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `REACH`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING_LIST`",
            "The first level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 1\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The tenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 10\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The eleventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 11\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The twelfth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 12\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The thirteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 13\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fourteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 14\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fifteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 15\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The sixteenth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 16\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The second level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 2\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The third level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 3\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fourth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 4\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The fifth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 5\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The sixth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 6\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The seventh level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 7\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The eighth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 8\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ninth level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit level 9\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The top-level ad unit name of the ad unit where the ad was requested. Corresponds to \"Ad unit (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The reward amount of the ad unit where the ad was requested. Corresponds to \"Ad unit reward amount\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `INTEGER`",
            "The reward type of the ad unit where the ad was requested. Corresponds to \"Ad unit reward type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REACH` Data format: `STRING`",
            "The status of the ad unit Corresponds to \"Ad unit status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: AdUnitStatus",
            "The name of the status of the ad unit Corresponds to \"Ad unit status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The ID of an agency at level 1 of agency hierarchy. Corresponds to \"Agency ID (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 1 of agency hierarchy. Corresponds to \"Agency (Level 1)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an agency at level 2 of agency hierarchy. Corresponds to \"Agency ID (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 2 of agency hierarchy. Corresponds to \"Agency (Level 2)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an agency at level 3 of agency hierarchy. Corresponds to \"Agency ID (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an agency at level 3 of agency hierarchy. Corresponds to \"Agency (Level 3)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User age bracket enum. Corresponds to \"Age bracket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized user age bracket returned from Google Analytics. For example, \"18-24\", \"25-34\", \"35-44\", \"45-54\", \"55-64\", \"65+\". Corresponds to \"Age bracket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Property ID in Google Analytics Corresponds to \"Analytics property ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Property name in Google Analytics Corresponds to \"Analytics property\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string value for App Tracking Transparency consent status. Corresponds to \"App Tracking Transparency consent status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The app version. Corresponds to \"App version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of Auction Package deal Corresponds to \"Auction package deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of Auction Package deal Corresponds to \"Auction package deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of billable audience segment. Corresponds to \"Audience segment (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the data provider for the audience segment. Corresponds to \"Audience segment data provider ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the data provider for the audience segment. Corresponds to \"Audience segment data provider\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of billable audience segment. Corresponds to \"Audience segment ID (billable)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "ID of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment ID (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Name of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item. Corresponds to \"Audience segment (targeted)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Number of AdID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) AdID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Amazon Fire identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Amazon Fire size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Android TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Android TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Apple TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Apple TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of IDFA identifiers in the audience segment. Corresponds to \"Audience segment (targeted) IDFA size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of mobile web identifiers in the audience segment. Corresponds to \"Audience segment (targeted) mobile web size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of PlayStation identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PlayStation size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of PPID identifiers in the audience segment. Corresponds to \"Audience segment (targeted) PPID size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Roku identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Roku size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of Samsung TV identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Samsung TV size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Number of identifiers in the audience segment. Corresponds to \"Audience segment (targeted) size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Status of the audience segment. Corresponds to \"Audience segment (targeted) status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
            "Name of the status of the audience segment. Corresponds to \"Audience segment (targeted) status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Number of Xbox identifiers in the audience segment. Corresponds to \"Audience segment (targeted) Xbox size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS` Data format: `INTEGER`",
            "Enum value of Auto refreshed traffic. Corresponds to \"Auto refreshed traffic value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Indicates if the traffic is from auto-refreshed ad requests. Corresponds to \"Auto refreshed traffic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The encrypted version of BIDDER_ID. Corresponds to \"Bidder encrypted ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The name of the bidder. Corresponds to \"Bidder\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The cpm range within which a bid falls. Corresponds to \"Bid Range\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BID_RANGE`",
            "The reason a bid was rejected. Corresponds to \"Bid rejection reason value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the reason a bid was rejected. Corresponds to \"Bid rejection reason\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized version of branding type, the amount of information about the Publisher's page sent to the buyer who purchased the impressions. Corresponds to \"Branding type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Browser category. Corresponds to \"Browser category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
            "Browser category name. Corresponds to \"Browser category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The ID of the browser. Corresponds to \"Browser ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the browser. Corresponds to \"Browser\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The ID of the buyer network. Corresponds to \"Buyer network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of the buyer network. Corresponds to \"Buyer network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The callout status category name in the Ads traffic navigator report. Corresponds to \"Callout status category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Mobile carrier ID. Corresponds to \"Carrier ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the mobile carrier. Corresponds to \"Carrier\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory segmentation by channel. Corresponds to \"Channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Child Publisher Network Code Corresponds to \"Child network code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Child Publisher Network ID Corresponds to \"Child network ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Child Partner Network Name Corresponds to \"Child network\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The criteria ID of the city in which the ad served. Corresponds to \"City ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the city in which the ad served. Corresponds to \"City\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "The ID of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of an advertiser, classified by Google, associated with a creative transacted Corresponds to \"Advertiser (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "ID of the brand, as classified by Google, Corresponds to \"Brand ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "Name of the brand, as classified by Google, Corresponds to \"Brand (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "ID of the video content bundle served. Corresponds to \"Content bundle ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Name of the video content bundle served. Corresponds to \"Content bundle\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "ID of the video content metadata namespace served. Corresponds to \"CMS metadata key ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Name of the video content metadata namespace served. Corresponds to \"CMS metadata key\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The display name of the CMS content. Corresponds to \"Content source name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The CMS content ID of the video content. Corresponds to \"ID of the video in the content source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "ID of the video content served. Corresponds to \"Content ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `IDENTIFIER`",
            "Content mapping presence ENUM value Corresponds to \"Content mapping presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Content mapping presence name Corresponds to \"Content mapping presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Name of the video content served. Corresponds to \"Content\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "The continent in which the ad served (derived from country). Corresponds to \"Continent value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The name of the continent in which the ad served (derived from country). Corresponds to \"Continent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ISO code of the country in which the ad served. Corresponds to \"Country code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "The criteria ID of the country in which the ad served. Corresponds to \"Country ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `IDENTIFIER`",
            "The name of the country in which the ad served. Corresponds to \"Country\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "Enum value of creative billing type Corresponds to \"Creative billing type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string value of creative billing type Corresponds to \"Creative billing type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Represents the click-through URL of a creative Corresponds to \"Creative click through url\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a creative Corresponds to \"Creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Creative name Corresponds to \"Creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "ENUM describing whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized string name of whether the creative is part of a creative set or a normal creative. Corresponds to \"Creative or creative set\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Creative Policies filtering. Corresponds to \"Creative policies filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Creative Policies filtering. Corresponds to \"Creative policies filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Creative Protections filtering. Corresponds to \"Creative protections filtering value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Creative Protections filtering. Corresponds to \"Creative protections filtering\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ENUM describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name describing whether the creative is part of a creative set and if so, what its role in the creative set is. Corresponds to \"Creative set role type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether the creative has an SSL compliance override, and how the override has been set. Corresponds to \"Creative SSL compliance override value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the creative SSL compliance override. Corresponds to \"Creative SSL compliance override\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The result of an Ad Manager scan of the creative. Corresponds to \"Creative SSL scan result value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the creative SSL scan result. Corresponds to \"Creative SSL scan result\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The size of the ad unit that the creative is intended to occupy, such as \"468 x 60\". Corresponds to \"Creative target ad unit size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Creative technology ENUM Corresponds to \"Creative technology value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Creative technology localized name Corresponds to \"Creative technology\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Third party vendor name of a creative Corresponds to \"Creative third party vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value of creative type Corresponds to \"Creative type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
            "Localized string name of creative type Corresponds to \"Creative type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Creative vendor ID. Corresponds to \"Creative vendor ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the Creative vendor. Corresponds to \"Creative vendor\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The third party where Google Ad Manager was redirected for the creative, based on the domain. Corresponds to \"Creative video redirect third party\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a Curation partner Corresponds to \"Curation partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of a Curation partner Corresponds to \"Curation partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Custom event ID Corresponds to \"Custom event id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Custom event name Corresponds to \"Custom event\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Custom event type Corresponds to \"Custom event type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the custom event type Corresponds to \"Custom event type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item. Corresponds to \"Custom spot\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by date. Corresponds to \"Date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `AD_SPEED`, `REAL_TIME_VIDEO`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `DATE`",
            "Breaks down reporting data by day of the week. Monday is 1 and 7 is Sunday. Corresponds to \"Day of week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "The ID of the buyer of a deal. Corresponds to \"Deal buyer ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the buyer of a deal. Corresponds to \"Deal buyer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Deal ID Corresponds to \"Deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "List of deal IDs found in a callout. Corresponds to \"Deal ID (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Deal name Corresponds to \"Deal\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The ID of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the secure signals that were sent to the bidder who won the impression. Corresponds to \"Secure signal name (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Demand channel. Corresponds to \"Demand channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `ENUM`",
            "Demand channel name. Corresponds to \"Demand channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION`, `AD_SPEED` Data format: `STRING`",
            "Demand source. Corresponds to \"Demand source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
            "List of demand sources found in a callout. Corresponds to \"Demand source (all)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Demand source name. Corresponds to \"Demand source\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Demand subchannel. Corresponds to \"Demand subchannel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Demand subchannel name. Corresponds to \"Demand subchannel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The device on which an ad was served. Corresponds to \"Device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The device category to which an ad is being targeted. Corresponds to \"Device category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `ENUM`",
            "The name of the category of device (smartphone, feature phone, tablet, or desktop) to which an ad is being targeted. Corresponds to \"Device category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ON_PLATFORM_MULTICALL` Data format: `STRING`",
            "Device manufacturer ID Corresponds to \"Device manufacturer ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Device manufacturer name Corresponds to \"Device manufacturer\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Device model ID Corresponds to \"Device model ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Device model name Corresponds to \"Device model\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The localized name of the device on which an ad was served. Corresponds to \"Device\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of DSP Seat Corresponds to \"DSP seat ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Categorization of inventory sources based on AdX dynamic allocation backfill type. Corresponds to \"Dynamic allocation value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the dynamic allocation type. Corresponds to \"Dynamic allocation\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Status of Encrypted Signals for Publishers delivery. Corresponds to \"Secure signal delivery value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ESP delivery status. Corresponds to \"Secure signal delivery\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether Encrypted Signals for Publishers are present on the ad request. Corresponds to \"Secure signal presence value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the ESP presence status. Corresponds to \"Secure signal presence\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Exchange bidding deal ID. Corresponds to \"Exchange bidding deal id\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Exchange bidding deal type. Corresponds to \"Exchange bidding deal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the exchange bidding deal type. Corresponds to \"Exchange bidding deal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the yield partner as classified by Google Corresponds to \"Yield partner ID (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the yield partner as classified by Google Corresponds to \"Yield partner (classified)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the first look pricing rule. Corresponds to \"First look pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the first look pricing rule. Corresponds to \"First look pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of whether a first-party user identifier was present on a given ad-request. Corresponds to \"First-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User gender enum value returned from Google Analytics. Corresponds to \"Gender value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized user gender returned from Google Analytics. For example, \"male\", \"female\". Corresponds to \"Gender\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a Google Analytics stream. For example, web site or mobile app Corresponds to \"Google Analytics stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of a Google Analytics stream. For example, web site or mobile app. Corresponds to \"Google Analytics stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the header bidding trafficking yield partner. Corresponds to \"Yield partner ID (header bidding trafficking)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The name of the header bidding trafficking yield partner. Corresponds to \"Yield partner (header bidding trafficking)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Header Bidder integration type. Corresponds to \"Header bidder integration type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the Header Bidder integration type. Corresponds to \"Header bidder integration type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by hour in one day. Corresponds to \"Hour\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR`, `ON_PLATFORM_MULTICALL` Data format: `INTEGER`",
            "Impression Counting Method ENUM. Corresponds to \"Impression counting method value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized impression counting method name. Corresponds to \"Impression counting method\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The interaction type of an ad. Corresponds to \"Interaction type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the interaction type of an ad. Corresponds to \"Interaction type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "User interest returned from Google Analytics. Corresponds to \"Interests\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory format. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Inventory format name. The format of the ad unit (e.g, banner) where the ad was requested. Corresponds to \"Inventory format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the inventory share assignment. Corresponds to \"Inventory share assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the inventory share assignment. Corresponds to \"Inventory share assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The result of an inventory share. Corresponds to \"Inventory share outcome value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the result of an inventory share. Corresponds to \"Inventory share outcome\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The partner ad server of the inventory share. Corresponds to \"Inventory share partner ad server value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the partner ad server. Corresponds to \"Inventory share partner ad server\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The target share percent of the inventory share assignment Corresponds to \"Partner target share percent\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `PERCENT`",
            "The type of the inventory share. Corresponds to \"Inventory share type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the inventory share type. Corresponds to \"Inventory share type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory type. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded) value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `ENUM`",
            "Inventory type name. The kind of web page or device where the ad was requested. Corresponds to \"Inventory type (expanded)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Whether traffic is Adx Direct. Corresponds to \"Is AdX Direct\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "If curation was targeted by the buyer when buying the impression Corresponds to \"Is curation targeted\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether the query was dropped. Corresponds to \"Is Dropped\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether traffic is First Look. Corresponds to \"Is First Look\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "The Custom Targeting Value ID Corresponds to \"Key-values ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The Custom Targeting Value formatted like `{keyName}={valueName}` Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The custom criteria key-values specified in ad requests. Corresponds to \"Key-values\" in the Ad Manager UI. Compatible with the following report types: `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The agency of the order associated with the line item. Corresponds to \"Line item agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Whether a Line item is archived. Corresponds to \"Line item is archived\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "The average number of viewers for the line item. Corresponds to \"Nielsen average number of viewers\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DOUBLE`",
            "Line item companion delivery option ENUM value. Corresponds to \"Line item companion delivery option value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemCompanionDeliveryType",
            "Localized line item companion delivery option name. Corresponds to \"Line item companion delivery option\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The computed status of the LineItem. Corresponds to \"Line item computed status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemComputedStatus",
            "The localized name of the computed status of the LineItem. Corresponds to \"Line item computed status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The contracted units bought for the Line item. Corresponds to \"Line item contracted quantity\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "The cost per unit of the Line item. Corresponds to \"Line item rate\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `MONEY`",
            "Line item cost type ENUM value. Corresponds to \"Line item cost type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemCostType",
            "Localized line item cost type name. Corresponds to \"Line item cost type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Represent the end date of a creative associated with line item Corresponds to \"Line item creative end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
            "The creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: CreativeRotationType",
            "The localized name of the creative rotation type of the LineItem. Corresponds to \"Line item creative rotation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Represent the start date of a creative associated with line item Corresponds to \"Line item creative start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `DATE`",
            "The 3 letter currency code of the Line Item Corresponds to \"Line item currency code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The progress made for the delivery of the Line item. Corresponds to \"Line item delivery indicator\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REAL_TIME_VIDEO` Data format: `PERCENT`",
            "The delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemDeliveryRateType",
            "The localized name of the delivery rate type of the LineItem. Corresponds to \"Line item delivery rate type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The discount of the LineItem in whole units in the LineItem's currency code, or if unspecified the Network's currency code. Corresponds to \"Line item discount (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "The discount of the LineItem in percentage. Corresponds to \"Line item discount (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `WHOLE_PERCENT`",
            "The end date of the Line item. Corresponds to \"Line item end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
            "The end date and time of the Line item. Corresponds to \"Line item end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
            "The ENUM value of the environment a LineItem is targeting. Corresponds to \"Line item environment type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: EnvironmentType",
            "The localized name of the environment a LineItem is targeting. Corresponds to \"Line item environment type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The deal ID of the Line item. Set for Programmatic Direct campaigns. Corresponds to \"Line item deal ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "The external ID of the Line item. Corresponds to \"Line item external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The frequency cap of the Line item (descriptive string). Corresponds to \"Line item frequency cap\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Line item ID. Corresponds to \"Line item ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "Line item labels. Corresponds to \"Line item labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Line item label IDs. Corresponds to \"Line item label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "The application that last modified the Line Item. Corresponds to \"Line item last modified by app\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The total number of clicks delivered of the lifetime of the Line item. Corresponds to \"Line item lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The total number of impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The total number of viewable impressions delivered over the lifetime of the Line item. Corresponds to \"Line item lifetime viewable impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "Whether or not the Line item is Makegood. Makegood refers to free inventory offered to buyers to compensate for mistakes or under-delivery in the original campaigns. Corresponds to \"Line item is makegood\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "Line item Name. Corresponds to \"Line item\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The cost of booking for the Line item (non-CPD). Corresponds to \"Line item booked revenue (exclude CPD)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "Whether a Line item is eligible for optimization. Corresponds to \"Line item is optimizable\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "The PO number of the order associated with the line item. Corresponds to \"Line item PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Goal type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: GoalType",
            "Localized goal type name of the primary goal of the line item. Corresponds to \"Line item primary goal type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The total number of impressions or clicks that are reserved for a line item. For line items of type BULK or PRICE_PRIORITY, this represents the number of remaining impressions reserved. If the line item has an impression cap goal, this represents the number of impressions or conversions that the line item will stop serving at if reached. Corresponds to \"Line item primary goal units (absolute)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The percentage of impressions or clicks that are reserved for a line item. For line items of type SPONSORSHIP, this represents the percentage of available impressions reserved. For line items of type NETWORK or HOUSE, this represents the percentage of remaining impressions reserved. Corresponds to \"Line item primary goal units (percentage)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `WHOLE_PERCENT`",
            "Unit type ENUM value of the primary goal of the line item. Corresponds to \"Line item primary goal unit type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: UnitType",
            "Localized unit type name of the primary goal of the line item. Corresponds to \"Line item primary goal unit type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The priority of this Line item as a value between 1 and 16. In general, a lower priority means more serving priority for the Line item. Corresponds to \"Line item priority\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "ENUM value describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM` Values: LineItemReservationStatus",
            "Localized string describing the state of inventory reservation for the LineItem. Corresponds to \"Line item reservation status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The sales person of the order associated with the line item. Corresponds to \"Line item salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The secondary sales people of the order associated with the line item. Corresponds to \"Line item secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "The secondary traffickers of the order associated with the line item. Corresponds to \"Line item secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "The start date of the Line item. Corresponds to \"Line item start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `DATE`",
            "The start date and time of the Line item. Corresponds to \"Line item start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `TIMESTAMP`",
            "The trafficker of the order associated with the line item. Corresponds to \"Line item trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Line item type ENUM value. Corresponds to \"Line item type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `ENUM` Values: LineItemType",
            "Localized line item type name. Corresponds to \"Line item type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Whether the Line item end time and end date is set to effectively never end. Corresponds to \"Line item is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `REAL_TIME_VIDEO` Data format: `BOOLEAN`",
            "The artificial cost per unit used by the Ad server to help rank inventory. Corresponds to \"Line item value cost per unit\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `MONEY`",
            "The web property code used for dynamic allocation Line Items. Corresponds to \"Line item web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "The ID of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of creative, includes regular creatives, and master and companions in case of creative sets Corresponds to \"Master and Companion creative\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Mediation type. Corresponds to \"Mediation type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized mediation type name. Corresponds to \"Mediation type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the yield partner for Mediation. Corresponds to \"Yield partner ID (mediation)\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The name of the yield partner for Mediation. Corresponds to \"Yield partner (mediation)\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The criteria ID of the metro area in which the ad served. Corresponds to \"Metro ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the metro area in which the ad served. Corresponds to \"Metro\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Whether the mobile app is free. Corresponds to \"App is free\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "URL of app icon for the mobile app. Corresponds to \"App icon URL\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the Mobile App. Corresponds to \"App ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "The name of the mobile app. Corresponds to \"App\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Ownership status of the mobile app. Corresponds to \"App ownership status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Ownership status of the mobile app. Corresponds to \"App ownership status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The App Store of the mobile app. Corresponds to \"App store value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the mobile app store. Corresponds to \"App store\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Mobile inventory type. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Values match the Inventory type dimension available in the Overview Home dashboard. Note: Video takes precedence over any other value, for example, if there is an in-stream video impression on a desktop device, it will be attributed to in-stream video and not desktop web. Corresponds to \"Inventory type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `ENUM`",
            "Mobile inventory type name. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Corresponds to \"Inventory type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Mobile rendering SDK. Corresponds to \"Rendering SDK value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Localized name of the Mobile rendering SDK. Corresponds to \"Rendering SDK\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "The major version of the mobile SDK. Corresponds to \"App SDK major version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The minor version of the mobile SDK. Corresponds to \"App SDK minor version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "SDK version of the mobile device. Corresponds to \"App SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by month and year. Corresponds to \"Month and year\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `REVENUE_VERIFICATION`, `PARTNER_FINANCE`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Native ad format ID. Corresponds to \"Native ad format ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Native ad format name. Corresponds to \"Native ad format\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Native style ID. Corresponds to \"Native style ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Native style name. Corresponds to \"Native style\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
            "Name of the Nielsen demographics (gender and age group). Corresponds to \"Nielsen Digital Ad Ratings demographics\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `REACH` Data format: `ENUM`",
            "Name of the Nielsen device. Corresponds to \"Nielsen Digital Ad Ratings device\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "Nielsen in target Corresponds to \"Nielsen in-target\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `BOOLEAN`",
            "Data restatement date of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Digital Ad Ratings restatement date\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE`",
            "Campaign date segment of Nielsen Digital Ad Ratings reporting. Corresponds to \"Nielsen Digital Ad Ratings segment\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `DATE_RANGE`",
            "Site URL of Nielsen Digital Ad Ratings data. Corresponds to \"Nielsen Site URL\" in the Ad Manager UI. Compatible with the following report types: `REACH` Data format: `STRING`",
            "No fill reason category name in the Ads traffic navigator report. Corresponds to \"No fill reason category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "Operating system category. Corresponds to \"Operating system category value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `ENUM`",
            "Operating system category name. Corresponds to \"Operating system category\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "ID of the operating system version. Corresponds to \"Operating system ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Details of the operating system, including version. Corresponds to \"Operating system\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Enum value of the optimization type. Corresponds to \"Optimization type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the optimization type. Corresponds to \"Optimization type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order agency. Corresponds to \"Order agency\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order agency ID. Corresponds to \"Order agency ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Order booked CPC. Corresponds to \"Order booked CPC\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "Order booked CPM. Corresponds to \"Order booked CPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `INTEGER`",
            "Order delivery status ENUM value. Corresponds to \"Order delivery status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM` Values: OrderDeliveryStatus",
            "Order delivery status localized name. Corresponds to \"Order delivery status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Order end date. Corresponds to \"Order end date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
            "Order end date and time. Corresponds to \"Order end time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
            "Order external ID. Corresponds to \"Order external ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Order ID. Corresponds to \"Order ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `IDENTIFIER`",
            "Order labels. Corresponds to \"Order labels\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order labels IDs. Corresponds to \"Order label IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order lifetime clicks. Corresponds to \"Order lifetime clicks\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
            "Order lifetime impressions. Corresponds to \"Order lifetime impressions\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `INTEGER`",
            "Order name. Corresponds to \"Order\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Order PO number. Corresponds to \"Order PO number\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `STRING`",
            "Whether the Order is programmatic. Corresponds to \"Order is programmatic\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `BOOLEAN`",
            "Order sales person. Corresponds to \"Order salesperson\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `STRING`",
            "Order sales person ID. Corresponds to \"Order salesperson ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH` Data format: `IDENTIFIER`",
            "Order secondary sales people. Corresponds to \"Order secondary salespeople\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order secondary sales people ID. Corresponds to \"Order secondary salespeople ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order secondary traffickers. Corresponds to \"Order secondary traffickers\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING_LIST`",
            "Order secondary traffickers ID. Corresponds to \"Order secondary trafficker IDs\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER_LIST`",
            "Order start date. Corresponds to \"Order start date\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `DATE`",
            "Order start date and time. Corresponds to \"Order start time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `TIMESTAMP`",
            "Order trafficker. Corresponds to \"Order trafficker\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `STRING`",
            "Order trafficker ID. Corresponds to \"Order trafficker ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH` Data format: `IDENTIFIER`",
            "Whether the Order end time and end date is set to effectively never end. Corresponds to \"Order is unlimited end time\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `AD_SPEED` Data format: `BOOLEAN`",
            "Page path is the part of a page URL that comes after the domain but before the query strings from Google Analytics. Corresponds to \"Page path\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Page title (web) and screen class (mobile) returned from Google Analytics. Corresponds to \"Page title and screen class\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Page title (web) and screen name (mobile) returned from Google Analytics. Corresponds to \"Page title and screen name\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of a partner management assignment. Corresponds to \"Partner management assignment ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
            "The name of a partner management assignment. Corresponds to \"Partner management assignment\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
            "The ID of a partner in a partner management assignment. Corresponds to \"Partner management partner ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `INTEGER`",
            "The name of a partner in a partner management assignment. Corresponds to \"Partner management partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PARTNER_FINANCE` Data format: `STRING`",
            "Placement ID Corresponds to \"Placement ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER`",
            "The full list of placement IDs associated with the ad unit. Corresponds to \"Placement ID (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `IDENTIFIER_LIST`",
            "Placement name Corresponds to \"Placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The full list of placement names associated with the ad unit. Corresponds to \"Placement (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING_LIST`",
            "Placement status ENUM value Corresponds to \"Placement status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `ENUM` Values: PlacementStatus",
            "Localized placement status name. Corresponds to \"Placement status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING`",
            "The full list of localized placement status names associated with the ad unit. Corresponds to \"Placement status (all)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH` Data format: `STRING_LIST`",
            "The criteria ID of the postal code in which the ad served. Corresponds to \"Postal code ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the postal code in which the ad served. Corresponds to \"Postal code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of that indicates the valid PPID (Publisher provided identifier) status on a given ad request. Corresponds to \"PPID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Predicted viewability score bucket. Corresponds to \"Predicted viewability bucket value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the predicted viewability score bucket. Corresponds to \"Predicted viewability bucket\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the secure signals sent in the ad request. Corresponds to \"Secure signal ID (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The name of the secure signals sent in the ad request. Corresponds to \"Secure signal name (presented)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Pricing rule ID dimension Corresponds to \"Pricing rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Pricing rule name dimension Corresponds to \"Pricing rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID type selected for personalization. Corresponds to \"Primary personalization ID type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the ID type selected for personalization. Corresponds to \"Primary personalization ID type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Programmatic channel. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REVENUE_VERIFICATION` Data format: `ENUM`",
            "Programmatic channel name. The type of transaction that occurred in Ad Exchange. Corresponds to \"Programmatic channel\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REACH`, `REVENUE_VERIFICATION` Data format: `STRING`",
            "External code ID of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals external code (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ancestor chain of IDs of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals ID (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
            "The ancestor chain of names of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals tier (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (all levels). Corresponds to \"Publisher provided signals type (all levels)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "External code ID of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals external code (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ancestor chain of IDs of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals ID (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER_LIST`",
            "The ancestor chain of names of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals tier (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (delivered). Corresponds to \"Publisher provided signals type (delivered)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "External code ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals external code (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of a publisher provided signal (top level). Corresponds to \"Publisher provided signals ID (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of a publisher provided signal (top level). Corresponds to \"Publisher provided signals (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING_LIST`",
            "Tier of a publisher provided signal (top level). Corresponds to \"Publisher provided signals tier (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "Type of a publisher provided signal (top level). Corresponds to \"Publisher provided signals type (top level)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Data provider ID associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider ID)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Data provider name associated with a publisher provided signal. Corresponds to \"Publisher provided signals (data provider)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The criteria ID of the region (for example, US state) in which the ad served. Corresponds to \"Region ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `IDENTIFIER`",
            "The name of the region (for example, US state) in which the ad served. Corresponds to \"Region\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING`, `AD_SPEED` Data format: `STRING`",
            "The rejection class category name in the Ads traffic navigator report. Corresponds to \"Rejection class category\" in the Ad Manager UI. Compatible with the following report types: `ADS_TRAFFIC_NAVIGATOR` Data format: `STRING`",
            "The size of a rendered creative, It can differ with the creative's size if a creative is shown in an ad slot of a different size. Corresponds to \"Rendered creative size\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED`, `OFF_PROPERTY_CAMPAIGNS` Data format: `STRING`",
            "Inventory Requested Ad Sizes dimension Corresponds to \"Requested ad sizes\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Request type ENUM Corresponds to \"Request type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `ENUM`",
            "Request type localized name Corresponds to \"Request type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `AD_SPEED` Data format: `STRING`",
            "Revenue Verification bidder-provided ID. Corresponds to \"Revenue verification ID\" in the Ad Manager UI. Compatible with the following report types: `REVENUE_VERIFICATION` Data format: `IDENTIFIER`",
            "Indicates if a request was eligible for server-side unwrapping. Corresponds to \"Server-side unwrapping eligible\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "The serving restriction mode for privacy. Corresponds to \"Serving restriction value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the serving restriction mode for privacy. Corresponds to \"Serving restriction\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Information about domain or subdomains. Corresponds to \"Site\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "The ID of the browser, device or other environment into which a line item or creative was served. Corresponds to \"Targeting ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Information about the browser, device and other environments into which a line item or creative was served. Corresponds to \"Targeting\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The way in which advertisers targeted their ads. Corresponds to \"Targeting type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the way in which advertisers targeted their ads. Corresponds to \"Targeting type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Targets customer matching list. Whether the query is siloed customer match attributed. Corresponds to \"Targets customer matching list\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `BOOLEAN`",
            "Whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of whether a third-party cookie or device ID was present on a given ad request. Corresponds to \"Third-party ID status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Reports the status of Topics in the ad request. Corresponds to \"Topics status value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the status of Topics in the ad request. Corresponds to \"Topics status\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Inventory top private domain dimension Corresponds to \"Domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `OFF_PROPERTY_CAMPAIGNS`, `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Inventory Traffic source dimension Corresponds to \"Traffic source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Inventory Traffic source dimension name Corresponds to \"Traffic source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "A URL defined under a publisher's inventory. Corresponds to \"URL\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "A URL defined under a publisher's inventory. Corresponds to \"URL ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The choice made in a user message. Corresponds to \"User choice value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
            "Localized name of the choice made in a user message. Corresponds to \"User choice\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Enum value for the entitlement source. Corresponds to \"Entitlement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `ENUM`",
            "The localized name of the entitlement source. Corresponds to \"Entitlement source\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "Targeting criteria ID for the operating system group. Used for User Messages reports. Corresponds to \"Operating system group ID\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `INTEGER`",
            "The name of the operating system group. Used for User Messages reports. Corresponds to \"Operating system group\" in the Ad Manager UI. Compatible with the following report types: `PRIVACY_AND_MESSAGING` Data format: `STRING`",
            "The VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the VAST version of the creative that is returned for an ad request. Corresponds to \"Vast version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The break type of a video ad request. Corresponds to \"Video ad break type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the break type of a video ad request. Corresponds to \"Video ad break type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Video ad duration Corresponds to \"Video ad duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The name of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The ID of the video ad formats rule used to control the ad formats eligible for your inventory. Corresponds to \"Video ad formats rule ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "The duration of a video ad request. Corresponds to \"Video ad request duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the midpoint of the duration of a video ad request. Corresponds to \"Video ad request duration midpoint\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The localized name of the duration of a video ad request. Corresponds to \"Video ad request duration\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The video ad request source enum. Corresponds to \"Ad request source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
            "The localized name of the video ad request source. Corresponds to \"Ad request source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Video ad type Corresponds to \"Video ad type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video ad type localized name Corresponds to \"Video ad type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The continuous play type of the video ad impression. Corresponds to \"Video continuous play type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video continuous play type localized name. Corresponds to \"Video continuous play type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Fallback position of the video ad. Corresponds to \"Fallback position\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The duration of the ad break in seconds for a live stream event. Corresponds to \"Ad break duration (seconds)\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "The ID of the ad break in a live stream event. Corresponds to \"Live stream ad break ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The name of the ad break in a live stream event. Corresponds to \"Live stream ad break\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The time of the ad break in a live stream event in the format of YYYY-MM-DD HH:MM:SS+Timezone. Corresponds to \"Ad break time\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `TIMESTAMP`",
            "The ID of the live stream event. Corresponds to \"Live stream ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `INTEGER`",
            "The name of the live stream event. Corresponds to \"Live stream\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The performance of the video ad inventory broken out by source. Corresponds to \"Video measurement source value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Video measurement source localized name. Corresponds to \"Video measurement source\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The video placement enum as defined by ADCOM 1.0-202303. Corresponds to \"Video placement value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "The localized name of the video placement as defined by ADCOM 1.0-202303. Corresponds to \"Video placement\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The position in the video pod. For example 0, 1, 2, etc. Corresponds to \"Position in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "The position of the pod in the video stream. For example pre-roll, mid-roll, post-roll. Corresponds to \"Position of pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "The video SDK version enum. Corresponds to \"Video SDK version value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `ENUM`",
            "The localized name of the video SDK version. Corresponds to \"Video SDK version\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `REAL_TIME_VIDEO` Data format: `STRING`",
            "Video stitcher type. Corresponds to \"Video stitcher type value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `HISTORICAL` Data format: `ENUM`",
            "Localized name of the video stitcher type. Corresponds to \"Video stitcher type\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Web property code Corresponds to \"Web property code\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Breaks down reporting data by week of the year. Corresponds to \"Week\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `FUTURE_SELL_THROUGH`, `REACH`, `PRIVACY_AND_MESSAGING`, `YOUTUBE_CONSOLIDATED`, `OFF_PROPERTY_CAMPAIGNS`, `ADS_TRAFFIC_NAVIGATOR` Data format: `INTEGER`",
            "Name of the company within a yield group Corresponds to \"Yield partner\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "Tag of the company within a yield group. Corresponds to \"Yield group buyer tag\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "ID of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group ID\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `IDENTIFIER`",
            "Name of the group of ad networks or exchanges used for Mediation and Open Bidding Corresponds to \"Yield group\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `STRING`",
            "YouTube instream ad duration bucket. Corresponds to \"Ad duration value\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
            "YouTube instream ad duration bucket name. Corresponds to \"Ad duration\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "YouTube instream Ad Type. Corresponds to \"YouTube ad type ID\" in the Ad Manager UI (when showing API fields). Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `ENUM`",
            "YouTube instream Ad Type localized name. Corresponds to \"YouTube ad type\" in the Ad Manager UI. Compatible with the following report types: `YOUTUBE_CONSOLIDATED` Data format: `STRING`",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field option ID for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type `STRING` or `DROPDOWN`.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 0 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 1 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 2 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 3 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 4 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 5 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 6 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 7 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 8 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 9 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 10 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 11 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 12 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 13 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Line Item with custom field ID equal to the ID in index 14 of `ReportDefinition.line_item_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field option ID for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Order with custom field ID equal to the ID in index 0 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 1 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 2 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 3 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 4 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 5 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 6 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 7 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 8 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 9 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 10 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 11 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 12 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 13 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Order with custom field ID equal to the ID in index 14 of `ReportDefinition.order_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field option ID for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 0 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 1 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 2 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 3 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 4 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 5 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 6 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 7 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 8 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 9 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 10 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 11 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 12 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 13 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as double. Can only be used if the custom field at index 14 is of type DOUBLE.",
            "Custom field value for Creative with custom field ID equal to the ID in index 0 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 0 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 1 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 1 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 2 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 2 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 3 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 3 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 4 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 4 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 5 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 5 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 6 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 6 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 7 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 7 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 8 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 8 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 9 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 9 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 10 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 10 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 11 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 11 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 12 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 12 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 13 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 13 is of type BOOLEAN.",
            "Custom field value for Creative with custom field ID equal to the ID in index 14 of `ReportDefinition.creative_custom_field_ids`. Treats the value as boolean. Can only be used if the custom field at index 14 is of type BOOLEAN.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 0 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value ID for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 1 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 2 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 3 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 4 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 5 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 6 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 7 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 8 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "CMS Metadata Dimension Value Name for CMS Metadata Dimension with key equal to the key in index 9 of `ReportDefinition.cms_metadata_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 0 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 1 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 2 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 3 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 4 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 5 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 6 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 7 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 8 of `ReportDefinition.custom_dimension_key_ids`.",
            "Custom Dimension Value name for Custom Dimension with key equal to the ID in index 9 of `ReportDefinition.custom_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value ID for EKV Dimension with key equal to the key in index 9 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 0 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 1 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 2 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 3 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 4 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 5 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 6 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 7 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 8 of `ReportDefinition.ekv_dimension_key_ids`.",
            "Enhanced Key-values Dimension Value name for EKV Dimension with key equal to the ID in index 9 of `ReportDefinition.ekv_dimension_key_ids`."
          ],
          "enum": [
            "DIMENSION_UNSPECIFIED",
            "ACTIVE_VIEW_MEASUREMENT_SOURCE",
            "ACTIVE_VIEW_MEASUREMENT_SOURCE_NAME",
            "ADVERTISER_CREDIT_STATUS",
            "ADVERTISER_CREDIT_STATUS_NAME",
            "ADVERTISER_DOMAIN_NAME",
            "ADVERTISER_EXTERNAL_ID",
            "ADVERTISER_ID",
            "ADVERTISER_LABELS",
            "ADVERTISER_LABEL_IDS",
            "ADVERTISER_NAME",
            "ADVERTISER_PRIMARY_CONTACT",
            "ADVERTISER_STATUS",
            "ADVERTISER_STATUS_NAME",
            "ADVERTISER_TYPE",
            "ADVERTISER_TYPE_NAME",
            "ADVERTISER_VERTICAL",
            "ADX_PRODUCT",
            "ADX_PRODUCT_NAME",
            "AD_EXPERIENCES_TYPE",
            "AD_EXPERIENCES_TYPE_NAME",
            "AD_LOCATION",
            "AD_LOCATION_NAME",
            "AD_REQUEST_SIZES",
            "AD_TECHNOLOGY_PROVIDER_DOMAIN",
            "AD_TECHNOLOGY_PROVIDER_ID",
            "AD_TECHNOLOGY_PROVIDER_NAME",
            "AD_TYPE",
            "AD_TYPE_NAME",
            "AD_UNIT_CODE",
            "AD_UNIT_CODE_LEVEL_1",
            "AD_UNIT_CODE_LEVEL_10",
            "AD_UNIT_CODE_LEVEL_11",
            "AD_UNIT_CODE_LEVEL_12",
            "AD_UNIT_CODE_LEVEL_13",
            "AD_UNIT_CODE_LEVEL_14",
            "AD_UNIT_CODE_LEVEL_15",
            "AD_UNIT_CODE_LEVEL_16",
            "AD_UNIT_CODE_LEVEL_2",
            "AD_UNIT_CODE_LEVEL_3",
            "AD_UNIT_CODE_LEVEL_4",
            "AD_UNIT_CODE_LEVEL_5",
            "AD_UNIT_CODE_LEVEL_6",
            "AD_UNIT_CODE_LEVEL_7",
            "AD_UNIT_CODE_LEVEL_8",
            "AD_UNIT_CODE_LEVEL_9",
            "AD_UNIT_ID",
            "AD_UNIT_ID_ALL_LEVEL",
            "AD_UNIT_ID_LEVEL_1",
            "AD_UNIT_ID_LEVEL_10",
            "AD_UNIT_ID_LEVEL_11",
            "AD_UNIT_ID_LEVEL_12",
            "AD_UNIT_ID_LEVEL_13",
            "AD_UNIT_ID_LEVEL_14",
            "AD_UNIT_ID_LEVEL_15",
            "AD_UNIT_ID_LEVEL_16",
            "AD_UNIT_ID_LEVEL_2",
            "AD_UNIT_ID_LEVEL_3",
            "AD_UNIT_ID_LEVEL_4",
            "AD_UNIT_ID_LEVEL_5",
            "AD_UNIT_ID_LEVEL_6",
            "AD_UNIT_ID_LEVEL_7",
            "AD_UNIT_ID_LEVEL_8",
            "AD_UNIT_ID_LEVEL_9",
            "AD_UNIT_ID_TOP_LEVEL",
            "AD_UNIT_NAME",
            "AD_UNIT_NAME_ALL_LEVEL",
            "AD_UNIT_NAME_LEVEL_1",
            "AD_UNIT_NAME_LEVEL_10",
            "AD_UNIT_NAME_LEVEL_11",
            "AD_UNIT_NAME_LEVEL_12",
            "AD_UNIT_NAME_LEVEL_13",
            "AD_UNIT_NAME_LEVEL_14",
            "AD_UNIT_NAME_LEVEL_15",
            "AD_UNIT_NAME_LEVEL_16",
            "AD_UNIT_NAME_LEVEL_2",
            "AD_UNIT_NAME_LEVEL_3",
            "AD_UNIT_NAME_LEVEL_4",
            "AD_UNIT_NAME_LEVEL_5",
            "AD_UNIT_NAME_LEVEL_6",
            "AD_UNIT_NAME_LEVEL_7",
            "AD_UNIT_NAME_LEVEL_8",
            "AD_UNIT_NAME_LEVEL_9",
            "AD_UNIT_NAME_TOP_LEVEL",
            "AD_UNIT_REWARD_AMOUNT",
            "AD_UNIT_REWARD_TYPE",
            "AD_UNIT_STATUS",
            "AD_UNIT_STATUS_NAME",
            "AGENCY_LEVEL_1_ID",
            "AGENCY_LEVEL_1_NAME",
            "AGENCY_LEVEL_2_ID",
            "AGENCY_LEVEL_2_NAME",
            "AGENCY_LEVEL_3_ID",
            "AGENCY_LEVEL_3_NAME",
            "AGE_BRACKET",
            "AGE_BRACKET_NAME",
            "ANALYTICS_PROPERTY_ID",
            "ANALYTICS_PROPERTY_NAME",
            "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS",
            "APP_TRACKING_TRANSPARENCY_CONSENT_STATUS_NAME",
            "APP_VERSION",
            "AUCTION_PACKAGE_DEAL",
            "AUCTION_PACKAGE_DEAL_ID",
            "AUDIENCE_SEGMENT_BILLABLE",
            "AUDIENCE_SEGMENT_DATA_PROVIDER_ID",
            "AUDIENCE_SEGMENT_DATA_PROVIDER_NAME",
            "AUDIENCE_SEGMENT_ID_BILLABLE",
            "AUDIENCE_SEGMENT_ID_TARGETED",
            "AUDIENCE_SEGMENT_TARGETED",
            "AUDIENCE_SEGMENT_TARGETED_AD_ID_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_AMAZON_FIRE_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_ANDROID_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_APPLE_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_IDFA_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_MOBILE_WEB_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_PLAYSTATION_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_PPID_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_ROKU_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_SAMSUNG_TV_USER_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_SIZE",
            "AUDIENCE_SEGMENT_TARGETED_STATUS",
            "AUDIENCE_SEGMENT_TARGETED_STATUS_NAME",
            "AUDIENCE_SEGMENT_TARGETED_XBOX_USER_SIZE",
            "AUTO_REFRESHED_TRAFFIC",
            "AUTO_REFRESHED_TRAFFIC_NAME",
            "BIDDER_ENCRYPTED_ID",
            "BIDDER_NAME",
            "BID_RANGE",
            "BID_REJECTION_REASON",
            "BID_REJECTION_REASON_NAME",
            "BRANDING_TYPE",
            "BRANDING_TYPE_NAME",
            "BROWSER_CATEGORY",
            "BROWSER_CATEGORY_NAME",
            "BROWSER_ID",
            "BROWSER_NAME",
            "BUYER_NETWORK_ID",
            "BUYER_NETWORK_NAME",
            "CALLOUT_STATUS_CATEGORY_NAME",
            "CARRIER_ID",
            "CARRIER_NAME",
            "CHANNEL",
            "CHILD_NETWORK_CODE",
            "CHILD_NETWORK_ID",
            "CHILD_PARTNER_NAME",
            "CITY_ID",
            "CITY_NAME",
            "CLASSIFIED_ADVERTISER_ID",
            "CLASSIFIED_ADVERTISER_NAME",
            "CLASSIFIED_BRAND_ID",
            "CLASSIFIED_BRAND_NAME",
            "CONTENT_BUNDLE_ID",
            "CONTENT_BUNDLE_NAME",
            "CONTENT_CMS_METADATA_KV_NAMESPACE_ID",
            "CONTENT_CMS_METADATA_KV_NAMESPACE_NAME",
            "CONTENT_CMS_NAME",
            "CONTENT_CMS_VIDEO_ID",
            "CONTENT_ID",
            "CONTENT_MAPPING_PRESENCE",
            "CONTENT_MAPPING_PRESENCE_NAME",
            "CONTENT_NAME",
            "CONTINENT",
            "CONTINENT_NAME",
            "COUNTRY_CODE",
            "COUNTRY_ID",
            "COUNTRY_NAME",
            "CREATIVE_BILLING_TYPE",
            "CREATIVE_BILLING_TYPE_NAME",
            "CREATIVE_CLICK_THROUGH_URL",
            "CREATIVE_ID",
            "CREATIVE_NAME",
            "CREATIVE_OR_CREATIVE_SET",
            "CREATIVE_OR_CREATIVE_SET_NAME",
            "CREATIVE_POLICIES_FILTERING",
            "CREATIVE_POLICIES_FILTERING_NAME",
            "CREATIVE_PROTECTIONS_FILTERING",
            "CREATIVE_PROTECTIONS_FILTERING_NAME",
            "CREATIVE_SET_ROLE_TYPE",
            "CREATIVE_SET_ROLE_TYPE_NAME",
            "CREATIVE_SSL_COMPLIANCE_OVERRIDE",
            "CREATIVE_SSL_COMPLIANCE_OVERRIDE_NAME",
            "CREATIVE_SSL_SCAN_RESULT",
            "CREATIVE_SSL_SCAN_RESULT_NAME",
            "CREATIVE_TARGET_AD_UNIT_SIZE",
            "CREATIVE_TECHNOLOGY",
            "CREATIVE_TECHNOLOGY_NAME",
            "CREATIVE_THIRD_PARTY_VENDOR",
            "CREATIVE_TYPE",
            "CREATIVE_TYPE_NAME",
            "CREATIVE_VENDOR_ID",
            "CREATIVE_VENDOR_NAME",
            "CREATIVE_VIDEO_REDIRECT_THIRD_PARTY",
            "CURATOR_ID",
            "CURATOR_NAME",
            "CUSTOM_EVENT_ID",
            "CUSTOM_EVENT_NAME",
            "CUSTOM_EVENT_TYPE",
            "CUSTOM_EVENT_TYPE_NAME",
            "CUSTOM_SPOT_ID",
            "CUSTOM_SPOT_NAME",
            "DATE",
            "DAY_OF_WEEK",
            "DEAL_BUYER_ID",
            "DEAL_BUYER_NAME",
            "DEAL_ID",
            "DEAL_ID_ALL",
            "DEAL_NAME",
            "DELIVERED_SECURE_SIGNAL_ID",
            "DELIVERED_SECURE_SIGNAL_NAME",
            "DEMAND_CHANNEL",
            "DEMAND_CHANNEL_NAME",
            "DEMAND_SOURCE",
            "DEMAND_SOURCE_ALL",
            "DEMAND_SOURCE_NAME",
            "DEMAND_SUBCHANNEL",
            "DEMAND_SUBCHANNEL_NAME",
            "DEVICE",
            "DEVICE_CATEGORY",
            "DEVICE_CATEGORY_NAME",
            "DEVICE_MANUFACTURER_ID",
            "DEVICE_MANUFACTURER_NAME",
            "DEVICE_MODEL_ID",
            "DEVICE_MODEL_NAME",
            "DEVICE_NAME",
            "DSP_SEAT_ID",
            "DYNAMIC_ALLOCATION_TYPE",
            "DYNAMIC_ALLOCATION_TYPE_NAME",
            "ESP_DELIVERY",
            "ESP_DELIVERY_NAME",
            "ESP_PRESENCE",
            "ESP_PRESENCE_NAME",
            "EXCHANGE_BIDDING_DEAL_ID",
            "EXCHANGE_BIDDING_DEAL_TYPE",
            "EXCHANGE_BIDDING_DEAL_TYPE_NAME",
            "EXCHANGE_THIRD_PARTY_COMPANY_ID",
            "EXCHANGE_THIRD_PARTY_COMPANY_NAME",
            "FIRST_LOOK_PRICING_RULE_ID",
            "FIRST_LOOK_PRICING_RULE_NAME",
            "FIRST_PARTY_ID_STATUS",
            "FIRST_PARTY_ID_STATUS_NAME",
            "GENDER",
            "GENDER_NAME",
            "GOOGLE_ANALYTICS_STREAM_ID",
            "GOOGLE_ANALYTICS_STREAM_NAME",
            "HBT_YIELD_PARTNER_ID",
            "HBT_YIELD_PARTNER_NAME",
            "HEADER_BIDDER_INTEGRATION_TYPE",
            "HEADER_BIDDER_INTEGRATION_TYPE_NAME",
            "HOUR",
            "IMPRESSION_COUNTING_METHOD",
            "IMPRESSION_COUNTING_METHOD_NAME",
            "INTERACTION_TYPE",
            "INTERACTION_TYPE_NAME",
            "INTEREST",
            "INVENTORY_FORMAT",
            "INVENTORY_FORMAT_NAME",
            "INVENTORY_SHARE_ASSIGNMENT_ID",
            "INVENTORY_SHARE_ASSIGNMENT_NAME",
            "INVENTORY_SHARE_OUTCOME",
            "INVENTORY_SHARE_OUTCOME_NAME",
            "INVENTORY_SHARE_PARTNER_AD_SERVER",
            "INVENTORY_SHARE_PARTNER_AD_SERVER_NAME",
            "INVENTORY_SHARE_TARGET_SHARE_PERCENT",
            "INVENTORY_SHARE_TYPE",
            "INVENTORY_SHARE_TYPE_NAME",
            "INVENTORY_TYPE",
            "INVENTORY_TYPE_NAME",
            "IS_ADX_DIRECT",
            "IS_CURATION_TARGETED",
            "IS_DROPPED",
            "IS_FIRST_LOOK_DEAL",
            "KEY_VALUES_ID",
            "KEY_VALUES_NAME",
            "KEY_VALUES_SET",
            "LINE_ITEM_AGENCY",
            "LINE_ITEM_ARCHIVED",
            "LINE_ITEM_AVERAGE_NUMBER_OF_VIEWERS",
            "LINE_ITEM_COMPANION_DELIVERY_OPTION",
            "LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME",
            "LINE_ITEM_COMPUTED_STATUS",
            "LINE_ITEM_COMPUTED_STATUS_NAME",
            "LINE_ITEM_CONTRACTED_QUANTITY",
            "LINE_ITEM_COST_PER_UNIT",
            "LINE_ITEM_COST_TYPE",
            "LINE_ITEM_COST_TYPE_NAME",
            "LINE_ITEM_CREATIVE_END_DATE",
            "LINE_ITEM_CREATIVE_ROTATION_TYPE",
            "LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME",
            "LINE_ITEM_CREATIVE_START_DATE",
            "LINE_ITEM_CURRENCY_CODE",
            "LINE_ITEM_DELIVERY_INDICATOR",
            "LINE_ITEM_DELIVERY_RATE_TYPE",
            "LINE_ITEM_DELIVERY_RATE_TYPE_NAME",
            "LINE_ITEM_DISCOUNT_ABSOLUTE",
            "LINE_ITEM_DISCOUNT_PERCENTAGE",
            "LINE_ITEM_END_DATE",
            "LINE_ITEM_END_DATE_TIME",
            "LINE_ITEM_ENVIRONMENT_TYPE",
            "LINE_ITEM_ENVIRONMENT_TYPE_NAME",
            "LINE_ITEM_EXTERNAL_DEAL_ID",
            "LINE_ITEM_EXTERNAL_ID",
            "LINE_ITEM_FREQUENCY_CAP",
            "LINE_ITEM_ID",
            "LINE_ITEM_LABELS",
            "LINE_ITEM_LABEL_IDS",
            "LINE_ITEM_LAST_MODIFIED_BY_APP",
            "LINE_ITEM_LIFETIME_CLICKS",
            "LINE_ITEM_LIFETIME_IMPRESSIONS",
            "LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS",
            "LINE_ITEM_MAKEGOOD",
            "LINE_ITEM_NAME",
            "LINE_ITEM_NON_CPD_BOOKED_REVENUE",
            "LINE_ITEM_OPTIMIZABLE",
            "LINE_ITEM_PO_NUMBER",
            "LINE_ITEM_PRIMARY_GOAL_TYPE",
            "LINE_ITEM_PRIMARY_GOAL_TYPE_NAME",
            "LINE_ITEM_PRIMARY_GOAL_UNITS_ABSOLUTE",
            "LINE_ITEM_PRIMARY_GOAL_UNITS_PERCENTAGE",
            "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE",
            "LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME",
            "LINE_ITEM_PRIORITY",
            "LINE_ITEM_RESERVATION_STATUS",
            "LINE_ITEM_RESERVATION_STATUS_NAME",
            "LINE_ITEM_SALESPERSON",
            "LINE_ITEM_SECONDARY_SALESPEOPLE",
            "LINE_ITEM_SECONDARY_TRAFFICKERS",
            "LINE_ITEM_START_DATE",
            "LINE_ITEM_START_DATE_TIME",
            "LINE_ITEM_TRAFFICKER",
            "LINE_ITEM_TYPE",
            "LINE_ITEM_TYPE_NAME",
            "LINE_ITEM_UNLIMITED_END",
            "LINE_ITEM_VALUE_COST_PER_UNIT",
            "LINE_ITEM_WEB_PROPERTY_CODE",
            "MASTER_COMPANION_CREATIVE_ID",
            "MASTER_COMPANION_CREATIVE_NAME",
            "MEDIATION_TYPE",
            "MEDIATION_TYPE_NAME",
            "MEDIATION_YIELD_PARTNER_ID",
            "MEDIATION_YIELD_PARTNER_NAME",
            "METRO_ID",
            "METRO_NAME",
            "MOBILE_APP_FREE",
            "MOBILE_APP_ICON_URL",
            "MOBILE_APP_ID",
            "MOBILE_APP_NAME",
            "MOBILE_APP_OWNERSHIP_STATUS",
            "MOBILE_APP_OWNERSHIP_STATUS_NAME",
            "MOBILE_APP_STORE",
            "MOBILE_APP_STORE_NAME",
            "MOBILE_INVENTORY_TYPE",
            "MOBILE_INVENTORY_TYPE_NAME",
            "MOBILE_RENDERING_SDK",
            "MOBILE_RENDERING_SDK_NAME",
            "MOBILE_SDK_MAJOR_VERSION",
            "MOBILE_SDK_MINOR_VERSION",
            "MOBILE_SDK_VERSION_NAME",
            "MONTH_YEAR",
            "NATIVE_AD_FORMAT_ID",
            "NATIVE_AD_FORMAT_NAME",
            "NATIVE_STYLE_ID",
            "NATIVE_STYLE_NAME",
            "NIELSEN_DEMOGRAPHICS",
            "NIELSEN_DEMOGRAPHICS_NAME",
            "NIELSEN_DEVICE",
            "NIELSEN_DEVICE_NAME",
            "NIELSEN_IN_TARGET",
            "NIELSEN_RESTATEMENT_DATE",
            "NIELSEN_SEGMENT",
            "NIELSEN_SITE_URL",
            "NO_FILL_REASON_CATEGORY_NAME",
            "OPERATING_SYSTEM_CATEGORY",
            "OPERATING_SYSTEM_CATEGORY_NAME",
            "OPERATING_SYSTEM_VERSION_ID",
            "OPERATING_SYSTEM_VERSION_NAME",
            "OPTIMIZATION_TYPE",
            "OPTIMIZATION_TYPE_NAME",
            "ORDER_AGENCY",
            "ORDER_AGENCY_ID",
            "ORDER_BOOKED_CPC",
            "ORDER_BOOKED_CPM",
            "ORDER_DELIVERY_STATUS",
            "ORDER_DELIVERY_STATUS_NAME",
            "ORDER_END_DATE",
            "ORDER_END_DATE_TIME",
            "ORDER_EXTERNAL_ID",
            "ORDER_ID",
            "ORDER_LABELS",
            "ORDER_LABEL_IDS",
            "ORDER_LIFETIME_CLICKS",
            "ORDER_LIFETIME_IMPRESSIONS",
            "ORDER_NAME",
            "ORDER_PO_NUMBER",
            "ORDER_PROGRAMMATIC",
            "ORDER_SALESPERSON",
            "ORDER_SALESPERSON_ID",
            "ORDER_SECONDARY_SALESPEOPLE",
            "ORDER_SECONDARY_SALESPEOPLE_ID",
            "ORDER_SECONDARY_TRAFFICKERS",
            "ORDER_SECONDARY_TRAFFICKERS_ID",
            "ORDER_START_DATE",
            "ORDER_START_DATE_TIME",
            "ORDER_TRAFFICKER",
            "ORDER_TRAFFICKER_ID",
            "ORDER_UNLIMITED_END",
            "PAGE_PATH",
            "PAGE_TITLE_AND_SCREEN_CLASS",
            "PAGE_TITLE_AND_SCREEN_NAME",
            "PARTNER_MANAGEMENT_ASSIGNMENT_ID",
            "PARTNER_MANAGEMENT_ASSIGNMENT_NAME",
            "PARTNER_MANAGEMENT_PARTNER_ID",
            "PARTNER_MANAGEMENT_PARTNER_NAME",
            "PLACEMENT_ID",
            "PLACEMENT_ID_ALL",
            "PLACEMENT_NAME",
            "PLACEMENT_NAME_ALL",
            "PLACEMENT_STATUS",
            "PLACEMENT_STATUS_NAME",
            "PLACEMENT_STATUS_NAME_ALL",
            "POSTAL_CODE_ID",
            "POSTAL_CODE_NAME",
            "PPID_STATUS",
            "PPID_STATUS_NAME",
            "PREDICTED_VIEWABILITY_BUCKET",
            "PREDICTED_VIEWABILITY_BUCKET_NAME",
            "PRESENTED_SECURE_SIGNAL_ID",
            "PRESENTED_SECURE_SIGNAL_NAME",
            "PRICING_RULE_ID",
            "PRICING_RULE_NAME",
            "PRIMARY_PERSONALIZATION_ID_TYPE",
            "PRIMARY_PERSONALIZATION_ID_TYPE_NAME",
            "PROGRAMMATIC_CHANNEL",
            "PROGRAMMATIC_CHANNEL_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_IDS",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TYPE",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_IDS",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TYPE",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_EXTERNAL_CODE",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_ID",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_NAME",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TIER",
            "PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TYPE",
            "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_ID",
            "PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_NAME",
            "REGION_ID",
            "REGION_NAME",
            "REJECTION_CLASS_CATEGORY_NAME",
            "RENDERED_CREATIVE_SIZE",
            "REQUESTED_AD_SIZES",
            "REQUEST_TYPE",
            "REQUEST_TYPE_NAME",
            "REVENUE_VERIFICATION_ID",
            "SERVER_SIDE_UNWRAPPING_ELIGIBLE",
            "SERVING_RESTRICTION",
            "SERVING_RESTRICTION_NAME",
            "SITE",
            "TARGETING_ID",
            "TARGETING_NAME",
            "TARGETING_TYPE",
            "TARGETING_TYPE_NAME",
            "TARGETS_CUSTOMER_MATCHING_LIST",
            "THIRD_PARTY_ID_STATUS",
            "THIRD_PARTY_ID_STATUS_NAME",
            "TOPICS_STATUS",
            "TOPICS_STATUS_NAME",
            "TOP_PRIVATE_DOMAIN",
            "TRAFFIC_SOURCE",
            "TRAFFIC_SOURCE_NAME",
            "URL",
            "URL_ID",
            "USER_MESSAGES_CHOICE",
            "USER_MESSAGES_CHOICE_NAME",
            "USER_MESSAGES_ENTITLEMENT_SOURCE",
            "USER_MESSAGES_ENTITLEMENT_SOURCE_NAME",
            "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_ID",
            "USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_NAME",
            "VAST_VERSION",
            "VAST_VERSION_NAME",
            "VIDEO_AD_BREAK_TYPE",
            "VIDEO_AD_BREAK_TYPE_NAME",
            "VIDEO_AD_DURATION",
            "VIDEO_AD_FORMATS_RULE",
            "VIDEO_AD_FORMATS_RULE_ID",
            "VIDEO_AD_REQUEST_DURATION",
            "VIDEO_AD_REQUEST_DURATION_MIDPOINT_NAME",
            "VIDEO_AD_REQUEST_DURATION_NAME",
            "VIDEO_AD_REQUEST_SOURCE",
            "VIDEO_AD_REQUEST_SOURCE_NAME",
            "VIDEO_AD_TYPE",
            "VIDEO_AD_TYPE_NAME",
            "VIDEO_CONTINUOUS_PLAY_TYPE",
            "VIDEO_CONTINUOUS_PLAY_TYPE_NAME",
            "VIDEO_FALLBACK_POSITION",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_DURATION",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_ID",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_NAME",
            "VIDEO_LIVE_STREAM_EVENT_AD_BREAK_TIME",
            "VIDEO_LIVE_STREAM_EVENT_ID",
            "VIDEO_LIVE_STREAM_EVENT_NAME",
            "VIDEO_MEASUREMENT_SOURCE",
            "VIDEO_MEASUREMENT_SOURCE_NAME",
            "VIDEO_PLCMT",
            "VIDEO_PLCMT_NAME",
            "VIDEO_POSITION_IN_POD",
            "VIDEO_POSITION_OF_POD",
            "VIDEO_SDK_VERSION",
            "VIDEO_SDK_VERSION_NAME",
            "VIDEO_STITCHER_TYPE",
            "VIDEO_STITCHER_TYPE_NAME",
            "WEB_PROPERTY_CODE",
            "WEEK",
            "YIELD_GROUP_BUYER_NAME",
            "YIELD_GROUP_BUYER_TAG_NAME",
            "YIELD_GROUP_ID",
            "YIELD_GROUP_NAME",
            "YOUTUBE_AD_DURATION_BUCKET",
            "YOUTUBE_AD_DURATION_BUCKET_NAME",
            "YOUTUBE_AD_TYPE",
            "YOUTUBE_AD_TYPE_NAME",
            "LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "LINE_ITEM_CUSTOM_FIELD_0_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_1_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_2_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_3_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_4_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_5_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_6_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_7_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_8_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_9_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_10_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_11_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_12_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_13_VALUE_BOOL",
            "LINE_ITEM_CUSTOM_FIELD_14_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_0_OPTION_ID",
            "ORDER_CUSTOM_FIELD_1_OPTION_ID",
            "ORDER_CUSTOM_FIELD_2_OPTION_ID",
            "ORDER_CUSTOM_FIELD_3_OPTION_ID",
            "ORDER_CUSTOM_FIELD_4_OPTION_ID",
            "ORDER_CUSTOM_FIELD_5_OPTION_ID",
            "ORDER_CUSTOM_FIELD_6_OPTION_ID",
            "ORDER_CUSTOM_FIELD_7_OPTION_ID",
            "ORDER_CUSTOM_FIELD_8_OPTION_ID",
            "ORDER_CUSTOM_FIELD_9_OPTION_ID",
            "ORDER_CUSTOM_FIELD_10_OPTION_ID",
            "ORDER_CUSTOM_FIELD_11_OPTION_ID",
            "ORDER_CUSTOM_FIELD_12_OPTION_ID",
            "ORDER_CUSTOM_FIELD_13_OPTION_ID",
            "ORDER_CUSTOM_FIELD_14_OPTION_ID",
            "ORDER_CUSTOM_FIELD_0_VALUE",
            "ORDER_CUSTOM_FIELD_1_VALUE",
            "ORDER_CUSTOM_FIELD_2_VALUE",
            "ORDER_CUSTOM_FIELD_3_VALUE",
            "ORDER_CUSTOM_FIELD_4_VALUE",
            "ORDER_CUSTOM_FIELD_5_VALUE",
            "ORDER_CUSTOM_FIELD_6_VALUE",
            "ORDER_CUSTOM_FIELD_7_VALUE",
            "ORDER_CUSTOM_FIELD_8_VALUE",
            "ORDER_CUSTOM_FIELD_9_VALUE",
            "ORDER_CUSTOM_FIELD_10_VALUE",
            "ORDER_CUSTOM_FIELD_11_VALUE",
            "ORDER_CUSTOM_FIELD_12_VALUE",
            "ORDER_CUSTOM_FIELD_13_VALUE",
            "ORDER_CUSTOM_FIELD_14_VALUE",
            "ORDER_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "ORDER_CUSTOM_FIELD_0_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_1_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_2_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_3_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_4_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_5_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_6_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_7_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_8_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_9_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_10_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_11_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_12_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_13_VALUE_BOOL",
            "ORDER_CUSTOM_FIELD_14_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_0_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_1_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_2_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_3_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_4_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_5_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_6_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_7_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_8_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_9_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_10_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_11_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_12_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_13_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_14_OPTION_ID",
            "CREATIVE_CUSTOM_FIELD_0_VALUE",
            "CREATIVE_CUSTOM_FIELD_1_VALUE",
            "CREATIVE_CUSTOM_FIELD_2_VALUE",
            "CREATIVE_CUSTOM_FIELD_3_VALUE",
            "CREATIVE_CUSTOM_FIELD_4_VALUE",
            "CREATIVE_CUSTOM_FIELD_5_VALUE",
            "CREATIVE_CUSTOM_FIELD_6_VALUE",
            "CREATIVE_CUSTOM_FIELD_7_VALUE",
            "CREATIVE_CUSTOM_FIELD_8_VALUE",
            "CREATIVE_CUSTOM_FIELD_9_VALUE",
            "CREATIVE_CUSTOM_FIELD_10_VALUE",
            "CREATIVE_CUSTOM_FIELD_11_VALUE",
            "CREATIVE_CUSTOM_FIELD_12_VALUE",
            "CREATIVE_CUSTOM_FIELD_13_VALUE",
            "CREATIVE_CUSTOM_FIELD_14_VALUE",
            "CREATIVE_CUSTOM_FIELD_0_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_1_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_2_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_3_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_4_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_5_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_6_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_7_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_8_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_9_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_10_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_11_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_12_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_13_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_14_VALUE_DOUBLE",
            "CREATIVE_CUSTOM_FIELD_0_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_1_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_2_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_3_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_4_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_5_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_6_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_7_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_8_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_9_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_10_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_11_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_12_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_13_VALUE_BOOL",
            "CREATIVE_CUSTOM_FIELD_14_VALUE_BOOL",
            "CMS_METADATA_DIMENSION_0_VALUE_ID",
            "CMS_METADATA_DIMENSION_1_VALUE_ID",
            "CMS_METADATA_DIMENSION_2_VALUE_ID",
            "CMS_METADATA_DIMENSION_3_VALUE_ID",
            "CMS_METADATA_DIMENSION_4_VALUE_ID",
            "CMS_METADATA_DIMENSION_5_VALUE_ID",
            "CMS_METADATA_DIMENSION_6_VALUE_ID",
            "CMS_METADATA_DIMENSION_7_VALUE_ID",
            "CMS_METADATA_DIMENSION_8_VALUE_ID",
            "CMS_METADATA_DIMENSION_9_VALUE_ID",
            "CMS_METADATA_DIMENSION_0_VALUE",
            "CMS_METADATA_DIMENSION_1_VALUE",
            "CMS_METADATA_DIMENSION_2_VALUE",
            "CMS_METADATA_DIMENSION_3_VALUE",
            "CMS_METADATA_DIMENSION_4_VALUE",
            "CMS_METADATA_DIMENSION_5_VALUE",
            "CMS_METADATA_DIMENSION_6_VALUE",
            "CMS_METADATA_DIMENSION_7_VALUE",
            "CMS_METADATA_DIMENSION_8_VALUE",
            "CMS_METADATA_DIMENSION_9_VALUE",
            "CUSTOM_DIMENSION_0_VALUE_ID",
            "CUSTOM_DIMENSION_1_VALUE_ID",
            "CUSTOM_DIMENSION_2_VALUE_ID",
            "CUSTOM_DIMENSION_3_VALUE_ID",
            "CUSTOM_DIMENSION_4_VALUE_ID",
            "CUSTOM_DIMENSION_5_VALUE_ID",
            "CUSTOM_DIMENSION_6_VALUE_ID",
            "CUSTOM_DIMENSION_7_VALUE_ID",
            "CUSTOM_DIMENSION_8_VALUE_ID",
            "CUSTOM_DIMENSION_9_VALUE_ID",
            "CUSTOM_DIMENSION_0_VALUE",
            "CUSTOM_DIMENSION_1_VALUE",
            "CUSTOM_DIMENSION_2_VALUE",
            "CUSTOM_DIMENSION_3_VALUE",
            "CUSTOM_DIMENSION_4_VALUE",
            "CUSTOM_DIMENSION_5_VALUE",
            "CUSTOM_DIMENSION_6_VALUE",
            "CUSTOM_DIMENSION_7_VALUE",
            "CUSTOM_DIMENSION_8_VALUE",
            "CUSTOM_DIMENSION_9_VALUE",
            "EKV_DIMENSION_0_VALUE_ID",
            "EKV_DIMENSION_1_VALUE_ID",
            "EKV_DIMENSION_2_VALUE_ID",
            "EKV_DIMENSION_3_VALUE_ID",
            "EKV_DIMENSION_4_VALUE_ID",
            "EKV_DIMENSION_5_VALUE_ID",
            "EKV_DIMENSION_6_VALUE_ID",
            "EKV_DIMENSION_7_VALUE_ID",
            "EKV_DIMENSION_8_VALUE_ID",
            "EKV_DIMENSION_9_VALUE_ID",
            "EKV_DIMENSION_0_VALUE",
            "EKV_DIMENSION_1_VALUE",
            "EKV_DIMENSION_2_VALUE",
            "EKV_DIMENSION_3_VALUE",
            "EKV_DIMENSION_4_VALUE",
            "EKV_DIMENSION_5_VALUE",
            "EKV_DIMENSION_6_VALUE",
            "EKV_DIMENSION_7_VALUE",
            "EKV_DIMENSION_8_VALUE",
            "EKV_DIMENSION_9_VALUE"
          ],
          "type": "string"
        },
        "value": {
          "description": "Required. The value of the dimension.",
          "$ref": "GoogleAdsAdmanagerV1__ReportValue"
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Slice",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateEntitySignalsMappingRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateEntitySignalsMappingRequest",
      "type": "object",
      "description": "Request object for 'UpdateEntitySignalsMapping' method.",
      "properties": {
        "entitySignalsMapping": {
          "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping",
          "description": "Required. The `EntitySignalsMapping` to update. The EntitySignalsMapping's name is used to identify the EntitySignalsMapping to update. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping}`"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "type": "string",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportValue_IntList": {
      "description": "A list of integer values.",
      "properties": {
        "values": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "The values",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportValue_IntList",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse",
      "type": "object",
      "description": "Response object for `BatchUpdateContacts` method.",
      "properties": {
        "contacts": {
          "type": "array",
          "description": "The `Contact` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse": {
      "description": "Response message for `BatchActivateLabels` method.",
      "properties": {},
      "id": "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest": {
      "description": "Request object for `BatchUpdateCustomTargetingKeys` method.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. The `CustomTargetingKey` objects to update. A maximum of 100 objects can be updated in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MobileDeviceSubmodel": {
      "description": "Represents a mobile device submodel.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the mobile device submodel.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `MobileDeviceSubmodel`. Format: `networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}`",
          "type": "string"
        },
        "mobileDevice": {
          "readOnly": true,
          "description": "Output only. The mobile device associated with the submodel. Format: `networks/{network_code}/mobileDevices/{mobile_device}`",
          "type": "string"
        }
      },
      "id": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MobileCarrier": {
      "id": "GoogleAdsAdmanagerV1__MobileCarrier",
      "type": "object",
      "description": "Represents a mobile carrier.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `MobileCarrier`. Format: `networks/{network_code}/mobileCarriers/{mobile_carrier}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The localized name of the mobile carrier.",
          "readOnly": true
        },
        "regionCode": {
          "type": "string",
          "description": "Output only. The region code of the mobile carrier.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BrowserLanguage": {
      "id": "GoogleAdsAdmanagerV1__BrowserLanguage",
      "type": "object",
      "description": "Represents the language of a browser.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `BrowserLanguage`. Format: `networks/{network_code}/browserLanguages/{browser_language_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Output only. The name of the browser language, localized.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListGeoTargetsResponse": {
      "description": "Response object for `ListGeoTargetsRequest` containing matching `GeoTarget` objects.",
      "properties": {
        "geoTargets": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__GeoTarget"
          },
          "type": "array",
          "description": "The `GeoTarget` objects from the specified network."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "totalSize": {
          "format": "int32",
          "description": "Total number of `GeoTarget` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks",
          "type": "integer"
        }
      },
      "id": "GoogleAdsAdmanagerV1__ListGeoTargetsResponse",
      "type": "object"
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry": {
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry",
      "type": "object",
      "description": "Criteria breakdown entry. This is the key for CriteriaBreakdownSummaryValue.",
      "properties": {
        "criteriaId": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. The AdsDB ID of this criteria, or null if not a standard AdsDB criteria."
        },
        "targetingDimension": {
          "description": "Output only. The targeting dimension this breakdown entry belongs to.",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The targeting dimension is ad size.",
            "The targeting dimension is ad unit.",
            "The targeting dimension is bandwidth group.",
            "The targeting dimension is browser.",
            "The targeting dimension is browser language.",
            "The targeting dimension is content.",
            "The targeting dimension is content label.",
            "The targeting dimension is custom criteria.",
            "The targeting dimension is device capability.",
            "The targeting dimension is device category.",
            "The targeting dimension is device manufacturer.",
            "The targeting dimension is forecasted creative restriction.",
            "The targeting dimension is geography.",
            "The targeting dimension is mobile application.",
            "The targeting dimension is mobile carrier.",
            "The targeting dimension is operating system.",
            "The targeting dimension is placement.",
            "The targeting dimension is user domain.",
            "The targeting dimension is vertical.",
            "The targeting dimension is video position."
          ],
          "enum": [
            "FORECASTING_TARGETING_DIMENSION_UNSPECIFIED",
            "AD_SIZE",
            "AD_UNIT",
            "BANDWIDTH_GROUP",
            "BROWSER",
            "BROWSER_LANGUAGE",
            "CONTENT",
            "CONTENT_LABEL",
            "CUSTOM_CRITERIA",
            "DEVICE_CAPABILITY",
            "DEVICE_CATEGORY",
            "DEVICE_MANUFACTURER",
            "FORECASTED_CREATIVE_RESTRICTION",
            "GEOGRAPHY",
            "MOBILE_APPLICATION",
            "MOBILE_CARRIER",
            "OPERATING_SYSTEM",
            "PLACEMENT",
            "USER_DOMAIN",
            "VERTICAL",
            "VIDEO_POSITION"
          ],
          "type": "string"
        },
        "criteriaValue": {
          "description": "Output only. The name value for the criteria within this category.",
          "type": "string",
          "readOnly": true
        },
        "excluded": {
          "readOnly": true,
          "description": "Output only. Whether or not this value was excluded within the category",
          "type": "boolean"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysRequest": {
      "description": "Request object for `BatchActivateCmsMetadataKeys` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `CmsMetadataKey`s to activate. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysRequest",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateSitesResponse",
      "type": "object",
      "description": "Response object for `BatchCreateSites` method.",
      "properties": {
        "sites": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          },
          "type": "array",
          "description": "The `Site` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule": {
      "description": "Days of Month to schedule report run.",
      "properties": {
        "monthlyScheduledDays": {
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "description": "Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.",
          "type": "array"
        }
      },
      "id": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportValue_StringList": {
      "description": "A list of string values.",
      "properties": {
        "values": {
          "description": "The values",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1_ReportValue_StringList",
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest": {
      "description": "Request object for `BatchCreateEntitySignalsMappings` method.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. The `EntitySignalsMapping` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest"
          }
        }
      },
      "id": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest",
      "type": "object"
    }
  },
  "fullyEncodeReservedExpansion": true,
  "ownerName": "Google",
  "name": "admanager",
  "canonicalName": "Ad Manager",
  "version": "v1"
}
