{
  "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"
        }
      }
    }
  },
  "basePath": "",
  "discoveryVersion": "v1",
  "schemas": {
    "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest",
      "description": "Request object for `BatchUpdateLabels` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateLabelRequest"
          },
          "type": "array",
          "description": "Required. The `Label` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdRule": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdRule",
      "description": "An AdRule contains data that the ad server will use to generate a playlist of video ads.",
      "properties": {
        "endTimeUnlimited": {
          "type": "boolean",
          "description": "Optional. Specifies whether or not the AdRule has an end time. This attribute is optional and defaults to false."
        },
        "maxImpressionsPerLineItemPerPod": {
          "description": "Optional. This AdRule object's frequency cap for the maximum impressions per pod. This attribute is optional and defaults to 0.",
          "format": "int32",
          "type": "integer"
        },
        "targeting": {
          "$ref": "GoogleAdsAdmanagerV1__Targeting",
          "description": "Required. The targeting of the `AdRule`."
        },
        "status": {
          "description": "Output only. The AdRuleStatus of the AdRule. This attribute is read-only and defaults to AdRuleStatus.INACTIVE.",
          "readOnly": true,
          "enum": [
            "AD_RULE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "DELETED",
            "INACTIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Created and ready to be served. Is user-visible.",
            "Marked as deleted, not user-visible.",
            "Inactive, not user-visible."
          ]
        },
        "preroll": {
          "$ref": "GoogleAdsAdmanagerV1__AdRuleSlot",
          "description": "Required. This AdRule object's pre-roll slot. This attribute is required."
        },
        "postroll": {
          "description": "Required. This AdRule object's post-roll slot. This attribute is required.",
          "$ref": "GoogleAdsAdmanagerV1__AdRuleSlot"
        },
        "endTime": {
          "type": "string",
          "description": "Optional. This end time of the AdRule. This attribute is required unless end_time_unlimited is set to true. If specified, it must be after the start_time.",
          "format": "google-datetime"
        },
        "frequencyCapBehavior": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Defer frequency cap decisions to the next ad rule in priority order.",
            "Turn off all frequency caps.",
            "Turn on at least one of the frequency caps."
          ],
          "type": "string",
          "description": "Optional. The FrequencyCapBehavior of the AdRule. This attribute is optional and defaults to FrequencyCapBehavior.DEFER.",
          "enum": [
            "AD_RULE_FREQUENCY_CAP_BEHAVIOR_UNSPECIFIED",
            "DEFER",
            "TURN_OFF",
            "TURN_ON"
          ]
        },
        "midrolls": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdRuleSlot"
          },
          "description": "Required. This AdRule object's video mid-roll slots. This attribute is required, and there must be at least one mid-roll."
        },
        "name": {
          "description": "Identifier. The resource name of the `AdRule`. Format: `networks/{network_code}/adRules/{ad_rule_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The unique name of the AdRule. This attribute is required to create an ad rule and has a maximum length of 255 characters.",
          "type": "string"
        },
        "maxImpressionsPerLineItemPerStream": {
          "type": "integer",
          "description": "Optional. This AdRule object's frequency cap for the maximum impressions per stream. This attribute is optional and defaults to 0.",
          "format": "int32"
        },
        "startTime": {
          "type": "string",
          "description": "Required. The start time of the AdRule. This attribute is required and must be a date in the future for new ad rules.",
          "format": "google-datetime"
        },
        "priority": {
          "description": "Optional. The priority of the AdRule. This attribute is required and can range from 1 to 1000, with 1 being the highest possible priority. Changing an ad rule's priority can affect the priorities of other ad rules. For example, increasing an ad rule's priority from 5 to 1 will shift the ad rules that were previously in priority positions 1 through 4 down one.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse",
      "description": "Response object for `BatchUpdateEntitySignalsMappings` method.",
      "properties": {
        "entitySignalsMappings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          },
          "type": "array",
          "description": "The `EntitySignalsMapping` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__LabelFrequencyCap": {
      "id": "GoogleAdsAdmanagerV1__LabelFrequencyCap",
      "description": "Frequency cap using a label.",
      "properties": {
        "label": {
          "description": "Required. The label to used for frequency capping. Format: \"networks/{network_code}/labels/{label_id}\"",
          "type": "string"
        },
        "frequencyCap": {
          "$ref": "GoogleAdsAdmanagerV1__FrequencyCap",
          "description": "The frequency cap."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse",
      "description": "Response object for `BatchUpdateCustomTargetingKeys` method.",
      "properties": {
        "customTargetingKeys": {
          "description": "The `CustomTargetingKey` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalRequest",
      "description": "Request message for `BatchSubmitOrdersForApproval` method.",
      "properties": {
        "skipInventoryCheck": {
          "type": "boolean",
          "description": "Optional. Indicates whether the inventory check should be skipped when performing this action."
        },
        "names": {
          "description": "Required. The resource names of the orders to submit for approval. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdRulesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdRulesRequest",
      "description": "Request object for `BatchCreateAdRules` method.",
      "properties": {
        "requests": {
          "description": "Required. The `AdRule` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateAdRuleRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListLiveStreamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListLiveStreamsResponse",
      "description": "Response object for `ListLiveStreamsRequest` containing matching `LiveStream` objects.",
      "properties": {
        "totalSize": {
          "type": "integer",
          "description": "Total number of `LiveStream` 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"
        },
        "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."
        },
        "liveStreams": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LiveStream"
          },
          "type": "array",
          "description": "The `LiveStream` objects from the specified network."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest",
      "description": "Request message for `BatchActivateTeams` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `Team`s to activate. Format: `networks/{network_code}/teams/{team_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsRequest",
      "description": "Request message for `BatchDeactivateTargetingPresets` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeactivateTargetingPresetRequest"
          },
          "description": "Required. The `TargetingPreset` objects to deactivate."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ReportDefinition": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ReportDefinition",
      "description": "The definition of how a report should be run.",
      "properties": {
        "timePeriodColumn": {
          "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.",
          "enum": [
            "TIME_PERIOD_COLUMN_UNSPECIFIED",
            "TIME_PERIOD_COLUMN_DATE",
            "TIME_PERIOD_COLUMN_WEEK",
            "TIME_PERIOD_COLUMN_MONTH",
            "TIME_PERIOD_COLUMN_QUARTER"
          ],
          "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."
          ],
          "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\"."
        },
        "dimensions": {
          "description": "Required. The list of dimensions to report on. If empty, the report will have no dimensions, and any metrics will be totals.",
          "items": {
            "enumDeprecated": [
              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,
              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,
              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",
              "DECLARED_ADVERTISER_DOMAIN",
              "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",
              "LANDING_PAGE_DOMAIN",
              "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",
              "NUM_ADS_IN_POD",
              "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",
            "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 \"Landing page 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`, `REAL_TIME_VIDEO` 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`, `REAL_TIME_VIDEO` 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 declared domain of the advertiser. Corresponds to \"Declared advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` 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`, `ON_PLATFORM_MULTICALL` 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`, `ON_PLATFORM_MULTICALL` 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`, `FUTURE_SELL_THROUGH` 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`, `FUTURE_SELL_THROUGH` 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: Data format: `STRING_LIST`",
              "The landing page domain name of the advertiser. This will eventually replace ADVERTISER_DOMAIN_NAME.",
              "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`",
              "Number of ads served in a pod response. Corresponds to \"Number of ads in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
              "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 expected 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`."
            ]
          },
          "type": "array"
        },
        "customDimensionKeyIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "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."
        },
        "metrics": {
          "description": "Required. The list of metrics to report on. If empty, the report will have no metrics.",
          "items": {
            "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,
              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",
              "CTR_WITH_COMPANION",
              "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",
              "IMPRESSIONS_WITH_COMPANION",
              "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",
              "POD_ECPM",
              "POD_ECPM_WITHOUT_CPD",
              "POD_VIEWS",
              "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"
            ],
            "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`",
              "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. Counts companion impressions in the number of ad impressions. Corresponds to \"Total CTR with companion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `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`",
              "Total impressions from the Google Ad Manager server, AdSense, Ad Exchange, and yield group partners, including companion ads. Corresponds to \"Total impressions with companion\" 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`",
              "Total pod eCPM. Corresponds to \"Total pod eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total pod eCPM without CPD. Corresponds to \"Total pod eCPM without CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
              "Total pod views. Corresponds to \"Total pod views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` 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`"
            ]
          },
          "type": "array"
        },
        "filters": {
          "description": "Optional. The filters for this report.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          }
        },
        "cmsMetadataDimensionKeyIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "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."
        },
        "ekvDimensionKeyIds": {
          "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.",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "type": "array"
        },
        "flags": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Flag"
          },
          "description": "Optional. List of flags for this report. Used to flag rows in a result set based on a set of defined filters."
        },
        "currencyCode": {
          "description": "Optional. The ISO 4217 currency code for this report. Defaults to publisher currency code if not specified.",
          "type": "string"
        },
        "orderCustomFieldIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "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."
        },
        "sorts": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Sort"
          },
          "type": "array",
          "description": "Optional. Default sorts to apply to this report."
        },
        "comparisonDateRange": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange",
          "description": "Optional. The comparison date range of this report. If unspecified, the report won't have any comparison metrics."
        },
        "reportType": {
          "description": "Required. The type of this 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"
          ],
          "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."
          ],
          "type": "string"
        },
        "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"
        },
        "timeZoneSource": {
          "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."
          ],
          "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.",
          "enum": [
            "TIME_ZONE_SOURCE_UNSPECIFIED",
            "PUBLISHER",
            "AD_EXCHANGE",
            "UTC",
            "PROVIDED"
          ]
        },
        "dateRange": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange",
          "description": "Required. The primary date range of this report."
        },
        "lineItemCustomFieldIds": {
          "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.",
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "creativeCustomFieldIds": {
          "type": "array",
          "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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsRequest",
      "description": "Request message to archive `CdnConfig` objects.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `CdnConfig` objects to archive. Format: `networks/{network_code}/cdnConfigs/{cdn_config_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__LineItemDiscount": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__LineItemDiscount",
      "description": "Discount information for a LineItem.",
      "properties": {
        "discountType": {
          "type": "string",
          "enumDescriptions": [
            "No value specified",
            "An absolute value will be discounted from the line item's cost.",
            "A percentage of the cost will be discounted for booking the line item."
          ],
          "description": "Optional. The type of discount being applied to a LineItem, either percentage based or absolute. This attribute is optional and defaults to PERCENTAGE.",
          "enum": [
            "DISCOUNT_TYPE_UNSPECIFIED",
            "ABSOLUTE_VALUE",
            "PERCENTAGE"
          ]
        },
        "discount": {
          "type": "number",
          "description": "Optional. The number here is either a percentage or an absolute value depending on the DiscountType. If the DiscountType is PERCENTAGE, then only non-fractional values are supported.",
          "format": "double"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomFieldValue": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CustomFieldValue",
      "description": "A value for a CustomField on a resource.",
      "properties": {
        "value": {
          "$ref": "GoogleAdsAdmanagerV1_CustomFieldValue_Value",
          "description": "Required. A typed value representation of the value."
        },
        "customField": {
          "type": "string",
          "description": "Required. The custom field for which this is a value. Format: \"networks/{network_code}/customFields/{custom_field_id}\""
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsResponse",
      "description": "Response object for `BatchUpdateLiveStreams` method.",
      "properties": {
        "liveStreams": {
          "description": "The `LiveStream` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LiveStream"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateSlatesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateSlatesRequest",
      "description": "Request object for `BatchCreateSlates` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Slate` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateSlateRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse",
      "description": "Response object for `ListProgrammaticBuyersRequest` containing matching `ProgrammaticBuyer` objects.",
      "properties": {
        "programmaticBuyers": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ProgrammaticBuyer"
          },
          "description": "The `ProgrammaticBuyer` 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 `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__AdMediaDeliveryConfig": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdMediaDeliveryConfig",
      "description": "Parameters about this CDN config of a CDN used for delivering ad media.",
      "properties": {
        "deliverySettings": {
          "description": "Optional. Config for the delivery location that will override the default. From MediaLocationDto, the URL prefix field represents the hostname of the external CDN and the security policy will be ignored. Null if `overrideDefaultDeliverySettings` is false.",
          "$ref": "GoogleAdsAdmanagerV1__MediaLocation"
        },
        "additionalDeliverySettings": {
          "description": "Optional. List of additional delivery locations. From MediaLocationDto, the URL prefix field represents the hostname of the external CDN and the security policy will be ignored. In your stream create request, you can set the value of the `dai-dlid` parameter to the name of the MediaLocation you want to use.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MediaLocation"
          },
          "type": "array"
        },
        "overrideDefaultDeliverySettings": {
          "type": "boolean",
          "description": "Optional. Whether to override the default delivery CDN. If false, `deliverySettings` must be null."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AudienceSegmentTargeting": {
      "id": "GoogleAdsAdmanagerV1__AudienceSegmentTargeting",
      "description": "Represents targeting for audience segments. The values are combined in a logical `OR`.",
      "properties": {
        "negative": {
          "type": "boolean",
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values."
        },
        "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"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceCategory": {
      "id": "GoogleAdsAdmanagerV1__DeviceCategory",
      "description": "Represents the category of a device. For example, \"smartphone\" or \"desktop\".",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `DeviceCategory`. Format: `networks/{network_code}/deviceCategories/{device_category}`"
        },
        "displayName": {
          "description": "Output only. The display name of the device category.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateTeamRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateTeamRequest",
      "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest",
      "description": "Request object for `BatchAllowAdReviewCenterAds` method.",
      "properties": {
        "names": {
          "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}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersResponse",
      "description": "Response object for `BatchApproveAndOverbookOrders` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Slate": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Slate",
      "description": "A Slate encapsulates all the information necessary to represent a Slate entity, the video creative used by Dynamic Ad Insertion to fill vacant ad slots.",
      "properties": {
        "displayName": {
          "description": "Required. The display name of the Slate. It has a maximum length of 255 characters.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates the Slate has been created and is eligible for streaming.",
            "Indicates the Slate has been archived."
          ],
          "description": "Output only. The status of this Slate. Slates are created in the SlateStatus.ACTIVE state.",
          "readOnly": true,
          "enum": [
            "SLATE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED"
          ]
        },
        "videoSourceUrl": {
          "type": "string",
          "description": "Optional. The location of the original asset if publisher provided and slate is externally hosted."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Slate`. Format: `networks/{network_code}/slates/{slate_id}`"
        },
        "transcodeStatus": {
          "description": "Output only. Server side transcoding status of the current slate.",
          "readOnly": true,
          "enum": [
            "VIDEO_TRANSCODE_STATUS_UNSPECIFIED",
            "COMPLETED",
            "FAILED",
            "IN_PROGRESS",
            "NEEDS_TRANSCODE",
            "NOT_READY"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The video transcoding is complete.",
            "The video transcoding failed.",
            "The video transcode is in progress.",
            "The video needs to be transcoded.",
            "The video is not ready."
          ]
        },
        "updateTime": {
          "description": "Output only. The date and time this slate was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__MediaLocation": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__MediaLocation",
      "description": "Config that associates a media location with a security policy and the authentication credentials needed to access the content.",
      "properties": {
        "urlPrefix": {
          "description": "Required. The URL prefix of the media location. This value is required for a valid media location.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The name of the media location. This value is read-only and is assigned by Google.",
          "readOnly": true
        },
        "securityPolicy": {
          "description": "Optional. The security policy and authentication credentials needed to access the content in this media location. Optional; if omitted, no security policy will be applied (indicating a public/unprotected location). Must NOT be configured for ad media delivery locations (doing so will trigger a validation error).",
          "$ref": "GoogleAdsAdmanagerV1__CdnSecurityPolicy"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListContactsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListContactsResponse",
      "description": "Response object for `ListContactsRequest` containing matching `Contact` objects.",
      "properties": {
        "contacts": {
          "description": "The `Contact` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          },
          "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Application": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Application",
      "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": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Application`. Format: `networks/{network_code}/applications/{application_id}`"
        },
        "appStoreId": {
          "description": "Optional. The app store ID of the app to claim.",
          "type": "string"
        },
        "platform": {
          "type": "string",
          "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."
          ],
          "description": "Output only. The platform the application runs on.",
          "readOnly": true,
          "enum": [
            "APPLICATION_PLATFORM_UNSPECIFIED",
            "UNSUPPORTED",
            "AMAZON_TV",
            "ANDROID",
            "IOS",
            "LG_TV",
            "PLAYSTATION",
            "ROKU",
            "SAMSUNG_TV",
            "XBOX"
          ]
        },
        "displayName": {
          "description": "Required. The display name of the application.",
          "type": "string"
        },
        "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`.",
          "readOnly": true,
          "type": "boolean"
        },
        "applicationCode": {
          "description": "Output only. The application code used to identify the app in the SDK. Note that the UI refers to this as \"App ID\".",
          "readOnly": true,
          "type": "string"
        },
        "developer": {
          "description": "Output only. The name of the developer of the application.",
          "readOnly": true,
          "type": "string"
        },
        "webviewClaimingStatus": {
          "description": "Output only. The webview claiming status for the application.",
          "readOnly": true,
          "enum": [
            "WEBVIEW_CLAIMING_STATUS_UNSPECIFIED",
            "SOFT_CLAIMED",
            "SOFT_CLAIMING_REVERTED"
          ],
          "type": "string",
          "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)."
          ]
        },
        "free": {
          "description": "Output only. Whether the application is free on the app store it belongs to.",
          "readOnly": true,
          "type": "boolean"
        },
        "approvalStatus": {
          "description": "Output only. The approval status for the application.",
          "readOnly": true,
          "enum": [
            "APPLICATION_APPROVAL_STATUS_UNSPECIFIED",
            "APPEALING",
            "APPROVED",
            "DISAPPROVED",
            "DRAFT",
            "UNCHECKED"
          ],
          "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."
          ],
          "type": "string"
        },
        "downloadUrl": {
          "type": "string",
          "description": "Output only. The download URL of the application on the app store it belongs to.",
          "readOnly": true
        },
        "appStores": {
          "type": "array",
          "items": {
            "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."
            ],
            "type": "string",
            "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."
        },
        "appStoreDisplayName": {
          "type": "string",
          "description": "Output only. The name of the application on the app store.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesRequest",
      "description": "Request object for `BatchDeactivateAdRules` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. Resource names for the AdRule. Format: `networks/{network_code}/adRules/{ad_rule}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeleteOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeleteOrdersResponse",
      "description": "Response object for `BatchDeleteOrders` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesResponse",
      "description": "Response object for `BatchRetractOrdersWithoutReservationChanges` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdown": {
      "type": "object",
      "id": "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": {
          "description": "Output only. Delivery forecast objects corresponding to the criteria entries requested for breakdown.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest",
      "description": "Request object for `BatchBlockAdReviewCenterAds` method.",
      "properties": {
        "names": {
          "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}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesRequest",
      "description": "Request message for `BatchUnarchiveSlates` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the slates to unarchive. Format: \"networks/{network_code}/slates/{slate_id}\"",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__LineItem": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__LineItem",
      "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": {
        "deliveryForecastSource": {
          "description": "Optional. Non-empty default. Strategy for choosing forecasted traffic shapes to pace line items. This field defaults to HISTORICAL.",
          "enum": [
            "LINE_ITEM_DELIVERY_FORECAST_SOURCE_UNSPECIFIED",
            "CUSTOM_PACING_CURVE",
            "FORECASTING",
            "HISTORICAL"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "A user specified custom pacing curve will be used to pace line item delivery.",
            "The line item's projected future traffic will be used to pace line item delivery.",
            "The line item's historical traffic shape will be used to pace line item delivery."
          ]
        },
        "childContentEligibility": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "This line item is eligible to serve on requests that are child-directed.",
            "This line item is not eligible to serve on any requests that are child-directed."
          ],
          "description": "Optional. Non-empty default. Child content eligibility designation for this line item. This field defaults to DISALLOWED.",
          "enum": [
            "CHILD_CONTENT_ELIGIBILITY_UNSPECIFIED",
            "ALLOWED",
            "DISALLOWED"
          ]
        },
        "repeatedCreativeServingEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether repeated creative serving is enabled for this line item."
        },
        "order": {
          "type": "string",
          "description": "Required. Immutable. The ID of the Order to which the LineItem belongs. Format: `networks/{network_code}/orders/{order}`"
        },
        "valueCpm": {
          "$ref": "GoogleType__Money",
          "description": "Optional. Non-empty default. An amount to help the adserver rank inventory. value_cpm artificially raises the value of inventory over the rate but avoids raising the actual rate. This attribute defaults to a Money object in the local currency with units and nanos set to 0."
        },
        "discount": {
          "$ref": "GoogleAdsAdmanagerV1__LineItemDiscount",
          "description": "Optional. Discount information for the line item."
        },
        "creativeTargetings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeTargeting"
          },
          "type": "array",
          "description": "Optional. A list of CreativeTargeting objects that can be used to specify creative level targeting for this line item. Creative level targeting is specified in a CreativePlaceholder.creative_targeting_display_name field by referencing the CreativeTargeting.display_name field. It also needs to be re-specified in the LineItemCreativeAssociation.targeting_display_name field when associating a line item with a creative that fits into that placeholder."
        },
        "displayName": {
          "description": "Required. The name of the line item. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "environmentType": {
          "enumDescriptions": [
            "No value specified",
            "A regular web browser.",
            "Video players."
          ],
          "type": "string",
          "description": "Optional. Non-empty default. The environment that the LineItem is targeting. The default value is BROWSER. If this value is VIDEO_PLAYER, then this line item can only target AdUnits that have AdUnitSizes whose environmentType is also VIDEO_PLAYER.",
          "enum": [
            "ENVIRONMENT_TYPE_UNSPECIFIED",
            "BROWSER",
            "VIDEO_PLAYER"
          ]
        },
        "externalLineItemId": {
          "description": "Optional. An identifier for the LineItem that is meaningful to the publisher. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "reserveOnCreation": {
          "description": "Input only. The flag indicates whether inventory should be reserved when creating a line item of types SPONSORSHIP and STANDARD in an unapproved Order. The default value is false.",
          "type": "boolean"
        },
        "creativeRotationType": {
          "description": "Required. The strategy used for displaying multiple Creative objects that are associated with the LineItem.",
          "enum": [
            "CREATIVE_ROTATION_TYPE_UNSPECIFIED",
            "EVENLY",
            "OPTIMIZED",
            "SEQUENTIAL",
            "WEIGHTED"
          ],
          "enumDescriptions": [
            "No value specified.",
            "Creatives are displayed approximately the same number of times over the duration of the line item.",
            "Creatives are served approximately proportionally to their performance.",
            "Creatives are served exactly in sequential order, aka Storyboarding. Set on the LineItemCreativeAssociation.",
            "Creatives are served approximately proportionally to their weights, set on the LineItemCreativeAssociation."
          ],
          "type": "string"
        },
        "roadblockingType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "All or none of the creatives from a line item will serve. This option will only work if served to a GPT tag using SRA (single request architecture mode).",
            "As many creatives from a line item as can fit on a page will serve. This could mean anywhere from one to all of a line item's creatives given the size constraints of ad slots on a page.",
            "A master/companion creative set roadblocking type. A CreativePlaceholder must be set accordingly.",
            "Any number of creatives from a line item can serve together at a time.",
            "Only one creative from a line item can serve at a time."
          ],
          "type": "string",
          "description": "Optional. Non-empty default. The strategy for serving roadblocked creatives, that is, instances where multiple creatives must be served together on a single web page. This attribute defaults to ONE_OR_MORE.",
          "enum": [
            "ROADBLOCKING_TYPE_UNSPECIFIED",
            "ALL_ROADBLOCK",
            "AS_MANY_AS_POSSIBLE",
            "CREATIVE_SET",
            "ONE_OR_MORE",
            "ONLY_ONE"
          ]
        },
        "dealInfo": {
          "description": "Optional. The deal information associated with this line item, if it is programmatic.",
          "$ref": "GoogleAdsAdmanagerV1__LineItemDealInfo"
        },
        "skipCrossSellingRuleWarningChecks": {
          "description": "Input only. True to skip checks for warnings from rules applied to line items targeting inventory shared by a distributor partner for cross selling when performing an action on this line item. The default is false. Note: this field won't persist on the line item itself, and the value will only affect the current request.",
          "type": "boolean"
        },
        "secondaryGoals": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Goal"
          },
          "description": "Optional. The secondary goals that this LineItem is associated with. This is required and meaningful only if the line_item_type is SPONSORSHIP and cost_type is CPM."
        },
        "thirdPartyMeasurementSettings": {
          "$ref": "GoogleAdsAdmanagerV1__ThirdPartyMeasurementSettings",
          "description": "Optional. Third party auto-pixeling settings for cross-sell Partners."
        },
        "endTime": {
          "description": "Output only. The timestamp when the LineItem will stop serving. This attribute includes auto extension days.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "contractedUnitsBought": {
          "type": "string",
          "description": "Optional. This attribute is only applicable for certain line item types and acts as an \"FYI\" or note, which does not impact adserving or other backend systems. For SPONSORSHIP line items, this represents the minimum quantity, which is a lifetime impression volume goal for reporting purposes only. For STANDARD line items, this represent the contracted quantity, which is the number of units specified in the contract the advertiser has bought for this LineItem. This field is just a \"FYI\" for traffickers to manually intervene with the LineItem when needed. This attribute is only available for STANDARD line items if you have this feature enabled on your network.",
          "format": "int64"
        },
        "endTimeUnlimited": {
          "description": "Optional. Non-empty default. Specifies whether or not the LineItem has an end time. This attribute defaults to false. It can be be set to true for only line items of type SPONSORSHIP, NETWORK, PRICE_PRIORITY and HOUSE.",
          "type": "boolean"
        },
        "deliveryRateType": {
          "description": "Optional. Non-empty default. The strategy for delivering ads over the course of the line item's duration. This attribute defaults to EVENLY or FRONTLOADED depending on the network's configuration.",
          "enum": [
            "LINE_ITEM_DELIVERY_RATE_TYPE_UNSPECIFIED",
            "AS_FAST_AS_POSSIBLE",
            "EVENLY",
            "FRONTLOADED"
          ],
          "enumDescriptions": [
            "No value specified.",
            "The booked impressions may delivered well before the end time. Other lower-priority or lower-value LineItems will be stopped from delivering until the LineItem meets the number of impressions or clicks it is booked for.",
            "LineItems are served as evenly as possible across the number of days specified in a LineItem's duration.",
            "LineItems are served more aggressively in the beginning of the flight date."
          ],
          "type": "string"
        },
        "rate": {
          "$ref": "GoogleType__Money",
          "description": "Required. The amount of money to spend per impression or click."
        },
        "targeting": {
          "$ref": "GoogleAdsAdmanagerV1__Targeting",
          "description": "Required. Contains the targeting criteria for the ad campaign."
        },
        "allowOverbook": {
          "description": "Input only. The flag indicates whether overbooking should be allowed when creating or updating reservations of line item types SPONSORSHIP and STANDARD. When true, operations on this line item will never trigger a ForecastError, which corresponds to an overbook warning in the UI. The default value is false. Note: this field won't persist on the line item itself, and the value will only affect the current request.",
          "type": "boolean"
        },
        "skippableAdType": {
          "description": "Optional. Non-empty default. The nature of the line item's creatives' skippability. This attribute is only applicable for video line items, and defaults to NOT_SKIPPABLE.",
          "enum": [
            "SKIPPABLE_AD_TYPE_UNSPECIFIED",
            "ANY",
            "DISABLED",
            "ENABLED",
            "INSTREAM_SELECT"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside.",
            "The ad is not skippable.",
            "The ad is skippable.",
            "The ad is an instream select ad."
          ],
          "type": "string"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "No value specified.",
            "The LineItem has been canceled and is no longer eligible to serve. This is a legacy status.",
            "The LineItem has completed its run.",
            "The LineItem has begun serving.",
            "The LineItem has past its endDateTime with an auto extension, but hasn't met its goal.",
            "The LineItem has been disapproved and is not eligible to serve.",
            "The LineItem is still being drafted.",
            "The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation.",
            "The LineItem has been paused from serving.",
            "The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve.",
            "The LineItem has been submitted for approval.",
            "The LineItem has been activated and is ready to serve."
          ],
          "description": "Output only. The status of the LineItem.",
          "readOnly": true,
          "enum": [
            "LINE_ITEM_COMPUTED_STATUS_UNSPECIFIED",
            "CANCELED",
            "COMPLETED",
            "DELIVERING",
            "DELIVERY_EXTENDED",
            "DISAPPROVED",
            "DRAFT",
            "INACTIVE",
            "PAUSED",
            "PAUSED_INVENTORY_RELEASED",
            "PENDING_APPROVAL",
            "READY"
          ]
        },
        "updateSource": {
          "type": "string",
          "description": "Output only. The application that last modified this line item.",
          "readOnly": true
        },
        "archived": {
          "type": "boolean",
          "description": "Output only. The archival status of the LineItem.",
          "readOnly": true
        },
        "autoExtensionDays": {
          "description": "Optional. The number of days to allow a line item to deliver past its target_end_time. A maximum of 7 days is allowed. This is feature is only available for Ad Manager 360 accounts.",
          "format": "int32",
          "type": "integer"
        },
        "goal": {
          "description": "Optional. The primary goal that this LineItem is associated with, which is used in its pacing and budgeting.",
          "$ref": "GoogleAdsAdmanagerV1__Goal"
        },
        "lineItemType": {
          "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."
          ],
          "type": "string",
          "description": "Required. Indicates the line item type of a LineItem. 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.",
          "enum": [
            "LINE_ITEM_TYPE_UNSPECIFIED",
            "SPONSORSHIP",
            "STANDARD",
            "NETWORK",
            "BULK",
            "PRICE_PRIORITY",
            "HOUSE",
            "CLICK_TRACKING",
            "ADSENSE",
            "AD_EXCHANGE",
            "BUMPER",
            "PREFERRED_DEAL",
            "AUDIENCE_EXTENSION"
          ]
        },
        "priority": {
          "description": "Optional. Non-empty default. The priority for the line item. Valid values range from 1 to 16. This field defaults to the default priority of the LineItemType. The following list shows the default, minimum, and maximum priority values are for each line item type: - LineItemType: default priority (minimum priority, maximum priority) - SPONSORSHIP: 4 (2, 5) - STANDARD: 8 (6, 10) - NETWORK: 12 (11, 14) - BULK: 12 (11, 14) - PRICE_PRIORITY: 12 (11, 14) - HOUSE: 16 (15, 16) - CLICK_TRACKING: 16 (1, 16) - AD_EXCHANGE: 12 (1, 16) - ADSENSE: 12 (1, 16) - BUMPER: 16 (15, 16) - ADMOB: 21 (1, 16) - PREFERRED_DEAL: 12 (12, 12) This field can only be edited by certain networks, otherwise a PermissionError will occur.",
          "format": "int32",
          "type": "integer"
        },
        "maxVideoCreativeDuration": {
          "type": "string",
          "description": "Optional. The max duration of a video creative associated with this LineItem. This attribute is only meaningful for video line items. This attribute is required for video line items and must be greater than 0.",
          "format": "google-duration"
        },
        "missingCreatives": {
          "type": "boolean",
          "description": "Output only. Indicates if a LineItem is missing any Creative creatives for the creativePlaceholders specified. Creative Creatives can be considered missing for several reasons including: - Not enough Creative creatives of a certain size have been uploaded, as determined by expected_creative_count. For example a LineItem specifies 750x350, 400x200 but only a 750x350 was uploaded. Or LineItem specifies 750x350 with an expected count of 2, but only one was uploaded. - The Creative.applied_labels of an associated Creative don't match the CreativePlaceholder.applied_labels of the LineItem. For example LineItem specifies 750x350 with a Foo AppliedLabel but a 750x350 creative without a AppliedLabel was uploaded.",
          "readOnly": true
        },
        "frequencyCaps": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__FrequencyCap"
          },
          "description": "Optional. The set of frequency capping units for this LineItem."
        },
        "customPacingCurve": {
          "$ref": "GoogleAdsAdmanagerV1__CustomPacingCurve",
          "description": "Optional. The curve that is used to pace the line item's delivery. This field is required if and only if the delivery forecast source is CUSTOM_PACING_CURVE."
        },
        "appliedLabels": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "type": "array",
          "description": "Optional. The set of labels applied directly to this line item."
        },
        "viewabilityProviderCompanies": {
          "description": "Optional. Optional IDs of the Company that provide ad verification for this line item.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "stats": {
          "$ref": "GoogleAdsAdmanagerV1__LineItemStats",
          "description": "Output only. Contains trafficking statistics for the line item. This will be empty in case there are no statistics for a line item yet.",
          "readOnly": true
        },
        "effectiveAppliedLabels": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "description": "Output only. Contains the set of labels inherited from the order that contains this line item and the advertiser that owns the order. If a label has been negated, only the negated label is returned.",
          "readOnly": true
        },
        "skipInventoryCheck": {
          "type": "boolean",
          "description": "Input only. The flag indicates whether the inventory check should be skipped when creating or updating a line item. The default value is false. Note: this field won't persist on the line item itself, and the value will only affect the current request."
        },
        "grpSettings": {
          "$ref": "GoogleAdsAdmanagerV1__GrpSettings",
          "description": "Optional. Contains the information for a line item which has a target GRP demographic."
        },
        "startTime": {
          "type": "string",
          "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.",
          "format": "google-datetime"
        },
        "sponsorshipExclusivityEnabled": {
          "type": "boolean",
          "description": "Optional. Whether the line item is enabled for sponsorship exclusivity. If true, only exclusive sponsorships can be served on inventory targeted by this LineItem. This control should only be available for 100% video sponsorships."
        },
        "notes": {
          "description": "Optional. Provides any additional notes that may annotate the LineItem. This attribute has a maximum length of 65,535 characters.",
          "type": "string"
        },
        "sameAdvertiserExceptionEnabled": {
          "type": "boolean",
          "description": "Optional. If a line item has a series of competitive exclusions on it, it could be blocked from serving with line items from the same advertiser. Setting this to true will allow line items from the same advertiser to serve regardless of the other competitive exclusion labels being applied."
        },
        "creativePlaceholders": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativePlaceholder"
          },
          "type": "array",
          "description": "Required. Details about the creatives that are expected to serve through this LineItem."
        },
        "webPropertyCode": {
          "type": "string",
          "description": "Optional. The web property code used for dynamic allocation line items. This web property is only required with line item types AD_EXCHANGE and ADSENSE."
        },
        "reservationStatus": {
          "type": "string",
          "enumDescriptions": [
            "No value specified",
            "Indicates that inventory has been reserved for the line item.",
            "Indicates that inventory has not been reserved for the line item."
          ],
          "description": "Output only. Describes whether or not inventory has been reserved for the LineItem.",
          "readOnly": true,
          "enum": [
            "LINE_ITEM_RESERVATION_STATUS_UNSPECIFIED",
            "RESERVED",
            "UNRESERVED"
          ]
        },
        "orderDisplayName": {
          "description": "Output only. The name of the Order.",
          "readOnly": true,
          "type": "string"
        },
        "costType": {
          "enumDescriptions": [
            "Not specified value.",
            "Starting February 22, 2024 the CPA LineItemCostType will only be read as part of Spotlight deprecation, learn more at: https://support.google.com/admanager/answer/7519021#spotlight Cost per action. The line item type must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.NETWORK",
            "Cost per click. The line item type must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.NETWORK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY * LineItemTypeEnum.LineItemType.HOUSE",
            "Cost per day. The line item type must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP * LineItemTypeEnum.LineItemType.NETWORK",
            "Cost per mille (thousand) impressions. The line item type must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP * LineItemTypeEnum.LineItemType.STANDARD * LineItemTypeEnum.LineItemType.BULK * LineItemTypeEnum.LineItemType.NETWORK * LineItemTypeEnum.LineItemType.PRICE_PRIORITY * LineItemTypeEnum.LineItemType.HOUSE",
            "Cost per mille (thousand) Active View viewable impressions. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD",
            "Cost per millie (thousand) in-target impressions. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD",
            "Cost for the entire flight of the deal. The line item type must be must be one of: * LineItemTypeEnum.LineItemType.SPONSORSHIP",
            "Cost per completed view. The line item type must be one of: * LineItemTypeEnum.LineItemType.STANDARD."
          ],
          "type": "string",
          "description": "Required. The method used for billing this LineItem.",
          "enumDeprecated": [
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            false,
            false
          ],
          "enum": [
            "LINE_ITEM_COST_TYPE_UNSPECIFIED",
            "CPA",
            "CPC",
            "CPD",
            "CPM",
            "VCPM",
            "CPM_IN_TARGET",
            "CPF",
            "CPCV"
          ]
        },
        "allowedFormats": {
          "description": "Optional. The set of allowed formats for this line item. If empty, all formats are allowed. This property only applies to programmatic video line items.",
          "items": {
            "enum": [
              "LINE_ITEM_ALLOWED_FORMAT_UNSPECIFIED",
              "AUDIO",
              "VIDEO",
              "DISPLAY"
            ],
            "type": "string",
            "enumDescriptions": [
              "Default value. This value is unused.",
              "Audio format.",
              "Video format.",
              "Display format."
            ]
          },
          "type": "array"
        },
        "updateTime": {
          "description": "Output only. The time this line item was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "customVastExtension": {
          "type": "string",
          "description": "Optional. Custom XML to be rendered in a custom VAST response at serving time."
        },
        "createTime": {
          "description": "Output only. The time this line item was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "targetEndTime": {
          "type": "string",
          "description": "Optional. The target end time of the line item. This attribute is required unless end_time_unlimited is set to true. If specified, it must be after the start_time. This does not include auto extension days.",
          "format": "google-datetime"
        },
        "name": {
          "description": "Identifier. The resource name of the `LineItem`. Format: `networks/{network_code}/lineItems/{line_item_id}`",
          "type": "string"
        },
        "companionDeliveryOption": {
          "description": "Optional. The delivery option for companions. Setting this field is only meaningful if the following conditions are met: - The \"Guaranteed roadblocks\" feature is enabled on your network. - One of the following is true (both cannot be true, these are mutually exclusive). - The environmentType is VIDEO_PLAYER. - The roadblockingType is CREATIVE_SET. This field defaults to OPTIONAL if the conditions are met. In all other cases it defaults to UNKNOWN and is not meaningful.",
          "enum": [
            "COMPANION_DELIVERY_OPTION_UNSPECIFIED",
            "OPTIONAL",
            "AT_LEAST_ONE",
            "ALL"
          ],
          "enumDescriptions": [
            "No value specified.",
            "Companions are not required to serve a CreativeSet. The creative set can serve to inventory that has zero or more matching companions.",
            "At least one companion must be served in order for the creative set to be used.",
            "All companions in the set must be served in order for the creative set to be used. This can still serve to inventory that has more companions than can be filled."
          ],
          "type": "string"
        },
        "deliveryIndicator": {
          "description": "Output only. Indicates how well the line item has been performing. This will be empty if the delivery indicator information is not available due to one of the following reasons: - The line item is not delivering. - The line item has an unlimited goal or cap. - The line item has a percentage based goal or cap.",
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerV1__DeliveryIndicator"
        },
        "budget": {
          "$ref": "GoogleType__Money",
          "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
        },
        "customFieldValues": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldValue"
          },
          "description": "Optional. The values of the custom fields associated with this line item."
        },
        "youtubeKidsRestricted": {
          "description": "Optional. Designates this line item as intended for YT Kids app. If true, all creatives associated with this line item must be reviewed and approved. See the help center article for more information: https://support.google.com/yt-partner-sales/answer/10015534.",
          "type": "boolean"
        },
        "competitiveConstraintScope": {
          "description": "Optional. Non-empty default. The CompetitiveConstraintScope for the competitive exclusion labels assigned to this line item. This field defaults to POD.",
          "enum": [
            "EXCLUSION_SCOPE_UNSPECIFIED",
            "PAGE",
            "STREAM",
            "POD"
          ],
          "type": "string",
          "enumDescriptions": [
            "No value specified.",
            "The exclusion label applies to the entire page.",
            "The exclusion label applies to the entire stream of content.",
            "The exclusion label applies to the entire pod (or group)."
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsResponse",
      "description": "Response object for `BatchArchiveLiveStreams` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersResponse",
      "description": "Response object for `BatchResumeAndOverbookOrders` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse",
      "description": "Response object for `BatchActivateCmsMetadataValues` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsRequest": {
      "type": "object",
      "id": "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.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__MobileDeviceSubmodel": {
      "id": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel",
      "description": "Represents a mobile device submodel.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `MobileDeviceSubmodel`. Format: `networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the mobile device submodel.",
          "readOnly": true
        },
        "mobileDevice": {
          "type": "string",
          "description": "Output only. The mobile device associated with the submodel. Format: `networks/{network_code}/mobileDevices/{mobile_device}`",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse",
      "description": "Response object for `BatchActivateCmsMetadataKeys` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown": {
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown",
      "description": "Represents a list of delivery forecast breakdowns",
      "properties": {
        "forecasts": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast"
          },
          "description": "Output only. The forecasts for each breakdown entry.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse",
      "description": "Response object for `ListDeviceCapabilitiesRequest` containing matching `DeviceCapability` objects.",
      "properties": {
        "deviceCapabilities": {
          "description": "The `DeviceCapability` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceCapability"
          }
        },
        "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 `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",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CmsMetadataKey": {
      "id": "GoogleAdsAdmanagerV1__CmsMetadataKey",
      "description": "Key associated with a piece of content from a publisher's CMS.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `CmsMetadataKey`. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`"
        },
        "displayName": {
          "description": "Required. The key of a key-value pair.",
          "type": "string"
        },
        "status": {
          "description": "Output only. The status of this CMS metadata key.",
          "readOnly": true,
          "enum": [
            "CMS_METADATA_KEY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The key is active.",
            "The key is not active."
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesResponse",
      "description": "Response object for `BatchDeactivateCustomTargetingValues` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsRequest",
      "description": "Request object for `BatchCreateLiveStreams` method.",
      "properties": {
        "requests": {
          "description": "Required. The `LiveStream` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateLiveStreamRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest",
      "description": "Request object for `BatchCreateAdUnits` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateAdUnitRequest"
          },
          "description": "Required. The `AdUnit` objects to create. A maximum of 100 objects can be created in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesRequest",
      "description": "Request object for `BatchUpdateCustomTargetingValues` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCustomTargetingValueRequest"
          },
          "description": "Required. The `CustomTargetingValue` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest",
      "description": "Request object for `BatchCreatePlacements` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreatePlacementRequest"
          },
          "description": "Required. The `Placement` objects to create. A maximum of 100 objects can be created in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListRolesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListRolesResponse",
      "description": "Response object for `ListRolesRequest` containing matching `Role` objects.",
      "properties": {
        "totalSize": {
          "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",
          "type": "integer"
        },
        "roles": {
          "description": "The `Role` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Role"
          },
          "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateCustomTargetingValueRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateCustomTargetingValueRequest",
      "description": "Request object for `UpdateCustomTargetingValue` method.",
      "properties": {
        "customTargetingValue": {
          "description": "Required. The `CustomTargetingValue` to update. The `CustomTargetingValue`'s `name` is used to identify the `CustomTargetingValue` to update.",
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreativePlaceholderCompanion": {
      "id": "GoogleAdsAdmanagerV1__CreativePlaceholderCompanion",
      "description": "An individual companion to a CreativePlaceholder.",
      "properties": {
        "size": {
          "description": "Required. The size of the companion to a CreativePlaceholder.",
          "$ref": "GoogleAdsAdmanagerV1__Size"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysResponse",
      "description": "Response object for `BatchCreateDaiAuthenticationKeys` method.",
      "properties": {
        "daiAuthenticationKeys": {
          "description": "The `DaiAuthenticationKey` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchApproveOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchApproveOrdersRequest",
      "description": "Request message for `BatchApproveOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to approve. Format: `networks/{network_code}/orders/{order_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "skipInventoryCheck": {
          "description": "Optional. Indicates whether the inventory check should be skipped when performing this action.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AuxiliaryAdSettings": {
      "id": "GoogleAdsAdmanagerV1__AuxiliaryAdSettings",
      "description": "Settings for auxiliary ads (e.g. pause ads) on a live stream.",
      "properties": {
        "adTagUrl": {
          "type": "string",
          "description": "Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__FetchMcmEarningsResponse": {
      "id": "GoogleAdsAdmanagerV1__FetchMcmEarningsResponse",
      "description": "Response object for `FetchMcmEarningsRequest` containing matching `McmEarnings` objects.",
      "properties": {
        "totalSize": {
          "description": "Total number of `McmEarnings` 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",
          "type": "integer"
        },
        "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"
        },
        "mcmEarnings": {
          "description": "The `McmEarnings` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__McmEarnings"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse",
      "description": "Response object for `BatchCreateLabels` method.",
      "properties": {
        "labels": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          },
          "type": "array",
          "description": "The `Label` objects created."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__User": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__User",
      "description": "The User resource.",
      "properties": {
        "userId": {
          "deprecated": true,
          "description": "Output only. Deprecated: `User` ID.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "email": {
          "description": "Required. The email or login of the User. In order to create a new user, you must already have a Google Account.",
          "type": "string"
        },
        "externalId": {
          "type": "string",
          "description": "Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 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
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the User. It has a maximum length of 128 characters."
        },
        "active": {
          "type": "boolean",
          "description": "Output only. Specifies whether or not the User is active. An inactive user cannot log in to the system or perform any operations.",
          "readOnly": true
        },
        "role": {
          "description": "Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the User. Format: `networks/{network_code}/users/{user_id}`"
        },
        "ordersUiLocalTimeZone": {
          "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.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse",
      "description": "Response object for `BatchDeactivateTeams` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__UpdateTargetingPresetRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateTargetingPresetRequest",
      "description": "Request object for `UpdateTargetingPreset` method.",
      "properties": {
        "targetingPreset": {
          "$ref": "GoogleAdsAdmanagerV1__TargetingPreset",
          "description": "Required. The `TargetingPreset` to update. The `TargetingPreset`'s `name` is used to identify the `TargetingPreset` to update."
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__RunReportResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__RunReportResponse",
      "description": "Response message for a completed `RunReport` operation.",
      "properties": {
        "reportResult": {
          "description": "The unique name of the generated result. Use with `FetchReportResultRows` to retrieve data.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse",
      "description": "Response object for `BatchActivateTeams` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse",
      "description": "Response object for `ListCmsMetadataValuesRequest` containing matching `CmsMetadataValue` objects.",
      "properties": {
        "cmsMetadataValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataValue"
          },
          "type": "array",
          "description": "The `CmsMetadataValue` objects from the specified network."
        },
        "totalSize": {
          "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",
          "type": "integer"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesResponse",
      "description": "Response object for `BatchArchiveDaiEncodingProfiles` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__CdnSecurityPolicy": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CdnSecurityPolicy",
      "description": "A set of security requirements to authenticate against in order to access video content. Different locations (e.g. different CDNs) can have different security policies.",
      "properties": {
        "mediaPlaylistOriginForwardingType": {
          "description": "Optional. The type of origin forwarding used to support Akamai authentication policies for media playlists. This setting can only be used with CDN configs with a `cdnConfigType` of `CdnConfigType.LIVE_STREAM_SOURCE_CONTENT`, is not applicable to ingest locations, and is only applicable to delivery media locations with the `CdnSecurityPolicyType` set to `CdnSecurityPolicyType.AKAMAI`. Valid options are `CdnSecurityPolicyOriginForwarding.NONE` or `CdnSecurityPolicyOriginForwarding.ORIGIN_PATH`. This setting can only be used with CDN configs with a `cdnConfigType` of `CdnConfigType.LIVE_STREAM_SOURCE_CONTENT`.",
          "enum": [
            "CDN_SECURITY_POLICY_ORIGIN_FORWARDING_UNSPECIFIED",
            "CONVENTIONAL",
            "NONE",
            "ORIGIN_PATH"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that conventional origin forwarding is used.",
            "Indicates that origin forwarding is not being used.",
            "Indicates that origin forwarding is set up by passing an origin path query string parameter (necessary for Akamai dynamic packaging to work)."
          ]
        },
        "originPathPrefix": {
          "type": "string",
          "description": "Optional. The origin path prefix provided by the publisher for the parent playlist. Only applicable for delivery media locations with the value of `originForwardingType` set to `CdnSecurityPolicyOriginForwarding.CONVENTIONAL`, and will be set to null otherwise."
        },
        "tokenAuthenticationKey": {
          "description": "Optional. Shared security key used to generate the Akamai HMAC token for authenticating requests. Only applicable when the value of `CdnSecurityPolicyType` is equal to `CdnSecurityPolicyType.AKAMAI` and will be set to null otherwise. Required when the `CdnConfig.cdnConfigType` is equal to `CdnConfigType.LIVE_STREAM_SOURCE_CONTENT` and this `CdnSecurityPolicy` is being configured for `SourceContentConfig.ingestSettings`.",
          "type": "string"
        },
        "originForwardingType": {
          "description": "Optional. The type of origin forwarding used to support Akamai authentication policies for the parent playlist. Not applicable to ingest locations, and is only applicable to delivery media locations with the `securityPolicyType` set to `CdnSecurityPolicyType.AKAMAI`. If set elsewhere it will be reset to null.",
          "enum": [
            "CDN_SECURITY_POLICY_ORIGIN_FORWARDING_UNSPECIFIED",
            "CONVENTIONAL",
            "NONE",
            "ORIGIN_PATH"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that conventional origin forwarding is used.",
            "Indicates that origin forwarding is not being used.",
            "Indicates that origin forwarding is set up by passing an origin path query string parameter (necessary for Akamai dynamic packaging to work)."
          ],
          "type": "string"
        },
        "signedRequestExpirationTtl": {
          "type": "string",
          "description": "Optional. The duration for which a request signed with a short token will be valid. Only required if `signedRequestMaximumExpirationTtl` has been set in the Media CDN config.",
          "format": "google-duration"
        },
        "serverSideUrlSigningDisabled": {
          "description": "Optional. Whether the segment URLs should be signed using the #tokenAuthenticationKey on the server. This is only applicable for delivery media locations that have token authentication enabled.",
          "type": "boolean"
        },
        "securityPolicyType": {
          "description": "Required. Type of security policy. This determines which other fields should be populated. This value is required for a valid security policy.",
          "enum": [
            "CDN_SECURITY_POLICY_TYPE_UNSPECIFIED",
            "AKAMAI",
            "CLOUD_MEDIA",
            "NONE"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Security policy for accessing content on the Akamai CDN.",
            "Security policy for access content on Google Cloud Media CDN.",
            "Indicates that no authentication is necessary."
          ],
          "type": "string"
        },
        "mediaPlaylistOriginPathPrefix": {
          "type": "string",
          "description": "Optional. The origin path prefix provided by the publisher for the media playlists. Only applicable for delivery media locations with the value of `mediaPlaylistOriginForwardingType` set to `CdnSecurityPolicyOriginForwarding.CONVENTIONAL`, and will be set to null otherwise."
        },
        "keyset": {
          "description": "Optional. The name of the EdgeCacheKeyset on the Media CDN config that will be used to validate signed requests from DAI to ingest content.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ActivateDaiEncodingProfileRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ActivateDaiEncodingProfileRequest",
      "description": "Request object for `ActivateDaiEncodingProfile` method.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The resource name of the DaiEncodingProfile to activate. Format: `networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse",
      "description": "Response object for `ListCmsMetadataKeysRequest` containing matching `CmsMetadataKey` objects.",
      "properties": {
        "cmsMetadataKeys": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataKey"
          },
          "description": "The `CmsMetadataKey` objects from the specified network."
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest",
      "description": "Request object for `BatchUpdateContacts` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Contact` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateContactRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookResponse",
      "description": "Response object for `BatchSubmitOrdersForApprovalAndOverbook` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse",
      "description": "Response message for `BatchActivateLabels` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsRequest",
      "description": "Request object for `BatchCreateCdnConfigs` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCdnConfigRequest"
          },
          "type": "array",
          "description": "Required. The `CdnConfig` objects to create. A maximum of 100 objects can be created in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListOrdersResponse",
      "description": "Response object for `ListOrdersRequest` containing matching `Order` resources.",
      "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": {
          "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"
        },
        "orders": {
          "description": "The `Order` from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Order"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__AudioSettings": {
      "id": "GoogleAdsAdmanagerV1__AudioSettings",
      "description": "Information about the audio settings of an encoding profile.",
      "properties": {
        "bitrate": {
          "type": "string",
          "description": "Required. The bitrate of the audio, in bits per second. This value must be between 8kbps and 250 Mbps.",
          "format": "int64"
        },
        "channels": {
          "type": "string",
          "description": "Required. The number of audio channels, including low frequency channels. This value has a maximum of 8.",
          "format": "int64"
        },
        "sampleRateHertz": {
          "description": "Required. The audio sample rate in hertz. Must be between 44kHz and 100kHz.",
          "format": "int64",
          "type": "string"
        },
        "codec": {
          "type": "string",
          "description": "Required. The RFC6381 codec string of the audio."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesRequest",
      "description": "Request message for `BatchDisapproveOrdersWithoutReservationChanges` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the orders to disapprove without reservation changes. Format: `networks/{network_code}/orders/{order_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreativeSet": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreativeSet",
      "description": "A `CreativeSet` is comprised of a master `Creative` and its companion `Creative`s.",
      "properties": {
        "displayName": {
          "description": "Required. The name of the `CreativeSet`. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "companionCreatives": {
          "description": "Required. The resource names of the companion `Creative`s associated with this `CreativeSet`. Format: `networks/{network_code}/creatives/{creative}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `CreativeSet`. Format: `networks/{network_code}/creativeSets/{creative_set_id}`"
        },
        "updateTime": {
          "description": "Output only. The time this `CreativeSet` was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "masterCreative": {
          "type": "string",
          "description": "Required. Immutable. The master [Creative](google.ads.admanager.v1.Creative) to which the `CreativeSet` is associated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdUnit": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdUnit",
      "description": "The AdUnit resource.",
      "properties": {
        "updateTime": {
          "type": "string",
          "description": "Output only. The time this AdUnit was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "externalSetTopBoxChannelId": {
          "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.",
          "deprecated": true
        },
        "appliedLabels": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "description": "Optional. The set of labels applied directly to this ad unit."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        },
        "appliedTargetWindow": {
          "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.",
          "enum": [
            "TARGET_WINDOW_UNSPECIFIED",
            "TOP",
            "BLANK"
          ],
          "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."
          ],
          "type": "string"
        },
        "effectiveTargetWindow": {
          "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.",
          "readOnly": true,
          "enum": [
            "TARGET_WINDOW_UNSPECIFIED",
            "TOP",
            "BLANK"
          ],
          "type": "string",
          "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."
          ]
        },
        "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.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          }
        },
        "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"
        },
        "appliedTeams": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of Teams directly applied to this AdUnit. Format: \"networks/{network_code}/teams/{team_id}\""
        },
        "hasChildren": {
          "type": "boolean",
          "description": "Output only. This field is set to true if the ad unit has any children.",
          "readOnly": true
        },
        "adUnitId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: AdUnit ID.",
          "readOnly": true,
          "format": "int64"
        },
        "effectiveLabelFrequencyCaps": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LabelFrequencyCap"
          },
          "type": "array",
          "description": "Output only. The label frequency caps applied directly to the ad unit as well as those inherited from parent ad units.",
          "readOnly": true
        },
        "appliedLabelFrequencyCaps": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LabelFrequencyCap"
          },
          "type": "array",
          "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."
        },
        "teams": {
          "items": {
            "type": "string"
          },
          "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
        },
        "adUnitSizes": {
          "description": "Optional. The sizes that can be served inside this ad unit.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitSize"
          }
        },
        "description": {
          "description": "Optional. A description of the ad unit. The maximum length is 65,535 characters.",
          "type": "string"
        },
        "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."
        },
        "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"
        },
        "refreshDelay": {
          "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.",
          "format": "google-duration",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the ad unit. Its maximum length is 255 characters."
        },
        "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."
        },
        "status": {
          "type": "string",
          "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."
          ],
          "description": "Output only. The status of this ad unit. It defaults to ACTIVE.",
          "readOnly": true,
          "enum": [
            "AD_UNIT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ARCHIVED"
          ]
        },
        "smartSizeMode": {
          "description": "Optional. Non-empty default. The smart size mode for this ad unit. This attribute defaults to SmartSizeMode.NONE for fixed sizes.",
          "enum": [
            "SMART_SIZE_MODE_UNSPECIFIED",
            "NONE",
            "SMART_BANNER",
            "DYNAMIC_SIZE"
          ],
          "type": "string",
          "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."
          ]
        },
        "effectiveAdsenseEnabled": {
          "type": "boolean",
          "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.",
          "readOnly": true
        },
        "parentPath": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitParent"
          },
          "type": "array",
          "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.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__ContentTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ContentTargeting",
      "description": "Content Targeting Targeted/excluded content entities and bundles. ",
      "properties": {
        "excludedContent": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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": {
          "description": "Optional. The resource names of the ContentBundles that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedContentBundles": {
          "description": "Optional. The resource names of the ContentBundles that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomPacingCurve": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CustomPacingCurve",
      "description": "A curve consisting of CustomPacingGoal objects that is used to pace line item delivery.",
      "properties": {
        "customPacingGoalUnit": {
          "description": "Required. The unit of the CustomPacingGoal.amount values.",
          "enum": [
            "CUSTOM_PACING_GOAL_UNIT_UNSPECIFIED",
            "ABSOLUTE",
            "MILLI_PERCENT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The custom pacing goal amounts represent absolute numbers corresponding to the line item's Goal.unitType.",
            "The custom pacing goal amounts represent a millipercent. For example, 15000 millipercent equals 15%."
          ]
        },
        "customPacingGoals": {
          "description": "Required. The list of goals that make up the custom pacing curve.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomPacingGoal"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListContentLabelsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListContentLabelsResponse",
      "description": "Response object for `ListContentLabelsRequest` containing matching `ContentLabel` objects.",
      "properties": {
        "contentLabels": {
          "description": "The `ContentLabel` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ContentLabel"
          },
          "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 `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",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_DateRange": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_DateRange",
      "description": "A date range for a report.",
      "properties": {
        "fixed": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange",
          "description": "A fixed date range."
        },
        "relative": {
          "type": "string",
          "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."
          ],
          "description": "A relative date range.",
          "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"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListAdUnitsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListAdUnitsResponse",
      "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": {
          "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",
          "format": "int32",
          "type": "integer"
        },
        "adUnits": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          },
          "type": "array",
          "description": "The AdUnit from the specified network."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListBandwidthGroupsResponse": {
      "type": "object",
      "id": "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"
        },
        "bandwidthGroups": {
          "description": "The `BandwidthGroup` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__BandwidthGroup"
          },
          "type": "array"
        },
        "totalSize": {
          "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",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersRequest",
      "description": "Request message for `BatchResumeAndOverbookOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to resume and overbook. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Content": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Content",
      "description": "A piece of `Content` from a Publisher's CMS.",
      "properties": {
        "lastDashIngestTime": {
          "type": "string",
          "description": "Output only. The timestamp at which this `Content`'s DASH media was last ingested for DAI. This attribute will be unset if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have DASH media.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "contentStatusSource": {
          "description": "Output only. Whether the content status was defined by the user, or by the source CMS from which the `Content` was ingested.",
          "readOnly": true,
          "enum": [
            "CONTENT_STATUS_SOURCE_UNSPECIFIED",
            "CMS",
            "USER"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the status of the `Content` is defined by the CMS.",
            "Indicates that the status of the `Content` is defined by the user."
          ]
        },
        "contentBundles": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Output only. The resource names of the ContentBundles of which this `Content` is a member.",
          "readOnly": true
        },
        "dashIngestStatus": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The `Content` was successfully ingested for DAI.",
            "There was a non-fatal issue during the DAI ingestion process.",
            "The preconditioned `Content` was successfully ingested for DAI.",
            "There was a non-fatal issue during the DAI ingestion process on preconditioned `Content`.",
            "The unconditioned `Content` was successfully conditioned for DAI.",
            "There was a non-fatal issue during the DAI conditioning process on originally unconditioned `Content`.",
            "There was a non-fatal issue during the DAI ingestion process and the `Content` is not available for dynamic ad insertion."
          ],
          "description": "Output only. The current DAI ingest status of the DASH media for the `Content`. This attribute is unset if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have DASH media.",
          "readOnly": true,
          "enum": [
            "DAI_INGEST_STATUS_UNSPECIFIED",
            "SUCCESS",
            "WARNING",
            "INGESTED",
            "INGESTED_WITH_WARNINGS",
            "CONDITIONED",
            "CONDITIONED_WITH_WARNINGS",
            "FAILURE"
          ]
        },
        "cmsMetadataValues": {
          "description": "Output only. The resource names of the CmsMetadataValues that are associated with this `Content`.",
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "duration": {
          "description": "Output only. The duration of the `Content`.",
          "readOnly": true,
          "format": "google-duration",
          "type": "string"
        },
        "cmsSources": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsContent"
          },
          "type": "array",
          "description": "Output only. Information about the `Content` from the CMS it was ingested from.",
          "readOnly": true
        },
        "dashIngestErrors": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiIngestError"
          },
          "type": "array",
          "description": "Output only. The list of any errors that occurred during the most recent DAI ingestion process of the DASH media. This attribute will be empty if the hlsIngestStatus is DaiIngestStatus.SUCCESS or if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have DASH media.",
          "readOnly": true
        },
        "status": {
          "description": "Output only. The status of this `Content`.",
          "readOnly": true,
          "enum": [
            "CONTENT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ARCHIVED",
            "DELETED",
            "DUPLICATED"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates the `Content` has been created and is eligible to have ads served against it.",
            "Indicates the `Content` has been deactivated and cannot have ads served against it.",
            "Indicates the `Content` has been archived; user-visible.",
            "Indicates the `Content` has been removed from an external CMS.",
            "Indicates the `Content` is a duplicate of another piece of content."
          ],
          "type": "string"
        },
        "importTime": {
          "description": "Output only. The timestamp at which this `Content` was published.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "hlsIngestStatus": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The `Content` was successfully ingested for DAI.",
            "There was a non-fatal issue during the DAI ingestion process.",
            "The preconditioned `Content` was successfully ingested for DAI.",
            "There was a non-fatal issue during the DAI ingestion process on preconditioned `Content`.",
            "The unconditioned `Content` was successfully conditioned for DAI.",
            "There was a non-fatal issue during the DAI conditioning process on originally unconditioned `Content`.",
            "There was a non-fatal issue during the DAI ingestion process and the `Content` is not available for dynamic ad insertion."
          ],
          "type": "string",
          "description": "Output only. The current DAI ingest status of the HLS media for the `Content`. This attribute is unset if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have HLS media.",
          "readOnly": true,
          "enum": [
            "DAI_INGEST_STATUS_UNSPECIFIED",
            "SUCCESS",
            "WARNING",
            "INGESTED",
            "INGESTED_WITH_WARNINGS",
            "CONDITIONED",
            "CONDITIONED_WITH_WARNINGS",
            "FAILURE"
          ]
        },
        "updateTime": {
          "description": "Output only. The timestamp at which this `Content` was last modified. The last modified date time will always be updated when a ContentBundle association is changed, but will not always be updated when a CmsMetadataValue value is changed.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "lastHlsIngestTime": {
          "description": "Output only. The timestamp at which this `Content`'s HLS media was last ingested for DAI. This attribute will be unset if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have HLS media.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Content`. Format: `networks/{network_code}/content/{content_id}`"
        },
        "hlsIngestErrors": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiIngestError"
          },
          "type": "array",
          "description": "Output only. The list of any errors that occurred during the most recent DAI ingestion process of the HLS media. This attribute will be empty if the hlsIngestStatus is DaiIngestStatus.SUCCESS or if the `Content` is not eligible for dynamic ad insertion or if the `Content` does not have HLS media.",
          "readOnly": true
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The name of the `Content`.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse": {
      "id": "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse",
      "description": "The response message for the fetch report result rows endpoint.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "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."
        },
        "rows": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDataTable_Row"
          },
          "type": "array",
          "description": "Up to `page_size` rows of report data."
        },
        "runTime": {
          "type": "string",
          "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.",
          "format": "google-datetime"
        },
        "totalRowCount": {
          "type": "integer",
          "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).",
          "format": "int32"
        },
        "dateRanges": {
          "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).",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange"
          }
        },
        "comparisonDateRanges": {
          "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",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchApproveOrdersWithoutReservationRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchApproveOrdersWithoutReservationRequest",
      "description": "Request message for `BatchApproveOrdersWithoutReservation` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the orders to approve. Format: `networks/{network_code}/orders/{order_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest",
      "description": "Request object for `BatchCreateLabels` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Label` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateLabelRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest",
      "description": "Request message for `BatchDeactivateSites` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `Site` objects to deactivate.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionDateRange_FixedDateRange": {
      "id": "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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesRequest",
      "description": "Request message for `BatchDeactivateCustomTargetingValues` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeactivateCustomTargetingValueRequest"
          },
          "type": "array",
          "description": "Required. The `CustomTargetingValue` objects to deactivate."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchRetractOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchRetractOrdersResponse",
      "description": "Response object for `BatchRetractOrders` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsRequest",
      "description": "Request object for `BatchPauseLiveStreams` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `LiveStream`s to pause. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreativeTemplateVariable": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreativeTemplateVariable",
      "description": "Represents a variable defined in a creative template.",
      "properties": {
        "longVariable": {
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_LongCreativeTemplateVariable",
          "description": "Optional. Represents a long variable defined in a creative template."
        },
        "uniqueDisplayName": {
          "type": "string",
          "description": "Output only. Unique name used to identify the variable. This attribute is assigned by Google when a creative template variable is created.",
          "readOnly": true
        },
        "listStringVariable": {
          "description": "Optional. Represents a list variable defined in a creative template.",
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable"
        },
        "urlVariable": {
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_UrlCreativeTemplateVariable",
          "description": "Optional. Represents a url variable defined in a creative template."
        },
        "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"
        },
        "stringVariable": {
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_StringCreativeTemplateVariable",
          "description": "Optional. Represents a string variable defined in a creative template."
        },
        "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."
        },
        "label": {
          "description": "Required. Label that is displayed to users when creating from the creative template. This has a maximum length of 127 characters.",
          "type": "string"
        },
        "assetVariable": {
          "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable",
          "description": "Optional. Represents a file asset variable defined in a creative template."
        }
      }
    },
    "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse": {
      "id": "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse",
      "description": "Response object for `SearchAdReviewCenterAds` method.",
      "properties": {
        "adReviewCenterAds": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdReviewCenterAd"
          },
          "type": "array",
          "description": "The AdReviewCenterAds that match the search request."
        },
        "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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsResponse",
      "description": "Response message for `BatchApproveSuggestedAdUnits` method.",
      "properties": {
        "createdAdUnits": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "The resource names of the AdUnits that were created as part of the approval. The order of the ad units in the response is not guaranteed to be the same as the order of the suggestions in the request."
        }
      }
    },
    "GoogleAdsAdmanagerMain__ContendingLineItem": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__ContendingLineItem",
      "description": "Describes contending line items for a forecast.",
      "properties": {
        "lineItem": {
          "description": "The resource name of the contending line item. Format: `networks/{network_code}/lineItems/{line_item_id}`",
          "type": "string"
        },
        "contendingUnits": {
          "type": "string",
          "description": "The number of impressions contended for by both the forecasted line item and this line item.",
          "format": "int64"
        },
        "growbirdNetworkId": {
          "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",
          "type": "string"
        },
        "crossSellingConfigType": {
          "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."
          ],
          "type": "string",
          "description": "Output only. The type of cross selling config for the contending line item, if it is cross selling.",
          "readOnly": true,
          "enum": [
            "CROSS_SELLING_CONFIG_TYPE_UNSPECIFIED",
            "CONTENT_PROVIDER",
            "DISTRIBUTOR"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__ActivateCustomTargetingValueRequest": {
      "id": "GoogleAdsAdmanagerV1__ActivateCustomTargetingValueRequest",
      "description": "Request message to activate a CustomTargetingValue.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList",
      "description": "A list of filters.",
      "properties": {
        "filters": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          },
          "description": "Required. A list of filters."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast",
      "description": "Views of this forecast, with alternative unit types.",
      "properties": {
        "matchedUnits": {
          "description": "The number of units matching the specified targeting and delivery settings.",
          "format": "int64",
          "type": "string"
        },
        "availableUnits": {
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "format": "int64",
          "type": "string"
        },
        "unitType": {
          "type": "string",
          "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."
          ],
          "description": "The alternative unit type being presented.",
          "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"
          ]
        },
        "possibleUnits": {
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items or lower priority line items.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdReviewCenterAd": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdReviewCenterAd",
      "description": "Represents an ad that can be acted on or viewed in the Ad Review Center. AdReviewCenterAd.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the AdReviewCenterAd. Format: `networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}`"
        },
        "status": {
          "description": "The status of the AdReviewCenterAd.",
          "enum": [
            "AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
            "ALLOWED",
            "BLOCKED",
            "UNREVIEWED"
          ],
          "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."
          ]
        },
        "previewUrl": {
          "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.).",
          "readOnly": true,
          "type": "string"
        },
        "adReviewCenterAdId": {
          "type": "string",
          "description": "Output only. `AdReviewCenterAd` ID.",
          "readOnly": true
        },
        "manualReviewStatuses": {
          "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.",
          "readOnly": true,
          "type": "array",
          "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."
            ],
            "type": "string",
            "enum": [
              "MANUAL_AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
              "ALLOWED",
              "BLOCKED",
              "ARCHIVED",
              "PENDING",
              "SERVING"
            ]
          }
        },
        "productType": {
          "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."
          ],
          "type": "string",
          "description": "Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd.",
          "readOnly": true,
          "enum": [
            "EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED",
            "DISPLAY",
            "MOBILE_APP",
            "VIDEO_AND_AUDIO",
            "GAMES"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__TargetingPreset": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__TargetingPreset",
      "description": "User-defined preset targeting criteria.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `TargetingPreset`. Format: `networks/{network_code}/targetingPresets/{targeting_preset_id}`",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The name of the TargetingPreset. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The targeting preset is active.",
            "The targeting preset is inactive."
          ],
          "description": "Output only. The status of the TargetingPreset.",
          "readOnly": true,
          "enum": [
            "TARGETING_PRESET_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ]
        },
        "targeting": {
          "description": "Required. Contains the targeting criteria for the TargetingPreset. If not provided, empty targeting will be used as a default.",
          "$ref": "GoogleAdsAdmanagerV1__Targeting"
        }
      }
    },
    "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting": {
      "id": "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting",
      "description": "First-party mobile application targeting.",
      "properties": {
        "excludedApplications": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of the first-party applications that should be excluded."
        },
        "targetedApplications": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of the first-party applications that should be targeted."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Placement": {
      "id": "GoogleAdsAdmanagerV1__Placement",
      "description": "The `Placement` resource.",
      "properties": {
        "displayName": {
          "description": "Required. The display name of the placement. This attribute has a maximum length of 255 characters.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "Not specified value.",
            "Stats are collected, user-visible.",
            "No stats collected, not user-visible.",
            "No stats collected, user-visible."
          ],
          "description": "Output only. The status of the Placement.",
          "readOnly": true,
          "enum": [
            "PLACEMENT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ARCHIVED"
          ]
        },
        "placementCode": {
          "description": "Output only. A string used to uniquely identify the Placement for purposes of serving the ad. This attribute is assigned by Google.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Placement`. Format: `networks/{network_code}/placements/{placement_id}`"
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the Placement. This attribute has a maximum length of 65,535 characters."
        },
        "targetedAdUnits": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of AdUnits that constitute the Placement. Format: \"networks/{network_code}/adUnits/{ad_unit}\""
        },
        "updateTime": {
          "description": "Output only. The instant this Placement was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "placementId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: `Placement` ID.",
          "readOnly": true,
          "format": "int64"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse",
      "description": "Response object for `BatchUpdateApplications` method.",
      "properties": {
        "applications": {
          "description": "The `Application` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__GrpSettings": {
      "id": "GoogleAdsAdmanagerV1__GrpSettings",
      "description": "GrpSettings contains information for a line item that will have a target demographic when serving. This information will be used to set up tracking and enable reporting on the demographic information.",
      "properties": {
        "minTargetAge": {
          "type": "string",
          "description": "Optional. Specifies the minimum target age (in years) of the LineItem. This field is only applicable if provider is not null.",
          "format": "int64"
        },
        "maxTargetAge": {
          "description": "Optional. Specifies the maximum target age (in years) of the LineItem. This field is only applicable if provider is not null.",
          "format": "int64",
          "type": "string"
        },
        "inTargetRatioEstimateMilliPercent": {
          "description": "Optional. Estimate for the in-target ratio given the line item's audience targeting. This field is only applicable if provider is Nielsen, LineItem.primary_goal.unit_type is in-target impressions, and [LineItemCostType] is in-target CPM. This field determines the in-target ratio to use for pacing Nielsen line items before Nielsen reporting data is available. Represented as a milli percent, so 55.7% becomes 55700.",
          "format": "int64",
          "type": "string"
        },
        "targetGender": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the GRP target gender is both male and female.",
            "Indicates that the GRP target gender is Female.",
            "Indicates that the GRP target gender is Male."
          ],
          "description": "Optional. Specifies the target gender of the LineItem. This field is only applicable if provider is not null.",
          "enum": [
            "GRP_TARGET_GENDER_UNSPECIFIED",
            "BOTH",
            "FEMALE",
            "MALE"
          ]
        },
        "applyTrueCoview": {
          "description": "Optional. Specifies whether to apply true coviewing in Nielsen Line Item auto pacing. This field can only be true if nielsen_ctv_pacing_type is not NONE.",
          "type": "boolean"
        },
        "provider": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Google's GRP provider.",
            "Nielsen's GRP provider."
          ],
          "description": "Optional. Specifies the GRP provider of the LineItem.",
          "enum": [
            "GRP_PROVIDER_UNSPECIFIED",
            "GOOGLE",
            "NIELSEN"
          ]
        },
        "nielsenCtvPacingType": {
          "description": "Optional. Specifies which pacing computation to apply in pacing to impressions from connected devices.",
          "enum": [
            "NIELSEN_CTV_PACING_UNSPECIFIED",
            "COVIEW",
            "NONE",
            "STRICT_COVIEW"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that Nielsen impressions on connected devices are included, and we apply coviewing in pacing.",
            "The value returned if Nielsen measurement is disabled for connected devices.",
            "Indicates that Nielsen impressions on connected devices are included, and we apply strict coviewing in pacing."
          ]
        },
        "pacingDeviceCategorizationType": {
          "description": "Optional. Specifies whether to use Google or Nielsen device breakdown in Nielsen Line Item auto pacing.",
          "enum": [
            "PACING_DEVICE_CATEGORIZATION_UNSPECIFIED",
            "GOOGLE",
            "NIELSEN"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Use Google's device categorization in auto-pacing.",
            "Use Nielsen device categorization in auto-pacing"
          ],
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest",
      "description": "Request object for `BatchCreateTeams` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateTeamRequest"
          },
          "description": "Required. The `Team` objects to create. A maximum of 100 objects can be created in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesResponse",
      "description": "Response object for `BatchUpdateDaiEncodingProfiles` method.",
      "properties": {
        "daiEncodingProfiles": {
          "description": "The `DaiEncodingProfile` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateContactRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateContactRequest",
      "description": "Request object for `CreateContact` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `Contact` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "contact": {
          "$ref": "GoogleAdsAdmanagerV1__Contact",
          "description": "Required. The `Contact` to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Label": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Label",
      "description": "A Label is additional information that can be added to an entity.",
      "properties": {
        "types": {
          "description": "Required. Unordered list. The types of the Label.",
          "type": "array",
          "items": {
            "enum": [
              "LABEL_TYPE_UNSPECIFIED",
              "AD_EXCLUSION",
              "AD_UNIT_FREQUENCY_CAP",
              "CANONICAL_CATEGORY",
              "COMPETITIVE_EXCLUSION",
              "CREATIVE_WRAPPER"
            ],
            "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."
            ],
            "type": "string"
          }
        },
        "displayName": {
          "description": "Required. Display name of the Label. This attribute has a maximum length of 127 characters.",
          "type": "string"
        },
        "active": {
          "type": "boolean",
          "description": "Output only. Specifies whether or not the label is active.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `Label`. Format: `networks/{network_code}/labels/{label_id}`",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the label. This attribute has a maximum length of 255 characters."
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateEntitySignalsMappingRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateEntitySignalsMappingRequest",
      "description": "Request object for 'UpdateEntitySignalsMapping' method.",
      "properties": {
        "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}`",
          "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__InventoryTargeting": {
      "type": "object",
      "id": "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": {
        "excludedAdUnits": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitTargeting"
          },
          "type": "array",
          "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)."
        },
        "targetedAdUnits": {
          "description": "Optional. A list of ad units that should be targeted/included.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitTargeting"
          },
          "type": "array"
        },
        "targetedPlacements": {
          "description": "Optional. The resource names of the placements that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateDaiAuthenticationKeyRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateDaiAuthenticationKeyRequest",
      "description": "Request object for `CreateDaiAuthenticationKey` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `DaiAuthenticationKey` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "daiAuthenticationKey": {
          "description": "Required. The `DaiAuthenticationKey` to create.",
          "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdRulesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdRulesResponse",
      "description": "Response object for `BatchActivateAdRules` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest",
      "description": "Request object for `BatchCreateEntitySignalsMappings` method.",
      "properties": {
        "requests": {
          "description": "Required. The `EntitySignalsMapping` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListThirdPartyCompaniesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListThirdPartyCompaniesResponse",
      "description": "Response object for `ListThirdPartyCompaniesRequest` containing matching `ThirdPartyCompany` objects.",
      "properties": {
        "thirdPartyCompanies": {
          "description": "The `ThirdPartyCompany` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ThirdPartyCompany"
          }
        },
        "totalSize": {
          "description": "Total number of `ThirdPartyCompany` 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",
          "type": "integer"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse",
      "description": "Response object for `BatchUnarchiveApplications` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown",
      "description": "Criteria and time breakdown information of a reservation forecast.",
      "properties": {
        "timeBreakdown": {
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown",
          "description": "Output only. The time breakdown of this forecast.",
          "readOnly": true
        },
        "criteriaBreakdown": {
          "description": "Output only. The criteria breakdown of this forecast.",
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdown"
        },
        "twoDimensionalBreakdowns": {
          "description": "Output only. The two dimensional breakdown of this forecast.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_InternalForecastBreakdown"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__LiveStreamEvent": {
      "id": "GoogleAdsAdmanagerV1__LiveStreamEvent",
      "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Targeting": {
      "id": "GoogleAdsAdmanagerV1__Targeting",
      "description": "Targeting expression. ",
      "properties": {
        "mobileApplicationTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__MobileApplicationTargeting",
          "description": "Optional. Used to target mobile applications."
        },
        "technologyTargeting": {
          "description": "Optional. Used to target various technology targeting dimensions.",
          "$ref": "GoogleAdsAdmanagerV1__TechnologyTargeting"
        },
        "requestFormatTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__RequestFormatTargeting",
          "description": "Optional. Used to target inventory formats."
        },
        "contentTargeting": {
          "description": "Optional. Used to target content.",
          "$ref": "GoogleAdsAdmanagerV1__ContentTargeting"
        },
        "inventoryTargeting": {
          "description": "Optional. Used to target/exclude various ad units and/or placements.",
          "$ref": "GoogleAdsAdmanagerV1__InventoryTargeting"
        },
        "videoPositionTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__VideoPositionTargeting",
          "description": "Optional. Used to target video positions."
        },
        "geoTargeting": {
          "description": "Optional. Used to target/exclude various geo targets.",
          "$ref": "GoogleAdsAdmanagerV1__GeoTargeting"
        },
        "requestPlatformTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__RequestPlatformTargeting",
          "description": "Optional. Used to target specific request platforms."
        },
        "dataSegmentTargeting": {
          "description": "Optional. Used to target data segments.",
          "$ref": "GoogleAdsAdmanagerV1__DataSegmentTargeting"
        },
        "userDomainTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__UserDomainTargeting",
          "description": "Optional. Used to target user domains."
        },
        "customTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__CustomTargeting",
          "description": "Optional. Used to target key/values, audience segments, and/or CMS metadata."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportValue_StringList": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportValue_StringList",
      "description": "A list of string values.",
      "properties": {
        "values": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "The values"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ContentBundle": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ContentBundle",
      "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": {
        "updateTime": {
          "description": "Output only. The time the `ContentBundle` was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the ContentBundle. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`"
        },
        "displayName": {
          "description": "Required. The name of the ContentBundle. This attribute is required and has a maximum length of 255 characters.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The object is active and stats are collected.",
            "The object has been archived.",
            "The object is no longer active and no stats collected."
          ],
          "description": "Output only. The ContentBundleStatus of the ContentBundle. This attribute is read-only and defaults to ContentBundleStatus.INACTIVE.",
          "readOnly": true,
          "enum": [
            "CONTENT_BUNDLE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED",
            "INACTIVE"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateOrderRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateOrderRequest",
      "description": "Request object for `UpdateOrder` method.",
      "properties": {
        "order": {
          "description": "Required. The `Order` to update. The Order's name is used to identify the order to update. Format: `networks/{network_code}/orders/{order_id}`",
          "$ref": "GoogleAdsAdmanagerV1__Order"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AppliedLabel": {
      "id": "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": {
          "description": "Specifies whether or not to negate the effects of the label.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeliveryIndicator": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DeliveryIndicator",
      "description": "Indicates the delivery performance of the LineItem.",
      "properties": {
        "actualDeliveryPercentage": {
          "description": "Output only. The actual delivery percentage of the LineItem.",
          "readOnly": true,
          "format": "double",
          "type": "number"
        },
        "expectedDeliveryPercentage": {
          "type": "number",
          "description": "Output only. The expected delivery percentage of the LineItem.",
          "readOnly": true,
          "format": "double"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateOrdersRequest",
      "description": "Request object for `BatchCreateOrders` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateOrderRequest"
          },
          "type": "array",
          "description": "Required. The `Order` objects to create. A maximum of 100 objects can be created in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesRequest",
      "description": "Request object for `BatchArchiveDaiEncodingProfiles` method.",
      "properties": {
        "requests": {
          "description": "Required. The `DaiEncodingProfile` objects to archive. A maximum of 100 objects can be archived in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ArchiveDaiEncodingProfileRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__Report": {
      "id": "GoogleAdsAdmanagerV1__Report",
      "description": "The `Report` resource.",
      "properties": {
        "reportId": {
          "type": "string",
          "description": "Output only. Report ID.",
          "readOnly": true,
          "format": "int64"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the report. Report resource name have the form: `networks/{network_code}/reports/{report_id}`"
        },
        "createTime": {
          "description": "Output only. The instant this report was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "displayName": {
          "description": "Optional. Display name for the report.",
          "type": "string"
        },
        "visibility": {
          "description": "Optional. The visibility of a report.",
          "enum": [
            "HIDDEN",
            "VISIBLE"
          ],
          "enumDescriptions": [
            "Default value. Reports with hidden visibility won't appear in the Ad Manager UI.",
            "Reports with this visibility will appear in the Ad Manager UI."
          ],
          "type": "string"
        },
        "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.",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The instant this report was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "scheduleOptions": {
          "$ref": "GoogleAdsAdmanagerV1__ScheduleOptions",
          "description": "Optional. The schedule options of this report."
        },
        "reportDefinition": {
          "$ref": "GoogleAdsAdmanagerV1__ReportDefinition",
          "description": "Required. The report definition of the report."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsResponse",
      "description": "Response message for `BatchActivateCdnConfigs` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ListBrowsersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListBrowsersResponse",
      "description": "Response object for `ListBrowsersRequest` containing matching `Browser` 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 `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",
          "type": "integer"
        },
        "browsers": {
          "description": "The `Browser` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Browser"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsRequest",
      "description": "Request message to activate `CdnConfig` objects.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `CdnConfig` objects to activate. Format: `networks/{network_code}/cdnConfigs/{cdn_config_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportValue_IntList": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportValue_IntList",
      "description": "A list of integer values.",
      "properties": {
        "values": {
          "description": "The values",
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__Role": {
      "id": "GoogleAdsAdmanagerV1__Role",
      "description": "The `Role` resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Role`. Format: `networks/{network_code}/roles/{role_id}`"
        },
        "description": {
          "type": "string",
          "description": "Optional. The description of the `Role`."
        },
        "builtIn": {
          "type": "boolean",
          "description": "Output only. Whether the `Role` is a built-in or custom user role.",
          "readOnly": true
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the `Role`."
        },
        "status": {
          "enumDescriptions": [
            "No value specified.",
            "Role is active.",
            "Role is inactive."
          ],
          "type": "string",
          "description": "Output only. The status of the `Role`.",
          "readOnly": true,
          "enum": [
            "ROLE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ]
        },
        "roleId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: `Role` ID.",
          "readOnly": true,
          "format": "int64"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__AdManagerError": {
      "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": {
        "message": {
          "type": "string",
          "description": "A publisher appropriate explanation of this error."
        },
        "trigger": {
          "description": "The value that triggered this error.",
          "type": "string"
        },
        "fieldPath": {
          "type": "string",
          "description": "The field path that triggered this error."
        },
        "originalGrubbyError": {
          "description": "The original Grubby error (via ApiError.toString()) that was converted to an OP error.",
          "deprecated": true,
          "type": "string"
        },
        "growbirdPlaceholderValues": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Placeholder values for the error message.",
          "deprecated": true
        },
        "details": {
          "description": "A list of messages that carry any additional error details.",
          "items": {
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            },
            "type": "object"
          },
          "type": "array"
        },
        "domainFieldPath": {
          "type": "string",
          "description": "The field path in the domain entity 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",
          "format": "int32",
          "type": "integer"
        },
        "stackTrace": {
          "description": "The stack trace that accompanies this error.",
          "type": "string"
        },
        "errorCode": {
          "description": "The unique identifying string for this error.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateContentBundlesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateContentBundlesResponse",
      "description": "Response object for `BatchActivateContentBundles` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ListCustomFieldsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCustomFieldsResponse",
      "description": "Response object for `ListCustomFieldsRequest` containing matching `CustomField` objects.",
      "properties": {
        "customFields": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          },
          "type": "array",
          "description": "The `CustomField` 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": {
          "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",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__DataSegmentTargeting": {
      "id": "GoogleAdsAdmanagerV1__DataSegmentTargeting",
      "description": "Data Segment Targeting",
      "properties": {
        "hasDataSegmentTargeting": {
          "description": "Output only. Whether any data segments are currently targeted.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleType__Money": {
      "type": "object",
      "id": "GoogleType__Money",
      "description": "Represents an amount of money with its currency type.",
      "properties": {
        "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"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__RequestPlatformTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__RequestPlatformTargeting",
      "description": "Represents a list of targeted request platforms.",
      "properties": {
        "requestPlatforms": {
          "items": {
            "enum": [
              "REQUEST_PLATFORM_UNSPECIFIED",
              "BROWSER",
              "MOBILE_APP",
              "VIDEO_PLAYER"
            ],
            "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."
            ],
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The list of request platforms that should be targeted."
        }
      }
    },
    "GoogleType__TimeOfDay": {
      "type": "object",
      "id": "GoogleType__TimeOfDay",
      "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": {
        "seconds": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "nanos": {
          "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
          "format": "int32",
          "type": "integer"
        },
        "hours": {
          "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.",
          "format": "int32"
        },
        "minutes": {
          "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__TechnologyTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__TechnologyTargeting",
      "description": "Various types of technology targeting expressed by child messages are applied with logical AND.",
      "properties": {
        "deviceCapabilityTargeting": {
          "description": "Optional. Device capability targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting"
        },
        "deviceCategoryTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__DeviceCategoryTargeting",
          "description": "Optional. Device category targeting dimension."
        },
        "deviceManufacturerTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting",
          "description": "Optional. Device manufacturer targeting dimension."
        },
        "bandwidthTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__BandwidthTargeting",
          "description": "Optional. Bandwidth targeting dimension."
        },
        "mobileCarrierTargeting": {
          "description": "Optional. Mobile carrier targeting dimension.",
          "$ref": "GoogleAdsAdmanagerV1__MobileCarrierTargeting"
        },
        "browserTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__BrowserTargeting",
          "description": "Optional. Browser targeting dimension."
        },
        "browserLanguageTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__BrowserLanguageTargeting",
          "description": "Optional. Browser language targeting dimension."
        },
        "operatingSystemTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__OperatingSystemTargeting",
          "description": "Optional. Operating system targeting dimension."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesResponse",
      "description": "Response object for `BatchDeactivateAdRules` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateSlatesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateSlatesResponse",
      "description": "Response object for `BatchCreateSlates` method.",
      "properties": {
        "slates": {
          "description": "The `Slate` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Slate"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_UrlCreativeTemplateVariable": {
      "id": "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": {
        "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."
        },
        "urlType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Click tracking URL.",
            "Deep-link URL.",
            "Impression tracking URL.",
            "Standard HTTP URL."
          ],
          "type": "string",
          "description": "Optional. The type of URL that this variable represents. Different types of URLs may be handled differently at rendering time.",
          "enum": [
            "CREATIVE_TEMPLATE_VARIABLE_URL_TYPE_UNSPECIFIED",
            "CLICK_TRACKER",
            "DEEPLINK",
            "IMPRESSION_TRACKER",
            "STANDARD_HTTP"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse",
      "description": "Response object for `BatchUpdateCustomFields` method.",
      "properties": {
        "customFields": {
          "description": "The `CustomField` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse",
      "description": "Response object for `BatchDeactivateSites` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdRulesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdRulesResponse",
      "description": "Response object for `BatchUpdateAdRules` method.",
      "properties": {
        "adRules": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdRule"
          },
          "description": "The `AdRule` objects updated."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListContentBundlesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListContentBundlesResponse",
      "description": "Response object for `ListContentBundlesRequest` containing matching `ContentBundle` objects.",
      "properties": {
        "totalSize": {
          "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",
          "format": "int32"
        },
        "contentBundles": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ContentBundle"
          },
          "description": "The `ContentBundle` 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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__OperatingSystem": {
      "id": "GoogleAdsAdmanagerV1__OperatingSystem",
      "description": "Represents a device's operating system.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `OperatingSystem`. Format: `networks/{network_code}/operatingSystems/{operating_system_id}`"
        },
        "displayName": {
          "description": "Output only. The name of the operating system.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateAdRuleRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateAdRuleRequest",
      "description": "Request object for `UpdateAdRule` method.",
      "properties": {
        "adRule": {
          "description": "Required. The `AdRule` to update. The `AdRule`'s `name` is used to identify the `AdRule` to update.",
          "$ref": "GoogleAdsAdmanagerV1__AdRule"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CmsContent": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CmsContent",
      "description": "Contains information about the `Content` from the CMS it was ingested from.",
      "properties": {
        "cmsContentId": {
          "type": "string",
          "description": "The ID of the `Content` in the CMS. This ID will be a 3rd party ID, usually the ID of the content in a CMS (Content Management System)."
        },
        "contentSourceDisplayName": {
          "description": "Output only. The display name of the ContentSource this content was ingested from.",
          "readOnly": true,
          "type": "string"
        },
        "contentSource": {
          "type": "string",
          "description": "Output only. The resource name of the ContentSource this content was ingested from.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsRequest",
      "description": "Request object for `BatchUpdateCdnConfigs` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CdnConfig` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCdnConfigRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__FrequencyCap": {
      "id": "GoogleAdsAdmanagerV1__FrequencyCap",
      "description": "Represents a Frequency Cap that can be applied to an entity.",
      "properties": {
        "maxImpressions": {
          "type": "string",
          "description": "The maximum number of impressions for this frequency cap.",
          "format": "int64"
        },
        "timeAmount": {
          "description": "The number of time units over which the frequency cap is effective.",
          "format": "int64",
          "type": "string"
        },
        "timeUnit": {
          "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."
          ],
          "type": "string",
          "description": "The units of time of this frequency cap.",
          "enum": [
            "TIME_UNIT_UNSPECIFIED",
            "MINUTE",
            "HOUR",
            "DAY",
            "WEEK",
            "MONTH",
            "LIFETIME",
            "POD",
            "STREAM"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__GrpDemographicBucket": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__GrpDemographicBucket",
      "description": "A single GRP bucket comprised of the different demographic dimensions, gender and age.",
      "properties": {
        "gender": {
          "type": "string",
          "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."
          ],
          "description": "The gender of the GRP demographic bucket.",
          "enum": [
            "FORECASTING_GRP_GENDER_UNSPECIFIED",
            "GENDER_FEMALE",
            "GENDER_MALE",
            "GENDER_UNKNOWN"
          ]
        },
        "ageRange": {
          "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."
          ],
          "type": "string",
          "description": "The age range of the GRP demographic bucket.",
          "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"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry",
      "description": "Criteria breakdown entry. This is the key for CriteriaBreakdownSummaryValue.",
      "properties": {
        "excluded": {
          "type": "boolean",
          "description": "Output only. Whether or not this value was excluded within the category",
          "readOnly": true
        },
        "targetingDimension": {
          "description": "Output only. The targeting dimension this breakdown entry belongs to.",
          "readOnly": true,
          "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",
          "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."
          ]
        },
        "criteriaValue": {
          "description": "Output only. The name value for the criteria within this category.",
          "readOnly": true,
          "type": "string"
        },
        "criteriaId": {
          "description": "Output only. The AdsDB ID of this criteria, or null if not a standard AdsDB criteria.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateContactRequest": {
      "type": "object",
      "id": "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": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BrowserTargeting": {
      "id": "GoogleAdsAdmanagerV1__BrowserTargeting",
      "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": {
        "targetedBrowsers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of browser resource names that should be targeted/included."
        },
        "excludedBrowsers": {
          "description": "Optional. A list of browser resource names that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__PrivateAuction": {
      "id": "GoogleAdsAdmanagerV1__PrivateAuction",
      "description": "The `PrivateAuction` resource.",
      "properties": {
        "sellerContactUsers": {
          "description": "Optional. The resource names of the seller contact users associated with this `PrivateAuction`. Format: `networks/{network_code}/users/{user_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "displayName": {
          "type": "string",
          "description": "Required. Display name of the `PrivateAuction`. This attribute has a maximum length of 255 bytes."
        },
        "archived": {
          "type": "boolean",
          "description": "Output only. Whether the `PrivateAuction` is archived.",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. The instant at which the PrivateAuction was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. The instant at which the PrivateAuction was last updated.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the `PrivateAuction`. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. Description of the `PrivateAuction`. This attribute has a maximum length of 4096 bytes."
        },
        "privateAuctionId": {
          "description": "Output only. Deprecated: `PrivateAuction` ID.",
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "deprecated": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateTeamRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateTeamRequest",
      "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": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest",
      "description": "Request object for `BatchDeactivateCmsMetadataValues` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `CmsMetadataValue`s to deactivate. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Sort": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Sort",
      "description": "Represents a sorting in a report.",
      "properties": {
        "descending": {
          "description": "Optional. The sort order. If true the sort will be descending.",
          "type": "boolean"
        },
        "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"
        },
        "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."
          ],
          "type": "string",
          "description": "Optional. Use to specify which metric value type to sort on. Defaults to PRIMARY.",
          "enum": [
            "PRIMARY",
            "PRIMARY_PERCENT_OF_TOTAL",
            "COMPARISON",
            "COMPARISON_PERCENT_OF_TOTAL",
            "ABSOLUTE_CHANGE",
            "RELATIVE_CHANGE"
          ]
        },
        "timePeriodIndex": {
          "description": "Optional. When using time period columns, use this to sort on a specific column.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest",
      "description": "Request message for `BatchDeactivateTeams` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `Team`s to deactivate. Format: `networks/{network_code}/teams/{team_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListMobileCarriersResponse": {
      "id": "GoogleAdsAdmanagerV1__ListMobileCarriersResponse",
      "description": "Response object for `ListMobileCarriersRequest` containing matching `MobileCarrier` objects.",
      "properties": {
        "mobileCarriers": {
          "description": "The `MobileCarrier` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileCarrier"
          },
          "type": "array"
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesResponse",
      "description": "Response object for `BatchSubmitOrdersForApprovalWithoutReservationChanges` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ProgrammaticBuyer": {
      "id": "GoogleAdsAdmanagerV1__ProgrammaticBuyer",
      "description": "Represents a programmatic buyer.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `ProgrammaticBuyer`. Format: `networks/{network_code}/programmaticBuyers/{buyer_account_id}`",
          "type": "string"
        },
        "buyerAccountId": {
          "type": "string",
          "description": "Output only. The buyer account ID of the buyer.",
          "readOnly": true,
          "format": "int64"
        },
        "parentAccountId": {
          "type": "string",
          "description": "Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1.",
          "readOnly": true,
          "format": "int64"
        },
        "preferredDealsEnabled": {
          "description": "Output only. Whether the buyer is enabled for preferred deals.",
          "readOnly": true,
          "type": "boolean"
        },
        "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
        },
        "displayName": {
          "description": "Output only. The display name of the buyer.",
          "readOnly": true,
          "type": "string"
        },
        "agency": {
          "description": "Output only. Whether the buyer is an advertising agency.",
          "readOnly": true,
          "type": "boolean"
        },
        "programmaticGuaranteedEnabled": {
          "description": "Output only. Whether the buyer is enabled for programmatic guaranteed deals.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomFieldOption": {
      "id": "GoogleAdsAdmanagerV1__CustomFieldOption",
      "description": "An option for a drop-down `CustomField`.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the `CustomFieldOption`. This value has a maximum length of 127 characters."
        },
        "customFieldOptionId": {
          "description": "Optional. Non-empty default. `CustomFieldOption` ID.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse",
      "description": "Response object for `BatchCreateApplications` method.",
      "properties": {
        "applications": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          },
          "description": "The `Application` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchApproveOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchApproveOrdersResponse",
      "description": "Response object for `BatchApproveOrders` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleLongrunning__Operation": {
      "type": "object",
      "id": "GoogleLongrunning__Operation",
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "properties": {
        "response": {
          "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`.",
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          }
        },
        "name": {
          "type": "string",
          "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}`."
        },
        "metadata": {
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          },
          "type": "object",
          "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."
        },
        "done": {
          "type": "boolean",
          "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."
        },
        "error": {
          "$ref": "GoogleRpc__Status",
          "description": "The error result of the operation in case of failure or cancellation."
        }
      }
    },
    "GoogleType__Date": {
      "type": "object",
      "id": "GoogleType__Date",
      "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": {
        "day": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "year": {
          "type": "integer",
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "format": "int32"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsRequest",
      "description": "Request object for `BatchCreateTargetingPresets` method.",
      "properties": {
        "requests": {
          "description": "Required. The `TargetingPreset` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateTargetingPresetRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateEntitySignalsMappingRequest",
      "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__BatchUpdateEntitySignalsMappingsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsRequest",
      "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"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData": {
      "id": "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData",
      "description": "Contains buyer data. This data is required by the Marketplace API.",
      "properties": {
        "buyerEmails": {
          "description": "Optional. The email contacts of the buyer of the `PrivateAuctionDeal`.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__RichMediaAdsCompany": {
      "id": "GoogleAdsAdmanagerV1__RichMediaAdsCompany",
      "description": "Represents a Rich Media Ads Company, typically used for vendor compliance.",
      "properties": {
        "companyGvlId": {
          "type": "string",
          "description": "Output only. The GVL ID of the Rich Media Ads Company.",
          "readOnly": true,
          "format": "int64"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The name of the Rich Media Ads Company.",
          "readOnly": true
        },
        "gdprStatus": {
          "description": "Output only. The GDPR status of the Rich Media Ads Company.",
          "readOnly": true,
          "enum": [
            "RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED",
            "COMPLIANCE_UNKNOWN",
            "COMPLIANT",
            "COMPLIANT_AND_DEFAULT",
            "COMPLIANT_LIGHTWEIGHT_VERIFIED",
            "NOT_COMPLIANT"
          ],
          "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."
          ],
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the `RichMediaAdsCompany`. Format: `networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}`",
          "type": "string"
        },
        "policyUrl": {
          "type": "string",
          "description": "Output only. The policy URL of the Rich Media Ads Company.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse",
      "description": "Response object for `ListOperatingSystemsRequest` containing matching `OperatingSystem` objects.",
      "properties": {
        "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",
          "format": "int32",
          "type": "integer"
        },
        "operatingSystems": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__OperatingSystem"
          },
          "type": "array",
          "description": "The `OperatingSystem` 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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__SuggestedAdUnit": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__SuggestedAdUnit",
      "description": "A read-only suggestion for a new ad unit based on an ad tag that has served 10+ times in the past week for an undefined ad unit.",
      "properties": {
        "weeklyRequestCount": {
          "type": "string",
          "description": "Output only. Number of times the ad tag has been served in the past week.",
          "readOnly": true,
          "format": "int64"
        },
        "newCodePath": {
          "description": "Output only. Path of suggested ad unit codes from the closest existing ancestor ad unit that will all be created as ad units when the suggestion is approved. Example: If a -\u003e b -\u003e c are existing ad units with parent-child relationships, and the suggested ad unit x is a child of c, the `new_code_path` is (x). If x is the grandchild of c, the `new_code_path` is (y, x) where y is an ad unit that would be created as the parent ad unit of x (and the child of c) if the suggestion is approved.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "targetWindow": {
          "description": "Output only. Target window of the underlying ad tag which will be used in the ad unit if the suggestion is approved.",
          "readOnly": true,
          "enum": [
            "TARGET_WINDOW_UNSPECIFIED",
            "TOP",
            "BLANK"
          ],
          "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."
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Resource name of the `SuggestedAdUnit`. Format: `networks/{network_code}/suggestedAdUnits/{suggested_ad_unit_id}`"
        },
        "existingCodePath": {
          "description": "Output only. Code path of ad units leading up to and including the parent of the first suggested ad unit. Combined with the `new_code_path` field, this represents the full path for the suggested ad unit if approved. Example: If a -\u003e b -\u003e c are existing ad units with parent-child relationships, and the suggested ad unit x is a child of c, the `existing_code_path` is (a, b, c). If x is the grandchild of c, the `existing_code_path` is also (a, b, c).",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitParent"
          }
        },
        "targetPlatform": {
          "description": "Output only. Target platform for the browser that clicked the underlying ad tag.",
          "readOnly": true,
          "enum": [
            "TARGET_PLATFORM_UNSPECIFIED",
            "ANY",
            "MOBILE",
            "WEB"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "A universal target platform that combines mobile and desktop features.",
            "Mobile devices.",
            "The desktop web."
          ],
          "type": "string"
        },
        "adUnitSizes": {
          "description": "Output only. Sizes associated with this suggested ad unit.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitSize"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse",
      "description": "Response object for `BatchDeactivatePlacements` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersRequest",
      "description": "Request message for `BatchApproveAndOverbookOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to approve and overbook. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "skipInventoryCheck": {
          "description": "Optional. Indicates whether the inventory check should be skipped when performing this action.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest",
      "description": "Request object for `BatchUpdateSites` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Site` objects to update. A maximum of 100 objects can be updated in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateSiteRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_StringCreativeTemplateVariable": {
      "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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse",
      "description": "Response object for `BatchArchivePlacements` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleRpc__Status": {
      "id": "GoogleRpc__Status",
      "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": {
          "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.",
          "type": "string"
        },
        "details": {
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          },
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use."
        },
        "code": {
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesRequest",
      "description": "Request message for `BatchDeactivateContentBundles` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `ContentBundle`s to deactivate. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest",
      "description": "Request object for `BatchUpdateCustomTargetingKeys` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CustomTargetingKey` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsResponse",
      "description": "Response object for `BatchPauseAdsLiveStreams` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule": {
      "id": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule",
      "description": "Days of week to schedule report run.",
      "properties": {
        "weeklyScheduledDays": {
          "description": "Specifies days of the week on which to run report.",
          "items": {
            "type": "string",
            "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": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__VideoPositionTargeting": {
      "id": "GoogleAdsAdmanagerV1__VideoPositionTargeting",
      "description": "Video Position Targeting",
      "properties": {
        "videoPositions": {
          "description": "Optional. A list of video position targeting criterion (applied with a logical AND).",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__VideoPosition"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateContactsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateContactsRequest",
      "description": "Request object for `BatchCreateContacts` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Contact` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateContactRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest",
      "description": "Request object for `BatchActivateAdUnits` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `AdUnit`s to activate. Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateDaiEncodingProfileRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateDaiEncodingProfileRequest",
      "description": "Request object for `UpdateDaiEncodingProfile` method.",
      "properties": {
        "daiEncodingProfile": {
          "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile",
          "description": "Required. The `DaiEncodingProfile` to update. The `DaiEncodingProfile`'s `name` is used to identify the `DaiEncodingProfile` to update."
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSlatesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSlatesRequest",
      "description": "Request object for `BatchUpdateSlates` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateSlateRequest"
          },
          "description": "Required. The `Slate` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsRequest",
      "description": "Request object for `BatchActivateLiveStreams` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `LiveStream`s to activate. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateCustomTargetingKeyRequest",
      "description": "Request object for `UpdateCustomTargetingKey` method.",
      "properties": {
        "customTargetingKey": {
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey",
          "description": "Required. The `CustomTargetingKey` to update. The `CustomTargetingKey`'s `name` is used to identify the `CustomTargetingKey` to update."
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1__RunReportMetadata": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__RunReportMetadata",
      "description": "`RunReport` operation metadata.",
      "properties": {
        "percentComplete": {
          "type": "integer",
          "description": "An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.",
          "format": "int32"
        },
        "report": {
          "type": "string",
          "description": "The result's parent report."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCdnConfigsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCdnConfigsResponse",
      "description": "Response object for `ListCdnConfigsRequest` containing matching `CdnConfig` objects.",
      "properties": {
        "cdnConfigs": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
          },
          "description": "The `CdnConfig` 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": {
          "description": "Total number of `CdnConfig` 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",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysRequest",
      "description": "Request object for `BatchUpdateDaiAuthenticationKeys` method.",
      "properties": {
        "requests": {
          "description": "Required. The `DaiAuthenticationKey` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateDaiAuthenticationKeyRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListAdRulesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListAdRulesResponse",
      "description": "Response object for `ListAdRulesRequest` containing matching `AdRule` objects.",
      "properties": {
        "totalSize": {
          "description": "Total number of `AdRule` 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",
          "type": "integer"
        },
        "adRules": {
          "description": "The `AdRule` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdRule"
          },
          "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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysResponse",
      "description": "Response object for `BatchActivateDaiAuthenticationKeys` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse",
      "description": "Response object for `ListEntitySignalsMappingsRequest` containing matching `EntitySignalsMapping` resources.",
      "properties": {
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "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"
        },
        "entitySignalsMappings": {
          "description": "The `EntitySignalsMapping` from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest",
      "description": "Request message for `BatchSubmitSitesForApproval` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `Site` objects to submit for approval.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdSpotsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdSpotsResponse",
      "description": "Response object for `BatchCreateAdSpots` method.",
      "properties": {
        "adSpots": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdSpot"
          },
          "description": "The `AdSpot` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable": {
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_ListStringCreativeTemplateVariable",
      "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": {
        "choices": {
          "description": "Optional. The selectable values that the user can choose from.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice"
          }
        },
        "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."
        },
        "defaultValue": {
          "type": "string",
          "description": "Optional. Default value to be filled in when creating creatives from the creative template."
        },
        "sampleValue": {
          "description": "Optional. Sample value that is used when previewing the template in the UI.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsRequest",
      "description": "Request object for `BatchPauseAdsLiveStreams` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `LiveStream`s to pause ads on. Format: `networks/{network_code}/liveStreams/{live_stream_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__LiveStreamConditioning": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__LiveStreamConditioning",
      "description": "Settings to specify all types of conditioning to apply to the associated LiveStream.",
      "properties": {
        "dashBridge": {
          "$ref": "GoogleAdsAdmanagerV1__DashBridge",
          "description": "Optional. Specifies DASH Bridge single-period to multi-period MPD conditioning."
        }
      }
    },
    "GoogleAdsAdmanagerV1__PrerollSettings": {
      "id": "GoogleAdsAdmanagerV1__PrerollSettings",
      "description": "Settings for ad breaks on a livestream that are specific to preroll.",
      "properties": {
        "maxAdPodDuration": {
          "type": "string",
          "description": "Required. The maximum duration for an ad break.",
          "format": "google-duration"
        },
        "adTag": {
          "description": "Required. The Ad Manager ad tag URL generated by the Ad Manager trafficking workflow that is associated with this live stream.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Company": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Company",
      "description": "The Company resource.",
      "properties": {
        "primaryContact": {
          "type": "string",
          "description": "Optional. The resource names of primary Contact of the Company. Format: \"networks/{network_code}/contacts/{contact_id}\""
        },
        "updateTime": {
          "description": "Output only. The time the Company was last modified.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the Company. Format: `networks/{network_code}/companies/{company_id}`",
          "type": "string"
        },
        "phone": {
          "description": "Optional. The phone number for the Company. This value has a maximum length of 63 characters.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the Company. This value has a maximum length of 127 characters."
        },
        "appliedLabels": {
          "description": "Optional. The labels that are directly applied to the Company.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "type": "array"
        },
        "thirdPartyCompanyId": {
          "type": "string",
          "description": "Optional. The ID of the Google-recognized canonicalized form of the Company.",
          "format": "int64"
        },
        "address": {
          "type": "string",
          "description": "Optional. The address for the Company. This value has a maximum length of 1024 characters."
        },
        "email": {
          "type": "string",
          "description": "Optional. The email for the Company. This value has a maximum length of 128 characters."
        },
        "appliedTeams": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The resource names of Teams that are directly associated with the Company. Format: \"networks/{network_code}/teams/{team_id}\""
        },
        "companyId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: Company ID.",
          "readOnly": true,
          "format": "int64"
        },
        "comment": {
          "type": "string",
          "description": "Optional. Comments about the Company. This value has a maximum length of 1024 characters."
        },
        "type": {
          "description": "Required. The type of the Company.",
          "enum": [
            "COMPANY_TYPE_UNSPECIFIED",
            "ADVERTISER",
            "HOUSE_ADVERTISER",
            "AGENCY",
            "HOUSE_AGENCY",
            "AD_NETWORK"
          ],
          "type": "string",
          "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."
          ]
        },
        "fax": {
          "description": "Optional. The fax number for the Company. This value has a maximum length of 63 characters.",
          "type": "string"
        },
        "externalId": {
          "type": "string",
          "description": "Optional. The external ID for the Company. This value has a maximum length of 255 characters."
        },
        "creditStatus": {
          "type": "string",
          "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."
          ],
          "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.",
          "enum": [
            "COMPANY_CREDIT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE",
            "ON_HOLD",
            "STOP",
            "BLOCKED"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListReportsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListReportsResponse",
      "description": "Response object for `ListReportsResponse` containing matching `Report` objects.",
      "properties": {
        "totalSize": {
          "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",
          "format": "int32"
        },
        "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."
        },
        "reports": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Report"
          },
          "description": "The `Report` objects from the specified network."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse",
      "description": "Response object for `ListBrowserLanguagesRequest` containing matching `BrowserLanguage` objects.",
      "properties": {
        "browserLanguages": {
          "description": "The `BrowserLanguage` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__BrowserLanguage"
          }
        },
        "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 `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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateCustomFieldRequest": {
      "type": "object",
      "id": "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": {
          "$ref": "GoogleAdsAdmanagerV1__CustomField",
          "description": "Required. The `CustomField` to create."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListAdBreaksResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListAdBreaksResponse",
      "description": "Response object for `ListAdBreaksRequest` containing matching `AdBreak` objects.",
      "properties": {
        "adBreaks": {
          "description": "The `AdBreak` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdBreak"
          }
        },
        "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"
        },
        "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. This field expires after five minutes.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateLabelRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateLabelRequest",
      "description": "Request object for `UpdateLabel` method.",
      "properties": {
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        },
        "label": {
          "description": "Required. The `Label` to update. The `Label`'s `name` is used to identify the `Label` to update.",
          "$ref": "GoogleAdsAdmanagerV1__Label"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest",
      "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.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdatePlacementRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateSlateRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateSlateRequest",
      "description": "Request object for `UpdateSlate` method.",
      "properties": {
        "slate": {
          "$ref": "GoogleAdsAdmanagerV1__Slate",
          "description": "Required. The `Slate` to update. The `Slate`'s `name` is used to identify the `Slate` to update."
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersRequest",
      "description": "Request message for `BatchUnarchiveOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to extract. Format: `networks/{network_code}/orders/{order_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse",
      "description": "Response object for `BatchUpdateSites` method.",
      "properties": {
        "sites": {
          "description": "The `Site` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateOrderRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateOrderRequest",
      "description": "Request object for `CreateOrder` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this Order will be created. Format: `networks/{network_code}`"
        },
        "order": {
          "description": "Required. The `Order` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Order"
        }
      }
    },
    "GoogleAdsAdmanagerV1__PrefetchSettings": {
      "id": "GoogleAdsAdmanagerV1__PrefetchSettings",
      "description": "The information needed to prefetch ad requests for an ad break.",
      "properties": {
        "stageOneAdRequestDuration": {
          "type": "string",
          "description": "Optional. The duration of the part of the break to be prefetched.",
          "format": "google-duration"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsRequest",
      "description": "Request object for `BatchUpdateLiveStreams` method.",
      "properties": {
        "requests": {
          "description": "Required. The `LiveStream` objects to update. A maximum of 100 objects can be updated in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateLiveStreamRequest"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListLineItemsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListLineItemsResponse",
      "description": "Response object for `ListLineItemsRequest` containing matching `LineItem` 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 `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",
          "format": "int32",
          "type": "integer"
        },
        "lineItems": {
          "description": "The `LineItem` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LineItem"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesResponse",
      "description": "Response message for `BatchUnarchiveSlates` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest",
      "description": "Request object for `BatchArchiveApplications` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The `Application` objects to archive."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsRequest",
      "description": "Request object for `BatchRefreshMasterPlaylists` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `LiveStream`s to refresh master playlists on. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__NonGuaranteedDealPriority": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__NonGuaranteedDealPriority",
      "description": "Represents the priority settings to apply to non-guaranteed deals, independently of their types.",
      "properties": {
        "priorityTier": {
          "type": "string",
          "enumDescriptions": [
            "No value specified.",
            "Tier 1",
            "Tier 2",
            "Tier 3",
            "Tier 4",
            "Tier 5",
            "Tier 6",
            "Tier 7",
            "Tier 8",
            "Tier 9",
            "Open Auction optimized tier"
          ],
          "description": "Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.",
          "enum": [
            "DEAL_PRIORITY_TIER_UNSPECIFIED",
            "TIER1",
            "TIER2",
            "TIER3",
            "TIER4",
            "TIER5",
            "TIER6",
            "TIER7",
            "TIER8",
            "TIER9",
            "OPTIMIZED"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest",
      "description": "Request message for `BatchActivateCustomFields` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `CustomField` objects to activate. Format: `networks/{network_code}/customFields/{custom_field_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdRulesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdRulesRequest",
      "description": "Request object for `BatchUpdateAdRules` method.",
      "properties": {
        "requests": {
          "description": "Required. The `AdRule` objects to update. A maximum of 100 objects can be updated in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateAdRuleRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateSiteRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateSiteRequest",
      "description": "Request object for `CreateSite` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Site` will be created. Format: `networks/{network_code}`"
        },
        "site": {
          "$ref": "GoogleAdsAdmanagerV1__Site",
          "description": "Required. The `Site` to create."
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting": {
      "id": "GoogleAdsAdmanagerV1__DeviceCapabilityTargeting",
      "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": {
        "excludedCapabilities": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of device capability resource names that should be excluded."
        },
        "targetedCapabilities": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of device capability resource names that should be targeted/included."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse",
      "description": "Response object for `BatchDeactivateCustomTargetingKeys` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__CreateCdnConfigRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateCdnConfigRequest",
      "description": "Request object for `CreateCdnConfig` method.",
      "properties": {
        "cdnConfig": {
          "description": "Required. The `CdnConfig` to create.",
          "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
        },
        "parent": {
          "description": "Required. The parent resource where this `CdnConfig` will be created. Format: `networks/{network_code}`",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesResponse",
      "description": "Response object for `BatchUpdateCustomTargetingValues` method.",
      "properties": {
        "customTargetingValues": {
          "description": "The `CustomTargetingValue` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MasterPlaylistSettings": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__MasterPlaylistSettings",
      "description": "Settings for the HLS (HTTP Live Streaming) master playlist.",
      "properties": {
        "refreshType": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The master playlist will automatically be refreshed.",
            "The master playlist will only be refreshed when requested."
          ],
          "type": "string",
          "description": "Optional. Indicates how the master playlist gets refreshed. Defaults to AUTOMATIC. This field can only be modified when the live stream is in a PAUSED state.",
          "enum": [
            "HLS_MASTER_PLAYLIST_REFRESH_TYPE_UNSPECIFIED",
            "AUTOMATIC",
            "MANUAL"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__Order": {
      "id": "GoogleAdsAdmanagerV1__Order",
      "description": "The `Order` resource.",
      "properties": {
        "totalClicksDelivered": {
          "description": "Output only. Total clicks delivered for all Line items of this `Order`. This value is calculated from the associated `LineItem` values.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "orderId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: Order ID.",
          "readOnly": true,
          "format": "int64"
        },
        "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
        },
        "endTime": {
          "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`.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "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"
        },
        "programmatic": {
          "type": "boolean",
          "description": "Optional. Specifies whether or not the Order is a programmatic order."
        },
        "impressionsDelivered": {
          "type": "string",
          "description": "Output only. The total number of impressions delivered for Line items in this order.",
          "readOnly": true,
          "format": "int64"
        },
        "status": {
          "type": "string",
          "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."
          ],
          "description": "Output only. The status of the Order.",
          "readOnly": true,
          "enum": [
            "ORDER_STATUS_UNSPECIFIED",
            "DRAFT",
            "PENDING_APPROVAL",
            "APPROVED",
            "DISAPPROVED",
            "PAUSED",
            "CANCELED",
            "DELETED"
          ]
        },
        "poNumber": {
          "type": "string",
          "description": "Optional. The purchase order number for the Order. This value has a maximum length of 63 characters."
        },
        "creator": {
          "type": "string",
          "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}\"",
          "readOnly": true
        },
        "agencyContacts": {
          "description": "Optional. The resource names of Contacts from the advertising Agency of this Order. Format: \"networks/{network_code}/contacts/{contact_id}\"",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "lastModifiedByApp": {
          "type": "string",
          "description": "Output only. The application which modified this order.",
          "readOnly": true
        },
        "unlimitedEndTime": {
          "description": "Output only. Indicates whether or not this Order has an end time.",
          "readOnly": true,
          "type": "boolean"
        },
        "startTime": {
          "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`.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the Order. This value has a maximum length of 255 characters."
        },
        "secondarySalespeople": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: \"networks/{network_code}/users/{user_id}\""
        },
        "notes": {
          "description": "Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.",
          "type": "string"
        },
        "appliedTeams": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The resource names of Teams directly applied to this Order. Format: \"networks/{network_code}/teams/{team_id}\""
        },
        "advertiser": {
          "type": "string",
          "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}\""
        },
        "effectiveAppliedLabels": {
          "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.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "type": "array"
        },
        "trafficker": {
          "type": "string",
          "description": "Required. The resource name of the User responsible for trafficking the Order. Format: \"networks/{network_code}/users/{user_id}\""
        },
        "customFieldValues": {
          "description": "Optional. The set of custom field values to this order.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldValue"
          }
        },
        "secondaryTraffickers": {
          "description": "Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: \"networks/{network_code}/users/{user_id}\"",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "advertiserContacts": {
          "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"
          },
          "type": "array"
        },
        "archived": {
          "description": "Output only. The archival status of the Order.",
          "readOnly": true,
          "type": "boolean"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The instant this Order was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "salesperson": {
          "description": "Optional. The resource name of the User responsible for the sales of the Order. Format: \"networks/{network_code}/users/{user_id}\"",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Order`. Format: `networks/{network_code}/orders/{order_id}`"
        },
        "totalViewableImpressionsDelivered": {
          "description": "Output only. Total viewable impressions delivered for all Line items of this `Order`. This value is calculated from the associated `LineItem` values.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "effectiveTeams": {
          "description": "Output only. The resource names of Teams applied to this Order including inherited values. Format: \"networks/{network_code}/teams/{team_id}\"",
          "readOnly": true,
          "type": "array",
          "items": {
            "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"
        },
        "appliedLabels": {
          "description": "Optional. The set of labels applied directly to this order.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateSlateRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateSlateRequest",
      "description": "Request object for `CreateSlate` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Slate` will be created. Format: `networks/{network_code}`"
        },
        "slate": {
          "description": "Required. The `Slate` to create.",
          "$ref": "GoogleAdsAdmanagerV1__Slate"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse",
      "description": "Response object for `BatchUpdateContacts` method.",
      "properties": {
        "contacts": {
          "description": "The `Contact` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargeting": {
      "id": "GoogleAdsAdmanagerV1__CustomTargeting",
      "description": "Represents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.",
      "properties": {
        "customTargetingClauses": {
          "description": "Optional. These clauses are all ORed together.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingClause"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse",
      "description": "Response object for `ListDeviceCategoriesRequest` containing matching `DeviceCategory` 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 `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",
          "format": "int32"
        },
        "deviceCategories": {
          "description": "The `DeviceCategory` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceCategory"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule": {
      "id": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule",
      "description": "Days of Month to schedule report run.",
      "properties": {
        "monthlyScheduledDays": {
          "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.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsResponse",
      "description": "Response object for `BatchUpdateTargetingPresets` method.",
      "properties": {
        "targetingPresets": {
          "description": "The `TargetingPreset` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsResponse",
      "description": "Response object for `BatchPauseLiveStreams` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Flag": {
      "id": "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",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
          },
          "description": "Required. Filters to apply for the flag."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry",
      "description": "A single GRP demographic breakdown entry.",
      "properties": {
        "bucket": {
          "description": "The GRP demographic bucket this breakdown entry belongs to.",
          "$ref": "GoogleAdsAdmanagerMain__GrpDemographicBucket"
        },
        "forecast": {
          "description": "The GRP forecast for this bucket.",
          "$ref": "GoogleAdsAdmanagerMain__GrpForecast"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse",
      "description": "Response object for `BatchDeactivateAdUnits` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateOrdersRequest",
      "description": "Request object for `BatchUpdateOrders` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Order` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateOrderRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportValue_DoubleList": {
      "id": "GoogleAdsAdmanagerV1_ReportValue_DoubleList",
      "description": "A list of double values.",
      "properties": {
        "values": {
          "description": "The values",
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitParent": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdUnitParent",
      "description": "The summary of a parent AdUnit.",
      "properties": {
        "parentAdUnit": {
          "type": "string",
          "description": "Output only. The parent of the current AdUnit Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
          "readOnly": true
        },
        "adUnitCode": {
          "description": "Output only. A string used to uniquely identify the ad unit for the purposes of serving the ad.",
          "readOnly": true,
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the parent AdUnit.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysResponse",
      "description": "Response object for `BatchDeactivateDaiAuthenticationKeys` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__EntitySignalsMapping": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__EntitySignalsMapping",
      "description": "The `EntitySignalsMapping` resource.",
      "properties": {
        "audienceSegmentId": {
          "description": "ID of an AudienceSegment that this mapping belongs to.",
          "format": "int64",
          "type": "string"
        },
        "entitySignalsMappingId": {
          "description": "Output only. Deprecated: `EntitySignalsMapping` ID.",
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "deprecated": true
        },
        "customTargetingValueId": {
          "description": "ID of a CustomValue that this mapping belongs to.",
          "format": "int64",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `EntitySignalsMapping`. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`"
        },
        "contentBundleId": {
          "description": "ID of a ContentBundle that this mapping belongs to.",
          "format": "int64",
          "type": "string"
        },
        "taxonomyCategoryIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "Optional. The IDs of the categories that are associated with the referencing entity."
        }
      }
    },
    "GoogleAdsAdmanagerV1_CustomFieldValue_Value": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_CustomFieldValue_Value",
      "description": "Represent custom field value type.",
      "properties": {
        "dropdownValue": {
          "description": "The custom_field_option_id, if the CustomFieldDataType is DROPDOWN.",
          "format": "int64",
          "type": "string"
        },
        "numberValue": {
          "type": "number",
          "description": "The value, if the CustomFieldDataType is NUMBER.",
          "format": "double"
        },
        "toggleValue": {
          "description": "The value, if the CustomFieldDataType is TOGGLE.",
          "type": "boolean"
        },
        "stringValue": {
          "description": "The value, if the CustomFieldDataType is STRING.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest",
      "description": "Request message for `BatchDeactivatePlacements` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The names of the `Placement` objects to deactivate. Format: `networks/{network_code}/placements/{placement_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse",
      "description": "Response object for `BatchCreatePlacements` method.",
      "properties": {
        "placements": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          },
          "description": "The `Placement` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesResponse",
      "description": "Response object for `BatchActivateDaiEncodingProfiles` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse",
      "description": "Response object for `ListAudienceSegmentsRequest` containing matching `AudienceSegment` objects.",
      "properties": {
        "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"
        },
        "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"
        },
        "audienceSegments": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AudienceSegment"
          },
          "type": "array",
          "description": "The `AudienceSegment` objects from the specified network."
        }
      }
    },
    "GoogleAdsAdmanagerV1__TaxonomyCategory": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__TaxonomyCategory",
      "description": "The `TaxonomyCategory` resource.",
      "properties": {
        "taxonomyCategoryId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: `TaxonomyCategory` ID.",
          "readOnly": true,
          "format": "int64"
        },
        "groupingOnly": {
          "description": "Output only. Whether this `TaxonomyCategory` only serves to group its children.",
          "readOnly": true,
          "type": "boolean"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `TaxonomyCategory`. Format: `networks/{network_code}/taxonomyCategories/{taxonomy_category_id}`"
        },
        "parentTaxonomyCategoryId": {
          "type": "string",
          "description": "Output only. The ID of the parent category this `TaxonomyCategory` descends from.",
          "readOnly": true,
          "format": "int64"
        },
        "ancestorNames": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Output only. The list of names of the ancestors of this `TaxonomyCategory`.",
          "readOnly": true
        },
        "taxonomyType": {
          "type": "string",
          "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."
          ],
          "description": "Output only. The taxonomy that this `TaxonomyCategory` belongs to.",
          "readOnly": true,
          "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"
          ]
        },
        "displayName": {
          "description": "Output only. Display name of the `TaxonomyCategory`.",
          "readOnly": true,
          "type": "string"
        },
        "ancestorTaxonomyCategoryIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Output only. The list of IDs of the ancestors of this `TaxonomyCategory`.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCompaniesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCompaniesResponse",
      "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."
        },
        "companies": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Company"
          },
          "description": "The `Company` objects from the specified network."
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchRetractOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchRetractOrdersRequest",
      "description": "Request message for `BatchRetractOrders` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the orders to retract. Format: `networks/{network_code}/orders/{order_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__OperatingSystemVersion": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__OperatingSystemVersion",
      "description": "Represents a specific version of an operating system.",
      "properties": {
        "minorVersion": {
          "description": "Output only. The minor version of the operating system.",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        },
        "name": {
          "description": "Identifier. The resource name of the `OperatingSystemVersion`. Format: `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`",
          "type": "string"
        },
        "majorVersion": {
          "description": "Output only. The major version of the operating system.",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        },
        "microVersion": {
          "type": "integer",
          "description": "Output only. The micro version of the operating system.",
          "readOnly": true,
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Slice": {
      "id": "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": {
          "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 \"Landing page 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`, `REAL_TIME_VIDEO` 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`, `REAL_TIME_VIDEO` 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 declared domain of the advertiser. Corresponds to \"Declared advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` 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`, `ON_PLATFORM_MULTICALL` 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`, `ON_PLATFORM_MULTICALL` 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`, `FUTURE_SELL_THROUGH` 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`, `FUTURE_SELL_THROUGH` 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: Data format: `STRING_LIST`",
            "The landing page domain name of the advertiser. This will eventually replace ADVERTISER_DOMAIN_NAME.",
            "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`",
            "Number of ads served in a pod response. Corresponds to \"Number of ads in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "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 expected 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`."
          ],
          "type": "string",
          "description": "Required. The dimension to slice on.",
          "enumDeprecated": [
            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,
            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,
            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",
            "DECLARED_ADVERTISER_DOMAIN",
            "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",
            "LANDING_PAGE_DOMAIN",
            "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",
            "NUM_ADS_IN_POD",
            "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"
          ]
        },
        "value": {
          "$ref": "GoogleAdsAdmanagerV1__ReportValue",
          "description": "Required. The value of the dimension."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse",
      "description": "Response object for `BatchActivateCustomFields` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest",
      "description": "Request message for `BatchActivatePlacements` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The names of the `Placement` objects to activate. Format: `networks/{network_code}/placements/{placement_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysRequest",
      "description": "Request object for `BatchPerformDaiAuthenticationKeyAction` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. Resource names for the DaiAuthenticationKey. Format: `networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveOrdersRequest",
      "description": "Request message for `BatchArchiveOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to archive. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsRequest",
      "description": "Request object for `BatchUpdateTargetingPresets` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateTargetingPresetRequest"
          },
          "description": "Required. The `TargetingPreset` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListDaiEncodingProfilesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListDaiEncodingProfilesResponse",
      "description": "Response object for `ListDaiEncodingProfilesRequest` containing matching `DaiEncodingProfile` objects.",
      "properties": {
        "totalSize": {
          "description": "Total number of `DaiEncodingProfile` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `total_size` will not 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",
          "type": "integer"
        },
        "daiEncodingProfiles": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
          },
          "description": "The `DaiEncodingProfile` 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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__LinkedDevice": {
      "type": "object",
      "id": "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": {
          "description": "Optional. The visibility of the device.",
          "enum": [
            "LINKED_DEVICE_VISIBILITY_UNSPECIFIED",
            "PRIVATE",
            "PUBLIC"
          ],
          "type": "string",
          "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."
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the `LinkedDevice`. Format: `networks/{network_code}/linkedDevices/{linked_device_id}`",
          "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
        }
      }
    },
    "GoogleAdsAdmanagerMain__Forecast": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain__Forecast",
      "description": "Describes predicted inventory availability for a line item with the specified properties.",
      "properties": {
        "deliveredUnits": {
          "type": "string",
          "description": "The number of units, defined by [Forecast.unitType], that have already been served if the reservation is already running.",
          "format": "int64"
        },
        "matchedUnits": {
          "type": "string",
          "description": "The number of units, defined by [Forecast.unitType], that match the specified targeting and delivery settings.",
          "format": "int64"
        },
        "breakdown": {
          "description": "Output only. The breakdown of this forecast.",
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain__DeliveryForecastBreakdown"
        },
        "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."
          ],
          "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.",
          "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"
          ]
        },
        "forecastId": {
          "description": "Uniquely identifies this forecast.",
          "format": "int64",
          "type": "string"
        },
        "demographicBreakdowns": {
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__GrpDemographicBreakdownEntry"
          },
          "type": "array",
          "description": "The demographic breakdowns of this forecast."
        },
        "reservedUnits": {
          "description": "The number of reserved units, defined by [Forecast.unitType], requested. This can be an absolute or percentage value.",
          "format": "int64",
          "type": "string"
        },
        "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.",
          "format": "int64",
          "type": "string"
        },
        "contendingLineItems": {
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          },
          "type": "array",
          "description": "List of contending line items for this forecast."
        },
        "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"
        },
        "alternativeUnitTypeForecasts": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__AlternativeUnitTypeForecast"
          },
          "description": "Views of this forecast, with alternative unit types."
        },
        "contendingLineItemsCrossSoldIncluded": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          },
          "description": "List of contending line items for this forecast, potentially including line items from other networks if cross-selling is involved."
        },
        "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"
        },
        "contendingProposalLineItems": {
          "description": "List of contending proposal line items for this forecast.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__ContendingLineItem"
          }
        },
        "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."
          ],
          "type": "string",
          "description": "The result of the forecast.",
          "enum": [
            "FORECASTING_RESULT_UNSPECIFIED",
            "EXCEEDED_QUOTA",
            "INTERNAL_ERROR",
            "NOT_ENOUGH_INVENTORY",
            "NO_FORECAST_YET",
            "SERVER_NOT_AVAILABLE",
            "SUCCESS",
            "ZERO_LENGTH_RESERVATION"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__LiveStream": {
      "id": "GoogleAdsAdmanagerV1__LiveStream",
      "description": "A LiveStream 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 live stream, 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": {
        "prerollSettings": {
          "$ref": "GoogleAdsAdmanagerV1__PrerollSettings",
          "description": "Optional. The settings specific to Preroll ad breaks. If null, this livestream does not have prerolls enabled."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The date and time this LiveStream was last modified.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "defaultAdBreakDuration": {
          "description": "Optional. The default ad pod duration that will be requested when an ad break cue-out does not specify a duration. Defaults to 0.",
          "format": "google-duration",
          "type": "string"
        },
        "customAssetKey": {
          "description": "Immutable. An additional code that can be used in constructing live stream event URLs. Can only be set for pod serving live streams. The custom asset key may be at most 64 characters and can contain alphanumeric characters and symbols other than the following: \", ', =, !, +, #, *, ~, ;, ^, (, ), \u003c, \u003e, [, ], the white space character.",
          "type": "string"
        },
        "daiAuthenticationKeys": {
          "description": "Optional. The list of DaiAuthenticationKey objects used to authenticate stream create requests for this live stream. Modifying settings for an active live stream may break the stream for some users. Exercise caution. Format: \"networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key_id}\"",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "adMediaDeliveryConfig": {
          "type": "string",
          "description": "Optional. The CdnConfiguration that provide settings for delivering ad media associated with this source. Format: \"networks/{network_code}/cdnConfigs/{cdn_config_id}\""
        },
        "name": {
          "description": "Identifier. The resource name of the `LiveStream`. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
          "type": "string"
        },
        "slate": {
          "type": "string",
          "description": "Optional. The slate to use for this live stream. If not set, network default slate will be used. Format: \"networks/{network_code}/slates/{slate_id}\""
        },
        "createTime": {
          "description": "Output only. The date and time this LiveStream was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "adTags": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The list of Ad Manager ad tag URLs generated by the Ad Manager trafficking workflow that are associated with this live stream. Currently, the list includes only one element: the master ad tag."
        },
        "allowlistedIpsEnabled": {
          "description": "Optional. Whether specific allowlisted IP addresses should be used to access this live stream. Will default to false. To set this field a network needs to have the \"Video live allowlisted IPS enabled\" feature enabled. Modifying this field for an active live stream can impact traffic.",
          "type": "boolean"
        },
        "adBreakFillType": {
          "description": "Optional. The type of content that should be used to fill an empty ad break. Defaults to SLATE.",
          "enum": [
            "AD_BREAK_FILL_TYPE_UNSPECIFIED",
            "MINIMIZE_SLATE",
            "SLATE",
            "UNDERLYING_CONTENT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Ad break should be filled with mostly underlying content. When ad content can't be aligned with underlying content during transition, the gap will be bridged with slate to maintain the timeline.",
            "Ad break should be filled with slate.",
            "Ad break should be filled with underlying content."
          ]
        },
        "contentUrls": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The list of URLs pointing to the live stream content in Content Delivery Network. Can be modified when the live stream is in a PAUSED state."
        },
        "enableDaiAuthenticationKeys": {
          "type": "boolean",
          "description": "Optional. Whether the live stream's requests to the IMA SDK API will be authenticated using the DAI authentication keys."
        },
        "enableMaxFillerDuration": {
          "type": "boolean",
          "description": "Optional. Whether there will be max filler duration in this live stream. If true, maxFillerDuration should be specified. Defaults to false."
        },
        "dynamicAdInsertionType": {
          "description": "Immutable. The method of dynamic ad insertion that is used to insert ads into this live stream. Defaults to DynamicAdInsertionType.LINEAR.",
          "enum": [
            "DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED",
            "LINEAR",
            "POD_SERVING_MANIFEST",
            "POD_SERVING_REDIRECT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest per user.",
            "Ads manifest is served by Google DAI, containing unique ad pod segments for the video player to switch to from the content stream, or for the partner to stitch directly into the user content manifest.",
            "Content manifest is served by the partner, embedding Google DAI ad segment URLs which redirect to unique Google DAI ad segments per user."
          ]
        },
        "adPodTrimTolerance": {
          "description": "Optional. The maximum amount of time by which a stitched ad pod is allowed to be trimmed before whole ads are dropped instead.",
          "format": "google-duration",
          "type": "string"
        },
        "sourceContentConfigurations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The list of CdnConfigurations that provide settings for ingesting and delivering the videos associated with this source. Modifying settings for an active live stream may break the stream for some users. Exercise caution. Format: \"networks/{network_code}/cdnConfigs/{cdn_config_id}\""
        },
        "effectiveAssetKey": {
          "description": "Output only. The effective asset key of the live stream. This is the user-defined custom_asset_key if specified; otherwise, it falls back to the autogenerated asset_key.",
          "readOnly": true,
          "type": "string"
        },
        "adBreakMarkupTypesEnabled": {
          "type": "boolean",
          "description": "Optional. Whether this LiveStream is specifying a subset of supported `adBreakMarkups`. If this field is false, all supported formats will be treated as ad break start/end markers."
        },
        "adBreakMarkups": {
          "description": "Optional. The formats that will be recognized as ad break start/end markers. This field is ignored if `adBreakMarkupTypesEnabled` is false.",
          "type": "array",
          "items": {
            "enum": [
              "AD_BREAK_MARKUP_TYPE_UNSPECIFIED",
              "HLS_DATERANGE_SPLICE",
              "HLS_EXT_CUE",
              "HLS_PRIMETIME_SPLICE",
              "SCTE35_BINARY_BREAK_START_END",
              "SCTE35_BINARY_PROVIDER_AD_START_END",
              "SCTE35_BINARY_PROVIDER_PLACEMENT_OP_START_END",
              "SCTE35_BINARY_SPLICE_INSERT",
              "SCTE35_XML_SPLICE_INSERT"
            ],
            "enumDescriptions": [
              "Default value. This value is unused.",
              "The DATERANGE ad break marker type. This mark up type is only applicable for HLS live streams.",
              "The CUE-OUT/CUE-IN ad break marker type. This mark up type is only applicable for HLS live streams.",
              "The CUE (Adobe/Azure Prime Time) ad break marker type. This mark up type is only applicable for HLS live streams.",
              "The SCTE35 Binary Time Signal: Break Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.",
              "The SCTE35 Binary Time Signal: Provider Ad Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.",
              "The SCTE35 Binary Time Signal: Provider Placement Opportunity Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.",
              "The SCTE35 Binary Splice Insert ad break marker type. This mark up type is only applicable for HLS and DASH live streams.",
              "The SCTE35 XML Splice In/Out ad break marker type. This markup type is only applicable for DASH live streams."
            ],
            "type": "string"
          }
        },
        "underfillAdBreakFillType": {
          "description": "Optional. The type of content that should be used to fill the time remaining in the ad break when there are not enough ads to fill the entire break. Defaults to SLATE. To set this field a network needs to have the \"Live stream ad break underfill type\" feature enabled.",
          "enum": [
            "AD_BREAK_FILL_TYPE_UNSPECIFIED",
            "MINIMIZE_SLATE",
            "SLATE",
            "UNDERLYING_CONTENT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Ad break should be filled with mostly underlying content. When ad content can't be aligned with underlying content during transition, the gap will be bridged with slate to maintain the timeline.",
            "Ad break should be filled with slate.",
            "Ad break should be filled with underlying content."
          ]
        },
        "maxFillerDuration": {
          "type": "string",
          "description": "Optional. The maximum duration that can be used to fill this ad pod, either with a slate or underlying content, depending on your settings. If more time needs to be filled, the ad pod will instead be dropped and the underlying content will be served.",
          "format": "google-duration"
        },
        "segmentUrlAuthenticationKeys": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The list of DaiAuthenticationKeys used to authenticate ad segment url requests for this live stream. Format: \"networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key_id}\""
        },
        "earlyBreakNotificationMultiBreakSchedulingEnabled": {
          "description": "Optional. Indicates whether multi-break scheduling via Early Break Notification (EBN) is enabled for this LiveStream.",
          "type": "boolean"
        },
        "startTime": {
          "description": "Optional. The start date and time of this LiveStream. Modifying this attribute for an active live stream can impact traffic.",
          "format": "google-datetime",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the LiveStream. This value has a maximum length of 255 characters."
        },
        "assetKey": {
          "description": "Output only. The code used in constructing a live stream master playlist URL.",
          "readOnly": true,
          "type": "string"
        },
        "podServingSegmentDuration": {
          "type": "string",
          "description": "Optional. The duration that can be used when stitching ads for each livestream event. This attribute is only available for Pod Serving HLS Segment Redirect and Pod Serving Dash Segment Redirect.",
          "format": "google-duration"
        },
        "prefetchSettings": {
          "$ref": "GoogleAdsAdmanagerV1__PrefetchSettings",
          "description": "Optional. The information needed to prefetch ad requests for an ad break."
        },
        "forcedCueInEnabled": {
          "description": "Optional. Whether live stream placement opportunities without `#EXT-CUE-IN` markers should be force closed. Defaults to false. To set this field a network needs to have the \"Video live stream forced cue in\" feature enabled.",
          "type": "boolean"
        },
        "shortSegmentDroppingEnabled": {
          "type": "boolean",
          "description": "Optional. Whether segments shorter than 1 second at the end of an ad pod should be dropped. Defaults to false. To set this field a network needs to have the \"Video live stream short segment dropping\" feature enabled."
        },
        "prefetchEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether the option to prefetch ad requests is enabled."
        },
        "endTime": {
          "description": "Optional. The scheduled end date and time of this LiveStream. This attribute is required if `unlimitedEndDateTime` is false and ignored if `unlimitedEndDateTime` is true. Modifying this attribute for an active live stream can impact traffic.",
          "format": "google-datetime",
          "type": "string"
        },
        "adHolidayDuration": {
          "type": "string",
          "description": "Optional. The duration, starting from the time the user enters the DAI stream, for which mid-roll decisioning will be skipped. This field is only applicable when an ad holiday is requested in the stream create request. Defaults to 0.",
          "format": "google-duration"
        },
        "hlsSettings": {
          "description": "Optional. The settings that are specific to HTTPS live streaming (HLS) protocol. If it is not set will use the default HLS settings.",
          "$ref": "GoogleAdsAdmanagerV1__HlsSettings"
        },
        "enableDurationlessAdBreaks": {
          "description": "Optional. Whether there will be durationless ad breaks in this live stream. If true, `defaultAdBreakDuration` should be specified. Defaults to false.",
          "type": "boolean"
        },
        "auxiliaryAdSettings": {
          "description": "Optional. The auxiliary ad tag settings for this live stream.",
          "$ref": "GoogleAdsAdmanagerV1__AuxiliaryAdSettings"
        },
        "endTimeUnlimited": {
          "type": "boolean",
          "description": "Optional. Whether the LiveStream has an end time. Defaults to false. If this field is true, `endDateTime` is ignored."
        },
        "streamingFormat": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The format of the live stream media is MPEG-DASH.",
            "The format of the live stream media is HTTP Live Streaming."
          ],
          "type": "string",
          "description": "Immutable. The streaming format of the LiveStream media.",
          "enum": [
            "LIVE_STREAM_EVENT_STREAMING_FORMAT_UNSPECIFIED",
            "DASH",
            "HLS"
          ]
        },
        "liveStreamConditioning": {
          "description": "Optional. The conditioning to apply to this LiveStream.",
          "$ref": "GoogleAdsAdmanagerV1__LiveStreamConditioning"
        },
        "relativePlaylistDeliveryEnabled": {
          "description": "Optional. Whether the served playlists can include relative URLs. Defaults to false. To set this field a network needs to have the \"Video live stream relative playlist URLs\" feature enabled. This field can be modified when the live stream is in a LiveStreamEventStatus#PAUSED state.",
          "type": "boolean"
        },
        "daiEncodingProfiles": {
          "description": "Optional. The list of DaiEncodingProfiles that will be used for this live stream event. Format: \"networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}\"",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "status": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates the LiveStreamEvent has been created and is eligible for streaming.",
            "Indicates that the stream is still being served, but ad insertion should be paused temporarily.",
            "Indicates the LiveStreamEvent has been archived.",
            "Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time."
          ],
          "type": "string",
          "description": "Output only. The status of this LiveStream. Live stream events are created in the PAUSED state.",
          "readOnly": true,
          "enum": [
            "LIVE_STREAM_EVENT_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ADS_PAUSED",
            "ARCHIVED",
            "PAUSED"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateSiteRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateSiteRequest",
      "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": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting": {
      "id": "GoogleAdsAdmanagerV1__DeviceManufacturerTargeting",
      "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": {
        "excludedDeviceManufacturers": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of device manufacturer resource names that should be excluded."
        },
        "targetedMobileDevices": {
          "description": "Optional. A list of mobile device resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "targetedMobileDeviceSubmodels": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of mobile device submodel resource names that should be targeted/included."
        },
        "excludedMobileDevices": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of mobile device resource names that should be excluded."
        },
        "targetedDeviceManufacturers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of device manufacturer resource names that should be targeted/included."
        },
        "excludedMobileDeviceSubmodels": {
          "description": "Optional. A list of mobile device submodel resource names that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListTeamsResponse",
      "description": "Response object for `ListTeamsRequest` containing matching `Team` objects.",
      "properties": {
        "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"
        },
        "teams": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          },
          "description": "The `Team` 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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse",
      "description": "Response object for `BatchCreateEntitySignalsMappings` method.",
      "properties": {
        "entitySignalsMappings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
          },
          "type": "array",
          "description": "The `EntitySignalsMapping` objects created."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest",
      "description": "Request object for `BatchCreateCustomTargetingKeys` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest"
          },
          "type": "array",
          "description": "Required. The `CustomTargetingKey` objects to create. A maximum of 100 objects can be created in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesResponse",
      "description": "Response object for `BatchDisapproveOrdersWithoutReservationChanges` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesResponse",
      "description": "Response object for `BatchCreateCustomTargetingValues` method.",
      "properties": {
        "customTargetingValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
          },
          "type": "array",
          "description": "The `CustomTargetingValue` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomField": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CustomField",
      "description": "An additional, user-created field on an entity.",
      "properties": {
        "customFieldId": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. Deprecated: Unique ID of the CustomField.",
          "readOnly": true,
          "format": "int64"
        },
        "visibility": {
          "description": "Required. The visibility of the `CustomField`.",
          "enum": [
            "CUSTOM_FIELD_VISIBILITY_UNSPECIFIED",
            "HIDDEN",
            "READ_ONLY",
            "EDITABLE"
          ],
          "type": "string",
          "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."
          ]
        },
        "displayName": {
          "description": "Required. Name of the CustomField. The max length is 127 characters.",
          "type": "string"
        },
        "status": {
          "description": "Output only. The status of the `CustomField`.",
          "readOnly": true,
          "enum": [
            "CUSTOM_FIELD_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "enumDescriptions": [
            "No value specified",
            "The CustomField is active.",
            "The CustomField is inactive."
          ],
          "type": "string"
        },
        "entityType": {
          "type": "string",
          "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."
          ],
          "description": "Required. The type of entity the `CustomField` can be applied to.",
          "enum": [
            "CUSTOM_FIELD_ENTITY_TYPE_UNSPECIFIED",
            "LINE_ITEM",
            "ORDER",
            "CREATIVE",
            "PROPOSAL",
            "PROPOSAL_LINE_ITEM"
          ]
        },
        "options": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomFieldOption"
          },
          "type": "array",
          "description": "Optional. The drop-down options for the `CustomField`. Only applicable for `CustomField` with the drop-down data type."
        },
        "name": {
          "description": "Identifier. The resource name of the `CustomField`. Format: `networks/{network_code}/customFields/{custom_field}`",
          "type": "string"
        },
        "dataType": {
          "type": "string",
          "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."
          ],
          "description": "Required. The data type of the `CustomField`.",
          "enum": [
            "CUSTOM_FIELD_DATA_TYPE_UNSPECIFIED",
            "STRING",
            "NUMBER",
            "TOGGLE",
            "DROP_DOWN"
          ]
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of the custom field. The maximum length is 511 characters."
        }
      }
    },
    "GoogleAdsAdmanagerV1__VideoPosition": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__VideoPosition",
      "description": "Video Position Targeting Criterion",
      "properties": {
        "midrollIndex": {
          "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.",
          "format": "int64",
          "type": "string"
        },
        "positionType": {
          "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.",
          "enum": [
            "VIDEO_POSITION_UNSPECIFIED",
            "ALL",
            "MIDROLL",
            "POSTROLL",
            "PREROLL"
          ],
          "type": "string",
          "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."
          ]
        },
        "reverseMidrollIndex": {
          "type": "string",
          "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).",
          "format": "int64"
        },
        "bumperType": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Represents the bumper position after the ad pod.",
            "Represents the bumper position before the ad pod."
          ],
          "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).",
          "enum": [
            "TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED",
            "AFTER",
            "BEFORE"
          ]
        },
        "podPosition": {
          "type": "string",
          "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).",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerMain__ForecastErrorDetails": {
      "id": "GoogleAdsAdmanagerMain__ForecastErrorDetails",
      "description": "/ Contains all the information required for processing / a Forecast error thrown by the AdManager API.",
      "properties": {
        "lineItemType": {
          "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."
          ],
          "type": "string",
          "description": "The line item type associated with the error.",
          "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"
          ]
        },
        "forecast": {
          "description": "The forecast associated with the error.",
          "$ref": "GoogleAdsAdmanagerMain__Forecast"
        },
        "orderId": {
          "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.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysRequest": {
      "id": "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"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesRequest",
      "description": "Request object for `BatchCreateCustomTargetingValues` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CustomTargetingValue` objects to create. A maximum of 100 objects can be created in a batch.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCustomTargetingValueRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomTargetingLiteral": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CustomTargetingLiteral",
      "description": "Represents targeting for custom key/values. The values are ORed together.",
      "properties": {
        "customTargetingValues": {
          "description": "Optional. The resource names of the targeted CustomValues.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "negative": {
          "type": "boolean",
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values."
        },
        "customTargetingKey": {
          "type": "string",
          "description": "Optional. The resource name of the targeted CustomKey."
        }
      }
    },
    "GoogleAdsAdmanagerV1__UserDomainTargeting": {
      "id": "GoogleAdsAdmanagerV1__UserDomainTargeting",
      "description": "User Domain Targeting",
      "properties": {
        "targetedUserDomains": {
          "description": "Optional. A list of user domains that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedUserDomains": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of user domains that should be excluded."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse",
      "description": "Response object for `ListMobileDeviceSubmodelsRequest` containing matching `MobileDeviceSubmodel` 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": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "mobileDeviceSubmodels": {
          "description": "The `MobileDeviceSubmodel` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Site": {
      "id": "GoogleAdsAdmanagerV1__Site",
      "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": {
        "approvalStatus": {
          "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."
          ],
          "type": "string",
          "description": "Output only. Status of the review performed on the Site by Google.",
          "readOnly": true,
          "enum": [
            "SITE_APPROVAL_STATUS_UNSPECIFIED",
            "APPROVED",
            "DISAPPROVED",
            "DRAFT",
            "REQUIRES_REVIEW",
            "UNCHECKED"
          ]
        },
        "url": {
          "description": "Required. The URL of the Site.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Site`. Format: `networks/{network_code}/sites/{site_id}`"
        },
        "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"
        },
        "disapprovalReasons": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DisapprovalReason"
          },
          "type": "array",
          "description": "Output only. Provides reasons for disapproving the Site. It is null when the Site is not disapproved.",
          "readOnly": true
        },
        "approvalStatusUpdateTime": {
          "description": "Output only. The latest Site approval status change time.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitTargeting": {
      "id": "GoogleAdsAdmanagerV1__AdUnitTargeting",
      "description": "Specifies an ad unit and (optionally) its descendants.",
      "properties": {
        "includeDescendants": {
          "description": "Whether this ad unit's children should be targeted/excluded as well.",
          "type": "boolean"
        },
        "adUnit": {
          "description": "Optional. The resource name of this ad unit.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveOrdersResponse",
      "description": "Response object for `BatchArchiveOrders` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse",
      "description": "Response object for `BatchCreateTeams` method.",
      "properties": {
        "teams": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          },
          "description": "The `Team` objects created."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchivePlacementsRequest": {
      "type": "object",
      "id": "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}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__EarningsProductBreakdown": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__EarningsProductBreakdown",
      "description": "The product type breakdown of earnings for a given month between a parent and child publisher in MCM.",
      "properties": {
        "deductions": {
          "description": "The deductions for the specified product type for the month due to spam.",
          "$ref": "GoogleType__Money"
        },
        "productType": {
          "description": "The syndication product type of the child's earnings in MCM.",
          "enum": [
            "MCM_EARNINGS_PRODUCT_TYPE_UNSPECIFIED",
            "AD_EXCHANGE_CONTENT",
            "AD_EXCHANGE_CONTENT_HOST",
            "AD_EXCHANGE_GAMES",
            "AD_EXCHANGE_GAMES_HOST",
            "AD_EXCHANGE_MOBILE_CONTENT_APP",
            "AD_EXCHANGE_MOBILE_CONTENT_APP_HOST",
            "AD_EXCHANGE_VIDEO",
            "AD_EXCHANGE_VIDEO_HOST",
            "AD_EXCHANGE_RESERVATIONS",
            "AD_EXCHANGE_PREFERRED_DEALS",
            "OFFERWALL",
            "BUYER_DIRECT"
          ],
          "enumDescriptions": [
            "No value specified",
            "Indicates the child network's earnings from Google Ad Exchange Content.",
            "Indicates the child network's earnings from Google Ad Exchange Content made by a host.",
            "Indicates the child network's earnings from Google Ad Exchange Games.",
            "Indicates the child network's earnings from Google Ad Exchange Games made by a host.",
            "Indicates the child network's earnings from Google Ad Exchange Content Applications.",
            "Indicates the child network's earnings from Google Ad Exchange Content Applications made by a host.",
            "Indicates the child network's earnings from Google Ad Exchange Video.",
            "Indicates the child network's earnings from Google Ad Exchange Video made by a host.",
            "Indicates the child network's earnings from Ad Exchange Reservations deals (known externally as Programmatic Reservations).",
            "Indicates the child network's earnings from Ad Exchange Preferred deals.",
            "Indicates the child network's earnings from Monteverdi Offerwall.",
            "Indicates the child network's earnings from Agency Direct."
          ],
          "type": "string"
        },
        "childPayment": {
          "$ref": "GoogleType__Money",
          "description": "The portion of the total earnings for the specified product type paid to the child publisher."
        },
        "parentPayment": {
          "description": "The portion of the total earnings for the specified product type paid to the parent publisher.",
          "$ref": "GoogleType__Money"
        },
        "totalEarnings": {
          "$ref": "GoogleType__Money",
          "description": "The total earnings for the specified product type for the month."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListGeoTargetsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListGeoTargetsResponse",
      "description": "Response object for `ListGeoTargetsRequest` containing matching `GeoTarget` objects.",
      "properties": {
        "geoTargets": {
          "description": "The `GeoTarget` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__GeoTarget"
          },
          "type": "array"
        },
        "totalSize": {
          "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",
          "format": "int32",
          "type": "integer"
        },
        "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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest",
      "description": "Request message for `BatchDeactivateCustomTargetingKeys` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `CustomTargetingKey`s to deactivate. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysRequest": {
      "type": "object",
      "id": "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}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__Network": {
      "id": "GoogleAdsAdmanagerV1__Network",
      "description": "The Network resource.",
      "properties": {
        "displayName": {
          "description": "Optional. Display name for Network.",
          "type": "string"
        },
        "propertyCode": {
          "description": "Output only. Property code.",
          "readOnly": true,
          "type": "string"
        },
        "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}",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the Network. Format: networks/{network_code}",
          "type": "string"
        },
        "networkCode": {
          "description": "Output only. Network Code.",
          "readOnly": true,
          "type": "string"
        },
        "networkId": {
          "type": "string",
          "description": "Output only. Network ID.",
          "readOnly": true,
          "format": "int64"
        },
        "secondaryCurrencyCodes": {
          "description": "Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "testNetwork": {
          "type": "boolean",
          "description": "Output only. Whether this is a test network.",
          "readOnly": true
        },
        "timeZone": {
          "type": "string",
          "description": "Output only. Time zone associated with the delivery of orders and reporting.",
          "readOnly": true
        },
        "currencyCode": {
          "description": "Output only. Primary currency code, in ISO-4217 format.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleProtobuf__Empty": {
      "type": "object",
      "id": "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": {}
    },
    "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest",
      "description": "Request object for `BatchActivateCmsMetadataValues` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `CmsMetadataValue`s to activate. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateSitesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateSitesResponse",
      "description": "Response object for `BatchCreateSites` method.",
      "properties": {
        "sites": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          },
          "description": "The `Site` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse",
      "description": "Response object for `BatchCreateCustomTargetingKeys` method.",
      "properties": {
        "customTargetingKeys": {
          "description": "The `CustomTargetingKey` objects created.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesRequest",
      "description": "Request message for `BatchRetractOrdersWithoutReservationChanges` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to retract. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse",
      "description": "Response object for `ListCustomTargetingValuesRequest` containing matching `CustomTargetingValue` objects.",
      "properties": {
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "customTargetingValues": {
          "description": "The `CustomTargetingValue` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
          }
        },
        "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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ChildPublisher": {
      "id": "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}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomTargetingKey": {
      "id": "GoogleAdsAdmanagerV1__CustomTargetingKey",
      "description": "The `CustomTargetingKey` resource.",
      "properties": {
        "displayName": {
          "description": "Optional. Descriptive name for the `CustomTargetingKey`.",
          "type": "string"
        },
        "status": {
          "description": "Output only. Status of the `CustomTargetingKey`.",
          "readOnly": true,
          "enum": [
            "CUSTOM_TARGETING_KEY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "enumDescriptions": [
            "Not specified value.",
            "Custom targeting key is active.",
            "Custom targeting key is inactive."
          ],
          "type": "string"
        },
        "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."
        },
        "customTargetingKeyId": {
          "type": "string",
          "description": "Output only. Deprecated: `CustomTargetingKey` ID.",
          "readOnly": true,
          "format": "int64",
          "deprecated": true
        },
        "type": {
          "enumDescriptions": [
            "Not specified value.",
            "Key with a fixed set of values.",
            "Key without a fixed set of values"
          ],
          "type": "string",
          "description": "Required. Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item.",
          "enum": [
            "CUSTOM_TARGETING_KEY_TYPE_UNSPECIFIED",
            "PREDEFINED",
            "FREEFORM"
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
          "type": "string"
        },
        "reportableType": {
          "description": "Required. Reportable state of the `CustomTargetingKey`.",
          "enum": [
            "CUSTOM_TARGETING_KEY_REPORTABLE_TYPE_UNSPECIFIED",
            "OFF",
            "ON",
            "CUSTOM_DIMENSION"
          ],
          "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."
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListNetworksResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListNetworksResponse",
      "description": "Response object for `ListNetworks` method.",
      "properties": {
        "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",
          "format": "int32",
          "type": "integer"
        },
        "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"
        },
        "networks": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Network"
          },
          "type": "array",
          "description": "The `Network`s a user has access to."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveSlatesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveSlatesRequest",
      "description": "Request message for `BatchArchiveSlates` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the slates to archive. Format: \"networks/{network_code}/slates/{slate_id}\"",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateOrdersResponse",
      "description": "Response object for `BatchCreateOrders` method.",
      "properties": {
        "orders": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Order"
          },
          "type": "array",
          "description": "The `Order` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeleteOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeleteOrdersRequest",
      "description": "Request message for `BatchDeleteOrders` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the orders to delete. Format: `networks/{network_code}/orders/{order_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateLiveStreamRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateLiveStreamRequest",
      "description": "Request object for `CreateLiveStream` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `LiveStream` will be created. Format: `networks/{network_code}`"
        },
        "liveStream": {
          "$ref": "GoogleAdsAdmanagerV1__LiveStream",
          "description": "Required. The `LiveStream` to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ContentLabel": {
      "id": "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": {
          "description": "Optional. The display name of the `ContentLabel`.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdatePlacementRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdatePlacementRequest",
      "description": "Request object for `UpdatePlacement` method.",
      "properties": {
        "placement": {
          "$ref": "GoogleAdsAdmanagerV1__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}`"
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalResponse",
      "description": "Response object for `BatchSubmitOrdersForApproval` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest",
      "description": "Request object for `BatchUpdateApplications` method.",
      "properties": {
        "requests": {
          "description": "Required. The `Application` objects to update.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateApplicationRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DashBridge": {
      "id": "GoogleAdsAdmanagerV1__DashBridge",
      "description": "A DashBridge is used to decide when to apply DASH Bridge single-period to multi-period MPD conditioning. This should always be enabled when the DASH manifest type is single-period.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Optional. Specifies whether to apply DASH Bridge single-period to multi-period MPD conditioning."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersResponse",
      "description": "Response object for `BatchUnarchiveOrders` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__UpdateDaiAuthenticationKeyRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateDaiAuthenticationKeyRequest",
      "description": "Request object for `UpdateDaiAuthenticationKey` method.",
      "properties": {
        "daiAuthenticationKey": {
          "description": "Required. The `DaiAuthenticationKey` to update. The `DaiAuthenticationKey`'s `name` is used to identify the `DaiAuthenticationKey` to update.",
          "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleAdsAdmanagerV1__MobileDevice": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__MobileDevice",
      "description": "Represents a mobile device.",
      "properties": {
        "manufacturer": {
          "type": "string",
          "description": "Output only. The manufacturer associated with the mobile device. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer}`",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `MobileDevice`. Format: `networks/{network_code}/mobileDevices/{mobile_device}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The localized name of the mobile device.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse",
      "description": "Response message for `BatchDeactivateLabels` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchResumeOrdersRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchResumeOrdersRequest",
      "description": "Request message for `BatchResumeOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to resume. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "skipInventoryCheck": {
          "description": "Optional. Indicates whether the inventory check should be skipped when performing this action.",
          "type": "boolean"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListPlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListPlacementsResponse",
      "description": "Response object for `ListPlacementsRequest` containing matching `Placement` 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"
        },
        "placements": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          },
          "type": "array",
          "description": "The `Placement` objects from the specified network."
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Size": {
      "id": "GoogleAdsAdmanagerV1__Size",
      "description": "Represents the dimensions of an AdUnit, LineItem, or Creative.",
      "properties": {
        "width": {
          "description": "Required. The width of the Creative, AdUnit, or LineItem.",
          "format": "int32",
          "type": "integer"
        },
        "height": {
          "description": "Required. The height of the Creative, AdUnit, or LineItem.",
          "format": "int32",
          "type": "integer"
        },
        "sizeType": {
          "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."
          ],
          "description": "Required. The SizeType of the Creative, AdUnit, or LineItem.",
          "enum": [
            "SIZE_TYPE_UNSPECIFIED",
            "PIXEL",
            "ASPECT_RATIO",
            "INTERSTITIAL",
            "IGNORED",
            "NATIVE",
            "FLUID",
            "AUDIO"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse",
      "description": "Response object for `BatchUpdateTeams` method.",
      "properties": {
        "teams": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Team"
          },
          "type": "array",
          "description": "The `Team` objects updated."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse",
      "description": "Response object for `BatchActivateCustomTargetingKeys` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariable_AssetCreativeTemplateVariable",
      "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__BatchApproveOrdersWithoutReservationResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchApproveOrdersWithoutReservationResponse",
      "description": "Response object for `BatchApproveOrdersWithoutReservation` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__CreateAdSpotRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateAdSpotRequest",
      "description": "Request object for `CreateAdSpot` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `AdSpot` will be created. Format: `networks/{network_code}`"
        },
        "adSpot": {
          "description": "Required. The `AdSpot` to create.",
          "$ref": "GoogleAdsAdmanagerV1__AdSpot"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsResponse",
      "description": "Response object for `BatchUpdateAdSpots` method.",
      "properties": {
        "adSpots": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdSpot"
          },
          "type": "array",
          "description": "The `AdSpot` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateCdnConfigRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateCdnConfigRequest",
      "description": "Request object for `UpdateCdnConfig` method.",
      "properties": {
        "cdnConfig": {
          "description": "Required. The `CdnConfig` to update. The `CdnConfig`'s `name` is used to identify the `CdnConfig` to update.",
          "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdRuleSlot": {
      "id": "GoogleAdsAdmanagerV1__AdRuleSlot",
      "description": "Simple object representing an ad slot within an AdRule. Ad rule slots contain information about the types/number of ads to display, as well as additional information on how the ad server will generate playlists.",
      "properties": {
        "videoMidrollFrequency": {
          "type": "string",
          "description": "Optional. The mid-roll frequency of this ad rule slot for video ads. This attribute is required for mid-rolls, but if MidrollFrequencyType is set to AdRuleSlotMidrollFrequencyType.NONE, this value should be ignored. For example, if this slot has a frequency type of AdRuleSlotMidrollFrequencyType.EVERY_N_SECONDS and # videoMidrollFrequency = \"60\", this would mean \"play a mid-roll every 60 seconds.\""
        },
        "bumper": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Show a bumper ad after the slot's other ads.",
            "Show a bumper ad before the slot's other ads.",
            "Show a bumper before and after the slot's other ads.",
            "Do not show a bumper ad."
          ],
          "description": "Optional. The AdRuleSlotBumper for this slot. This attribute is optional and defaults to AdRuleSlotBumper.NONE.",
          "enum": [
            "AD_RULE_SLOT_BUMPER_UNSPECIFIED",
            "AFTER",
            "BEFORE",
            "BEFORE_AND_AFTER",
            "NONE"
          ]
        },
        "maxBumperDuration": {
          "description": "Optional. The maximum duration of bumper ads within this slot. This attribute is optional and defaults to 0.",
          "format": "google-duration",
          "type": "string"
        },
        "podMaxAdCount": {
          "type": "integer",
          "description": "Optional. The maximum number of ads allowed in a pod in this slot. This attribute is optional and defaults to 0.",
          "format": "int32"
        },
        "slotBehavior": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "This ad rule always includes this slot's ads.",
            "Defer to lower priority rules. This ad rule doesn't specify guidelines for this slot's ads.",
            "This ad rule never includes this slot's ads."
          ],
          "description": "Optional. The AdRuleSlotBehavior for video ads for this slot. This attribute is optional and defaults to AdRuleSlotBehavior.DEFER. Indicates whether video ads are allowed for this slot, or if the decision is deferred to alower-priority ad rule.",
          "enum": [
            "AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED",
            "ALWAYS_SHOW",
            "DEFER",
            "NEVER_SHOW"
          ]
        },
        "maxPodDuration": {
          "type": "string",
          "description": "Optional. The maximum pod duration for this slot. This attribute is optional and defaults to 0.",
          "format": "google-duration"
        },
        "videoMidrollFrequencyType": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "MidrollFrequency is a cue point interval and is a single integer value, such as \"5\", which means \"play a mid-roll every 5th cue point\".",
            "MidrollFrequency is a time interval and mentioned as a single numeric value in seconds. For example, \"100\" would mean \"play a mid-roll every 100 seconds\".",
            "Same as `FIXED_TIME`, except the values represent the ordinal cue points (\"1,3,5\", for example).",
            "MidrollFrequency is a comma-delimited list of points in time (in seconds) when an ad should play. For example, \"100,300\" would mean \"play an ad at 100 seconds and 300 seconds\".",
            "The ad rule slot is not a mid-roll and MidrollFrequency should be ignored.",
            "After all other frequency type is applied and the number of midrolls are settled, this slot setting will override the mid-roll defined by ReverseMidrollIndex."
          ],
          "description": "Optional. The frequency type for video ads in this ad rule slot. This attribute is required for mid-rolls, but if this is not a mid-roll, the value is set to AdRuleSlotMidrollFrequencyType.NONE.",
          "enum": [
            "AD_RULE_SLOT_MIDROLL_FREQUENCY_TYPE_UNSPECIFIED",
            "EVERY_N_CUEPOINTS",
            "EVERY_N_SECONDS",
            "FIXED_CUE_POINTS",
            "FIXED_TIME",
            "NONE",
            "REVERSE_MIDROLL_INDEX"
          ]
        },
        "maxVideoAdDuration": {
          "description": "Optional. The maximum duration in milliseconds of video ads within this slot. This attribute is optional and defaults to 0.",
          "format": "google-duration",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ThirdPartyCompany": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ThirdPartyCompany",
      "description": "Represents a third-party company recognized by Google Ad Manager, which can be an ad network, ad server, or video technology partner.",
      "properties": {
        "type": {
          "description": "Output only. The type of the ThirdPartyCompany.",
          "readOnly": true,
          "enum": [
            "THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED",
            "AD_NETWORK",
            "AD_SERVER",
            "VIDEO_TECHNOLOGY_PARTNER"
          ],
          "enumDescriptions": [
            "No value specified",
            "A company representing multiple advertisers and agencies.",
            "An organization that provides ad serving technology.",
            "A company that provides video technology."
          ],
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the `ThirdPartyCompany`. Format: `networks/{network_code}/thirdPartyCompanies/{third_party_company_id}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the ThirdPartyCompany. This field must be unique among all ThirdPartyCompanies for this network.",
          "readOnly": true
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "No value specified",
            "The third party company is active.",
            "The third party company is inactive."
          ],
          "description": "Output only. The status of the ThirdPartyCompany. ThirdPartyCompanies are set to inactive rather than deleting them.",
          "readOnly": true,
          "enum": [
            "THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse",
      "description": "Response object for `BatchUpdateLabels` method.",
      "properties": {
        "labels": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          },
          "description": "The `Label` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__DisapprovalReason": {
      "id": "GoogleAdsAdmanagerV1__DisapprovalReason",
      "description": "Represents the reason for which Google disapproved the Site.",
      "properties": {
        "type": {
          "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."
          ],
          "type": "string",
          "description": "Output only. The type of policy violation found for the Site.",
          "readOnly": true,
          "enum": [
            "SITE_DISAPPROVAL_REASON_UNSPECIFIED",
            "CONTENT",
            "OTHER",
            "OWNERSHIP"
          ]
        },
        "details": {
          "type": "string",
          "description": "Output only. Additional details for the disapproval of the Site.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesResponse",
      "description": "Response object for `BatchDeactivateContentBundles` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesRequest",
      "description": "Request object for `BatchUpdateDaiEncodingProfiles` method.",
      "properties": {
        "requests": {
          "description": "Required. The `DaiEncodingProfile` objects to update. A maximum of 100 objects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateDaiEncodingProfileRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysResponse",
      "description": "Response object for `BatchUpdateDaiAuthenticationKeys` method.",
      "properties": {
        "daiAuthenticationKeys": {
          "description": "The `DaiAuthenticationKey` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_TimeBreakdown",
      "description": "Time breakdown view.",
      "properties": {
        "summaries": {
          "description": "Output only. Delivery forecast objects corresponding to the time buckets requested for breakdown.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateLiveStreamRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateLiveStreamRequest",
      "description": "Request object for `UpdateLiveStream` method.",
      "properties": {
        "liveStream": {
          "$ref": "GoogleAdsAdmanagerV1__LiveStream",
          "description": "Required. The `LiveStream` to update. The `LiveStream`'s `name` is used to identify the `LiveStream` to update."
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesRequest",
      "description": "Request object for `BatchActivateDaiEncodingProfiles` method.",
      "properties": {
        "requests": {
          "description": "Required. The `DaiEncodingProfile` objects to activate. A maximum of 100 objects can be activated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ActivateDaiEncodingProfileRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeviceCategoryTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DeviceCategoryTargeting",
      "description": "Represents a list of targeted and excluded device categories.",
      "properties": {
        "targetedCategories": {
          "description": "Optional. A list of device category resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of device category resource names that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__LineItemDealInfo": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__LineItemDealInfo",
      "description": "Data transfer object for the exchange deal info of a line item.",
      "properties": {
        "externalDealId": {
          "type": "string",
          "description": "Optional. The external deal ID shared between seller and buyer. This field is only present if the deal has been finalized.",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListContentResponse": {
      "id": "GoogleAdsAdmanagerV1__ListContentResponse",
      "description": "Response object for `ListContentRequest` containing matching `Content` objects.",
      "properties": {
        "totalSize": {
          "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",
          "format": "int32"
        },
        "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."
        },
        "content": {
          "description": "The `Content` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Content"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MobileCarrier": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__MobileCarrier",
      "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": {
          "description": "Output only. The localized name of the mobile carrier.",
          "readOnly": true,
          "type": "string"
        },
        "regionCode": {
          "type": "string",
          "description": "Output only. The region code of the mobile carrier.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateAdUnitRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateAdUnitRequest",
      "description": "Request object for `UpdateAdUnit` method.",
      "properties": {
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        },
        "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}`",
          "$ref": "GoogleAdsAdmanagerV1__AdUnit"
        }
      }
    },
    "GoogleAdsAdmanagerV1__DaiIngestError": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DaiIngestError",
      "description": "Represents an error associated with a Dynamic Ad Insertion (DAI) `Content`'s status.",
      "properties": {
        "reason": {
          "description": "The error associated with the content.",
          "enum": [
            "DAI_INGEST_ERROR_REASON_UNSPECIFIED",
            "INVALID_INGEST_URL",
            "INVALID_CLOSED_CAPTION_URL",
            "MISSING_CLOSED_CAPTION_URL",
            "COULD_NOT_FETCH_HLS",
            "COULD_NOT_FETCH_SUBTITLES",
            "MISSING_SUBTITLE_LANGUAGE",
            "COULD_NOT_FETCH_MEDIA",
            "MALFORMED_MEDIA_BYTES",
            "CHAPTER_TIME_OUT_OF_BOUNDS",
            "INTERNAL_ERROR",
            "CONTENT_HAS_CHAPTER_TIMES_BUT_NO_MIDROLL_SETTINGS",
            "MALFORMED_MEDIA_PLAYLIST",
            "MIXED_AD_BREAK_TAGS",
            "AD_BREAK_TAGS_INCONSISTENT_ACROSS_VARIANTS",
            "MALFORMED_SUBTITLES",
            "SUBTITLES_TOO_LARGE",
            "PLAYLIST_ITEM_URL_DOES_NOT_MATCH_INGEST_COMMON_PATH",
            "COULD_NOT_UPLOAD_SPLIT_MEDIA_AUTHENTICATION_FAILED",
            "COULD_NOT_UPLOAD_SPLIT_MEDIA_CONNECTION_FAILED",
            "COULD_NOT_UPLOAD_SPLIT_MEDIA_WRITE_FAILED",
            "PLAYLISTS_HAVE_DIFFERENT_NUMBER_OF_DISCONTINUITIES",
            "PLAYLIST_HAS_NO_STARTING_PTS_VALUE",
            "PLAYLIST_DISCONTINUITY_PTS_VALUES_DIFFER_TOO_MUCH",
            "SEGMENT_HAS_NO_PTS",
            "SUBTITLE_LANGUAGE_DOES_NOT_MATCH_LANGUAGE_IN_FEED",
            "CANNOT_DETERMINE_CORRECT_SUBTITLES_FOR_LANGUAGE",
            "NO_CDN_CONFIG_FOUND",
            "CONTENT_HAS_MIDROLLS_BUT_NO_SPLIT_CONTENT_CONFIG",
            "CONTENT_HAS_MIDROLLS_BUT_SOURCE_HAS_MIDROLLS_DISABLED",
            "ADTS_PARSE_ERROR",
            "AAC_SPLIT_ERROR",
            "AAC_PARSE_ERROR",
            "TS_PARSE_ERROR",
            "TS_SPLIT_ERROR",
            "UNSUPPORTED_CONTAINER_FORMAT",
            "MULTIPLE_ELEMENTARY_STREAMS_OF_SAME_MEDIA_TYPE_IN_TS",
            "UNSUPPORTED_TS_MEDIA_FORMAT",
            "NO_IFRAMES_NEAR_CUE_POINT",
            "AC3_SPLIT_ERROR",
            "AC3_PARSE_ERROR",
            "EAC3_SPLIT_ERROR",
            "INVALID_ENCRYPTION_KEY",
            "EAC3_PARSE_ERROR",
            "CUE_POINT_COUNT_DOES_NOT_MATCH_PTS_COUNT",
            "DISCONTINUITY_COUNT_DOES_NOT_MATCH_PTS_COUNT",
            "DASH_CUE_POINT_EVENT_MISMATCH",
            "DASH_MANIFEST_CONDITIONING_FAILED",
            "DASH_MANIFEST_CONDITIONING_SEGMENT_BOUNDARY_ERROR",
            "CLOSED_CAPTION_LANGUAGE_VALUE_INVALID",
            "CLOSED_CAPTION_NAME_VALUE_INVALID",
            "CLOSED_CAPTION_CHARACTERISTICS_VALUE_UNEXPECTED",
            "CLOSED_CAPTIONS_WITH_DUPLICATE_KEYS",
            "SUBTITLES_PRESENT_IN_FEED_AND_MANIFEST",
            "INVALID_MEDIA_PROFILE",
            "CHAPTER_PTS_MISMATCH",
            "CHAPTER_RENDITION_ERROR",
            "INVALID_TRANSCODING_REQUEST",
            "TRANSCODE_FAILED",
            "PLAYLIST_GENERATION_FAILED",
            "COULD_NOT_FETCH_DASH",
            "MALFORMED_DASH",
            "DASH_CONDITIONING_NOT_SUPPORTED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The ingest URL provided in the publisher's `Content` source feed is invalid. The trigger for this error is the ingest URL specified in the publisher's feed.",
            "The closed caption URL provided in the publisher's `Content` source feed is invalid.",
            "There is no closed caption URL for a `Content` in the publisher's `Content` source feed. There is no trigger for this error.",
            "There was an error while trying to fetch the HLS from the specified ingest URL. The trigger for this error is the ingest URL specified in the publisher's feed.",
            "There was an error while trying to fetch the subtitles from the specified closed caption url. The trigger for this error is the closed caption URL specified in the publisher's feed.",
            "One of the subtitles from the closed caption URL is missing a language. The trigger for this error is the closed caption URL that does not have a language associated with it.",
            "Error fetching the media files from the URLs specified in the master HLS playlist. The trigger for this error is a media playlist URL within the publisher's HLS playlist that could not be fetched.",
            "The media from the publisher's CDN is malformed and cannot be conditioned. The trigger for this error is a media playlist URL within the publisher's HLS playlist that is malformed.",
            "A chapter time for the `Content` is outside of the range of the `Content`'s duration. The trigger for this error is the chapter time (a parsable long representing the time in ms) that is out of bounds.",
            "An internal error occurred. There is no trigger for this error.",
            "The `Content` has chapter times but the `Content`'s source has no CDN settings for midrolls. There is no trigger for this error.",
            "There is bad/missing/malformed data in a media playlist. The trigger for this error is the URL that points to the malformed media playlist.",
            "Multiple ways of denoting ad breaks were detected in a media playlist (e.g. placement opportunity tags, cue markers, etc.)",
            "The ad break tags in the preconditioned `Content` are not in the same locations across all variant playlists.",
            "There is bad/missing/malformed data in a subtitles file. The trigger for this error is the URL that points to the malformed subtitles.",
            "The subtitles sent to DAI are too large. The trigger for this error is the URL that points to the master playlist.",
            "A playlist item has a URL that does not begin with the ingest common path provided in the DAI settings. The trigger for this error is the playlist item URL.",
            "Uploading split media segments failed due to an authentication error.",
            "Uploading spit media segments failed due to a connection error.",
            "Uploading split media segments failed due to a write error.",
            "Variants in a playlist do not have the same number of discontinuities. The trigger for this error is the master playlist URI.",
            "The playlist does not have a starting PTS value. The trigger for this error is the master playlist URI.",
            "The PTS at a discontinuity varies too much between the different variants. The trigger for this error is the master playlist URI.",
            "A media segment has no PTS. The trigger for this error is the segment data URI.",
            "The language in the subtitles file does not match the language specified in the feed. The trigger for this error is the feed language and the parsed language separated by a semi-colon, e.g. \"en;sp\".",
            "There are multiple subtitles files at the closed caption URI, and none of them match the language defined in the feed.",
            "No CDN configuration found for the `Content`. The trigger for this error is the `Content`'s master playlist URI.",
            "The `Content` has midrolls but there was no split `Content` config on the CDN configuration for that `Content` so the `Content` was not conditioned. There is no trigger for this error.",
            "The `Content` has midrolls but the source the `Content` was ingested from has mid-rolls disabled, so the `Content` was not conditioned. There is no trigger for this error.",
            "Error parsing ADTS while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error splitting an AAC segment. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error parsing an AAC file while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error parsing a TS file while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error splitting a TS file while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Encountered an unsupported container format while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Encountered multiple elementary streams of the same media type (audio, video) within a transport stream. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Encountered an unsupported TS media format while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error splitting because there were no i-frames near the target split point. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error splitting an AC-3 segment. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error parsing an AC-3 file while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error splitting an E-AC-3 segment. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error caused by an invalid encryption key. The trigger for this error is a media playlist URL within the publisher's HLS playlist that has the invalid encryption key.",
            "Error parsing an E-AC-3 file while splitting the `Content`. The trigger for this error is the variant URL and the cue-point separated by a semi-colon, e.g. \"www.variant2.com;5000\".",
            "Error caused by the number of PTS being a different value than the number of cue points + 1.",
            "Error caused by the number of PTS being a different value than the number of discontinuity tags + 1.",
            "The DASH `Content` has cue points but they do not match the Event durations from the DASH manifest EventStream, if present.",
            "The DASH manifest cannot be conditioned for midrolls.",
            "The DASH manifest cannot be conditioned for midrolls because one or more of the cue points do not lie on a media segment boundary.",
            "The subtitle language code should not contain \"$$$$$\".",
            "The subtitle name should not contain \"$$$$$\".",
            "The common subtitle characteristics values listed in the HLS spec are: 1)\"public.accessibility.transcribes-spoken-dialog\", 2)\"public.accessibility.describes-music-and-sound\", 3)\"public.easy-to-read\";",
            "Closed captions for a `Content` should be unique by 'language + name'.",
            "Subtitles are defined in the `Content` source feed as well as inside the stream manifest. Only feed subtitles will be ingested.",
            "The media profile is invalid due to missing data.",
            "Error caused when the PTS values do not align across chapters.",
            "Error occurred while chaptering renditions in the `Content`.",
            "Error during notification processing: invalid transcoding request.",
            "Error during notification processing: transcode failed.",
            "Error during playlist generation.",
            "Error during DASH ingest: could not fetch DASH manifest.",
            "Error during DASH ingest: malformed DASH manifest.",
            "Error during DASH ingest: DASH conditioning not supported."
          ]
        },
        "trigger": {
          "type": "string",
          "description": "Output only. The field, if any, that triggered the error.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreativePlaceholder": {
      "id": "GoogleAdsAdmanagerV1__CreativePlaceholder",
      "description": "Describes a slot that a creative is expected to fill. This is used in forecasting and to validate that the correct creatives are associated with the line item.",
      "properties": {
        "expectedCreativeCount": {
          "description": "Optional. Non-empty default. Expected number of creatives that will be uploaded corresponding to this creative placeholder. This estimate is used to improve the accuracy of forecasting; for example, if label frequency capping limits the number of times a creative may be served. By default, the expected creative count is set to 1.",
          "format": "int32",
          "type": "integer"
        },
        "ampOnly": {
          "type": "boolean",
          "description": "Optional. Non-empty default. Indicates if the expected creative of this placeholder has an AMP only variant. This is used to improve the accuracy of forecasting and has no effect on serving. By default, the value is false."
        },
        "creativeTargetingDisplayName": {
          "type": "string",
          "description": "Optional. The display name of the creative targeting that this CreativePlaceholder represents."
        },
        "size": {
          "description": "Required. The size that the creative is expected to have.",
          "$ref": "GoogleAdsAdmanagerV1__Size"
        },
        "companions": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativePlaceholderCompanion"
          },
          "description": "Optional. The companions that the creative is expected to have. This attribute can only be set if the line item it belongs to has an EnvironmentType of VIDEO_PLAYER or roadblocking_type of CREATIVE_SET."
        },
        "appliedLabels": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AppliedLabel"
          },
          "description": "Optional. Set of labels applied directly to this CreativePlaceholder."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CdnConfig": {
      "id": "GoogleAdsAdmanagerV1__CdnConfig",
      "description": "A CdnConfig encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion).",
      "properties": {
        "adMediaDeliveryConfig": {
          "$ref": "GoogleAdsAdmanagerV1__AdMediaDeliveryConfig",
          "description": "Optional. Config of CDN to deliver ad media."
        },
        "cdnConfigStatus": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The CDN configuration is in use.",
            "The CDN configuration is no longer used."
          ],
          "type": "string",
          "description": "Output only. The status of the CDN config.",
          "readOnly": true,
          "enum": [
            "CDN_CONFIG_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED"
          ]
        },
        "sourceContentConfig": {
          "description": "Optional. Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.",
          "$ref": "GoogleAdsAdmanagerV1__SourceContentConfig"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the CdnConfig. This value is required to create a CDN config and has a maximum length of 255 characters."
        },
        "cdnConfigType": {
          "description": "Required. The type of CDN config represented by this CdnConfig.",
          "enum": [
            "CDN_CONFIG_TYPE_UNSPECIFIED",
            "AD_MEDIA_DELIVERY",
            "LIVE_STREAM_SOURCE_CONTENT",
            "MIDROLL",
            "VOD_SOURCE_CONTENT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "A configuration that specifies a publisher-provided CDN for delivering ad media.",
            "A configuration that specifies where and how `LiveStreamEvent` content should be ingested and delivered.",
            "A configuration that specifies where and how split content should be uploaded and delivered.",
            "A configuration that specifies where and how video on demand content should be ingested and delivered."
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the `CdnConfig`. Format: `networks/{network_code}/cdnConfigs/{cdn_config_id}`",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest",
      "description": "Request object for `BatchUpdateAdUnits` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateAdUnitRequest"
          },
          "description": "Required. The `AdUnit` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest",
      "description": "Request object for `BatchUnarchiveApplications` method.",
      "properties": {
        "names": {
          "description": "Required. The `Application` objects to unarchive.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ThirdPartyMeasurementSettings": {
      "id": "GoogleAdsAdmanagerV1__ThirdPartyMeasurementSettings",
      "description": "Contains third party auto-pixeling settings for cross-sell Partners.",
      "properties": {
        "publisherViewabilityClientId": {
          "type": "string",
          "description": "Optional. The third party partner ID for YouTube viewability verification for publisher."
        },
        "brandLiftClientId": {
          "type": "string",
          "description": "Optional. The third party partner ID for YouTube brand lift verification."
        },
        "viewabilityPartner": {
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates viewability partner Comscore.",
            "Indicates viewability partner Double Verify.",
            "Indicates viewability partner Integral Ad Science.",
            "Indicates viewability partner Oracle Moat.",
            "Indicates there's no viewability partner.",
            "Indicates viewability partner Telemetry."
          ],
          "description": "Optional. A field to determine the type of ViewabilityPartner. This field default is NONE.",
          "enum": [
            "VIEWABILITY_PARTNER_UNSPECIFIED",
            "COMSCORE",
            "DOUBLE_VERIFY",
            "INTEGRAL_AD_SCIENCE",
            "MOAT",
            "NONE",
            "TELEMETRY"
          ]
        },
        "reachClientId": {
          "description": "Optional. The third party partner ID for YouTube reach verification for advertiser.",
          "type": "string"
        },
        "viewabilityClientId": {
          "type": "string",
          "description": "Optional. The third party partner ID for YouTube viewability verification."
        },
        "publisherViewabilityReportingId": {
          "description": "Optional. The reporting ID that maps viewability partner data with a campaign (or a group of related campaigns) specific data for publisher.",
          "type": "string"
        },
        "reachReportingId": {
          "type": "string",
          "description": "Optional. The reporting ID that maps reach partner data with a campaign (or a group of related campaigns) specific data for advertiser."
        },
        "publisherReachReportingId": {
          "type": "string",
          "description": "Optional. The reporting ID that maps reach partner data with a campaign (or a group of related campaigns) specific data for publisher."
        },
        "brandLiftPartner": {
          "description": "Optional. A field to determine the type of BrandLiftPartner. This field default is NONE.",
          "enum": [
            "BRAND_LIFT_PARTNER_UNSPECIFIED",
            "DYNATA",
            "INTAGE",
            "KANTAR_MILLWARD_BROWN",
            "MACROMILL",
            "NONE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates brand lift partner Dynata.",
            "Indicates brand lift partner Intage.",
            "Indicates brand lift partner Kantar.",
            "Indicates brand lift partner Macromill.",
            "Indicates there's no brand lift partner."
          ]
        },
        "viewabilityReportingId": {
          "type": "string",
          "description": "Optional. The reporting ID that maps viewability partner data with a campaign (or a group of related campaigns) specific data."
        },
        "publisherReachPartner": {
          "description": "Optional. A field to determine the type of publisher's ReachPartner. This field default is UNKNOWN.",
          "enum": [
            "REACH_PARTNER_UNSPECIFIED",
            "AUDIENCE_PROJECT",
            "COMSCORE",
            "GEMIUS",
            "ISPOT_TV",
            "KANTAR_MILLWARD_BROWN",
            "NIELSEN",
            "NONE",
            "VIDEO_AMP",
            "VIDEO_RESEARCH"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates third-party reach integration partner Audience Project",
            "Indicates third-party reach integration partner Comscore.",
            "Indicates third-party reach integration partner Gemius.",
            "Indicates third-party reach integration partner iSpot.TV",
            "Indicates third-party reach integration partner Kantar.",
            "Indicates third-party reach integration partner Nielsen.",
            "Indicates there's no third-party reach integration partner.",
            "Indicates third-party reach integration partner VideoAmp",
            "Indicates third-party reach integration partner Video Research."
          ],
          "type": "string"
        },
        "publisherViewabilityPartner": {
          "description": "Optional. A field to determine the type of publisher's viewability partner. This field default is NONE.",
          "enum": [
            "VIEWABILITY_PARTNER_UNSPECIFIED",
            "COMSCORE",
            "DOUBLE_VERIFY",
            "INTEGRAL_AD_SCIENCE",
            "MOAT",
            "NONE",
            "TELEMETRY"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates viewability partner Comscore.",
            "Indicates viewability partner Double Verify.",
            "Indicates viewability partner Integral Ad Science.",
            "Indicates viewability partner Oracle Moat.",
            "Indicates there's no viewability partner.",
            "Indicates viewability partner Telemetry."
          ]
        },
        "publisherReachClientId": {
          "type": "string",
          "description": "Optional. The third party partner ID for YouTube reach verification for publisher."
        },
        "reachPartner": {
          "description": "Optional. A field to determine the type of advertiser's ReachPartner. This field default is UNKNOWN.",
          "enum": [
            "REACH_PARTNER_UNSPECIFIED",
            "AUDIENCE_PROJECT",
            "COMSCORE",
            "GEMIUS",
            "ISPOT_TV",
            "KANTAR_MILLWARD_BROWN",
            "NIELSEN",
            "NONE",
            "VIDEO_AMP",
            "VIDEO_RESEARCH"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates third-party reach integration partner Audience Project",
            "Indicates third-party reach integration partner Comscore.",
            "Indicates third-party reach integration partner Gemius.",
            "Indicates third-party reach integration partner iSpot.TV",
            "Indicates third-party reach integration partner Kantar.",
            "Indicates third-party reach integration partner Nielsen.",
            "Indicates there's no third-party reach integration partner.",
            "Indicates third-party reach integration partner VideoAmp",
            "Indicates third-party reach integration partner Video Research."
          ],
          "type": "string"
        },
        "brandLiftReportingId": {
          "type": "string",
          "description": "Optional. The reporting ID that maps brand lift partner data with a campaign (or a group of related campaigns) specific data."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsResponse",
      "description": "Response message for `DeactivateTargetingPresets` method.",
      "properties": {
        "changeCount": {
          "type": "string",
          "description": "The number of objects that were deactivated as a result of performing the action.",
          "format": "int64"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse",
      "description": "Response object for `BatchDeactivateCmsMetadataValues` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest",
      "description": "Request object for `BatchCreateApplications` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateApplicationRequest"
          },
          "description": "Required. The `Application` objects to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeleteAdRulesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeleteAdRulesRequest",
      "description": "Request object for `BatchDeleteAdRules` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. Resource names for the AdRule. Format: `networks/{network_code}/adRules/{ad_rule}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__GrpForecast": {
      "id": "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": {
          "description": "The number of units matching the given GRP demographic bucket.",
          "format": "int64",
          "type": "string"
        },
        "availableUnits": {
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Field": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Field",
      "description": "A dimension or a metric in a report.",
      "properties": {
        "metric": {
          "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`",
            "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. Counts companion impressions in the number of ad impressions. Corresponds to \"Total CTR with companion\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL`, `ADS_TRAFFIC_NAVIGATOR`, `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`",
            "Total impressions from the Google Ad Manager server, AdSense, Ad Exchange, and yield group partners, including companion ads. Corresponds to \"Total impressions with companion\" 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`",
            "Total pod eCPM. Corresponds to \"Total pod eCPM\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total pod eCPM without CPD. Corresponds to \"Total pod eCPM without CPD\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `MONEY`",
            "Total pod views. Corresponds to \"Total pod views\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` 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`"
          ],
          "type": "string",
          "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,
            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",
            "CTR_WITH_COMPANION",
            "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",
            "IMPRESSIONS_WITH_COMPANION",
            "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",
            "POD_ECPM",
            "POD_ECPM_WITHOUT_CPD",
            "POD_VIEWS",
            "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"
          ]
        },
        "dimension": {
          "description": "The dimension this field represents.",
          "enumDeprecated": [
            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,
            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,
            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",
            "DECLARED_ADVERTISER_DOMAIN",
            "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",
            "LANDING_PAGE_DOMAIN",
            "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",
            "NUM_ADS_IN_POD",
            "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"
          ],
          "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 \"Landing page 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`, `REAL_TIME_VIDEO` 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`, `REAL_TIME_VIDEO` 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 declared domain of the advertiser. Corresponds to \"Declared advertiser domain\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` 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`, `ON_PLATFORM_MULTICALL` 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`, `ON_PLATFORM_MULTICALL` 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`, `FUTURE_SELL_THROUGH` 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`, `FUTURE_SELL_THROUGH` 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: Data format: `STRING_LIST`",
            "The landing page domain name of the advertiser. This will eventually replace ADVERTISER_DOMAIN_NAME.",
            "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`",
            "Number of ads served in a pod response. Corresponds to \"Number of ads in pod\" in the Ad Manager UI. Compatible with the following report types: `HISTORICAL` Data format: `INTEGER`",
            "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 expected 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`."
          ],
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateSitesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateSitesRequest",
      "description": "Request object for `BatchCreateSites` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateSiteRequest"
          },
          "type": "array",
          "description": "Required. The `Site` objects to create. A maximum of 100 objects can be created in a batch."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse",
      "description": "Response object for `ListPrivateAuctionsRequest` containing matching `PrivateAuction` objects.",
      "properties": {
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "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."
        },
        "privateAuctions": {
          "description": "The `PrivateAuction` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse",
      "description": "Response object for `BatchUpdateAdUnits` method.",
      "properties": {
        "adUnits": {
          "description": "The `AdUnit` objects updated.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest",
      "description": "Request message for `BatchDeactivateCustomFields` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `CustomField` objects to deactivate. Format: `networks/{network_code}/customFields/{custom_field_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceManufacturer": {
      "id": "GoogleAdsAdmanagerV1__DeviceManufacturer",
      "description": "Represents a device manufacturer.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `DeviceManufacturer`. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer}`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The localized name of the device manufacturer.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse",
      "description": "Response object for `BatchArchiveApplications` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsResponse",
      "description": "Response object for `BatchActivateLiveStreams` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest",
      "description": "Request object for `BatchArchiveAdUnits` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `AdUnit`s to archive. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListApplicationsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListApplicationsResponse",
      "description": "Response object for `ListApplicationsRequest` containing matching `Application` objects.",
      "properties": {
        "applications": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Application"
          },
          "description": "The `Application` 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 `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",
          "format": "int32"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse",
      "description": "Response object for `ListTaxonomyCategoriesRequest` containing matching `TaxonomyCategory` objects.",
      "properties": {
        "taxonomyCategories": {
          "description": "The `TaxonomyCategory` objects.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__TaxonomyCategory"
          }
        },
        "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 `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",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__RequestFormatTargeting": {
      "id": "GoogleAdsAdmanagerV1__RequestFormatTargeting",
      "description": "Request Format Targeting This message specifies inclusion or exclusion of various request formats for targeting. Each optional boolean field controls the targeting of a specific request format: - If set to `true`, the corresponding format is **included** in targeting. - If set to `false`, the corresponding format is **excluded** from targeting. - If unset, the format is neither explicitly included nor excluded. ",
      "properties": {
        "rewardedEnabled": {
          "type": "boolean",
          "description": "Optional. Controls rewarded format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither."
        },
        "anchorEnabled": {
          "description": "Optional. Controls anchor format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither.",
          "type": "boolean"
        },
        "nativeAdvancedEnabled": {
          "description": "Optional. Controls native advanced format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither.",
          "type": "boolean"
        },
        "instreamAudioEnabled": {
          "type": "boolean",
          "description": "Optional. Controls instream audio format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither."
        },
        "interstitialEnabled": {
          "description": "Optional. Controls interstitial format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither.",
          "type": "boolean"
        },
        "bannerEnabled": {
          "type": "boolean",
          "description": "Optional. Controls banner format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither."
        },
        "appOpenEnabled": {
          "type": "boolean",
          "description": "Optional. Controls app open format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither."
        },
        "instreamVideoEnabled": {
          "description": "Optional. Controls instream video format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither.",
          "type": "boolean"
        },
        "rewardedInterstitialEnabled": {
          "description": "Optional. Controls rewarded interstitial format targeting. Set to `true` to include, `false` to exclude, or leave unset for neither.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdBreak": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdBreak",
      "description": "The `AdBreak` resource.",
      "properties": {
        "breakState": {
          "description": "Output only. The state of the `AdBreak`.",
          "readOnly": true,
          "enum": [
            "AD_BREAK_STATE_UNSPECIFIED",
            "DECISIONED",
            "COMPLETE",
            "SCHEDULED"
          ],
          "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."
          ],
          "type": "string"
        },
        "podTemplateName": {
          "type": "string",
          "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."
        },
        "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"
        },
        "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."
        },
        "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.",
          "format": "google-datetime",
          "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": {
          "type": "string",
          "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= ```"
        },
        "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`.",
          "format": "google-duration"
        },
        "name": {
          "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}`"
        },
        "adBreakId": {
          "type": "string",
          "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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__SourceContentConfig": {
      "id": "GoogleAdsAdmanagerV1__SourceContentConfig",
      "description": "Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.",
      "properties": {
        "ingestSettings": {
          "description": "Required. Config for how DAI should ingest media. At ingest time, we match the URL prefix of media in a stream's playlist with an ingest location and use the authentication credentials from the corresponding ingest settings to download the media. This value is required for a valid source content config.",
          "$ref": "GoogleAdsAdmanagerV1__MediaLocation"
        },
        "defaultDeliverySettings": {
          "description": "Required. Default config for how DAI should deliver the non-modified media segments. At delivery time, we replace the ingest location's URL prefix with the delivery location's URL prefix and use the security policy from the delivery settings to determine how DAI needs to deliver the media so that users can access it. This value is required for a valid source content config.",
          "$ref": "GoogleAdsAdmanagerV1__MediaLocation"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest",
      "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"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BrowserLanguageTargeting": {
      "type": "object",
      "id": "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.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse",
      "description": "Response object for `ListPrivateAuctionDealsRequest` containing matching `PrivateAuctionDeal` 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"
        },
        "privateAuctionDeals": {
          "description": "The `PrivateAuctionDeal` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
          },
          "type": "array"
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDataTable_Row": {
      "id": "GoogleAdsAdmanagerV1_ReportDataTable_Row",
      "description": "A row of report data.",
      "properties": {
        "dimensionValues": {
          "description": "The order of the dimension values is the same as the order of the dimensions specified in the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "metricValueGroups": {
          "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.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchArchiveSlatesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchArchiveSlatesResponse",
      "description": "Response message for `BatchArchiveSlates` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse",
      "description": "Response object for ListAdUnitSizesRequest containing matching AdUnitSizes.",
      "properties": {
        "totalSize": {
          "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",
          "type": "integer"
        },
        "adUnitSizes": {
          "description": "The AdUnitSizes from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnitSize"
          },
          "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."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreativeTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreativeTargeting",
      "description": "Represents the creative targeting criteria for a LineItem.",
      "properties": {
        "targeting": {
          "description": "Required. The Targeting criteria of this creative targeting. This attribute is required.",
          "$ref": "GoogleAdsAdmanagerV1__Targeting"
        },
        "creativeTargetingDisplayName": {
          "description": "Required. The name of this creative targeting. This attribute is required.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest",
      "description": "Request message for `BatchActivateLabels` method.",
      "properties": {
        "names": {
          "description": "Required. Resource names for the Label. Format: `networks/{network_code}/labels/{label_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchUpdateOrdersResponse",
      "description": "Response object for `BatchUpdateOrders` method.",
      "properties": {
        "orders": {
          "description": "The `Order` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Order"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Goal": {
      "id": "GoogleAdsAdmanagerV1__Goal",
      "description": "Defines the criteria a LineItem needs to satisfy to meet its delivery goal.",
      "properties": {
        "goalType": {
          "description": "The type of the goal for the LineItem. It defines the period over which the goal should be reached.",
          "enum": [
            "GOAL_TYPE_UNSPECIFIED",
            "NONE",
            "LIFETIME",
            "DAILY"
          ],
          "type": "string",
          "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"
          ]
        },
        "unitType": {
          "description": "The type of the goal unit for the LineItem.",
          "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",
          "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."
          ]
        },
        "units": {
          "type": "string",
          "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.",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BrowserLanguage": {
      "id": "GoogleAdsAdmanagerV1__BrowserLanguage",
      "description": "Represents the language of a browser.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `BrowserLanguage`. Format: `networks/{network_code}/browserLanguages/{browser_language_id}`"
        },
        "displayName": {
          "description": "Output only. The name of the browser language, localized.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__WebProperty": {
      "id": "GoogleAdsAdmanagerV1__WebProperty",
      "description": "Represents a web property.",
      "properties": {
        "productType": {
          "type": "string",
          "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."
          ],
          "description": "Required. The ExchangeSyndicationProduct associated with this WebProperty.",
          "enum": [
            "EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED",
            "DISPLAY",
            "MOBILE_APP",
            "VIDEO_AND_AUDIO",
            "GAMES"
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the WebProperty. Format: `networks/{network_code}/webProperties/{web_property_code}`",
          "type": "string"
        },
        "webPropertyCode": {
          "type": "string",
          "description": "Required. The `WebProperty` code."
        },
        "webPropertyId": {
          "type": "string",
          "description": "Optional. The `WebProperty` ID.",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsResponse",
      "description": "Response object for `BatchCreateTargetingPresets` method.",
      "properties": {
        "targetingPresets": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
          },
          "description": "The `TargetingPreset` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDisapproveOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersRequest",
      "description": "Request message for `BatchDisapproveOrders` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the orders to disapprove. Format: `networks/{network_code}/orders/{order_id}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__OperatingSystemTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__OperatingSystemTargeting",
      "description": "Operating System Targeting",
      "properties": {
        "targetedOperatingSystemVersions": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of operating system version resource names that should be targeted/included."
        },
        "excludedOperatingSystemVersions": {
          "description": "Optional. A list of operating system version resource names that should be excluded.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "targetedOperatingSystems": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of operating system resource names that should be targeted/included."
        },
        "excludedOperatingSystems": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of operating system resource names that should be excluded."
        }
      }
    },
    "GoogleAdsAdmanagerV1__UpdateApplicationRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateApplicationRequest",
      "description": "Request object for `UpdateApplication` method.",
      "properties": {
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        },
        "application": {
          "$ref": "GoogleAdsAdmanagerV1__Application",
          "description": "Required. The `Application` to update. The `Application`'s `name` is used to identify the `Application` to update."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListLabelsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListLabelsResponse",
      "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": {
          "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",
          "format": "int32",
          "type": "integer"
        },
        "labels": {
          "description": "The `Label` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Label"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysRequest",
      "description": "Request object for `BatchCreateDaiAuthenticationKeys` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateDaiAuthenticationKeyRequest"
          },
          "type": "array",
          "description": "Required. The `DaiAuthenticationKey` objects to create. A maximum of 100 objects can be created in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AdSpot": {
      "id": "GoogleAdsAdmanagerV1__AdSpot",
      "description": "An AdSpot is a targetable entity used in the creation of AdRule objects. A ad spot contains a variable number of ads and has constraints (ad duration, reservation type, etc) on the ads that can appear in it.",
      "properties": {
        "targetingType": {
          "description": "Optional. The AdSpot TargetingType determines how this ad spot can be targeted. This field is required.",
          "enum": [
            "AD_SPOT_TARGETING_TYPE_UNSPECIFIED",
            "EXPLICITLY_TARGETED",
            "EXPLICITLY_TARGETED_EXCEPT_HOUSE",
            "NOT_REQUIRED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Only line items targeting this ad spots explicitly may serve in it",
            "If house ads are an allowed reservation type, they may serve in the ad spot regardless of whether they explicitly target it. Ads of other reservation types (whose type is allowed in the ad spot), may serve in the ad spot only if explicitly targeted.",
            "Line items not targeting this ad spot explicitly may serve in it."
          ]
        },
        "allowedLineItemTypes": {
          "type": "array",
          "items": {
            "enum": [
              "LINE_ITEM_TYPE_UNSPECIFIED",
              "SPONSORSHIP",
              "STANDARD",
              "NETWORK",
              "BULK",
              "PRICE_PRIORITY",
              "HOUSE",
              "CLICK_TRACKING",
              "ADSENSE",
              "AD_EXCHANGE",
              "BUMPER",
              "PREFERRED_DEAL",
              "AUDIENCE_EXTENSION"
            ],
            "type": "string",
            "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."
            ]
          },
          "description": "Optional. The set of line item types that may appear in the ad spot. This field is optional and defaults to an empty set, which means that all types are allowed. Note, backfill reservation types are controlled by the `backfillBlocked` field."
        },
        "canonicalDisplayName": {
          "type": "string",
          "description": "Optional. Name of the AdSpot. The name is case insensitive and can be referenced in ad tags. This value is required if `customSpot` is true, and cannot be set otherwise. You can use alphanumeric characters and symbols other than the following: \", ', =, !, +, #, , ~, ;, ^, (, ), \u003c, \u003e, [, ], the white space character."
        },
        "inventorySharingBlocked": {
          "description": "Optional. Whether inventory sharing is blocked in this ad spot. This field is optional and defaults to false.",
          "type": "boolean"
        },
        "flexible": {
          "type": "boolean",
          "description": "Optional. Whether this ad spot is a flexible spot. This field is optional and defaults to false. Flexible spots are allowed to have no max number of ads."
        },
        "backfillBlocked": {
          "description": "Optional. Whether backfill is blocked in this ad spot. This field is optional and defaults to false.",
          "type": "boolean"
        },
        "customSpot": {
          "description": "Optional. Whether this ad spot is a custom spot. This field is optional and defaults to false. Custom spots can be reused and targeted in the targeting picker.",
          "type": "boolean"
        },
        "minAdDuration": {
          "description": "Optional. The minimum allowed duration for ads in the AdSpot. This field is optional and defaults to 0.",
          "format": "google-duration",
          "type": "string"
        },
        "maxDuration": {
          "description": "Optional. The maximum total duration for this AdSpot. This field is optional, defaults to 0, and supports precision to the nearest second.",
          "format": "google-duration",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. Descriptive name for the `AdSpot`.This value is optional if `customSpot` is true, and cannot be set otherwise."
        },
        "maxAdDuration": {
          "type": "string",
          "description": "Required. The maximum allowed duration for ads in the `AdSpot`. This field is required and must be greater than min_ad_duration.",
          "format": "google-duration"
        },
        "name": {
          "description": "Identifier. The resource name of the `AdSpot`. Format: `networks/{network_code}/adSpots/{ad_spot_id}`",
          "type": "string"
        },
        "maxAds": {
          "description": "Optional. The maximum number of ads allowed in the AdSpot. This field is optional and defaults to 0. A value of 0 means that there is no maximum for the number of ads in the ad spot. No max ads is only supported for ad spots that have flexible set to true.",
          "format": "int32",
          "type": "integer"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsResponse",
      "description": "Response object for `BatchAllowAdReviewCenterAds` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__CreateAdRuleRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateAdRuleRequest",
      "description": "Request object for `CreateAdRule` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `AdRule` will be created. Format: `networks/{network_code}`"
        },
        "adRule": {
          "description": "Required. The `AdRule` to create.",
          "$ref": "GoogleAdsAdmanagerV1__AdRule"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsResponse",
      "description": "Response object for `BatchArchiveCdnConfigs` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__HlsSettings": {
      "id": "GoogleAdsAdmanagerV1__HlsSettings",
      "description": "LiveStream settings that are specific to the HTTP live streaming (HLS) protocol.",
      "properties": {
        "playlistType": {
          "description": "Immutable. Indicates the type of the playlist associated with this live stream. The playlist type is analogous to the `EXT-X-PLAYLIST-TYPE` HLS tag. Will default to LIVE.",
          "enum": [
            "HLS_SETTINGS_PLAYLIST_TYPE_UNSPECIFIED",
            "EVENT",
            "LIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The playlist is an event, which means that media segments can only be added to the end of the playlist. This allows viewers to scrub back to the beginning of the playlist.",
            "The playlist is a live stream and there are no restrictions on whether media segments can be removed from the beginning of the playlist."
          ]
        },
        "masterPlaylistSettings": {
          "$ref": "GoogleAdsAdmanagerV1__MasterPlaylistSettings",
          "description": "Optional. The settings for the master playlist. If it is not set will default to a `MasterPlaylistSettings` with a refresh type of AUTOMATIC."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateApplicationRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateApplicationRequest",
      "description": "Request object for `CreateApplication` method.",
      "properties": {
        "application": {
          "$ref": "GoogleAdsAdmanagerV1__Application",
          "description": "Required. The `Application` to create."
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Application` will be created. Format: `networks/{network_code}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdSpotsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdSpotsRequest",
      "description": "Request object for `BatchCreateAdSpots` method.",
      "properties": {
        "requests": {
          "description": "Required. The `AdSpot` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateAdSpotRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateContentBundlesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateContentBundlesRequest",
      "description": "Request message for `BatchActivateContentBundles` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the `ContentBundle`s to activate. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListMobileDevicesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListMobileDevicesResponse",
      "description": "Response object for `ListMobileDevicesRequest` containing matching `MobileDevice` objects.",
      "properties": {
        "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",
          "format": "int32",
          "type": "integer"
        },
        "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."
        },
        "mobileDevices": {
          "description": "The `MobileDevice` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__MobileDevice"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__AdUnitSize": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AdUnitSize",
      "description": "Represents the size, environment, and companions of an ad in an ad unit.",
      "properties": {
        "size": {
          "$ref": "GoogleAdsAdmanagerV1__Size",
          "description": "Required. The Size of the AdUnit."
        },
        "companions": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Size"
          },
          "description": "The companions for this ad unit size. Companions are only valid if the environment is VIDEO_PLAYER."
        },
        "environmentType": {
          "description": "Required. The EnvironmentType of the AdUnit",
          "enum": [
            "ENVIRONMENT_TYPE_UNSPECIFIED",
            "BROWSER",
            "VIDEO_PLAYER"
          ],
          "type": "string",
          "enumDescriptions": [
            "No value specified",
            "A regular web browser.",
            "Video players."
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysRequest",
      "description": "Request object for `BatchPerformDaiAuthenticationKeyAction` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. Resource names for the DaiAuthenticationKey. Format: `networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsRequest",
      "description": "Request message for `BatchApproveSuggestedAdUnits` method.",
      "properties": {
        "names": {
          "description": "Required. Resource names for the `SuggestedAdUnit` objects to approve. Format: `networks/{network_code}/suggestedAdUnits/{suggested_ad_unit_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest",
      "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.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateCustomFieldRequest"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinition_Filter": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportDefinition_Filter",
      "description": "A filter over one or more fields.",
      "properties": {
        "fieldFilter": {
          "description": "A filter on a single field.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter"
        },
        "orFilter": {
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList",
          "description": "A list of filters whose results are OR-ed."
        },
        "notFilter": {
          "description": "A filter whose result is negated.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Filter"
        },
        "andFilter": {
          "description": "A list of filters whose results are AND-ed.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FilterList"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ReportValue": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ReportValue",
      "description": "Represents a single value in a report.",
      "properties": {
        "intListValue": {
          "description": "For lists of integer values.",
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_IntList"
        },
        "doubleListValue": {
          "description": "For lists of double values.",
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_DoubleList"
        },
        "doubleValue": {
          "description": "For double values.",
          "format": "double",
          "type": "number"
        },
        "intValue": {
          "type": "string",
          "description": "For integer values.",
          "format": "int64"
        },
        "boolValue": {
          "description": "For boolean values.",
          "type": "boolean"
        },
        "stringValue": {
          "description": "For string values.",
          "type": "string"
        },
        "stringListValue": {
          "description": "For lists of string values.",
          "$ref": "GoogleAdsAdmanagerV1_ReportValue_StringList"
        },
        "bytesValue": {
          "type": "string",
          "description": "For bytes values.",
          "format": "byte"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest",
      "description": "Request object for `BatchDeactivateAdUnits` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The resource names of the `AdUnit`s to deactivate. Format: `networks/{network_code}/adUnits/{ad_unit_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreatePlacementRequest": {
      "id": "GoogleAdsAdmanagerV1__CreatePlacementRequest",
      "description": "Request object for `CreatePlacement` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `Placement` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "placement": {
          "$ref": "GoogleAdsAdmanagerV1__Placement",
          "description": "Required. The `Placement` to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateAdSpotRequest": {
      "id": "GoogleAdsAdmanagerV1__UpdateAdSpotRequest",
      "description": "Request object for `UpdateAdSpot` method.",
      "properties": {
        "adSpot": {
          "description": "Required. The `AdSpot` to update. The `AdSpot`'s `name` is used to identify the `AdSpot` to update.",
          "$ref": "GoogleAdsAdmanagerV1__AdSpot"
        },
        "updateMask": {
          "type": "string",
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__GeoTarget": {
      "id": "GoogleAdsAdmanagerV1__GeoTarget",
      "description": "Represents a location in the world, for targeting.",
      "properties": {
        "type": {
          "description": "Output only. The location type (unlocalized) for this geographical entity.",
          "readOnly": true,
          "type": "string"
        },
        "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
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `GeoTarget`. Format: `networks/{network_code}/geoTargets/{geo_target_id}`"
        },
        "regionCode": {
          "type": "string",
          "description": "Output only. The Unicode CLDR region code of the geo target.",
          "readOnly": true
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The display name of the GeoTarget.",
          "readOnly": true
        },
        "parentNames": {
          "description": "Output only. All parents of the geo target ordered by ascending size.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "targetable": {
          "type": "boolean",
          "description": "Output only. Whether the geo target is targetable.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse",
      "description": "Response object for `BatchSubmitSitesForApproval` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse",
      "description": "Response object for `BatchDeactivateCustomFields` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ArchiveDaiEncodingProfileRequest": {
      "id": "GoogleAdsAdmanagerV1__ArchiveDaiEncodingProfileRequest",
      "description": "Request object for `ArchiveDaiEncodingProfile` method.",
      "properties": {
        "name": {
          "description": "Required. The resource name of the DaiEncodingProfile to archive. Format: `networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}`",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchPauseOrdersRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchPauseOrdersRequest",
      "description": "Request message for `BatchPauseOrders` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to pause. Format: `networks/{network_code}/orders/{order_id}`",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsResponse",
      "description": "Response object for `BatchRefreshMasterPlaylists` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse",
      "description": "Response object for `ListRichMediaAdsCompaniesRequest` containing matching `RichMediaAdsCompany` 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."
        },
        "richMediaAdsCompanies": {
          "description": "The `RichMediaAdsCompany` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__RichMediaAdsCompany"
          }
        },
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeviceCapability": {
      "id": "GoogleAdsAdmanagerV1__DeviceCapability",
      "description": "Represents a device capability.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `DeviceCapability`. Format: `networks/{network_code}/deviceCapabilities/{device_capability_id}`"
        },
        "displayName": {
          "description": "Output only. The localized name of the device capability.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdRulesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdRulesRequest",
      "description": "Request object for `BatchActivateAdRules` method.",
      "properties": {
        "names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. Resource names for the AdRule. Format: `networks/{network_code}/adRules/{ad_rule}`"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse",
      "description": "Response object for `ListOperatingSystemVersionsRequest` containing matching `OperatingSystemVersion` 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 `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",
          "format": "int32",
          "type": "integer"
        },
        "operatingSystemVersions": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__OperatingSystemVersion"
          },
          "type": "array",
          "description": "The `OperatingSystemVersion` objects from the specified network."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__UpdateCustomFieldRequest",
      "description": "Request object for `UpdateCustomField` method.",
      "properties": {
        "customField": {
          "description": "Required. The `CustomField` to update. The `CustomField`'s `name` is used to identify the `CustomField` to update.",
          "$ref": "GoogleAdsAdmanagerV1__CustomField"
        },
        "updateMask": {
          "description": "Optional. The list of fields to update.",
          "format": "google-fieldmask",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateContactsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateContactsResponse",
      "description": "Response object for `BatchCreateContacts` method.",
      "properties": {
        "contacts": {
          "description": "The `Contact` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Contact"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CustomTargetingClause": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CustomTargetingClause",
      "description": "Represents a logical AND of individual custom targeting expressions.",
      "properties": {
        "cmsMetadataTargetings": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CmsMetadataTargeting"
          },
          "type": "array",
          "description": "Optional. Leaf targeting expressions for cms metadata."
        },
        "customTargetingLiterals": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingLiteral"
          },
          "type": "array",
          "description": "Optional. Leaf targeting expressions for custom key/values."
        },
        "audienceSegmentTargetings": {
          "description": "Optional. Leaf targeting expressions for audience segments.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AudienceSegmentTargeting"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BandwidthGroup": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BandwidthGroup",
      "description": "Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `BandwidthGroup`. Format: `networks/{network_code}/bandwidthGroups/{bandwidth_group_id}`"
        },
        "displayName": {
          "type": "string",
          "description": "Output only. The localized name of the bandwidth group.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateDaiEncodingProfileRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateDaiEncodingProfileRequest",
      "description": "Request object for `CreateDaiEncodingProfile` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `DaiEncodingProfile` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "daiEncodingProfile": {
          "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile",
          "description": "Required. The `DaiEncodingProfile` to create."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateLabelRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateLabelRequest",
      "description": "Request object for `CreateLabel` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `Label` will be created. Format: `networks/{network_code}`"
        },
        "label": {
          "$ref": "GoogleAdsAdmanagerV1__Label",
          "description": "Required. The `Label` to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DeactivateCustomTargetingValueRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DeactivateCustomTargetingValueRequest",
      "description": "Request message to deactivate a CustomTargetingValue.",
      "properties": {
        "name": {
          "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsRequest",
      "description": "Request object for `BatchUpdateAdSpots` method.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateAdSpotRequest"
          },
          "type": "array",
          "description": "Required. The `AdSpot` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CmsMetadataValue": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CmsMetadataValue",
      "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": {
          "type": "string",
          "description": "The value of this key-value pair."
        },
        "status": {
          "description": "Output only. The status of this CMS metadata value.",
          "readOnly": true,
          "enum": [
            "CMS_METADATA_VALUE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED",
            "INACTIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The value is active.",
            "The value is archived.",
            "The value is not active."
          ]
        },
        "key": {
          "description": "Required. Immutable. The resource name of the CmsMetadataKey. Format: \"networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}\"",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateCustomTargetingValueRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateCustomTargetingValueRequest",
      "description": "Request object for `CreateCustomTargetingValue` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`"
        },
        "customTargetingValue": {
          "description": "Required. The `CustomTargetingValue` to create.",
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse",
      "description": "Response object for `ListLinkedDevicesRequest` containing matching `LinkedDevice` objects.",
      "properties": {
        "linkedDevices": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LinkedDevice"
          },
          "description": "The `LinkedDevice` objects from the specified network."
        },
        "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",
          "format": "int32",
          "type": "integer"
        },
        "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"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse",
      "description": "Response object for `ListDeviceManufacturersRequest` containing matching `DeviceManufacturer` 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": {
          "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"
        },
        "deviceManufacturers": {
          "description": "The `DeviceManufacturer` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturer"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListAdSpotsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListAdSpotsResponse",
      "description": "Response object for `ListAdSpotsRequest` containing matching `AdSpot` objects.",
      "properties": {
        "adSpots": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdSpot"
          },
          "description": "The `AdSpot` objects from the specified network."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `AdSpot` 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"
        },
        "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__DaiEncodingProfile": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DaiEncodingProfile",
      "description": "A DaiEncodingProfile contains data about a publisher's encoding profiles. Ad Manager Dynamic Ad Insertion (DAI) uses the profile information about the content to select an appropriate ad transcode to play for the particular video.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `DaiEncodingProfile`. Format: `networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}`",
          "type": "string"
        },
        "variantType": {
          "enumDescriptions": [
            "Not specified value.",
            "Media variant playlist type. Media playlists may: contain audio only video only, or audio and video.",
            "iFrame variant playlist type. iFrame playlists may: contain video or contain audio and video (i.e. video must be present).",
            "Subtitles variant playlist type."
          ],
          "type": "string",
          "description": "Required. The variant playlist type that this DaiEncodingProfile represents.",
          "enum": [
            "DAI_ENCODING_PROFILE_VARIANT_TYPE_UNSPECIFIED",
            "MEDIA",
            "IFRAME",
            "SUBTITLES"
          ]
        },
        "audioSettings": {
          "$ref": "GoogleAdsAdmanagerV1__AudioSettings",
          "description": "Optional. Information about the audio media, if present. This field will only be set if the media contains audio. Only MEDIA and IFRAME variant types can set audio."
        },
        "videoSettings": {
          "$ref": "GoogleAdsAdmanagerV1__VideoSettings",
          "description": "Optional. Information about the video media, if present. This field will only be set if the media contains video, or is an IFRAME variant type."
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the DaiEncodingProfile. It may be at most 64 characters. The name field can contain alphanumeric characters and symbols other than the following: \", ', =, !, +, #, , ~, ;, ^, (, ), \u003c, \u003e, [, ], the white space character."
        },
        "status": {
          "enumDescriptions": [
            "Not specified value.",
            "Indicates the DaiEncodingProfile has been created and is eligible for streaming.",
            "Indicates the DaiEncodingProfile has been archived."
          ],
          "type": "string",
          "description": "Output only. The status of this DaiEncodingProfile. DAI encoding profiles are created in the DaiEncodingProfileStatus.ACTIVE state by default. Only active profiles will be allowed to be associated with live streams.",
          "readOnly": true,
          "enum": [
            "DAI_ENCODING_PROFILE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED"
          ]
        },
        "containerType": {
          "enumDescriptions": [
            "Not specified value.",
            "Transport stream (TS) container.",
            "Fragmented MPEG-4 (fMP4) output container.",
            "HTTP live streaming (HLS) packed audio container."
          ],
          "type": "string",
          "description": "Required. The digital container type of the underlying media. This is required for MEDIA and IFRAME variant types.",
          "enum": [
            "CONTAINER_TYPE_UNSPECIFIED",
            "TS",
            "FMP4",
            "HLS_AUDIO"
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse",
      "description": "Response object for `BatchArchiveAdUnits` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__BatchDisapproveOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersResponse",
      "description": "Response object for `BatchDisapproveOrders` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__Contact": {
      "id": "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": {
        "company": {
          "type": "string",
          "description": "Required. Immutable. The resource name of the Company. Format: \"networks/{network_code}/companies/{company_id}\""
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `Contact`. Format: `networks/{network_code}/contacts/{contact_id}`"
        },
        "displayName": {
          "description": "Required. The name of the contact. This attribute has a maximum length of 127 characters.",
          "type": "string"
        },
        "status": {
          "description": "Output only. The status of the contact. This attribute is assigned by Google.",
          "readOnly": true,
          "enum": [
            "CONTACT_STATUS_UNSPECIFIED",
            "INVITE_CANCELED",
            "INVITE_EXPIRED",
            "INVITE_PENDING",
            "UNINVITED",
            "USER_ACTIVE",
            "USER_DISABLED"
          ],
          "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."
          ],
          "type": "string"
        },
        "fax": {
          "description": "Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters.",
          "type": "string"
        },
        "comment": {
          "type": "string",
          "description": "Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters."
        },
        "address": {
          "type": "string",
          "description": "Optional. The address 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"
        },
        "workPhone": {
          "description": "Optional. The work phone number where the contact can be reached. This attribute has a maximum length of 1024 characters.",
          "type": "string"
        },
        "title": {
          "type": "string",
          "description": "Optional. The job title of the contact. This attribute has a maximum length of 1024 characters."
        },
        "cellPhone": {
          "description": "Optional. The cell phone number where the contact can be reached.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest",
      "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"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Team": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Team",
      "description": "A Team defines a grouping of users and what entities they have access to.",
      "properties": {
        "accessType": {
          "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."
          ],
          "description": "Optional. The default access to orders for users on this team.",
          "enum": [
            "TEAM_ACCESS_TYPE_UNSPECIFIED",
            "NONE",
            "READ_ONLY",
            "READ_WRITE"
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the `Team`. Format: `networks/{network_code}/teams/{team_id}`",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. The description of the Team. This value has a maximum length of 255 characters."
        },
        "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."
        },
        "allInventoryAccess": {
          "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.",
          "type": "boolean"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name of the Team. This value has a maximum length of 127 characters."
        },
        "status": {
          "description": "Output only. The status of the Team. This value determines the visibility of the team in the UI.",
          "readOnly": true,
          "enum": [
            "TEAM_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The status of an active team.",
            "The status of an inactive team."
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateCustomTargetingKeyRequest",
      "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": {
          "description": "Required. The `CustomTargetingKey` to create.",
          "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse",
      "description": "Response object for `BatchDeactivateCmsMetadataKeys` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__GeoTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__GeoTargeting",
      "description": "Represents a list of targeted and excluded geos.",
      "properties": {
        "excludedGeos": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. A list of geo resource names that should be excluded."
        },
        "targetedGeos": {
          "description": "Optional. A list of geo resource names that should be targeted/included.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsResponse",
      "description": "Response object for `BatchCreateLiveStreams` method.",
      "properties": {
        "liveStreams": {
          "description": "The `LiveStream` objects created.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__LiveStream"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CustomTargetingValue": {
      "id": "GoogleAdsAdmanagerV1__CustomTargetingValue",
      "description": "The `CustomTargetingValue` resource.",
      "properties": {
        "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."
          ],
          "type": "string",
          "description": "Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched.",
          "enum": [
            "CUSTOM_TARGETING_VALUE_MATCH_TYPE_UNSPECIFIED",
            "EXACT",
            "BROAD",
            "PREFIX",
            "BROAD_PREFIX",
            "SUFFIX",
            "CONTAINS"
          ]
        },
        "name": {
          "description": "Identifier. The resource name of the `CustomTargetingValue`. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
          "type": "string"
        },
        "customTargetingKey": {
          "description": "Required. Immutable. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
          "type": "string"
        },
        "adTagName": {
          "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\"",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. Descriptive name for the `CustomTargetingValue`."
        },
        "status": {
          "description": "Output only. Status of the `CustomTargetingValue`.",
          "readOnly": true,
          "enum": [
            "CUSTOM_TARGETING_VALUE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Not specified value.",
            "Custom targeting value is active.",
            "Custom targeting value is inactive."
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse",
      "description": "Response object for `BatchActivatePlacements` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdRulesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdRulesResponse",
      "description": "Response object for `BatchCreateAdRules` method.",
      "properties": {
        "adRules": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdRule"
          },
          "type": "array",
          "description": "The `AdRule` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__AudienceSegment": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__AudienceSegment",
      "description": "The `AudienceSegment` resource.",
      "properties": {
        "name": {
          "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",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. Display name of the `AudienceSegment`. The attribute has a maximum length of 255 characters."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListSlatesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListSlatesResponse",
      "description": "Response message for `ListSlates` method.",
      "properties": {
        "slates": {
          "description": "The `Slate` objects from the specified network.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Slate"
          }
        },
        "nextPageToken": {
          "type": "string",
          "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."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of `Slate` objects. If a filter was included in the request, this reflects the total number after filtering. `total_size` will not be returned if `skip` is nonzero.",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesRequest",
      "description": "Request message for `BatchSubmitOrdersForApprovalWithoutReservationChanges` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to submit for approval. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesRequest",
      "description": "Request object for `BatchCreateDaiEncodingProfiles` method.",
      "properties": {
        "requests": {
          "description": "Required. The `DaiEncodingProfile` objects to create. A maximum of 100 objects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreateDaiEncodingProfileRequest"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter": {
      "id": "GoogleAdsAdmanagerV1_ReportDefinitionFilter_FieldFilter",
      "description": "A filter on a specific field.",
      "properties": {
        "field": {
          "description": "Required. The field to filter on.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Field"
        },
        "operation": {
          "description": "Required. The operation of this filter.",
          "enum": [
            "IN",
            "NOT_IN",
            "CONTAINS",
            "NOT_CONTAINS",
            "LESS_THAN",
            "LESS_THAN_EQUALS",
            "GREATER_THAN",
            "GREATER_THAN_EQUALS",
            "BETWEEN",
            "MATCHES",
            "NOT_MATCHES"
          ],
          "type": "string",
          "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)."
          ]
        },
        "metricValueType": {
          "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."
          ],
          "description": "Optional. Use to specify which metric value type to filter on. Defaults to PRIMARY.",
          "enum": [
            "PRIMARY",
            "PRIMARY_PERCENT_OF_TOTAL",
            "COMPARISON",
            "COMPARISON_PERCENT_OF_TOTAL",
            "ABSOLUTE_CHANGE",
            "RELATIVE_CHANGE"
          ]
        },
        "slice": {
          "description": "Optional. Use to filter on a specific slice of data.",
          "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Slice"
        },
        "timePeriodIndex": {
          "description": "Optional. When using time period columns, use this to filter on a specific column.",
          "format": "int32",
          "type": "integer"
        },
        "values": {
          "description": "Required. Values to filter to.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Browser": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Browser",
      "description": "Represents a browser, including its version.",
      "properties": {
        "minorVersion": {
          "type": "string",
          "description": "Output only. The minor version of the browser.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the `Browser`. Format: `networks/{network_code}/browsers/{browser}`",
          "type": "string"
        },
        "displayName": {
          "description": "Output only. The display name of the browser, including version info.",
          "readOnly": true,
          "type": "string"
        },
        "majorVersion": {
          "type": "string",
          "description": "Output only. The major version of the browser.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__DeactivateTargetingPresetRequest": {
      "id": "GoogleAdsAdmanagerV1__DeactivateTargetingPresetRequest",
      "description": "Request object for `DeactivateTargetingPreset` method.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. Resource name for the TargetingPreset. Format: `networks/{network_code}/targetingPreset/{targeting_preset_id}`"
        },
        "targetingPresetId": {
          "type": "string",
          "description": "Required. TargetingPreset ID to deactivate.",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__MobileCarrierTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__MobileCarrierTargeting",
      "description": "Mobile Carrier Targeting. Used to target or exclude mobile carriers.",
      "properties": {
        "targetedMobileCarriers": {
          "description": "Optional. A list of mobile carrier resource names that should be targeted/included.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludedMobileCarriers": {
          "description": "Optional. A list of mobile carrier resource names that should be excluded.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsResponse",
      "description": "Response object for `BatchCreateCdnConfigs` method.",
      "properties": {
        "cdnConfigs": {
          "description": "The `CdnConfig` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_ReportDataTable_MetricValueGroup",
      "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": {
        "absoluteChangeValues": {
          "description": "Data for the ABSOLUTE_CHANGE MetricValueType.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        },
        "flagValues": {
          "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.",
          "type": "array",
          "items": {
            "type": "boolean"
          }
        },
        "primaryValues": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "description": "Data for the PRIMARY MetricValueType."
        },
        "comparisonPercentOfTotalValues": {
          "description": "Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "type": "array"
        },
        "primaryPercentOfTotalValues": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "type": "array",
          "description": "Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType."
        },
        "comparisonValues": {
          "description": "Data for the COMPARISON MetricValueType.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          },
          "type": "array"
        },
        "relativeChangeValues": {
          "description": "Data for the RELATIVE_CHANGE MetricValueType.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ReportValue"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateSlatesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateSlatesResponse",
      "description": "Response object for `BatchUpdateSlates` method.",
      "properties": {
        "slates": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Slate"
          },
          "description": "The `Slate` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ScheduleOptions": {
      "id": "GoogleAdsAdmanagerV1__ScheduleOptions",
      "description": "The options for a scheduled report.",
      "properties": {
        "deliveryCondition": {
          "enumDescriptions": [
            "Never deliver report.",
            "Always deliver report.",
            "Deliver report when flag's conditions are met."
          ],
          "type": "string",
          "description": "Option for when to deliver the scheduled report.",
          "enum": [
            "NEVER",
            "ALWAYS",
            "WHEN_FLAG_CONDITIONS_MET"
          ]
        },
        "flags": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1_ReportDefinition_Flag"
          },
          "type": "array",
          "description": "Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT is specified."
        },
        "schedule": {
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule",
          "description": "Information pertaining to schedule itself."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue": {
      "type": "object",
      "id": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdownCriteriaBreakdown_CriteriaBreakdownSummaryValue",
      "description": "A single criteria breakdown value.",
      "properties": {
        "entry": {
          "description": "Output only. The criteria breakdown entry.",
          "readOnly": true,
          "$ref": "GoogleAdsAdmanagerMain_DeliveryForecastBreakdown_CriteriaBreakdownEntry"
        },
        "forecast": {
          "$ref": "GoogleAdsAdmanagerMain__DeliveryForecast",
          "description": "Output only. The delivery forecast for this criteria breakdown entry.",
          "readOnly": true
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesResponse",
      "description": "Response object for `BatchCreateDaiEncodingProfiles` method.",
      "properties": {
        "daiEncodingProfiles": {
          "description": "The `DaiEncodingProfile` objects created.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateTargetingPresetRequest": {
      "id": "GoogleAdsAdmanagerV1__CreateTargetingPresetRequest",
      "description": "Request object for `CreateTargetingPreset` method.",
      "properties": {
        "parent": {
          "description": "Required. The parent resource where this `TargetingPreset` will be created. Format: `networks/{network_code}`",
          "type": "string"
        },
        "targetingPreset": {
          "$ref": "GoogleAdsAdmanagerV1__TargetingPreset",
          "description": "Required. The `TargetingPreset` to create."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__LineItemStats": {
      "id": "GoogleAdsAdmanagerV1__LineItemStats",
      "description": "Contains trafficking statistics for LineItem.",
      "properties": {
        "videoCompletionsDelivered": {
          "type": "string",
          "description": "Output only. The number of video completions delivered.",
          "readOnly": true,
          "format": "int64"
        },
        "clicksDelivered": {
          "description": "Output only. The number of clicks delivered",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "impressionsDelivered": {
          "description": "Output only. The number of impressions delivered.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "videoStartsDelivered": {
          "description": "Output only. The number of video starts delivered.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "viewableImpressionsDelivered": {
          "description": "Output only. The number of viewable impressions delivered.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "deliveryData": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Output only. Clicks or impressions delivered for each of the last 7 days. Values are in chronological order (oldest to newest).",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__VideoSettings": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__VideoSettings",
      "description": "Information about the video settings of an encoding profile.",
      "properties": {
        "codec": {
          "description": "Required. The RFC6381 codec string of the video.",
          "type": "string"
        },
        "framesPerSecond": {
          "type": "number",
          "description": "Required. The frames per second of the video. This value will be truncated to three decimal places.",
          "format": "double"
        },
        "bitrate": {
          "description": "Required. The bitrate of the video, in bits per second. This value must be between 32kbps and 250 Mbps.",
          "format": "int64",
          "type": "string"
        },
        "resolution": {
          "description": "Required. The resolution of the video, in pixels.",
          "$ref": "GoogleAdsAdmanagerV1__Size"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListDaiAuthenticationKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListDaiAuthenticationKeysResponse",
      "description": "Response object for `ListDaiAuthenticationKeysRequest` containing matching `DaiAuthenticationKey` objects.",
      "properties": {
        "daiAuthenticationKeys": {
          "description": "The `DaiAuthenticationKey` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
          },
          "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 `DaiAuthenticationKey` 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__BatchPauseOrdersResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchPauseOrdersResponse",
      "description": "Response object for `BatchPauseOrders` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1_CreativeTemplateVariableListStringCreativeTemplateVariable_VariableChoice",
      "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__BatchActivateCustomTargetingValuesRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingValuesRequest",
      "description": "Request object for `BatchActivateCustomTargetingValues` method.",
      "properties": {
        "requests": {
          "description": "Required. The `CustomTargetingValue` objects to activate. A maximum of 100 objects can be activated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__ActivateCustomTargetingValueRequest"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__CreativeTemplate": {
      "id": "GoogleAdsAdmanagerV1__CreativeTemplate",
      "description": "A template that can be used to create a TemplateCreative.",
      "properties": {
        "nativeEligible": {
          "description": "Optional. `True` if this creative template produces native-eligible creatives.",
          "type": "boolean"
        },
        "description": {
          "description": "Optional. The description of the creative template.",
          "type": "string"
        },
        "variables": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeTemplateVariable"
          },
          "type": "array",
          "description": "Required. The list of creative template variables."
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the creative template. This has a maximum length of 255 characters."
        },
        "status": {
          "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"
          ],
          "type": "string",
          "description": "Output only. The status of the creative template. This attribute is assigned by Google.",
          "readOnly": true,
          "enum": [
            "CREATIVE_TEMPLATE_STATUS_UNSPECIFIED",
            "ACTIVE",
            "DELETED",
            "INACTIVE"
          ]
        },
        "safeFrameCompatible": {
          "description": "Optional. Whether the Creative produced is compatible for SafeFrame rendering. This attribute defaults to `True`.",
          "type": "boolean"
        },
        "snippet": {
          "description": "Required. The code snippet of the creative template, with placeholders for the associated variables.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "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."
          ],
          "description": "Optional. The type of the creative template. Users can only create or update `CreativeTemplateType.CUSTOM` templates.",
          "enum": [
            "CREATIVE_TEMPLATE_TYPE_UNSPECIFIED",
            "STANDARD",
            "CUSTOM"
          ]
        },
        "interstitial": {
          "description": "Optional. `True` if this creative template produces out-of-page creatives. Creative templates with this setting enabled must include the viewed impression macro.",
          "type": "boolean"
        },
        "name": {
          "description": "Identifier. The resource name of the creative template. Format: `networks/{network_code}/creativeTemplates/{creative_template_id}`",
          "type": "string"
        },
        "nativeVideoEligible": {
          "type": "boolean",
          "description": "Optional. `True` if this creative template produces native video-eligible creatives."
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BandwidthTargeting": {
      "id": "GoogleAdsAdmanagerV1__BandwidthTargeting",
      "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": {
          "description": "Optional. A list of resource names of the bandwidth groups that should be excluded.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule": {
      "id": "GoogleAdsAdmanagerV1_ScheduleOptions_Schedule",
      "description": "The schedule for the report",
      "properties": {
        "startDate": {
          "$ref": "GoogleType__Date",
          "description": "Date for the first run of the report."
        },
        "endDate": {
          "description": "Date for the final run of the report.",
          "$ref": "GoogleType__Date"
        },
        "weeklySchedule": {
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_WeeklySchedule",
          "description": "Days of week to schedule report run."
        },
        "monthlySchedule": {
          "$ref": "GoogleAdsAdmanagerV1_ScheduleOptionsSchedule_MonthlySchedule",
          "description": "Days of month 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"
        },
        "frequency": {
          "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."
          ],
          "type": "string",
          "description": "Frequency to run report.",
          "enum": [
            "FREQUENCY_UNSPECIFIED",
            "HOURLY",
            "TWO_TIMES_DAILY",
            "THREE_TIMES_DAILY",
            "FOUR_TIMES_DAILY",
            "DAILY",
            "WEEKLY",
            "MONTHLY"
          ]
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse",
      "description": "Response object for `ListCustomTargetingKeysRequest` containing matching `CustomTargetingKey` objects.",
      "properties": {
        "customTargetingKeys": {
          "description": "The `CustomTargetingKey` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
          },
          "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 `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",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListSitesResponse": {
      "id": "GoogleAdsAdmanagerV1__ListSitesResponse",
      "description": "Response object for `ListSitesRequest` containing matching `Site` objects.",
      "properties": {
        "totalSize": {
          "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",
          "type": "integer"
        },
        "sites": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Site"
          },
          "type": "array",
          "description": "The `Site` 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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1_CreativeTemplateVariable_LongCreativeTemplateVariable": {
      "type": "object",
      "id": "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": {
        "defaultValue": {
          "type": "string",
          "description": "Optional. Default value to be filled in when creating creatives from the creative template.",
          "format": "int64"
        },
        "sampleValue": {
          "description": "Optional. Sample value that is used when previewing the template in the UI.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchAdReviewCenterAdsOperationMetadata": {
      "id": "GoogleAdsAdmanagerV1__BatchAdReviewCenterAdsOperationMetadata",
      "description": "Metadata object for `BatchAllowAdReviewCenterAds` and `BatchBlockAdReviewCenterAds` methods.",
      "properties": {
        "failedRequests": {
          "description": "The status of each failed request, keyed by the index of the corresponding request in the batch request.",
          "additionalProperties": {
            "$ref": "GoogleRpc__Status"
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__PrivateAuctionDeal": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__PrivateAuctionDeal",
      "description": "The `PrivateAuctionDeal` resource.",
      "properties": {
        "auctionPriorityEnabled": {
          "description": "Optional. Whether the deal is enabled with priority over open auction.",
          "type": "boolean"
        },
        "blockOverrideEnabled": {
          "type": "boolean",
          "description": "Optional. Whether the deal has block override enabled."
        },
        "updateTime": {
          "description": "Output only. The instant at which the `PrivateAuctionDeal` was last updated.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "creativeSizes": {
          "description": "Optional. The expected creative sizes of the `PrivateAuctionDeal`.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Size"
          },
          "type": "array"
        },
        "buyerPermissionType": {
          "type": "string",
          "enumDescriptions": [
            "No value specified.",
            "The deal only transacts with the buyer specified.",
            "The deal transacts with all buyers under the same bidder."
          ],
          "description": "Optional. The buyer permission model defining how the deal would transact among all buyers under the same bidder.",
          "enum": [
            "DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED",
            "NEGOTIATOR_ONLY",
            "BIDDER"
          ]
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the `PrivateAuctionDeal`. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`"
        },
        "buyerData": {
          "description": "Optional. The buyer data required by the Marketplace API.",
          "$ref": "GoogleAdsAdmanagerV1_PrivateAuctionDeal_BuyerData"
        },
        "createTime": {
          "description": "Output only. The instant at which the `PrivateAuctionDeal` was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "privateAuctionDisplayName": {
          "type": "string",
          "description": "Output only. The display name of the [PrivateAuction](google.ads.admanager.v1.PrivateAuction).",
          "readOnly": true
        },
        "privateAuctionDealId": {
          "type": "string",
          "description": "Output only. Deprecated: `PrivateAuctionDeal` ID.",
          "readOnly": true,
          "format": "int64",
          "deprecated": true
        },
        "privateAuctionId": {
          "description": "Immutable. The ID of the [PrivateAuction](google.ads.admanager.v1.PrivateAuction).",
          "format": "int64",
          "type": "string"
        },
        "externalDealId": {
          "description": "Output only. The external ID of the `PrivateAuctionDeal`.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "floorPrice": {
          "$ref": "GoogleType__Money",
          "description": "Required. The floor price of the `PrivateAuctionDeal`."
        },
        "endTime": {
          "type": "string",
          "description": "Optional. The end time of the `PrivateAuctionDeal`.",
          "format": "google-datetime"
        },
        "buyerAccountId": {
          "type": "string",
          "description": "Immutable. The account ID of the buyer of the `PrivateAuctionDeal`.",
          "format": "int64"
        },
        "status": {
          "type": "string",
          "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."
          ],
          "description": "Output only. The status of the `PrivateAuctionDeal`.",
          "readOnly": true,
          "enum": [
            "PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED",
            "PENDING",
            "ACTIVE",
            "CANCELED",
            "SELLER_PAUSED",
            "BUYER_PAUSED",
            "COMPLETED"
          ]
        },
        "targeting": {
          "$ref": "GoogleAdsAdmanagerV1__Targeting",
          "description": "Optional. The targeting of the `PrivateAuctionDeal`."
        },
        "dealPriority": {
          "$ref": "GoogleAdsAdmanagerV1__NonGuaranteedDealPriority",
          "description": "Optional. The priority of the deal across all non-guaranteed deals."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsResponse",
      "description": "Response object for `BatchUpdateCdnConfigs` method.",
      "properties": {
        "cdnConfigs": {
          "description": "The `CdnConfig` objects updated.",
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
          }
        }
      }
    },
    "GoogleAdsAdmanagerV1__McmEarnings": {
      "id": "GoogleAdsAdmanagerV1__McmEarnings",
      "description": "The earnings for a given month between a parent and child publisher in MCM",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Output only. The parent publisher in the MCM relationship. Format: `networks/{network_code}`",
          "readOnly": true
        },
        "totalEarnings": {
          "$ref": "GoogleType__Money",
          "description": "Output only. The total earnings for the month.",
          "readOnly": true
        },
        "earningsProductBreakdown": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__EarningsProductBreakdown"
          },
          "type": "array",
          "description": "Output only. The product type breakdown of earnings for a given month between a parent and child publisher in MCM.",
          "readOnly": true
        },
        "parentDisplayName": {
          "description": "Output only. The name of the parent publisher.",
          "readOnly": true,
          "type": "string"
        },
        "delegationType": {
          "enumDescriptions": [
            "No value specified",
            "Indicates the parent network gets complete access to the child network's account.",
            "Indicates a subset of the ad requests from the child are delegated to the parent, determined by the tag on the child network's web pages. The parent network does not have access to the child network, as a subset of the inventory could be owned and operated by the child network."
          ],
          "type": "string",
          "description": "Output only. The current type of MCM delegation between the parent and child publisher.",
          "readOnly": true,
          "enum": [
            "DELEGATION_TYPE_UNSPECIFIED",
            "MANAGE_ACCOUNT",
            "MANAGE_INVENTORY"
          ]
        },
        "deductions": {
          "description": "Output only. The deductions for the month due to spam in micro units. Null for earnings prior to August 2020.",
          "readOnly": true,
          "$ref": "GoogleType__Money"
        },
        "childPublisher": {
          "description": "Output only. The resource name of the child publisher in the MCM relationship. Format: \"networks/{network_code}/childPublishers/{child_publisher_id}\"",
          "readOnly": true,
          "type": "string"
        },
        "child": {
          "description": "Output only. The resource name of the `ChildPublisher`'s Ad Manager network in the MCM relationship. Format: `networks/{network_code}`",
          "readOnly": true,
          "type": "string"
        },
        "childDisplayName": {
          "description": "Output only. The name of the child publisher in the MCM relationship.",
          "readOnly": true,
          "type": "string"
        },
        "childPayment": {
          "description": "Output only. The portion of the total earnings paid to the child publisher.",
          "readOnly": true,
          "$ref": "GoogleType__Money"
        },
        "parentPayment": {
          "description": "Output only. The portion of the total earnings paid to the parent publisher.",
          "readOnly": true,
          "$ref": "GoogleType__Money"
        },
        "month": {
          "description": "Output only. The year and month that the MCM earnings data applies to. The date will be specified as the first of the month.",
          "readOnly": true,
          "$ref": "GoogleType__Date"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListSuggestedAdUnitsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListSuggestedAdUnitsResponse",
      "description": "Response object for `ListSuggestedAdUnitsRequest` containing matching `SuggestedAdUnit` objects.",
      "properties": {
        "suggestedAdUnits": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__SuggestedAdUnit"
          },
          "description": "The `SuggestedAdUnit` 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 `SuggestedAdUnit` 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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__Creative": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__Creative",
      "description": "The Creative resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the Creative. Format: `networks/{network_code}/creatives/{creative_id}`"
        },
        "displayName": {
          "description": "Required. Display name of the `Creative`. This attribute has a maximum length of 255 characters.",
          "type": "string"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsRequest",
      "description": "Request object for `BatchArchiveLiveStreams` method.",
      "properties": {
        "names": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The resource names of the `LiveStream`s to archive. Format: `networks/{network_code}/liveStreams/{live_stream_id}`"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest",
      "description": "Request object for `BatchUpdateTeams` method.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__UpdateTeamRequest"
          },
          "description": "Required. The `Team` objects to update. A maximum of 100 objects can be updated in a batch."
        }
      }
    },
    "GoogleAdsAdmanagerV1__RunReportRequest": {
      "id": "GoogleAdsAdmanagerV1__RunReportRequest",
      "description": "Request message for a running a report.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerMain__DeliveryForecast": {
      "id": "GoogleAdsAdmanagerMain__DeliveryForecast",
      "description": "Represents a single delivery data point, with both available and forecast number.",
      "properties": {
        "available": {
          "type": "string",
          "description": "The number of units that can be booked without affecting the delivery of any reserved line items.",
          "format": "int64"
        },
        "possible": {
          "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.",
          "format": "int64"
        },
        "matched": {
          "description": "The number of units matching the specified targeting and delivery settings.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingValuesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingValuesResponse",
      "description": "Response object for `BatchActivateCustomTargetingValues` method.",
      "properties": {}
    },
    "GoogleAdsAdmanagerV1__CustomPacingGoal": {
      "id": "GoogleAdsAdmanagerV1__CustomPacingGoal",
      "description": "An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's getStartTime or the line item's end time if it is the last goal.",
      "properties": {
        "useLineItemStartTime": {
          "description": "Optional. Input only. Whether the [LineItem.start_time] should be used for the start date and time of this goal. This field is not persisted and if it is set to true, the [start_time] field will be populated by the line item's start time.",
          "type": "boolean"
        },
        "amount": {
          "type": "string",
          "description": "Optional. The amount associated with the goal. This field is required.",
          "format": "int64"
        },
        "startTime": {
          "type": "string",
          "description": "Optional. The start date and time of the goal. This field is required unless use_line_item_start_time is true.",
          "format": "google-datetime"
        }
      },
      "type": "object"
    },
    "GoogleLongrunning__ListOperationsResponse": {
      "type": "object",
      "id": "GoogleLongrunning__ListOperationsResponse",
      "description": "The response message for Operations.ListOperations.",
      "properties": {
        "unreachable": {
          "items": {
            "type": "string"
          },
          "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."
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "operations": {
          "items": {
            "$ref": "GoogleLongrunning__Operation"
          },
          "type": "array",
          "description": "A list of operations that matches the specified filter in the request."
        }
      }
    },
    "GoogleAdsAdmanagerV1__CmsMetadataTargeting": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CmsMetadataTargeting",
      "description": "Represents targeting for CMS metadata. The values are ORed together.",
      "properties": {
        "cmsMetadataValues": {
          "description": "Optional. The resource names of the targeted CMS metadata values.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "negative": {
          "description": "Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.",
          "type": "boolean"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse",
      "description": "Response object for `BatchUpdatePlacements` method.",
      "properties": {
        "placements": {
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__Placement"
          },
          "type": "array",
          "description": "The `Placement` objects updated."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse",
      "description": "Response object for `BatchCreateAdUnits` method.",
      "properties": {
        "adUnits": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__AdUnit"
          },
          "description": "The `AdUnit` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListTargetingPresetsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListTargetingPresetsResponse",
      "description": "Response object for `ListTargetingPresetsRequest` containing matching `TargetingPreset` 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 `TargetingPreset` 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",
          "type": "integer"
        },
        "targetingPresets": {
          "description": "The `TargetingPreset` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
          },
          "type": "array"
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse",
      "description": "Response object for `BatchActivateAdUnits` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__ListCreativeSetsResponse": {
      "id": "GoogleAdsAdmanagerV1__ListCreativeSetsResponse",
      "description": "Response object for `ListCreativeSetsRequest` containing matching `CreativeSet` objects.",
      "properties": {
        "totalSize": {
          "description": "Total number of `CreativeSet` 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",
          "type": "integer"
        },
        "creativeSets": {
          "description": "The `CreativeSet` objects from the specified network.",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
          },
          "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"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse",
      "description": "Response object for `BatchCreateCustomFields` method.",
      "properties": {
        "customFields": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CustomField"
          },
          "description": "The `CustomField` objects created."
        }
      }
    },
    "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse",
      "description": "Response object for `ListCreativeTemplatesRequest` containing matching `CreativeTemplate` objects.",
      "properties": {
        "totalSize": {
          "type": "integer",
          "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",
          "format": "int32"
        },
        "creativeTemplates": {
          "type": "array",
          "items": {
            "$ref": "GoogleAdsAdmanagerV1__CreativeTemplate"
          },
          "description": "The `CreativeTemplate` 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."
        }
      }
    },
    "GoogleAdsAdmanagerV1__BatchResumeOrdersResponse": {
      "id": "GoogleAdsAdmanagerV1__BatchResumeOrdersResponse",
      "description": "Response object for `BatchResumeOrders` method.",
      "properties": {},
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookRequest": {
      "id": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookRequest",
      "description": "Request message for `BatchSubmitOrdersForApprovalAndOverbook` method.",
      "properties": {
        "names": {
          "description": "Required. The resource names of the orders to submit for approval and overbook. Format: `networks/{network_code}/orders/{order_id}`",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleAdsAdmanagerV1__CreateAdUnitRequest": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__CreateAdUnitRequest",
      "description": "Request object for `CreateAdUnit` method.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource where this `AdUnit` will be created. Format: `networks/{network_code}`"
        },
        "adUnit": {
          "$ref": "GoogleAdsAdmanagerV1__AdUnit",
          "description": "Required. The `AdUnit` to create."
        }
      }
    },
    "GoogleAdsAdmanagerV1__DaiAuthenticationKey": {
      "type": "object",
      "id": "GoogleAdsAdmanagerV1__DaiAuthenticationKey",
      "description": "A DaiAuthenticationKey is used to authenticate stream requests to the IMA SDK API.",
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the `DaiAuthenticationKey`. Format: `networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key}`",
          "type": "string"
        },
        "status": {
          "description": "Output only. The status of this DaiAuthenticationKey. DAI authentication keys are created in the `ACTIVE` state. Only active keys will be accepted by the IMA SDK API as valid.",
          "readOnly": true,
          "enum": [
            "DAI_AUTHENTICATION_KEY_STATUS_UNSPECIFIED",
            "ACTIVE",
            "INACTIVE"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the API key is actively in use and that the IMA SDK API should accept it as a valid key in requests.",
            "Indicates that the API key is no longer is use and that the IMA SDK API should not accept it as a valid key in requests."
          ],
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The name for this DaiAuthenticationKey."
        },
        "keyType": {
          "description": "Optional. The type of this key, which determines how it should be used on stream create requests.",
          "enum": [
            "DAI_AUTHENTICATION_KEY_TYPE_UNSPECIFIED",
            "API",
            "HMAC"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Indicates that the key is a standard API key and should be used with the api-key SDK parameter when authenticating stream create requests.",
            "Indicates that the key is an HMAC key and should be used to generate a signature for the stream create request with the auth-token SDK parameter."
          ]
        }
      }
    },
    "GoogleAdsAdmanagerV1__MobileApplicationTargeting": {
      "id": "GoogleAdsAdmanagerV1__MobileApplicationTargeting",
      "description": "Mobile Application Targeting",
      "properties": {
        "firstPartyTargeting": {
          "$ref": "GoogleAdsAdmanagerV1__FirstPartyMobileApplicationTargeting",
          "description": "Optional. The targeted/excluded first-party mobile applications."
        }
      },
      "type": "object"
    }
  },
  "ownerName": "Google",
  "ownerDomain": "google.com",
  "id": "admanager:v1",
  "name": "admanager",
  "version_module": true,
  "documentationLink": "https://developers.google.com/ad-manager/api/beta/reference/rest",
  "kind": "discovery#restDescription",
  "batchPath": "batch",
  "resources": {
    "networks": {
      "resources": {
        "deviceCapabilities": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the DeviceCapability. Format: `networks/{network_code}/deviceCapabilities/{device_capability_id}`",
                  "pattern": "^networks/[^/]+/deviceCapabilities/[^/]+$",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/deviceCapabilities/{deviceCapabilitiesId}",
              "description": "Retrieves a `DeviceCapability` object.",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceCapability"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.deviceCapabilities.get",
              "path": "v1/{+name}"
            },
            "list": {
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceCapabilitiesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.deviceCapabilities.list",
              "path": "v1/{+parent}/deviceCapabilities",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of DeviceCapabilities. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "type": "string"
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "flatPath": "v1/networks/{networksId}/deviceCapabilities",
              "description": "Lists `DeviceCapability` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "contentBundles": {
          "methods": {
            "batchActivate": {
              "id": "admanager.networks.contentBundles.batchActivate",
              "path": "v1/{+parent}/contentBundles:batchActivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateContentBundlesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/contentBundles:batchActivate",
              "description": "Activate a list of `ContentBundle` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateContentBundlesRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `ContentBundles` will be activated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "batchDeactivate": {
              "id": "admanager.networks.contentBundles.batchDeactivate",
              "path": "v1/{+parent}/contentBundles:batchDeactivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/contentBundles:batchDeactivate",
              "description": "Deactivates a list of `ContentBundle` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateContentBundlesRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `ContentBundles` will be deactivated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "get": {
              "id": "admanager.networks.contentBundles.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ContentBundle"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/contentBundles/{contentBundlesId}",
              "description": "Retrieves a `ContentBundle` object.",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the ContentBundle. Format: `networks/{network_code}/contentBundles/{content_bundle_id}`",
                  "pattern": "^networks/[^/]+/contentBundles/[^/]+$"
                }
              }
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/contentBundles",
              "description": "Lists `ContentBundle` objects.",
              "parameters": {
                "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": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of ContentBundles. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 - updateTime "
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "id": "admanager.networks.contentBundles.list",
              "path": "v1/{+parent}/contentBundles",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentBundlesResponse"
              },
              "httpMethod": "GET"
            }
          }
        },
        "daiEncodingProfiles": {
          "methods": {
            "batchActivate": {
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles:batchActivate",
              "description": "Activates a list of `DaiEncodingProfile` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.daiEncodingProfiles.batchActivate",
              "path": "v1/{+parent}/daiEncodingProfiles:batchActivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateDaiEncodingProfilesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            },
            "patch": {
              "id": "admanager.networks.daiEncodingProfiles.patch",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
              },
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles/{daiEncodingProfilesId}",
              "description": "Updates a `DaiEncodingProfile` object.",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the `DaiEncodingProfile`. Format: `networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}`",
                  "pattern": "^networks/[^/]+/daiEncodingProfiles/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
              }
            },
            "create": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.daiEncodingProfiles.create",
              "path": "v1/{+parent}/daiEncodingProfiles",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where this `DaiEncodingProfile` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles",
              "description": "Creates a `DaiEncodingProfile` object."
            },
            "batchUpdate": {
              "id": "admanager.networks.daiEncodingProfiles.batchUpdate",
              "path": "v1/{+parent}/daiEncodingProfiles:batchUpdate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles:batchUpdate",
              "description": "Batch updates `DaiEncodingProfile` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateDaiEncodingProfilesRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `DaiEncodingProfiles` will be updated. Format: `networks/{network_code}` The parent field in the UpdateDaiEncodingProfileRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "batchArchive": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesResponse"
              },
              "id": "admanager.networks.daiEncodingProfiles.batchArchive",
              "path": "v1/{+parent}/daiEncodingProfiles:batchArchive",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveDaiEncodingProfilesRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles:batchArchive",
              "description": "Archives a list of `DaiEncodingProfile` objects."
            },
            "batchCreate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `DaiEncodingProfiles` will be created. Format: `networks/{network_code}` The parent field in the CreateDaiEncodingProfileRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles:batchCreate",
              "description": "Batch creates `DaiEncodingProfile` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateDaiEncodingProfilesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.daiEncodingProfiles.batchCreate",
              "path": "v1/{+parent}/daiEncodingProfiles:batchCreate"
            },
            "get": {
              "id": "admanager.networks.daiEncodingProfiles.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiEncodingProfile"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles/{daiEncodingProfilesId}",
              "description": "Retrieves a `DaiEncodingProfile` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the DaiEncodingProfile. Format: `networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}`",
                  "pattern": "^networks/[^/]+/daiEncodingProfiles/[^/]+$",
                  "type": "string"
                }
              }
            },
            "list": {
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListDaiEncodingProfiles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDaiEncodingProfiles` must match the call that provided the page token.",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - containerType - displayName - name - status - variantType "
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. The maximum number of `DaiEncodingProfiles` to return. The service may return fewer than this value. If unspecified, at most 50 `DaiEncodingProfiles` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "format": "int32",
                  "location": "query"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of DaiEncodingProfiles. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "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"
                }
              },
              "flatPath": "v1/networks/{networksId}/daiEncodingProfiles",
              "description": "Lists `DaiEncodingProfile` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDaiEncodingProfilesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.daiEncodingProfiles.list",
              "path": "v1/{+parent}/daiEncodingProfiles"
            }
          }
        },
        "privateAuctions": {
          "methods": {
            "patch": {
              "id": "admanager.networks.privateAuctions.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/privateAuctions/{privateAuctionsId}",
              "description": "Updates a `PrivateAuction` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `PrivateAuction`. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
                  "pattern": "^networks/[^/]+/privateAuctions/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              }
            },
            "create": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where this `PrivateAuction` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/privateAuctions",
              "description": "Creates a `PrivateAuction` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.privateAuctions.create",
              "path": "v1/{+parent}/privateAuctions"
            },
            "get": {
              "id": "admanager.networks.privateAuctions.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuction"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/privateAuctions/{privateAuctionsId}",
              "description": "Retrieves a `PrivateAuction` object.",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the PrivateAuction. Format: `networks/{network_code}/privateAuctions/{private_auction_id}`",
                  "pattern": "^networks/[^/]+/privateAuctions/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "list": {
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageToken": {
                  "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",
                  "type": "string"
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of PrivateAuctions. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "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"
                }
              },
              "flatPath": "v1/networks/{networksId}/privateAuctions",
              "description": "Lists `PrivateAuction` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPrivateAuctionsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.privateAuctions.list",
              "path": "v1/{+parent}/privateAuctions"
            }
          }
        },
        "contacts": {
          "methods": {
            "create": {
              "id": "admanager.networks.contacts.create",
              "path": "v1/{+parent}/contacts",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/contacts",
              "description": "Creates a `Contact` object.",
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Contact` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              }
            },
            "batchUpdate": {
              "flatPath": "v1/networks/{networksId}/contacts:batchUpdate",
              "description": "Batch updates `Contact` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateContactsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.contacts.batchUpdate",
              "path": "v1/{+parent}/contacts:batchUpdate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateContactsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/contacts/{contactsId}",
              "description": "Updates a `Contact` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `Contact`. Format: `networks/{network_code}/contacts/{contact_id}`",
                  "pattern": "^networks/[^/]+/contacts/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              },
              "id": "admanager.networks.contacts.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "batchCreate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateContactsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.contacts.batchCreate",
              "path": "v1/{+parent}/contacts:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateContactsRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `Contacts` will be created. Format: `networks/{network_code}` The parent field in the CreateContactRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/contacts:batchCreate",
              "description": "Creates `Contact` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Contact"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.contacts.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the Contact. Format: `networks/{network_code}/contacts/{contact_id}`",
                  "pattern": "^networks/[^/]+/contacts/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/contacts/{contactsId}",
              "description": "Retrieves a `Contact` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContactsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.contacts.list",
              "path": "v1/{+parent}/contacts",
              "parameters": {
                "pageToken": {
                  "type": "string",
                  "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"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Contacts. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "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"
                }
              },
              "flatPath": "v1/networks/{networksId}/contacts",
              "description": "Lists `Contact` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "mcmEarnings": {
          "methods": {
            "fetch": {
              "parameters": {
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "month.year": {
                  "type": "integer",
                  "location": "query",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "format": "int32"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `McmEarnings` to return. The service may return fewer than this value. If unspecified, at most 50 `McmEarnings` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `FetchMcmEarnings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchMcmEarnings` must match the call that provided the page token."
                },
                "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"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "month.day": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of McmEarnings. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "month.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",
                  "location": "query"
                }
              },
              "flatPath": "v1/networks/{networksId}/mcmEarnings:fetch",
              "description": "Lists `McmEarnings` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__FetchMcmEarningsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.mcmEarnings.fetch",
              "path": "v1/{+parent}/mcmEarnings:fetch"
            }
          }
        },
        "teams": {
          "methods": {
            "create": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "id": "admanager.networks.teams.create",
              "path": "v1/{+parent}/teams",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where this `Team` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/teams",
              "description": "Creates a `Team` object."
            },
            "batchUpdate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTeamsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `Teams` will be updated. Format: `networks/{network_code}` The parent field in the UpdateTeamRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/teams:batchUpdate",
              "description": "Batch updates `Team` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTeamsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.teams.batchUpdate",
              "path": "v1/{+parent}/teams:batchUpdate"
            },
            "patch": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/teams/{teamsId}",
              "description": "Updates a `Team` object.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `Team`. Format: `networks/{network_code}/teams/{team_id}`",
                  "pattern": "^networks/[^/]+/teams/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "id": "admanager.networks.teams.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              }
            },
            "batchActivate": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateTeamsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.teams.batchActivate",
              "path": "v1/{+parent}/teams:batchActivate",
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateTeamsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/teams:batchActivate",
              "description": "Batch activates `Team` objects."
            },
            "get": {
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the Team. Format: `networks/{network_code}/teams/{team_id}`",
                  "pattern": "^networks/[^/]+/teams/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/teams/{teamsId}",
              "description": "Retrieves a `Team` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Team"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.teams.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Teams. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "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": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/teams",
              "description": "Lists `Team` objects.",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListTeamsResponse"
              },
              "id": "admanager.networks.teams.list",
              "path": "v1/{+parent}/teams"
            },
            "batchCreate": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTeamsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.teams.batchCreate",
              "path": "v1/{+parent}/teams:batchCreate",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `Teams` will be created. Format: `networks/{network_code}` The parent field in the CreateTeamRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTeamsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/teams:batchCreate",
              "description": "Creates `Team` objects."
            },
            "batchDeactivate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/teams:batchDeactivate",
              "description": "Batch deactivates `Team` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsRequest"
              },
              "id": "admanager.networks.teams.batchDeactivate",
              "path": "v1/{+parent}/teams:batchDeactivate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTeamsResponse"
              }
            }
          }
        },
        "adUnitSizes": {
          "methods": {
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adUnitSizes",
              "description": "Lists `AdUnitSize` objects.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of AdUnitSizes. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "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"
                },
                "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                }
              },
              "id": "admanager.networks.adUnitSizes.list",
              "path": "v1/{+parent}/adUnitSizes",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdUnitSizesResponse"
              }
            }
          }
        },
        "audienceSegments": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the AudienceSegment. Format: `networks/{network_code}/audienceSegments/{audience_segment_id}`",
                  "pattern": "^networks/[^/]+/audienceSegments/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/audienceSegments/{audienceSegmentsId}",
              "description": "Retrieves an `AudienceSegment` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AudienceSegment"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.audienceSegments.get",
              "path": "v1/{+name}"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAudienceSegmentsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.audienceSegments.list",
              "path": "v1/{+parent}/audienceSegments",
              "parameters": {
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "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",
                  "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 ",
                  "location": "query"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "type": "string",
                  "description": "Required. The parent publisher network associated with these audience segments. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/audienceSegments",
              "description": "Lists `AudienceSegment` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "customFields": {
          "methods": {
            "batchCreate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customFields:batchCreate",
              "description": "Creates `CustomField` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `CustomFields` will be created. Format: `networks/{network_code}` The parent field in the CreateCustomFieldRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsRequest"
              },
              "id": "admanager.networks.customFields.batchCreate",
              "path": "v1/{+parent}/customFields:batchCreate",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomFieldsResponse"
              },
              "httpMethod": "POST"
            },
            "batchDeactivate": {
              "flatPath": "v1/networks/{networksId}/customFields:batchDeactivate",
              "description": "Deactivates a list of `CustomField` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.customFields.batchDeactivate",
              "path": "v1/{+parent}/customFields:batchDeactivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomFieldsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.customFields.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the CustomField. Format: `networks/{network_code}/customFields/{custom_field_id}`",
                  "pattern": "^networks/[^/]+/customFields/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/customFields/{customFieldsId}",
              "description": "Retrieves a `CustomField` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "id": "admanager.networks.customFields.list",
              "path": "v1/{+parent}/customFields",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomFieldsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/customFields",
              "description": "Lists `CustomField` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CustomFields. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "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": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "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"
                },
                "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": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                }
              }
            },
            "create": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where this `CustomField` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customFields",
              "description": "Creates a `CustomField` object.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.customFields.create",
              "path": "v1/{+parent}/customFields"
            },
            "batchUpdate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customFields:batchUpdate",
              "description": "Batch updates `CustomField` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsRequest"
              },
              "id": "admanager.networks.customFields.batchUpdate",
              "path": "v1/{+parent}/customFields:batchUpdate",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomFieldsResponse"
              },
              "httpMethod": "POST"
            },
            "batchActivate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customFields:batchActivate",
              "description": "Activates a list of `CustomField` objects.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomFieldsResponse"
              },
              "id": "admanager.networks.customFields.batchActivate",
              "path": "v1/{+parent}/customFields:batchActivate"
            },
            "patch": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `CustomField`. Format: `networks/{network_code}/customFields/{custom_field}`",
                  "pattern": "^networks/[^/]+/customFields/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "flatPath": "v1/networks/{networksId}/customFields/{customFieldsId}",
              "description": "Updates a `CustomField` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomField"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "id": "admanager.networks.customFields.patch",
              "path": "v1/{+name}"
            }
          }
        },
        "labels": {
          "methods": {
            "batchActivate": {
              "flatPath": "v1/networks/{networksId}/labels:batchActivate",
              "description": "Activates `Label` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLabelsRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "id": "admanager.networks.labels.batchActivate",
              "path": "v1/{+parent}/labels:batchActivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLabelsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "patch": {
              "httpMethod": "PATCH",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "id": "admanager.networks.labels.patch",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `Label`. Format: `networks/{network_code}/labels/{label_id}`",
                  "pattern": "^networks/[^/]+/labels/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/labels/{labelsId}",
              "description": "Updates a `Label` object."
            },
            "create": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/labels",
              "description": "Creates a `Label` object.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where this `Label` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "id": "admanager.networks.labels.create",
              "path": "v1/{+parent}/labels",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "httpMethod": "POST"
            },
            "batchUpdate": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLabelsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.labels.batchUpdate",
              "path": "v1/{+parent}/labels:batchUpdate",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `Labels` will be updated. Format: `networks/{network_code}` The parent field in the UpdateLabelRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLabelsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/labels:batchUpdate",
              "description": "Batch updates `Label` objects."
            },
            "batchCreate": {
              "flatPath": "v1/networks/{networksId}/labels:batchCreate",
              "description": "Creates `Label` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLabelsRequest"
              },
              "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.labels.batchCreate",
              "path": "v1/{+parent}/labels:batchCreate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLabelsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchDeactivate": {
              "id": "admanager.networks.labels.batchDeactivate",
              "path": "v1/{+parent}/labels:batchDeactivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/labels:batchDeactivate",
              "description": "Deactivates `Label` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateLabelsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Label"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.labels.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the Label. Format: `networks/{network_code}/labels/{label_id}`",
                  "pattern": "^networks/[^/]+/labels/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/labels/{labelsId}",
              "description": "Retrieves a `Label` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Labels. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "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:* - active - description - displayName - name - types ",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/labels",
              "description": "Lists `Label` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLabelsResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.labels.list",
              "path": "v1/{+parent}/labels"
            }
          }
        },
        "sites": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/sites/{sitesId}",
              "description": "Retrieves a `Site` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the Site. Format: `networks/{network_code}/sites/{site_id}`",
                  "pattern": "^networks/[^/]+/sites/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.sites.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/sites",
              "description": "Lists `Site` objects.",
              "parameters": {
                "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",
                  "description": "Required. The parent, which owns this collection of Sites. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageSize": {
                  "type": "integer",
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "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"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                }
              },
              "id": "admanager.networks.sites.list",
              "path": "v1/{+parent}/sites",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListSitesResponse"
              }
            },
            "batchCreate": {
              "flatPath": "v1/networks/{networksId}/sites:batchCreate",
              "description": "Creates `Site` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSitesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `Sites` will be created. Format: `networks/{network_code}` The parent field in the CreateSiteRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.sites.batchCreate",
              "path": "v1/{+parent}/sites:batchCreate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSitesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchDeactivate": {
              "flatPath": "v1/networks/{networksId}/sites:batchDeactivate",
              "description": "Deactivates a list of `Site` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateSitesRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "id": "admanager.networks.sites.batchDeactivate",
              "path": "v1/{+parent}/sites:batchDeactivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateSitesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/sites/{sitesId}",
              "description": "Updates a `Site` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Identifier. The resource name of the `Site`. Format: `networks/{network_code}/sites/{site_id}`",
                  "pattern": "^networks/[^/]+/sites/[^/]+$"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "id": "admanager.networks.sites.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "batchSubmitForApproval": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/sites:batchSubmitForApproval",
              "description": "Submits a list of `Site` objects for approval.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalRequest"
              },
              "id": "admanager.networks.sites.batchSubmitForApproval",
              "path": "v1/{+parent}/sites:batchSubmitForApproval",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitSitesForApprovalResponse"
              },
              "httpMethod": "POST"
            },
            "create": {
              "id": "admanager.networks.sites.create",
              "path": "v1/{+parent}/sites",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/sites",
              "description": "Creates a `Site` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Site"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where this `Site` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "batchUpdate": {
              "flatPath": "v1/networks/{networksId}/sites:batchUpdate",
              "description": "Batch updates `Site` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSitesRequest"
              },
              "parameters": {
                "parent": {
                  "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.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.sites.batchUpdate",
              "path": "v1/{+parent}/sites:batchUpdate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSitesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            }
          }
        },
        "orders": {
          "methods": {
            "batchSubmitForApproval": {
              "flatPath": "v1/networks/{networksId}/orders:batchSubmitForApproval",
              "description": "Submits a list of `Order` objects for approval.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.orders.batchSubmitForApproval",
              "path": "v1/{+parent}/orders:batchSubmitForApproval",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchCreate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateOrdersRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Orders` will be created. Format: `networks/{network_code}` The parent field in the CreateOrderRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/orders:batchCreate",
              "description": "Creates `Order` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateOrdersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.orders.batchCreate",
              "path": "v1/{+parent}/orders:batchCreate"
            },
            "batchApproveAndOverbook": {
              "id": "admanager.networks.orders.batchApproveAndOverbook",
              "path": "v1/{+parent}/orders:batchApproveAndOverbook",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchApproveAndOverbook",
              "description": "Approves and overbooks a list of `Order` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveAndOverbookOrdersRequest"
              }
            },
            "get": {
              "id": "admanager.networks.orders.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Order"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/orders/{ordersId}",
              "description": "Retrieves an `Order` object.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the Order. Format: `networks/{network_code}/orders/{order_id}`",
                  "pattern": "^networks/[^/]+/orders/[^/]+$",
                  "type": "string"
                }
              }
            },
            "batchSubmitForApprovalWithoutReservationChanges": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/orders:batchSubmitForApprovalWithoutReservationChanges",
              "description": "Submits a list of `Order` objects for approval without changing reservation status.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalWithoutReservationChangesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.orders.batchSubmitForApprovalWithoutReservationChanges",
              "path": "v1/{+parent}/orders:batchSubmitForApprovalWithoutReservationChanges"
            },
            "batchDelete": {
              "id": "admanager.networks.orders.batchDelete",
              "path": "v1/{+parent}/orders:batchDelete",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeleteOrdersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchDelete",
              "description": "Deletes a list of `Order` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeleteOrdersRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "batchRetractWithoutReservationChanges": {
              "flatPath": "v1/networks/{networksId}/orders:batchRetractWithoutReservationChanges",
              "description": "Retracts a list of `Order` objects without changing reservation status.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.orders.batchRetractWithoutReservationChanges",
              "path": "v1/{+parent}/orders:batchRetractWithoutReservationChanges",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRetractOrdersWithoutReservationChangesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchArchive": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveOrdersRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchArchive",
              "description": "Archives a list of `Order` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveOrdersResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.orders.batchArchive",
              "path": "v1/{+parent}/orders:batchArchive"
            },
            "batchUpdate": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateOrdersResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.orders.batchUpdate",
              "path": "v1/{+parent}/orders:batchUpdate",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `Orders` will be updated. Format: `networks/{network_code}` The parent field in the UpdateOrderRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateOrdersRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchUpdate",
              "description": "Batch updates `Order` objects."
            },
            "batchSubmitForApprovalAndOverbook": {
              "flatPath": "v1/networks/{networksId}/orders:batchSubmitForApprovalAndOverbook",
              "description": "Submits and overbooks a list of `Order` objects for approval.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.orders.batchSubmitForApprovalAndOverbook",
              "path": "v1/{+parent}/orders:batchSubmitForApprovalAndOverbook",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchSubmitOrdersForApprovalAndOverbookResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            },
            "batchApproveWithoutReservation": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveOrdersWithoutReservationResponse"
              },
              "id": "admanager.networks.orders.batchApproveWithoutReservation",
              "path": "v1/{+parent}/orders:batchApproveWithoutReservation",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveOrdersWithoutReservationRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchApproveWithoutReservation",
              "description": "Approves a list of `Order` objects without changing reservation status."
            },
            "batchResume": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchResume",
              "description": "Resumes a list of `Order` objects.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchResumeOrdersRequest"
              },
              "id": "admanager.networks.orders.batchResume",
              "path": "v1/{+parent}/orders:batchResume",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchResumeOrdersResponse"
              }
            },
            "batchPause": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchPause",
              "description": "Pauses a list of `Order` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseOrdersRequest"
              },
              "id": "admanager.networks.orders.batchPause",
              "path": "v1/{+parent}/orders:batchPause",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseOrdersResponse"
              },
              "httpMethod": "POST"
            },
            "batchResumeAndOverbook": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchResumeAndOverbook",
              "description": "Resumes and overbooks a list of `Order` objects.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersRequest"
              },
              "id": "admanager.networks.orders.batchResumeAndOverbook",
              "path": "v1/{+parent}/orders:batchResumeAndOverbook",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchResumeAndOverbookOrdersResponse"
              }
            },
            "list": {
              "id": "admanager.networks.orders.list",
              "path": "v1/{+parent}/orders",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOrdersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/orders",
              "description": "Lists `Order` objects. Fields used for literal matching in filter string: * `order_id` * `display_name` * `external_order_id`",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 - impressionsDelivered - name - orderId - poNumber - programmatic - salesperson - secondarySalespeople - secondaryTraffickers - startTime - status - totalClicksDelivered - totalViewableImpressionsDelivered - trafficker - updateTime "
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              }
            },
            "batchUnarchive": {
              "id": "admanager.networks.orders.batchUnarchive",
              "path": "v1/{+parent}/orders:batchUnarchive",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchUnarchive",
              "description": "Unarchives a list of `Order` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveOrdersRequest"
              }
            },
            "batchRetract": {
              "flatPath": "v1/networks/{networksId}/orders:batchRetract",
              "description": "Retracts a list of `Order` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRetractOrdersRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.orders.batchRetract",
              "path": "v1/{+parent}/orders:batchRetract",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRetractOrdersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            },
            "batchDisapprove": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.orders.batchDisapprove",
              "path": "v1/{+parent}/orders:batchDisapprove",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/orders:batchDisapprove",
              "description": "Disapproves a list of `Order` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchApprove": {
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveOrdersRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/orders:batchApprove",
              "description": "Approves a list of `Order` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveOrdersResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.orders.batchApprove",
              "path": "v1/{+parent}/orders:batchApprove"
            },
            "batchDisapproveWithoutReservationChanges": {
              "id": "admanager.networks.orders.batchDisapproveWithoutReservationChanges",
              "path": "v1/{+parent}/orders:batchDisapproveWithoutReservationChanges",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/orders:batchDisapproveWithoutReservationChanges",
              "description": "Disapproves a list of `Order` objects without changing reservation status.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDisapproveOrdersWithoutReservationChangesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Orders. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            }
          }
        },
        "liveStreams": {
          "methods": {
            "batchPause": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsResponse"
              },
              "id": "admanager.networks.liveStreams.batchPause",
              "path": "v1/{+parent}/liveStreams:batchPause",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseLiveStreamsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams:batchPause",
              "description": "Batch pauses `LiveStream` objects."
            },
            "list": {
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLiveStreamsResponse"
              },
              "id": "admanager.networks.liveStreams.list",
              "path": "v1/{+parent}/liveStreams",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of LiveStreams. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListLiveStreams` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLiveStreams` must match the call that provided the page token.",
                  "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:* - assetKey - createTime - customAssetKey - daiAuthenticationKeys - daiEncodingProfiles - displayName - dynamicAdInsertionType - effectiveAssetKey - endTime - segmentUrlAuthenticationKeys - slate - sourceContentConfigurations - startTime - status - streamingFormat - updateTime ",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. The maximum number of `LiveStreams` to return. The service may return fewer than this value. If unspecified, at most 50 `LiveStreams` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "type": "integer"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams",
              "description": "Lists `LiveStream` objects."
            },
            "batchActivate": {
              "flatPath": "v1/networks/{networksId}/liveStreams:batchActivate",
              "description": "Batch activates `LiveStream` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.liveStreams.batchActivate",
              "path": "v1/{+parent}/liveStreams:batchActivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateLiveStreamsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchRefreshMasterPlaylists": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams:batchRefreshMasterPlaylists",
              "description": "Batch refreshes master playlists on `LiveStream` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsRequest"
              },
              "id": "admanager.networks.liveStreams.batchRefreshMasterPlaylists",
              "path": "v1/{+parent}/liveStreams:batchRefreshMasterPlaylists",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchRefreshMasterPlaylistsResponse"
              }
            },
            "create": {
              "flatPath": "v1/networks/{networksId}/liveStreams",
              "description": "Creates a `LiveStream` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__LiveStream"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `LiveStream` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.liveStreams.create",
              "path": "v1/{+parent}/liveStreams",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LiveStream"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchPauseAds": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams:batchPauseAds",
              "description": "Batch pauses ads on `LiveStream` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsRequest"
              },
              "id": "admanager.networks.liveStreams.batchPauseAds",
              "path": "v1/{+parent}/liveStreams:batchPauseAds",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchPauseAdsLiveStreamsResponse"
              }
            },
            "batchArchive": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams:batchArchive",
              "description": "Batch archives `LiveStream` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveLiveStreamsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.liveStreams.batchArchive",
              "path": "v1/{+parent}/liveStreams:batchArchive"
            },
            "batchCreate": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsResponse"
              },
              "id": "admanager.networks.liveStreams.batchCreate",
              "path": "v1/{+parent}/liveStreams:batchCreate",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `LiveStreams` will be created. Format: `networks/{network_code}` The parent field in the CreateLiveStreamRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateLiveStreamsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/liveStreams:batchCreate",
              "description": "Batch creates `LiveStream` objects."
            },
            "get": {
              "flatPath": "v1/networks/{networksId}/liveStreams/{liveStreamsId}",
              "description": "Retrieves a `LiveStream` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the LiveStream. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
                  "pattern": "^networks/[^/]+/liveStreams/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.liveStreams.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LiveStream"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET"
            },
            "patch": {
              "id": "admanager.networks.liveStreams.patch",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LiveStream"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "flatPath": "v1/networks/{networksId}/liveStreams/{liveStreamsId}",
              "description": "Updates a `LiveStream` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__LiveStream"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Identifier. The resource name of the `LiveStream`. Format: `networks/{network_code}/liveStreams/{live_stream_id}`",
                  "pattern": "^networks/[^/]+/liveStreams/[^/]+$"
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              }
            },
            "batchUpdate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `LiveStreams` will be updated. Format: `networks/{network_code}` The parent field in the UpdateLiveStreamRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/liveStreams:batchUpdate",
              "description": "Batch updates `LiveStream` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateLiveStreamsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.liveStreams.batchUpdate",
              "path": "v1/{+parent}/liveStreams:batchUpdate"
            }
          }
        },
        "browsers": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/browsers/{browsersId}",
              "description": "Retrieves a `Browser` object.",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the Browser. Format: `networks/{network_code}/browsers/{browser_id}`",
                  "pattern": "^networks/[^/]+/browsers/[^/]+$"
                }
              },
              "id": "admanager.networks.browsers.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Browser"
              }
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/browsers",
              "description": "Lists `Browser` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "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"
                },
                "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,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Browsers. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "id": "admanager.networks.browsers.list",
              "path": "v1/{+parent}/browsers",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBrowsersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            }
          }
        },
        "creativeSets": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.creativeSets.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the CreativeSet. Format: `networks/{network_code}/creativeSets/{creative_set_id}`",
                  "pattern": "^networks/[^/]+/creativeSets/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/creativeSets/{creativeSetsId}",
              "description": "Retrieves a `CreativeSet` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/creativeSets",
              "description": "Lists `CreativeSet` objects.",
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. The maximum number of `CreativeSets` to return. The service may return fewer than this value. If unspecified, at most 50 `CreativeSets` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListCreativeSets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCreativeSets` must match the call that provided the page token.",
                  "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:* - companionCreatives - displayName - masterCreative - name - updateTime ",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of CreativeSets. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.creativeSets.list",
              "path": "v1/{+parent}/creativeSets",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCreativeSetsResponse"
              },
              "httpMethod": "GET"
            },
            "create": {
              "id": "admanager.networks.creativeSets.create",
              "path": "v1/{+parent}/creativeSets",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/creativeSets",
              "description": "Creates a `CreativeSet` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where this `CreativeSet` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "patch": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/creativeSets/{creativeSetsId}",
              "description": "Updates a `CreativeSet` object.",
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `CreativeSet`. Format: `networks/{network_code}/creativeSets/{creative_set_id}`",
                  "pattern": "^networks/[^/]+/creativeSets/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
              },
              "id": "admanager.networks.creativeSets.patch",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeSet"
              },
              "httpMethod": "PATCH"
            }
          }
        },
        "customTargetingKeys": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}",
              "description": "Retrieves a `CustomTargetingKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CustomTargetingKey. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
                  "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.customTargetingKeys.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "id": "admanager.networks.customTargetingKeys.list",
              "path": "v1/{+parent}/customTargetingKeys",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingKeysResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingKeys",
              "description": "Lists `CustomTargetingKey` objects.",
              "parameters": {
                "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": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of CustomTargetingKeys. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "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"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              }
            },
            "batchCreate": {
              "id": "admanager.networks.customTargetingKeys.batchCreate",
              "path": "v1/{+parent}/customTargetingKeys:batchCreate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchCreate",
              "description": "Creates `CustomTargetingKey` objects.",
              "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingKeysRequest"
              }
            },
            "batchDeactivate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchDeactivate",
              "description": "Deactivates a list of `CustomTargetingKey` objects.",
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysRequest"
              },
              "id": "admanager.networks.customTargetingKeys.batchDeactivate",
              "path": "v1/{+parent}/customTargetingKeys:batchDeactivate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingKeysResponse"
              }
            },
            "patch": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `CustomTargetingKey`. Format: `networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}`",
                  "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}",
              "description": "Updates a `CustomTargetingKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "id": "admanager.networks.customTargetingKeys.patch",
              "path": "v1/{+name}"
            },
            "batchActivate": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.customTargetingKeys.batchActivate",
              "path": "v1/{+parent}/customTargetingKeys:batchActivate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingKeysRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchActivate",
              "description": "Batch activates `CustomTargetingKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "create": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.customTargetingKeys.create",
              "path": "v1/{+parent}/customTargetingKeys",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingKey"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where this `CustomTargetingKey` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingKeys",
              "description": "Creates a `CustomTargetingKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchUpdate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CustomTargetingKeys` will be updated. Format: `networks/{network_code}` The parent field in the UpdateCustomTargetingKeyRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/customTargetingKeys:batchUpdate",
              "description": "Batch updates `CustomTargetingKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.customTargetingKeys.batchUpdate",
              "path": "v1/{+parent}/customTargetingKeys:batchUpdate"
            }
          },
          "resources": {
            "customTargetingValues": {
              "methods": {
                "get": {
                  "id": "admanager.networks.customTargetingKeys.customTargetingValues.get",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}/customTargetingValues/{customTargetingValuesId}",
                  "description": "Retrieves a `CustomTargetingValue` object.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
                      "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+/customTargetingValues/[^/]+$"
                    }
                  }
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "flatPath": "v1/networks/{networksId}/customTargetingKeys/{customTargetingKeysId}/customTargetingValues",
                  "description": "Lists `CustomTargetingValue` objects.",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                      "pattern": "^networks/[^/]+/customTargetingKeys/[^/]+$"
                    },
                    "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "location": "query",
                      "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.",
                      "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": {
                      "location": "query",
                      "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.",
                      "format": "int32",
                      "type": "integer"
                    }
                  },
                  "id": "admanager.networks.customTargetingKeys.customTargetingValues.list",
                  "path": "v1/{+parent}/customTargetingValues",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse"
                  },
                  "httpMethod": "GET"
                }
              }
            }
          }
        },
        "adSpots": {
          "methods": {
            "create": {
              "id": "admanager.networks.adSpots.create",
              "path": "v1/{+parent}/adSpots",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdSpot"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/adSpots",
              "description": "Creates an `AdSpot` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdSpot"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where this `AdSpot` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "batchUpdate": {
              "id": "admanager.networks.adSpots.batchUpdate",
              "path": "v1/{+parent}/adSpots:batchUpdate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adSpots:batchUpdate",
              "description": "Batch updates `AdSpot` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `AdSpots` will be updated. Format: `networks/{network_code}` The parent field in the UpdateAdSpotRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdSpotsRequest"
              }
            },
            "patch": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdSpot"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "id": "admanager.networks.adSpots.patch",
              "path": "v1/{+name}",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdSpot"
              },
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `AdSpot`. Format: `networks/{network_code}/adSpots/{ad_spot_id}`",
                  "pattern": "^networks/[^/]+/adSpots/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "flatPath": "v1/networks/{networksId}/adSpots/{adSpotsId}",
              "description": "Updates an `AdSpot` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the AdSpot. Format: `networks/{network_code}/adSpots/{ad_spot_id}`",
                  "pattern": "^networks/[^/]+/adSpots/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/adSpots/{adSpotsId}",
              "description": "Retrieves an `AdSpot` object.",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdSpot"
              },
              "id": "admanager.networks.adSpots.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of AdSpots. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. The maximum number of `AdSpots` to return. The service may return fewer than this value. If unspecified, at most 50 `AdSpots` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListAdSpots` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdSpots` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - canonicalDisplayName - customSpot - displayName - flexible - name ",
                  "type": "string"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/adSpots",
              "description": "Lists `AdSpot` objects.",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdSpotsResponse"
              },
              "id": "admanager.networks.adSpots.list",
              "path": "v1/{+parent}/adSpots"
            },
            "batchCreate": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdSpotsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.adSpots.batchCreate",
              "path": "v1/{+parent}/adSpots:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdSpotsRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `AdSpots` will be created. Format: `networks/{network_code}` The parent field in the CreateAdSpotRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/adSpots:batchCreate",
              "description": "Batch creates `AdSpot` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            }
          }
        },
        "liveStreamEventsByAssetKey": {
          "resources": {
            "adBreaks": {
              "methods": {
                "create": {
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks",
                  "description": "Creates 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.",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+$"
                    }
                  },
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.create",
                  "path": "v1/{+parent}/adBreaks",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  }
                },
                "patch": {
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.patch",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}",
                  "description": "Updates an `AdBreak` object. Modify an ad break when its state is `SCHEDULED`.",
                  "parameters": {
                    "name": {
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "updateMask": {
                      "description": "Optional. The list of fields to update.",
                      "format": "google-fieldmask",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  }
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleProtobuf__Empty"
                  },
                  "httpMethod": "DELETE",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.delete",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the ad break to delete. Format: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}",
                  "description": "Deletes 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`."
                },
                "get": {
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.get",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+/adBreaks/[^/]+$"
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks/{adBreaksId}",
                  "description": "Retrieves 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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ]
                },
                "list": {
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "id": "admanager.networks.liveStreamEventsByAssetKey.adBreaks.list",
                  "path": "v1/{+parent}/adBreaks",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByAssetKey/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "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"
                    },
                    "pageToken": {
                      "location": "query",
                      "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.",
                      "type": "string"
                    },
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters"
                    },
                    "pageSize": {
                      "type": "integer",
                      "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`.",
                      "format": "int32",
                      "location": "query"
                    },
                    "skip": {
                      "location": "query",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "format": "int32",
                      "type": "integer"
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByAssetKey/{liveStreamEventsByAssetKeyId}/adBreaks",
                  "description": "Lists `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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ]
                }
              }
            }
          }
        },
        "targetingPresets": {
          "methods": {
            "patch": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the `TargetingPreset`. Format: `networks/{network_code}/targetingPresets/{targeting_preset_id}`",
                  "pattern": "^networks/[^/]+/targetingPresets/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/targetingPresets/{targetingPresetsId}",
              "description": "Updates a `TargetingPreset` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.targetingPresets.patch",
              "path": "v1/{+name}"
            },
            "create": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.targetingPresets.create",
              "path": "v1/{+parent}/targetingPresets",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where this `TargetingPreset` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/targetingPresets",
              "description": "Creates a `TargetingPreset` object."
            },
            "batchUpdate": {
              "id": "admanager.networks.targetingPresets.batchUpdate",
              "path": "v1/{+parent}/targetingPresets:batchUpdate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/targetingPresets:batchUpdate",
              "description": "Batch updates `TargetingPreset` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateTargetingPresetsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `TargetingPresets` will be updated. Format: `networks/{network_code}` The parent field in the UpdateTargetingPresetRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/targetingPresets/{targetingPresetsId}",
              "description": "Retrieves a `TargetingPreset` object. Note: Deactivated targeting presets are \"logically deleted\" (filtered out) by the get logic in the manager layer, so they will not be returned by the `GetTargetingPreset` RPC.",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the TargetingPreset. Format: `networks/{network_code}/targetingPresets/{targeting_preset_id}`",
                  "pattern": "^networks/[^/]+/targetingPresets/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.targetingPresets.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__TargetingPreset"
              }
            },
            "list": {
              "id": "admanager.networks.targetingPresets.list",
              "path": "v1/{+parent}/targetingPresets",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListTargetingPresetsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/targetingPresets",
              "description": "Lists `TargetingPreset` objects.",
              "parameters": {
                "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 TargetingPresets. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. The maximum number of `TargetingPresets` to return. The service may return fewer than this value. If unspecified, at most 50 `TargetingPresets` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListTargetingPresets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTargetingPresets` must match the call that provided the page token."
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                }
              }
            },
            "batchCreate": {
              "id": "admanager.networks.targetingPresets.batchCreate",
              "path": "v1/{+parent}/targetingPresets:batchCreate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/targetingPresets:batchCreate",
              "description": "Creates `TargetingPreset` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateTargetingPresetsRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `TargetingPresets` will be created. Format: `networks/{network_code}` The parent field in the CreateTargetingPresetRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            }
          }
        },
        "deviceManufacturers": {
          "methods": {
            "get": {
              "id": "admanager.networks.deviceManufacturers.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceManufacturer"
              },
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/deviceManufacturers/{deviceManufacturersId}",
              "description": "Retrieves a `DeviceManufacturer` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the DeviceManufacturer. Format: `networks/{network_code}/deviceManufacturers/{device_manufacturer_id}`",
                  "pattern": "^networks/[^/]+/deviceManufacturers/[^/]+$"
                }
              }
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/deviceManufacturers",
              "description": "Lists `DeviceManufacturer` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of DeviceManufacturers. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageToken": {
                  "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",
                  "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": {
                  "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.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "id": "admanager.networks.deviceManufacturers.list",
              "path": "v1/{+parent}/deviceManufacturers",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceManufacturersResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "targetingPreset": {
          "methods": {
            "batchDeactivate": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/targetingPreset:batchDeactivate",
              "description": "Batch deactivates `TargetingPreset` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateTargetingPresetsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.targetingPreset.batchDeactivate",
              "path": "v1/{+parent}/targetingPreset:batchDeactivate"
            }
          }
        },
        "programmaticBuyers": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the ProgrammaticBuyer. Format: `networks/{network_code}/programmaticBuyers/{buyer_account_id}`",
                  "pattern": "^networks/[^/]+/programmaticBuyers/[^/]+$"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/programmaticBuyers/{programmaticBuyersId}",
              "description": "Retrieves a `ProgrammaticBuyer` object.",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ProgrammaticBuyer"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.programmaticBuyers.get",
              "path": "v1/{+name}"
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/programmaticBuyers",
              "description": "Lists `ProgrammaticBuyer` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "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",
                  "description": "Required. The parent, which owns this collection of ProgrammaticBuyers. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - agency - buyerAccountId - displayName - name - parentAccountId - partnerClientId - preferredDealsEnabled - programmaticGuaranteedEnabled ",
                  "location": "query"
                }
              },
              "id": "admanager.networks.programmaticBuyers.list",
              "path": "v1/{+parent}/programmaticBuyers",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListProgrammaticBuyersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            }
          }
        },
        "suggestedAdUnits": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the `SuggestedAdUnit`. Format: `networks/{network_code}/suggestedAdUnits/{suggested_ad_unit_id}`",
                  "pattern": "^networks/[^/]+/suggestedAdUnits/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/suggestedAdUnits/{suggestedAdUnitsId}",
              "description": "Get a `SuggestedAdUnit` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__SuggestedAdUnit"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.suggestedAdUnits.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. The maximum number of `SuggestedAdUnits` to return. The service may return fewer than this value. If unspecified, at most 50 `SuggestedAdUnits` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListSuggestedAdUnits` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSuggestedAdUnits` must match the call that provided the page token.",
                  "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:* - name - newCodePath - weeklyRequestCount ",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of SuggestedAdUnits. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/suggestedAdUnits",
              "description": "Retrieve a list of `SuggestedAdUnit` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListSuggestedAdUnitsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.suggestedAdUnits.list",
              "path": "v1/{+parent}/suggestedAdUnits"
            }
          }
        },
        "adUnits": {
          "methods": {
            "batchActivate": {
              "id": "admanager.networks.adUnits.batchActivate",
              "path": "v1/{+parent}/adUnits:batchActivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/adUnits:batchActivate",
              "description": "Batch activates `AdUnit` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdUnitsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              }
            },
            "create": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where this `AdUnit` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/adUnits",
              "description": "Creates an `AdUnit` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.adUnits.create",
              "path": "v1/{+parent}/adUnits"
            },
            "list": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of AdUnits. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                }
              },
              "flatPath": "v1/networks/{networksId}/adUnits",
              "description": "Lists `AdUnit` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdUnitsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.adUnits.list",
              "path": "v1/{+parent}/adUnits"
            },
            "patch": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits/{adUnitsId}",
              "description": "Updates an `AdUnit` object.",
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
                  "pattern": "^networks/[^/]+/adUnits/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "id": "admanager.networks.adUnits.patch",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              },
              "httpMethod": "PATCH"
            },
            "batchUpdate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `AdUnits` will be updated. Format: `networks/{network_code}` The parent field in the UpdateAdUnitRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits:batchUpdate",
              "description": "Batch updates `AdUnit` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdUnitsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.adUnits.batchUpdate",
              "path": "v1/{+parent}/adUnits:batchUpdate"
            },
            "batchArchive": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.adUnits.batchArchive",
              "path": "v1/{+parent}/adUnits:batchArchive",
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveAdUnitsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits:batchArchive",
              "description": "Archives a list of `AdUnit` objects."
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `AdUnits` will be created. Format: `networks/{network_code}` The parent field in the CreateAdUnitRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits:batchCreate",
              "description": "Creates `AdUnit` objects.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdUnitsResponse"
              },
              "id": "admanager.networks.adUnits.batchCreate",
              "path": "v1/{+parent}/adUnits:batchCreate"
            },
            "batchDeactivate": {
              "flatPath": "v1/networks/{networksId}/adUnits:batchDeactivate",
              "description": "Deactivates a list of `AdUnit` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.adUnits.batchDeactivate",
              "path": "v1/{+parent}/adUnits:batchDeactivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdUnitsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/adUnits/{adUnitsId}",
              "description": "Retrieves an `AdUnit` object.",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the AdUnit. Format: `networks/{network_code}/adUnits/{ad_unit_id}`",
                  "pattern": "^networks/[^/]+/adUnits/[^/]+$"
                }
              },
              "id": "admanager.networks.adUnits.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdUnit"
              }
            }
          }
        },
        "applications": {
          "methods": {
            "batchCreate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/applications:batchCreate",
              "description": "Creates `Application` objects.",
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Applications` will be created. Format: `networks/{network_code}` The parent field in the CreateApplicationRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateApplicationsRequest"
              },
              "id": "admanager.networks.applications.batchCreate",
              "path": "v1/{+parent}/applications:batchCreate",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateApplicationsResponse"
              },
              "httpMethod": "POST"
            },
            "get": {
              "flatPath": "v1/networks/{networksId}/applications/{applicationsId}",
              "description": "Retrieves a `Application` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Application. Format: `networks/{network_code}/applications/{application_id}`",
                  "pattern": "^networks/[^/]+/applications/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.applications.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "id": "admanager.networks.applications.list",
              "path": "v1/{+parent}/applications",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListApplicationsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/applications",
              "description": "Lists `Application` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "pageToken": {
                  "type": "string",
                  "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"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Applications. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                }
              }
            },
            "batchArchive": {
              "id": "admanager.networks.applications.batchArchive",
              "path": "v1/{+parent}/applications:batchArchive",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/applications:batchArchive",
              "description": "Batch archives `Application` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveApplicationsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource shared by all `Applications` to archive. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              }
            },
            "batchUnarchive": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource shared by all `Applications` to Unarchive. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/applications:batchUnarchive",
              "description": "Batch unarchives `Application` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveApplicationsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.applications.batchUnarchive",
              "path": "v1/{+parent}/applications:batchUnarchive"
            },
            "create": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where this `Application` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/applications",
              "description": "Creates a `Application` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.applications.create",
              "path": "v1/{+parent}/applications"
            },
            "batchUpdate": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.applications.batchUpdate",
              "path": "v1/{+parent}/applications:batchUpdate",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `Applications` will be updated. Format: `networks/{network_code}` The parent field in the UpdateApplicationRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateApplicationsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/applications:batchUpdate",
              "description": "Batch updates `Application` objects."
            },
            "patch": {
              "id": "admanager.networks.applications.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/networks/{networksId}/applications/{applicationsId}",
              "description": "Updates a `Application` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Application"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Identifier. The resource name of the `Application`. Format: `networks/{network_code}/applications/{application_id}`",
                  "pattern": "^networks/[^/]+/applications/[^/]+$"
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              }
            }
          }
        },
        "companies": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/companies/{companiesId}",
              "description": "Retrieves a `Company` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the Company. Format: `networks/{network_code}/companies/{company_id}`",
                  "pattern": "^networks/[^/]+/companies/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.companies.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Company"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET"
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/companies",
              "description": "Lists `Company` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Companies. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                }
              },
              "id": "admanager.networks.companies.list",
              "path": "v1/{+parent}/companies",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCompaniesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            }
          }
        },
        "placements": {
          "methods": {
            "list": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of Placements. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "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"
                },
                "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 - name - placementCode - status - targetedAdUnits - updateTime ",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                }
              },
              "flatPath": "v1/networks/{networksId}/placements",
              "description": "Lists `Placement` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPlacementsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.placements.list",
              "path": "v1/{+parent}/placements"
            },
            "batchActivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivatePlacementsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/placements:batchActivate",
              "description": "Activates a list of `Placement` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivatePlacementsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.placements.batchActivate",
              "path": "v1/{+parent}/placements:batchActivate"
            },
            "create": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.placements.create",
              "path": "v1/{+parent}/placements",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where this `Placement` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/placements",
              "description": "Creates an `Placement` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchArchive": {
              "id": "admanager.networks.placements.batchArchive",
              "path": "v1/{+parent}/placements:batchArchive",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchivePlacementsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/placements:batchArchive",
              "description": "Archives a list of `Placement` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchivePlacementsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.placements.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the Placement. Format: `networks/{network_code}/placements/{placement_id}`",
                  "pattern": "^networks/[^/]+/placements/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/placements/{placementsId}",
              "description": "Retrieves a `Placement` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "batchCreate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreatePlacementsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/placements:batchCreate",
              "description": "Creates `Placement` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreatePlacementsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.placements.batchCreate",
              "path": "v1/{+parent}/placements:batchCreate"
            },
            "batchDeactivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/placements:batchDeactivate",
              "description": "Deactivates a list of `Placement` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivatePlacementsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.placements.batchDeactivate",
              "path": "v1/{+parent}/placements:batchDeactivate"
            },
            "patch": {
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `Placement`. Format: `networks/{network_code}/placements/{placement_id}`",
                  "pattern": "^networks/[^/]+/placements/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/placements/{placementsId}",
              "description": "Updates an `Placement` object.",
              "httpMethod": "PATCH",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Placement"
              },
              "id": "admanager.networks.placements.patch",
              "path": "v1/{+name}"
            },
            "batchUpdate": {
              "id": "admanager.networks.placements.batchUpdate",
              "path": "v1/{+parent}/placements:batchUpdate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/placements:batchUpdate",
              "description": "Batch updates `Placement` objects.",
              "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.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdatePlacementsRequest"
              }
            }
          }
        },
        "lineItems": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/lineItems/{lineItemsId}",
              "description": "Retrieves a `LineItem` object.",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the LineItem. Format: `networks/{network_code}/lineItems/{line_item_id}`",
                  "pattern": "^networks/[^/]+/lineItems/[^/]+$"
                }
              },
              "id": "admanager.networks.lineItems.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LineItem"
              }
            },
            "list": {
              "id": "admanager.networks.lineItems.list",
              "path": "v1/{+parent}/lineItems",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLineItemsResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/lineItems",
              "description": "Lists `LineItem` objects.",
              "parameters": {
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - archived - contractedUnitsBought - costType - createTime - creativePlaceholders.size.canonicalName - dealInfo.externalDealId - deliveryRateType - displayName - endTime - environmentType - externalLineItemId - goal.units - grpSettings.growbirdNielsenEnabled - grpSettings.inTargetRatioEstimateMilliPercent - lineItemType - missingCreatives - name - notes - order - orderDisplayName - priority - roadblockingType - startTime - stats.clickThroughRate - stats.clicksDelivered - stats.impressionsDelivered - stats.viewableImpressionsDelivered - status - targeting.inventoryTargeting.targetedAdUnits.adUnit - targeting.inventoryTargeting.targetedPlacements - targeting.mobileApplicationTargeting.firstPartyTargeting.targetedApplications - updateSource - updateTime - webPropertyCode "
                },
                "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": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of LineItems. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              }
            }
          }
        },
        "daiAuthenticationKeys": {
          "methods": {
            "batchCreate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys:batchCreate",
              "description": "Batch creates `DaiAuthenticationKey` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `DaiAuthenticationKeys` will be created. Format: `networks/{network_code}` The parent field in the CreateDaiAuthenticationKeyRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysRequest"
              },
              "id": "admanager.networks.daiAuthenticationKeys.batchCreate",
              "path": "v1/{+parent}/daiAuthenticationKeys:batchCreate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateDaiAuthenticationKeysResponse"
              }
            },
            "batchDeactivate": {
              "id": "admanager.networks.daiAuthenticationKeys.batchDeactivate",
              "path": "v1/{+parent}/daiAuthenticationKeys:batchDeactivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys:batchDeactivate",
              "description": "Deactivates a list of `DaiAuthenticationKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateDaiAuthenticationKeysRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "get": {
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the `DaiAuthenticationKey`. Format: `networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key_id}`",
                  "pattern": "^networks/[^/]+/daiAuthenticationKeys/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys/{daiAuthenticationKeysId}",
              "description": "Retrieves a `DaiAuthenticationKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.daiAuthenticationKeys.get",
              "path": "v1/{+name}"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDaiAuthenticationKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.daiAuthenticationKeys.list",
              "path": "v1/{+parent}/daiAuthenticationKeys",
              "parameters": {
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListDaiAuthenticationKeys` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDaiAuthenticationKeys` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. The maximum number of `DaiAuthenticationKeys` to return. The service may return fewer than this value. If unspecified, at most 50 `DaiAuthenticationKeys` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of DaiAuthenticationKeys. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys",
              "description": "Lists `DaiAuthenticationKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "batchActivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys:batchActivate",
              "description": "Activates a list of `DaiAuthenticationKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateDaiAuthenticationKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.daiAuthenticationKeys.batchActivate",
              "path": "v1/{+parent}/daiAuthenticationKeys:batchActivate"
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys/{daiAuthenticationKeysId}",
              "description": "Updates a `DaiAuthenticationKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
              },
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `DaiAuthenticationKey`. Format: `networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key}`",
                  "pattern": "^networks/[^/]+/daiAuthenticationKeys/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              },
              "id": "admanager.networks.daiAuthenticationKeys.patch",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH"
            },
            "create": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where this `DaiAuthenticationKey` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys",
              "description": "Creates a `DaiAuthenticationKey` object.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DaiAuthenticationKey"
              },
              "id": "admanager.networks.daiAuthenticationKeys.create",
              "path": "v1/{+parent}/daiAuthenticationKeys"
            },
            "batchUpdate": {
              "flatPath": "v1/networks/{networksId}/daiAuthenticationKeys:batchUpdate",
              "description": "Batch updates `DaiAuthenticationKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `DaiAuthenticationKeys` will be updated. Format: `networks/{network_code}` The parent field in the UpdateDaiAuthenticationKeyRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.daiAuthenticationKeys.batchUpdate",
              "path": "v1/{+parent}/daiAuthenticationKeys:batchUpdate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateDaiAuthenticationKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "privateAuctionDeals": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals/{privateAuctionDealsId}",
              "description": "Retrieves a `PrivateAuctionDeal` object.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the PrivateAuctionDeal. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`",
                  "pattern": "^networks/[^/]+/privateAuctionDeals/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.privateAuctionDeals.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "httpMethod": "GET"
            },
            "list": {
              "id": "admanager.networks.privateAuctionDeals.list",
              "path": "v1/{+parent}/privateAuctionDeals",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListPrivateAuctionDealsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals",
              "description": "Lists `PrivateAuctionDeal` objects.",
              "parameters": {
                "pageToken": {
                  "location": "query",
                  "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.",
                  "type": "string"
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of PrivateAuctionDeals. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "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"
                }
              }
            },
            "create": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.privateAuctionDeals.create",
              "path": "v1/{+parent}/privateAuctionDeals",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `PrivateAuctionDeal` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals",
              "description": "Creates a `PrivateAuctionDeal` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/privateAuctionDeals/{privateAuctionDealsId}",
              "description": "Updates a `PrivateAuctionDeal` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name of the `PrivateAuctionDeal`. Format: `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`",
                  "pattern": "^networks/[^/]+/privateAuctionDeals/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              },
              "id": "admanager.networks.privateAuctionDeals.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__PrivateAuctionDeal"
              },
              "parameterOrder": [
                "name"
              ]
            }
          }
        },
        "suggestedAdUnit": {
          "methods": {
            "batchApprove": {
              "id": "admanager.networks.suggestedAdUnit.batchApprove",
              "path": "v1/{+parent}/suggestedAdUnit:batchApprove",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/suggestedAdUnit:batchApprove",
              "description": "Bulk approve `SuggestedAdUnit` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchApproveSuggestedAdUnitsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              }
            }
          }
        },
        "operatingSystems": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/operatingSystems/{operatingSystemsId}",
              "description": "Retrieves a `OperatingSystem` object.",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the OperatingSystem. Format: `networks/{network_code}/operatingSystems/{operating_system_id}`",
                  "pattern": "^networks/[^/]+/operatingSystems/[^/]+$"
                }
              },
              "id": "admanager.networks.operatingSystems.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__OperatingSystem"
              },
              "httpMethod": "GET"
            },
            "list": {
              "id": "admanager.networks.operatingSystems.list",
              "path": "v1/{+parent}/operatingSystems",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOperatingSystemsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/operatingSystems",
              "description": "Lists `OperatingSystem` objects.",
              "parameters": {
                "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,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of OperatingSystems. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name ",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              }
            }
          }
        },
        "slates": {
          "methods": {
            "batchArchive": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveSlatesResponse"
              },
              "id": "admanager.networks.slates.batchArchive",
              "path": "v1/{+parent}/slates:batchArchive",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource containing the slates. Format: \"networks/{network_code}\"",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveSlatesRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/slates:batchArchive",
              "description": "Batch archives `Slate` objects."
            },
            "batchUnarchive": {
              "id": "admanager.networks.slates.batchUnarchive",
              "path": "v1/{+parent}/slates:batchUnarchive",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/slates:batchUnarchive",
              "description": "Batch unarchives `Slate` objects.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource containing the slates. Format: \"networks/{network_code}\"",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUnarchiveSlatesRequest"
              }
            },
            "batchCreate": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSlatesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.slates.batchCreate",
              "path": "v1/{+parent}/slates:batchCreate",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateSlatesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `Slates` will be created. Format: `networks/{network_code}` The parent field in the CreateSlateRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/slates:batchCreate",
              "description": "Batch creates `Slate` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "get": {
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the Slate to retrieve. Format: `networks/{network_code}/slates/{slate_id}`",
                  "pattern": "^networks/[^/]+/slates/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/slates/{slatesId}",
              "description": "Retrieves a `Slate` object.",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Slate"
              },
              "id": "admanager.networks.slates.get",
              "path": "v1/{+name}"
            },
            "list": {
              "id": "admanager.networks.slates.list",
              "path": "v1/{+parent}/slates",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListSlatesResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/slates",
              "description": "Lists `Slate` objects.",
              "parameters": {
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of `Slates` to return. The service may return fewer than this value. If unspecified, at most 50 `Slates` will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListSlates` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSlates` must match the call that provided the page token.",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://google.aip.dev/160 *Filterable fields:* - displayName - name - status "
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://google.aip.dev/132#ordering",
                  "type": "string"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource containing the Slates. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/slates/{slatesId}",
              "description": "Updates a `Slate` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Slate"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the `Slate`. Format: `networks/{network_code}/slates/{slate_id}`",
                  "pattern": "^networks/[^/]+/slates/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "id": "admanager.networks.slates.patch",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Slate"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH"
            },
            "create": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Slate"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.slates.create",
              "path": "v1/{+parent}/slates",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Slate"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Slate` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/slates",
              "description": "Creates a `Slate` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchUpdate": {
              "flatPath": "v1/networks/{networksId}/slates:batchUpdate",
              "description": "Batch updates `Slate` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSlatesRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `Slates` will be updated. Format: `networks/{network_code}` The parent field in the UpdateSlateRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.slates.batchUpdate",
              "path": "v1/{+parent}/slates:batchUpdate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateSlatesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "operatingSystemVersions": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__OperatingSystemVersion"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.operatingSystemVersions.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the OperatingSystemVersion. Format: `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`",
                  "pattern": "^networks/[^/]+/operatingSystemVersions/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/operatingSystemVersions/{operatingSystemVersionsId}",
              "description": "Retrieves a `OperatingSystemVersion` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/operatingSystemVersions",
              "description": "Lists `OperatingSystemVersion` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "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",
                  "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:* - majorVersion - microVersion - minorVersion - name ",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of OperatingSystemVersions. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.operatingSystemVersions.list",
              "path": "v1/{+parent}/operatingSystemVersions",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListOperatingSystemVersionsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            }
          }
        },
        "contentLabels": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the ContentLabel. Format: `networks/{network_code}/contentLabels/{content_label_id}`",
                  "pattern": "^networks/[^/]+/contentLabels/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/contentLabels/{contentLabelsId}",
              "description": "Retrieves a `ContentLabel` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ContentLabel"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.contentLabels.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentLabelsResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.contentLabels.list",
              "path": "v1/{+parent}/contentLabels",
              "parameters": {
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of ContentLabels. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - displayName - name ",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/contentLabels",
              "description": "Lists `ContentLabel` objects."
            }
          }
        },
        "customTargetingValues": {
          "methods": {
            "get": {
              "id": "admanager.networks.customTargetingValues.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingValues/{customTargetingValuesId}",
              "description": "Retrieves a `CustomTargetingValue` object.",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CustomTargetingValue. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
                  "pattern": "^networks/[^/]+/customTargetingValues/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/customTargetingValues",
              "description": "Lists `CustomTargetingValue` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "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",
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                }
              },
              "id": "admanager.networks.customTargetingValues.list",
              "path": "v1/{+parent}/customTargetingValues",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCustomTargetingValuesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            },
            "batchCreate": {
              "id": "admanager.networks.customTargetingValues.batchCreate",
              "path": "v1/{+parent}/customTargetingValues:batchCreate",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesResponse"
              },
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingValues:batchCreate",
              "description": "Creates `CustomTargetingValue` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCustomTargetingValuesRequest"
              }
            },
            "batchDeactivate": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingValues:batchDeactivate",
              "description": "Deactivates a list of `CustomTargetingValue` objects.",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}/`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesRequest"
              },
              "id": "admanager.networks.customTargetingValues.batchDeactivate",
              "path": "v1/{+parent}/customTargetingValues:batchDeactivate",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCustomTargetingValuesResponse"
              },
              "httpMethod": "POST"
            },
            "create": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingValues",
              "description": "Creates a `CustomTargetingValue` object.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "id": "admanager.networks.customTargetingValues.create",
              "path": "v1/{+parent}/customTargetingValues"
            },
            "batchUpdate": {
              "id": "admanager.networks.customTargetingValues.batchUpdate",
              "path": "v1/{+parent}/customTargetingValues:batchUpdate",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/customTargetingValues:batchUpdate",
              "description": "Batch updates `CustomTargetingValue` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCustomTargetingValuesRequest"
              }
            },
            "patch": {
              "id": "admanager.networks.customTargetingValues.patch",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "flatPath": "v1/networks/{networksId}/customTargetingValues/{customTargetingValuesId}",
              "description": "Updates a `CustomTargetingValue` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CustomTargetingValue"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name of the `CustomTargetingValue`. Format: `networks/{network_code}/customTargetingValues/{custom_targeting_value_id}`",
                  "pattern": "^networks/[^/]+/customTargetingValues/[^/]+$",
                  "type": "string"
                },
                "updateMask": {
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "type": "string"
                }
              }
            },
            "batchActivate": {
              "flatPath": "v1/networks/{networksId}/customTargetingValues:batchActivate",
              "description": "Batch activates `CustomTargetingValue` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingValuesRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of CustomTargetingValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "id": "admanager.networks.customTargetingValues.batchActivate",
              "path": "v1/{+parent}/customTargetingValues:batchActivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCustomTargetingValuesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "cmsMetadataValues": {
          "methods": {
            "batchDeactivate": {
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CmsMetadataValues` will be deactivated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues:batchDeactivate",
              "description": "Deactivates a list of `CmsMetadataValue` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataValuesResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.cmsMetadataValues.batchDeactivate",
              "path": "v1/{+parent}/cmsMetadataValues:batchDeactivate"
            },
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CmsMetadataValue. Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`",
                  "pattern": "^networks/[^/]+/cmsMetadataValues/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues/{cmsMetadataValuesId}",
              "description": "Retrieves a `CmsMetadataValue` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CmsMetadataValue"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.cmsMetadataValues.get",
              "path": "v1/{+name}"
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues",
              "description": "Lists `CmsMetadataValue` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "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": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CmsMetadataValues. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "location": "query",
                  "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 ",
                  "type": "string"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                }
              },
              "id": "admanager.networks.cmsMetadataValues.list",
              "path": "v1/{+parent}/cmsMetadataValues",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCmsMetadataValuesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "batchActivate": {
              "id": "admanager.networks.cmsMetadataValues.batchActivate",
              "path": "v1/{+parent}/cmsMetadataValues:batchActivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/cmsMetadataValues:batchActivate",
              "description": "Activates a list of `CmsMetadataValue` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataValuesRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CmsMetadataValues` will be activated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            }
          }
        },
        "linkedDevices": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/linkedDevices/{linkedDevicesId}",
              "description": "Gets a `LinkedDevice`.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the LinkedDevice. Format: `networks/{network_code}/linkedDevices/{linked_device_id}`",
                  "pattern": "^networks/[^/]+/linkedDevices/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.linkedDevices.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__LinkedDevice"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET"
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListLinkedDevicesResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.linkedDevices.list",
              "path": "v1/{+parent}/linkedDevices",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of LinkedDevices. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/linkedDevices",
              "description": "Lists `LinkedDevice` objects."
            }
          }
        },
        "operations": {
          "resources": {
            "reports": {
              "resources": {
                "runs": {
                  "methods": {
                    "get": {
                      "scopes": [
                        "https://www.googleapis.com/auth/admanager",
                        "https://www.googleapis.com/auth/admanager.readonly"
                      ],
                      "flatPath": "v1/networks/{networksId}/operations/reports/runs/{runsId}",
                      "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.",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "required": true,
                          "description": "The name of the operation resource.",
                          "pattern": "^networks/[^/]+/operations/reports/runs/[^/]+$",
                          "type": "string"
                        }
                      },
                      "id": "admanager.networks.operations.reports.runs.get",
                      "path": "v1/{+name}",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunning__Operation"
                      }
                    },
                    "cancel": {
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "The name of the operation resource to be cancelled.",
                          "pattern": "^networks/[^/]+/operations/reports/runs/[^/]+$",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "flatPath": "v1/networks/{networksId}/operations/reports/runs/{runsId}:cancel",
                      "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`.",
                      "scopes": [
                        "https://www.googleapis.com/auth/admanager"
                      ],
                      "response": {
                        "$ref": "GoogleProtobuf__Empty"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "POST",
                      "id": "admanager.networks.operations.reports.runs.cancel",
                      "path": "v1/{+name}:cancel"
                    }
                  }
                }
              }
            }
          }
        },
        "browserLanguages": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BrowserLanguage"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.browserLanguages.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the BrowserLanguage. Format: `networks/{network_code}/browserLanguages/{browser_language_id}`",
                  "pattern": "^networks/[^/]+/browserLanguages/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/browserLanguages/{browserLanguagesId}",
              "description": "Retrieves a `BrowserLanguage` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/browserLanguages",
              "description": "Lists `BrowserLanguage` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of BrowserLanguages. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters *Filterable fields:* - displayName - name "
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "id": "admanager.networks.browserLanguages.list",
              "path": "v1/{+parent}/browserLanguages",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBrowserLanguagesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            }
          }
        },
        "mobileDeviceSubmodels": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the MobileDeviceSubmodel. Format: `networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel_id}`",
                  "pattern": "^networks/[^/]+/mobileDeviceSubmodels/[^/]+$",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/mobileDeviceSubmodels/{mobileDeviceSubmodelsId}",
              "description": "Retrieves a `MobileDeviceSubmodel` object.",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileDeviceSubmodel"
              },
              "id": "admanager.networks.mobileDeviceSubmodels.get",
              "path": "v1/{+name}"
            },
            "list": {
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileDeviceSubmodelsResponse"
              },
              "id": "admanager.networks.mobileDeviceSubmodels.list",
              "path": "v1/{+parent}/mobileDeviceSubmodels",
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "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 MobileDeviceSubmodels. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/mobileDeviceSubmodels",
              "description": "Lists `MobileDeviceSubmodel` objects."
            }
          }
        },
        "adRules": {
          "methods": {
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/adRules",
              "description": "Lists `AdRule` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of AdRules. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListAdRules` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdRules` must match the call that provided the page token."
                },
                "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 - priority - status ",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. The maximum number of `AdRules` to return. The service may return fewer than this value. If unspecified, at most 50 `AdRules` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32"
                }
              },
              "id": "admanager.networks.adRules.list",
              "path": "v1/{+parent}/adRules",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListAdRulesResponse"
              }
            },
            "batchActivate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdRulesRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adRules:batchActivate",
              "description": "Activates a list of `AdRule` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateAdRulesResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.adRules.batchActivate",
              "path": "v1/{+parent}/adRules:batchActivate"
            },
            "create": {
              "id": "admanager.networks.adRules.create",
              "path": "v1/{+parent}/adRules",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdRule"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/adRules",
              "description": "Creates a `AdRule` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdRule"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `AdRule` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            },
            "batchDelete": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeleteAdRulesRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/adRules:batchDelete",
              "description": "Deletes a list of `AdRule` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleProtobuf__Empty"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.adRules.batchDelete",
              "path": "v1/{+parent}/adRules:batchDelete"
            },
            "get": {
              "id": "admanager.networks.adRules.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdRule"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/adRules/{adRulesId}",
              "description": "Retrieves an `AdRule` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the AdRule. Format: `networks/{network_code}/adRules/{ad_rule_id}`",
                  "pattern": "^networks/[^/]+/adRules/[^/]+$",
                  "type": "string"
                }
              }
            },
            "batchCreate": {
              "flatPath": "v1/networks/{networksId}/adRules:batchCreate",
              "description": "Batch creates `AdRule` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdRulesRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `AdRules` will be created. Format: `networks/{network_code}` The parent field in the CreateAdRuleRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "id": "admanager.networks.adRules.batchCreate",
              "path": "v1/{+parent}/adRules:batchCreate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateAdRulesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST"
            },
            "batchDeactivate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/adRules:batchDeactivate",
              "description": "Deactivates a list of `AdRule` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateAdRulesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "id": "admanager.networks.adRules.batchDeactivate",
              "path": "v1/{+parent}/adRules:batchDeactivate"
            },
            "patch": {
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__AdRule"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.adRules.patch",
              "path": "v1/{+name}",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__AdRule"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the `AdRule`. Format: `networks/{network_code}/adRules/{ad_rule_id}`",
                  "pattern": "^networks/[^/]+/adRules/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/adRules/{adRulesId}",
              "description": "Updates a `AdRule` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "batchUpdate": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `AdRules` will be updated. Format: `networks/{network_code}` The parent field in the UpdateAdRuleRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdRulesRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/adRules:batchUpdate",
              "description": "Batch updates `AdRule` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateAdRulesResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.adRules.batchUpdate",
              "path": "v1/{+parent}/adRules:batchUpdate"
            }
          }
        },
        "geoTargets": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the GeoTarget. Format: `networks/{network_code}/geoTargets/{geo_target_id}`",
                  "pattern": "^networks/[^/]+/geoTargets/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/geoTargets/{geoTargetsId}",
              "description": "Retrieves a `GeoTarget` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__GeoTarget"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.geoTargets.get",
              "path": "v1/{+name}"
            },
            "list": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListGeoTargetsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.geoTargets.list",
              "path": "v1/{+parent}/geoTargets",
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "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"
                },
                "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"
                },
                "skip": {
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of GeoTargets. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/geoTargets",
              "description": "Lists `GeoTarget` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            }
          }
        },
        "thirdPartyCompanies": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the ThirdPartyCompany. Format: `networks/{network_code}/thirdPartyCompanies/{third_party_company_id}`",
                  "pattern": "^networks/[^/]+/thirdPartyCompanies/[^/]+$",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/thirdPartyCompanies/{thirdPartyCompaniesId}",
              "description": "Retrieves a `ThirdPartyCompany` object.",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ThirdPartyCompany"
              },
              "id": "admanager.networks.thirdPartyCompanies.get",
              "path": "v1/{+name}"
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/thirdPartyCompanies",
              "description": "Lists `ThirdPartyCompany` objects.",
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. The maximum number of `ThirdPartyCompanies` to return. The service may return fewer than this value. If unspecified, at most 50 `ThirdPartyCompanies` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListThirdPartyCompanies` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListThirdPartyCompanies` must match the call that provided the page token.",
                  "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 - status - type ",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "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",
                  "description": "Required. The parent, which owns this collection of ThirdPartyCompanies. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.thirdPartyCompanies.list",
              "path": "v1/{+parent}/thirdPartyCompanies",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListThirdPartyCompaniesResponse"
              },
              "httpMethod": "GET"
            }
          }
        },
        "bandwidthGroups": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the BandwidthGroup. Format: `networks/{network_code}/bandwidthGroups/{bandwidth_group_id}`",
                  "pattern": "^networks/[^/]+/bandwidthGroups/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/bandwidthGroups/{bandwidthGroupsId}",
              "description": "Retrieves a `BandwidthGroup` object.",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BandwidthGroup"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.bandwidthGroups.get",
              "path": "v1/{+name}"
            },
            "list": {
              "id": "admanager.networks.bandwidthGroups.list",
              "path": "v1/{+parent}/bandwidthGroups",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListBandwidthGroupsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/bandwidthGroups",
              "description": "Lists `BandwidthGroup` objects.",
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of BandwidthGroups. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "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"
                },
                "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": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                }
              }
            }
          }
        },
        "cmsMetadataKeys": {
          "methods": {
            "batchDeactivate": {
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys:batchDeactivate",
              "description": "Deactivates a list of `CmsMetadataKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysRequest"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where `CmsMetadataKeys` will be deactivated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.cmsMetadataKeys.batchDeactivate",
              "path": "v1/{+parent}/cmsMetadataKeys:batchDeactivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchDeactivateCmsMetadataKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the CmsMetadataKey. Format: `networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}`",
                  "pattern": "^networks/[^/]+/cmsMetadataKeys/[^/]+$",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys/{cmsMetadataKeysId}",
              "description": "Retrieves a `CmsMetadataKey` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CmsMetadataKey"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.cmsMetadataKeys.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "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": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CmsMetadataKeys. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - displayName - name - status ",
                  "location": "query",
                  "type": "string"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys",
              "description": "Lists `CmsMetadataKey` objects.",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCmsMetadataKeysResponse"
              },
              "id": "admanager.networks.cmsMetadataKeys.list",
              "path": "v1/{+parent}/cmsMetadataKeys"
            },
            "batchActivate": {
              "id": "admanager.networks.cmsMetadataKeys.batchActivate",
              "path": "v1/{+parent}/cmsMetadataKeys:batchActivate",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/cmsMetadataKeys:batchActivate",
              "description": "Activates a list of `CmsMetadataKey` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCmsMetadataKeysRequest"
              },
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `CmsMetadataKeys` will be activated. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            }
          }
        },
        "roles": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the Role. Format: `networks/{network_code}/roles/{role_id}`",
                  "pattern": "^networks/[^/]+/roles/[^/]+$"
                }
              },
              "flatPath": "v1/networks/{networksId}/roles/{rolesId}",
              "description": "Retrieves a `Role` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Role"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.roles.get",
              "path": "v1/{+name}"
            },
            "list": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Roles. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "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"
                },
                "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"
                },
                "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:* - builtIn - description - displayName - name - status ",
                  "location": "query"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/roles",
              "description": "Lists `Role` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListRolesResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.roles.list",
              "path": "v1/{+parent}/roles"
            }
          }
        },
        "content": {
          "methods": {
            "get": {
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Content"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.content.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the Content. Format: `networks/{network_code}/content/{content_id}`",
                  "pattern": "^networks/[^/]+/content/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/content/{contentId}",
              "description": "Retrieves a `Content` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "id": "admanager.networks.content.list",
              "path": "v1/{+parent}/content",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListContentResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/content",
              "description": "Lists `Content` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of Content. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - cmsMetadataValues - cmsSources.contentSource - cmsSources.contentSourceDisplayName - contentBundles - contentStatusSource - dashIngestStatus - displayName - duration - hlsIngestStatus - importTime - lastDashIngestTime - lastHlsIngestTime - name - status - updateTime ",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                }
              }
            }
          }
        },
        "richMediaAdsCompanies": {
          "methods": {
            "get": {
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__RichMediaAdsCompany"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.richMediaAdsCompanies.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The resource name of the RichMediaAdsCompany. Format: `networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}`",
                  "pattern": "^networks/[^/]+/richMediaAdsCompanies/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/richMediaAdsCompanies/{richMediaAdsCompaniesId}",
              "description": "Retrieves a `RichMediaAdsCompany` object."
            },
            "list": {
              "flatPath": "v1/networks/{networksId}/richMediaAdsCompanies",
              "description": "Lists `RichMediaAdsCompany` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of RichMediaAdsCompanies. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "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"
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "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 "
                }
              },
              "id": "admanager.networks.richMediaAdsCompanies.list",
              "path": "v1/{+parent}/richMediaAdsCompanies",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListRichMediaAdsCompaniesResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            }
          }
        },
        "liveStreamEventsByCustomAssetKey": {
          "resources": {
            "adBreaks": {
              "methods": {
                "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+/adBreaks/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "required": true
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks/{adBreaksId}",
                  "description": "Retrieves 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.",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.get",
                  "path": "v1/{+name}"
                },
                "list": {
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  },
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.list",
                  "path": "v1/{+parent}/adBreaks",
                  "parameters": {
                    "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,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+$"
                    },
                    "pageSize": {
                      "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`.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "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",
                      "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",
                      "location": "query"
                    },
                    "skip": {
                      "location": "query",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "format": "int32",
                      "type": "integer"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks",
                  "description": "Lists `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."
                },
                "create": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "admanager.networks.liveStreamEventsByCustomAssetKey.adBreaks.create",
                  "path": "v1/{+parent}/adBreaks",
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEventsByCustomAssetKey/[^/]+$",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/liveStreamEventsByCustomAssetKey/{liveStreamEventsByCustomAssetKeyId}/adBreaks",
                  "description": "Creates 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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ]
                }
              }
            }
          }
        },
        "users": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/users/{usersId}",
              "description": "Retrieves a `User` object. To get the current user, the resource name `networks/{networkCode}/users/me` can be used.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the User. Format: `networks/{network_code}/users/{user_id}`",
                  "pattern": "^networks/[^/]+/users/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.users.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__User"
              },
              "httpMethod": "GET"
            }
          }
        },
        "deviceCategories": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/deviceCategories/{deviceCategoriesId}",
              "description": "Retrieves a `DeviceCategory` object.",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the DeviceCategory. Format: `networks/{network_code}/deviceCategories/{device_category_id}`",
                  "pattern": "^networks/[^/]+/deviceCategories/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "id": "admanager.networks.deviceCategories.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__DeviceCategory"
              }
            },
            "list": {
              "id": "admanager.networks.deviceCategories.list",
              "path": "v1/{+parent}/deviceCategories",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListDeviceCategoriesResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/deviceCategories",
              "description": "Lists `DeviceCategory` objects.",
              "parameters": {
                "parent": {
                  "description": "Required. The parent, which owns this collection of DeviceCategories. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "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": {
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                }
              }
            }
          }
        },
        "webProperties": {
          "resources": {
            "adReviewCenterAds": {
              "methods": {
                "search": {
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:search",
                  "description": "Searches for AdReviewCenterAds.",
                  "parameters": {
                    "buyerAccountId": {
                      "location": "query",
                      "type": "string",
                      "repeated": true,
                      "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`.",
                      "format": "int64"
                    },
                    "dateTimeRange.endTime": {
                      "description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
                      "format": "google-datetime",
                      "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"
                    },
                    "status": {
                      "location": "query",
                      "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."
                      ],
                      "description": "Optional. Only return ads with the given status.",
                      "enum": [
                        "AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
                        "ALLOWED",
                        "BLOCKED",
                        "UNREVIEWED"
                      ]
                    },
                    "manualReviewStatus": {
                      "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.",
                      "enum": [
                        "MANUAL_AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED",
                        "ALLOWED",
                        "BLOCKED",
                        "ARCHIVED",
                        "PENDING",
                        "SERVING"
                      ],
                      "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."
                      ],
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "location": "query",
                      "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.",
                      "format": "int32"
                    },
                    "pageToken": {
                      "type": "string",
                      "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"
                    },
                    "adReviewCenterAdId": {
                      "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",
                      "repeated": true,
                      "type": "string"
                    },
                    "dateTimeRange.startTime": {
                      "type": "string",
                      "description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
                      "format": "google-datetime",
                      "location": "query"
                    },
                    "parent": {
                      "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`",
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "id": "admanager.networks.webProperties.adReviewCenterAds.search",
                  "path": "v1/{+parent}/adReviewCenterAds:search",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__SearchAdReviewCenterAdsResponse"
                  },
                  "httpMethod": "GET"
                },
                "batchAllow": {
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunning__Operation"
                  },
                  "id": "admanager.networks.webProperties.adReviewCenterAds.batchAllow",
                  "path": "v1/{+parent}/adReviewCenterAds:batchAllow",
                  "parameters": {
                    "parent": {
                      "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`",
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__BatchAllowAdReviewCenterAdsRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:batchAllow",
                  "description": "Batch allows 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."
                },
                "batchBlock": {
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__BatchBlockAdReviewCenterAdsRequest"
                  },
                  "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`",
                      "pattern": "^networks/[^/]+/webProperties/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "required": true
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/webProperties/{webPropertiesId}/adReviewCenterAds:batchBlock",
                  "description": "Batch blocks 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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunning__Operation"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "POST",
                  "id": "admanager.networks.webProperties.adReviewCenterAds.batchBlock",
                  "path": "v1/{+parent}/adReviewCenterAds:batchBlock"
                }
              }
            }
          }
        },
        "taxonomyCategories": {
          "methods": {
            "get": {
              "id": "admanager.networks.taxonomyCategories.get",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__TaxonomyCategory"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/taxonomyCategories/{taxonomyCategoriesId}",
              "description": "Retrieves a `TaxonomyCategory` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the TaxonomyCategory. Format: `networks/{network_code}/taxonomyCategories/{taxonomy_category_id}`",
                  "pattern": "^networks/[^/]+/taxonomyCategories/[^/]+$",
                  "type": "string"
                }
              }
            },
            "list": {
              "id": "admanager.networks.taxonomyCategories.list",
              "path": "v1/{+parent}/taxonomyCategories",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListTaxonomyCategoriesResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "flatPath": "v1/networks/{networksId}/taxonomyCategories",
              "description": "Lists `TaxonomyCategory` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters"
                },
                "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,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of TaxonomyCategories. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              }
            }
          }
        },
        "mobileDevices": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/mobileDevices/{mobileDevicesId}",
              "description": "Retrieves a `MobileDevice` object.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the MobileDevice. Format: `networks/{network_code}/mobileDevices/{mobile_device_id}`",
                  "pattern": "^networks/[^/]+/mobileDevices/[^/]+$",
                  "type": "string"
                }
              },
              "id": "admanager.networks.mobileDevices.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileDevice"
              },
              "httpMethod": "GET"
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileDevicesResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.mobileDevices.list",
              "path": "v1/{+parent}/mobileDevices",
              "parameters": {
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "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 - manufacturer - name ",
                  "location": "query"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of MobileDevices. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/mobileDevices",
              "description": "Lists `MobileDevice` objects."
            }
          }
        },
        "liveStreamEvents": {
          "resources": {
            "adBreaks": {
              "methods": {
                "get": {
                  "id": "admanager.networks.liveStreamEvents.adBreaks.get",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks/{adBreaksId}",
                  "description": "Retrieves 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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+/adBreaks/[^/]+$"
                    }
                  }
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks",
                  "description": "Lists `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.",
                  "parameters": {
                    "pageToken": {
                      "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",
                      "type": "string"
                    },
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters"
                    },
                    "pageSize": {
                      "type": "integer",
                      "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`.",
                      "format": "int32",
                      "location": "query"
                    },
                    "skip": {
                      "location": "query",
                      "description": "Optional. Number of individual resources to skip while paginating.",
                      "format": "int32",
                      "type": "integer"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of AdBreaks. Formats: `networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}` `networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}`",
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "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.liveStreamEvents.adBreaks.list",
                  "path": "v1/{+parent}/adBreaks",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__ListAdBreaksResponse"
                  }
                },
                "create": {
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "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}`",
                      "pattern": "^networks/[^/]+/liveStreamEvents/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager"
                  ],
                  "flatPath": "v1/networks/{networksId}/liveStreamEvents/{liveStreamEventsId}/adBreaks",
                  "description": "Creates 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"
                  ],
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__AdBreak"
                  },
                  "httpMethod": "POST",
                  "id": "admanager.networks.liveStreamEvents.adBreaks.create",
                  "path": "v1/{+parent}/adBreaks"
                }
              }
            }
          }
        },
        "entitySignalsMappings": {
          "methods": {
            "patch": {
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "parameterOrder": [
                "name"
              ],
              "id": "admanager.networks.entitySignalsMappings.patch",
              "path": "v1/{+name}",
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Identifier. The resource name of the `EntitySignalsMapping`. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`",
                  "pattern": "^networks/[^/]+/entitySignalsMappings/[^/]+$"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings/{entitySignalsMappingsId}",
              "description": "Updates an `EntitySignalsMapping` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ]
            },
            "create": {
              "id": "admanager.networks.entitySignalsMappings.create",
              "path": "v1/{+parent}/entitySignalsMappings",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings",
              "description": "Creates an `EntitySignalsMapping` object.",
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where this EntitySignalsMapping will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              }
            },
            "batchUpdate": {
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `EntitySignalsMappings` will be updated. Format: `networks/{network_code}` The parent field in the UpdateEntitySignalsMappingRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings:batchUpdate",
              "description": "Batch updates `EntitySignalsMapping` objects.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateEntitySignalsMappingsResponse"
              },
              "id": "admanager.networks.entitySignalsMappings.batchUpdate",
              "path": "v1/{+parent}/entitySignalsMappings:batchUpdate"
            },
            "batchCreate": {
              "id": "admanager.networks.entitySignalsMappings.batchCreate",
              "path": "v1/{+parent}/entitySignalsMappings:batchCreate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings:batchCreate",
              "description": "Creates `EntitySignalsMapping` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateEntitySignalsMappingsRequest"
              },
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent resource where `EntitySignalsMappings` will be created. Format: `networks/{network_code}` The parent field in the CreateEntitySignalsMappingRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              }
            },
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__EntitySignalsMapping"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.entitySignalsMappings.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the EntitySignalsMapping. Format: `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}`",
                  "pattern": "^networks/[^/]+/entitySignalsMappings/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings/{entitySignalsMappingsId}",
              "description": "Retrieves a `EntitySignalsMapping` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of EntitySignalsMappings. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "type": "string"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                }
              },
              "flatPath": "v1/networks/{networksId}/entitySignalsMappings",
              "description": "Lists `EntitySignalsMapping` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListEntitySignalsMappingsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.entitySignalsMappings.list",
              "path": "v1/{+parent}/entitySignalsMappings"
            }
          }
        },
        "cdnConfigs": {
          "methods": {
            "create": {
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
              },
              "id": "admanager.networks.cdnConfigs.create",
              "path": "v1/{+parent}/cdnConfigs",
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `CdnConfig` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/cdnConfigs",
              "description": "Creates a `CdnConfig` object."
            },
            "batchUpdate": {
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. The parent resource where `CdnConfigs` will be updated. Format: `networks/{network_code}` The parent field in the UpdateCdnConfigRequest must match this field.",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1/networks/{networksId}/cdnConfigs:batchUpdate",
              "description": "Batch updates `CdnConfig` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchUpdateCdnConfigsResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "id": "admanager.networks.cdnConfigs.batchUpdate",
              "path": "v1/{+parent}/cdnConfigs:batchUpdate"
            },
            "patch": {
              "flatPath": "v1/networks/{networksId}/cdnConfigs/{cdnConfigsId}",
              "description": "Updates a `CdnConfig` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the `CdnConfig`. Format: `networks/{network_code}/cdnConfigs/{cdn_config_id}`",
                  "pattern": "^networks/[^/]+/cdnConfigs/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "location": "query",
                  "type": "string"
                }
              },
              "id": "admanager.networks.cdnConfigs.patch",
              "path": "v1/{+name}",
              "httpMethod": "PATCH",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "batchActivate": {
              "flatPath": "v1/networks/{networksId}/cdnConfigs:batchActivate",
              "description": "Batch activates `CdnConfig` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsRequest"
              },
              "parameters": {
                "parent": {
                  "type": "string",
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "admanager.networks.cdnConfigs.batchActivate",
              "path": "v1/{+parent}/cdnConfigs:batchActivate",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchActivateCdnConfigsResponse"
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "get": {
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CdnConfig"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.cdnConfigs.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CdnConfig. Format: `networks/{network_code}/cdnConfigs/{cdn_config_id}`",
                  "pattern": "^networks/[^/]+/cdnConfigs/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/cdnConfigs/{cdnConfigsId}",
              "description": "Retrieves a `CdnConfig` object."
            },
            "list": {
              "parameters": {
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The parent, which owns this collection of CdnConfigs. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. The maximum number of `CdnConfigs` to return. The service may return fewer than this value. If unspecified, at most 50 `CdnConfigs` will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListCdnConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCdnConfigs` must match the call that provided the page token.",
                  "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:* - cdnConfigStatus - cdnConfigType - displayName - name - sourceContentConfig.ingestSettings.urlPrefix ",
                  "location": "query",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/cdnConfigs",
              "description": "Lists `CdnConfig` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCdnConfigsResponse"
              },
              "httpMethod": "GET",
              "id": "admanager.networks.cdnConfigs.list",
              "path": "v1/{+parent}/cdnConfigs"
            },
            "batchCreate": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent resource where `CdnConfigs` will be created. Format: `networks/{network_code}` The parent field in the CreateCdnConfigRequest must match this field.",
                  "pattern": "^networks/[^/]+$"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/cdnConfigs:batchCreate",
              "description": "Batch creates `CdnConfig` objects.",
              "httpMethod": "POST",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchCreateCdnConfigsResponse"
              },
              "id": "admanager.networks.cdnConfigs.batchCreate",
              "path": "v1/{+parent}/cdnConfigs:batchCreate"
            },
            "batchArchive": {
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "description": "Required. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "flatPath": "v1/networks/{networksId}/cdnConfigs:batchArchive",
              "description": "Batch archives `CdnConfig` objects.",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__BatchArchiveCdnConfigsResponse"
              },
              "httpMethod": "POST",
              "id": "admanager.networks.cdnConfigs.batchArchive",
              "path": "v1/{+parent}/cdnConfigs:batchArchive"
            }
          }
        },
        "mobileCarriers": {
          "methods": {
            "get": {
              "flatPath": "v1/networks/{networksId}/mobileCarriers/{mobileCarriersId}",
              "description": "Retrieves a `MobileCarrier` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The resource name of the MobileCarrier. Format: `networks/{network_code}/mobileCarriers/{mobile_carrier_id}`",
                  "pattern": "^networks/[^/]+/mobileCarriers/[^/]+$"
                }
              },
              "id": "admanager.networks.mobileCarriers.get",
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__MobileCarrier"
              },
              "parameterOrder": [
                "name"
              ]
            },
            "list": {
              "parameters": {
                "skip": {
                  "type": "integer",
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32"
                },
                "pageSize": {
                  "type": "integer",
                  "location": "query",
                  "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.",
                  "format": "int32"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - displayName - name - regionCode ",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order",
                  "type": "string"
                },
                "parent": {
                  "description": "Required. The parent, which owns this collection of MobileCarriers. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/mobileCarriers",
              "description": "Lists `MobileCarrier` objects.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListMobileCarriersResponse"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.mobileCarriers.list",
              "path": "v1/{+parent}/mobileCarriers"
            }
          }
        },
        "creativeTemplates": {
          "methods": {
            "get": {
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__CreativeTemplate"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "id": "admanager.networks.creativeTemplates.get",
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "description": "Required. The resource name of the CreativeTemplate. Format: `networks/{network_code}/creativeTemplates/{creative_template_id}`",
                  "pattern": "^networks/[^/]+/creativeTemplates/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              },
              "flatPath": "v1/networks/{networksId}/creativeTemplates/{creativeTemplatesId}",
              "description": "Retrieves a `CreativeTemplate` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ]
            },
            "list": {
              "parameters": {
                "parent": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent, which owns this collection of CreativeTemplates. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$"
                },
                "orderBy": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order"
                },
                "pageToken": {
                  "location": "query",
                  "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.",
                  "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:* - description - displayName - interstitial - name - nativeEligible - nativeVideoEligible - safeFrameCompatible - status - type ",
                  "location": "query"
                },
                "pageSize": {
                  "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.",
                  "format": "int32",
                  "location": "query"
                },
                "skip": {
                  "location": "query",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "type": "integer"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/creativeTemplates",
              "description": "Lists `CreativeTemplate` objects.",
              "httpMethod": "GET",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListCreativeTemplatesResponse"
              },
              "id": "admanager.networks.creativeTemplates.list",
              "path": "v1/{+parent}/creativeTemplates"
            }
          }
        },
        "reports": {
          "resources": {
            "results": {
              "methods": {
                "fetchRows": {
                  "parameters": {
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A page token, received from a previous `FetchReportResultRows` call. Provide this to retrieve the second and subsequent batches of rows."
                    },
                    "pageSize": {
                      "type": "integer",
                      "location": "query",
                      "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.",
                      "format": "int32"
                    },
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "The report result being fetched. Format: `networks/{network_code}/reports/{report_id}/results/{report_result_id}`",
                      "pattern": "^networks/[^/]+/reports/[^/]+/results/[^/]+$"
                    }
                  },
                  "flatPath": "v1/networks/{networksId}/reports/{reportsId}/results/{resultsId}:fetchRows",
                  "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.",
                  "scopes": [
                    "https://www.googleapis.com/auth/admanager",
                    "https://www.googleapis.com/auth/admanager.readonly"
                  ],
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleAdsAdmanagerV1__FetchReportResultRowsResponse"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "admanager.networks.reports.results.fetchRows",
                  "path": "v1/{+name}:fetchRows"
                }
              }
            }
          },
          "methods": {
            "run": {
              "id": "admanager.networks.reports.run",
              "path": "v1/{+name}:run",
              "httpMethod": "POST",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleLongrunning__Operation"
              },
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}:run",
              "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.",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. The report to run. Format: `networks/{network_code}/reports/{report_id}`",
                  "pattern": "^networks/[^/]+/reports/[^/]+$",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__RunReportRequest"
              }
            },
            "get": {
              "id": "admanager.networks.reports.get",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}",
              "description": "Retrieves a `Report` object.",
              "parameters": {
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "Required. The resource name of the report. Format: `networks/{network_code}/reports/{report_id}`",
                  "pattern": "^networks/[^/]+/reports/[^/]+$",
                  "type": "string"
                }
              }
            },
            "list": {
              "id": "admanager.networks.reports.list",
              "path": "v1/{+parent}/reports",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__ListReportsResponse"
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/admanager",
                "https://www.googleapis.com/auth/admanager.readonly"
              ],
              "flatPath": "v1/networks/{networksId}/reports",
              "description": "Lists `Report` objects.",
              "parameters": {
                "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}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "skip": {
                  "type": "integer",
                  "description": "Optional. Number of individual resources to skip while paginating.",
                  "format": "int32",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "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.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "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."
                },
                "filter": {
                  "location": "query",
                  "description": "Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters",
                  "type": "string"
                }
              }
            },
            "patch": {
              "id": "admanager.networks.reports.patch",
              "path": "v1/{+name}",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "flatPath": "v1/networks/{networksId}/reports/{reportsId}",
              "description": "Updates a `Report` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Identifier. The resource name of the report. Report resource name have the form: `networks/{network_code}/reports/{report_id}`",
                  "pattern": "^networks/[^/]+/reports/[^/]+$",
                  "required": true,
                  "location": "path"
                },
                "updateMask": {
                  "location": "query",
                  "description": "Optional. The list of fields to update.",
                  "format": "google-fieldmask",
                  "type": "string"
                }
              }
            },
            "create": {
              "id": "admanager.networks.reports.create",
              "path": "v1/{+parent}/reports",
              "response": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "POST",
              "flatPath": "v1/networks/{networksId}/reports",
              "description": "Creates a `Report` object.",
              "scopes": [
                "https://www.googleapis.com/auth/admanager"
              ],
              "request": {
                "$ref": "GoogleAdsAdmanagerV1__Report"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource where this `Report` will be created. Format: `networks/{network_code}`",
                  "pattern": "^networks/[^/]+$",
                  "type": "string",
                  "location": "path",
                  "required": true
                }
              }
            }
          }
        }
      },
      "methods": {
        "get": {
          "parameters": {
            "name": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Required. Resource name of Network. Format: networks/{network_code}",
              "pattern": "^networks/[^/]+$"
            }
          },
          "flatPath": "v1/networks/{networksId}",
          "description": "Retrieves a `Network` object.",
          "scopes": [
            "https://www.googleapis.com/auth/admanager",
            "https://www.googleapis.com/auth/admanager.readonly"
          ],
          "httpMethod": "GET",
          "response": {
            "$ref": "GoogleAdsAdmanagerV1__Network"
          },
          "parameterOrder": [
            "name"
          ],
          "id": "admanager.networks.get",
          "path": "v1/{+name}"
        },
        "list": {
          "httpMethod": "GET",
          "parameterOrder": [],
          "response": {
            "$ref": "GoogleAdsAdmanagerV1__ListNetworksResponse"
          },
          "id": "admanager.networks.list",
          "path": "v1/networks",
          "parameters": {
            "pageToken": {
              "type": "string",
              "location": "query",
              "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."
            },
            "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.",
              "format": "int32",
              "location": "query"
            },
            "skip": {
              "type": "integer",
              "description": "Optional. Number of individual resources to skip while paginating.",
              "format": "int32",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/admanager",
            "https://www.googleapis.com/auth/admanager.readonly"
          ],
          "flatPath": "v1/networks",
          "description": "Retrieves all the networks the current user has access to."
        }
      }
    },
    "operations": {
      "methods": {
        "delete": {
          "parameters": {
            "name": {
              "description": "The name of the operation resource to be deleted.",
              "pattern": "^operations/.*$",
              "type": "string",
              "location": "path",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/admanager"
          ],
          "flatPath": "v1/operations/{operationsId}",
          "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"
          ],
          "response": {
            "$ref": "GoogleProtobuf__Empty"
          },
          "httpMethod": "DELETE",
          "id": "admanager.operations.delete",
          "path": "v1/{+name}"
        },
        "list": {
          "parameterOrder": [
            "name"
          ],
          "response": {
            "$ref": "GoogleLongrunning__ListOperationsResponse"
          },
          "httpMethod": "GET",
          "id": "admanager.operations.list",
          "path": "v1/{+name}",
          "parameters": {
            "pageSize": {
              "type": "integer",
              "description": "The standard list page size.",
              "format": "int32",
              "location": "query"
            },
            "filter": {
              "type": "string",
              "description": "The standard list filter.",
              "location": "query"
            },
            "pageToken": {
              "type": "string",
              "description": "The standard list page token.",
              "location": "query"
            },
            "name": {
              "location": "path",
              "required": true,
              "description": "The name of the operation's parent resource.",
              "pattern": "^operations$",
              "type": "string"
            },
            "returnPartialSuccess": {
              "type": "boolean",
              "location": "query",
              "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."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/admanager"
          ],
          "flatPath": "v1/operations",
          "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`."
        }
      }
    }
  },
  "baseUrl": "https://admanager.googleapis.com/",
  "revision": "20260729",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "fullyEncodeReservedExpansion": true,
  "rootUrl": "https://admanager.googleapis.com/",
  "servicePath": "",
  "parameters": {
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query",
      "type": "string"
    },
    "key": {
      "location": "query",
      "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.",
      "type": "string"
    },
    "$.xgafv": {
      "location": "query",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "prettyPrint": {
      "type": "boolean",
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks."
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "quotaUser": {
      "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",
      "type": "string"
    },
    "upload_protocol": {
      "type": "string",
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "alt": {
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "default": "json"
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "location": "query",
      "type": "string"
    }
  },
  "canonicalName": "Ad Manager",
  "protocol": "rest",
  "mtlsRootUrl": "https://admanager.mtls.googleapis.com/",
  "description": "Manage your Ad Manager inventory, run reports and more.",
  "title": "Google Ad Manager API",
  "version": "v1"
}
