{
  "servicePath": "dfareporting/v5/",
  "revision": "20260605",
  "batchPath": "batch",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/dfareporting": {
          "description": "View and manage DoubleClick for Advertisers reports"
        },
        "https://www.googleapis.com/auth/dfatrafficking": {
          "description": "View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns"
        },
        "https://www.googleapis.com/auth/ddmconversions": {
          "description": "Manage DoubleClick Digital Marketing conversions"
        }
      }
    }
  },
  "ownerDomain": "google.com",
  "kind": "discovery#restDescription",
  "canonicalName": "Dfareporting",
  "title": "Campaign Manager 360 API",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "protocol": "rest",
  "resources": {
    "advertisers": {
      "methods": {
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "response": {
            "$ref": "Advertiser"
          },
          "id": "dfareporting.advertisers.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing advertiser.",
          "request": {
            "$ref": "Advertiser"
          }
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "response": {
            "$ref": "Advertiser"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.advertisers.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Inserts a new advertiser.",
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Advertiser"
          }
        },
        "get": {
          "description": "Gets one advertiser by ID.",
          "path": "userprofiles/{+profileId}/advertisers/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Advertiser ID."
            }
          },
          "id": "dfareporting.advertisers.get",
          "response": {
            "$ref": "Advertiser"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "response": {
            "$ref": "Advertiser"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Advertiser ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.advertisers.patch",
          "description": "Updates an existing advertiser. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Advertiser"
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "response": {
            "$ref": "AdvertisersListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.advertisers.list",
          "httpMethod": "GET",
          "parameters": {
            "subaccountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only advertisers with these subaccount IDs."
            },
            "includeAdvertisersWithoutGroupsOnly": {
              "description": "Select only advertisers which do not belong to any advertiser group.",
              "location": "query",
              "type": "boolean"
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only advertisers with these IDs."
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "floodlightConfigurationIds": {
              "location": "query",
              "type": "string",
              "description": "Select only advertisers with these floodlight configuration IDs.",
              "format": "int64",
              "repeated": true
            },
            "advertiserGroupIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only advertisers with these advertiser group IDs."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "onlyParent": {
              "location": "query",
              "type": "boolean",
              "description": "Select only advertisers which use another advertiser's floodlight configuration."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"advertiser*2015\" will return objects with names like \"advertiser June 2015\", \"advertiser April 2015\", or simply \"advertiser 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"advertiser\" will match objects with name \"my advertiser\", \"advertiser 2015\", or simply \"advertiser\" ."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "status": {
              "enum": [
                "APPROVED",
                "ON_HOLD"
              ],
              "description": "Select only advertisers with the specified status.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Approved (ads can deliver)",
                "On-hold (all ads are stopped)"
              ]
            }
          },
          "description": "Retrieves a list of advertisers, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "videoFormats": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/videoFormats/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one video format by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "VideoFormat"
          },
          "flatPath": "userprofiles/{userprofilesId}/videoFormats/{videoFormatsId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "format": "int32",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "integer",
              "description": "Video format ID."
            }
          },
          "id": "dfareporting.videoFormats.get"
        },
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.videoFormats.list",
          "response": {
            "$ref": "VideoFormatsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/videoFormats",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Lists available video formats.",
          "path": "userprofiles/{+profileId}/videoFormats",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "operatingSystemVersions": {
      "methods": {
        "list": {
          "description": "Retrieves a list of operating system versions.",
          "path": "userprofiles/{+profileId}/operatingSystemVersions",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.operatingSystemVersions.list",
          "response": {
            "$ref": "OperatingSystemVersionsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions",
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "description": "Gets one operating system version by ID.",
          "path": "userprofiles/{+profileId}/operatingSystemVersions/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions/{operatingSystemVersionsId}",
          "response": {
            "$ref": "OperatingSystemVersion"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.operatingSystemVersions.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Operating system version ID."
            }
          }
        }
      }
    },
    "sizes": {
      "methods": {
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/sizes/{sizesId}",
          "response": {
            "$ref": "Size"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.sizes.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Size ID."
            }
          },
          "description": "Gets one size by ID.",
          "path": "userprofiles/{+profileId}/sizes/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "request": {
            "$ref": "Size"
          },
          "path": "userprofiles/{+profileId}/sizes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new size.",
          "id": "dfareporting.sizes.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "response": {
            "$ref": "Size"
          }
        },
        "list": {
          "path": "userprofiles/{+profileId}/sizes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.",
          "id": "dfareporting.sizes.list",
          "httpMethod": "GET",
          "parameters": {
            "ids": {
              "description": "Select only sizes with these IDs.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "height": {
              "location": "query",
              "type": "integer",
              "format": "int32",
              "description": "Select only sizes with this height."
            },
            "width": {
              "description": "Select only sizes with this width.",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "iabStandard": {
              "description": "Select only IAB standard sizes.",
              "location": "query",
              "type": "boolean"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "response": {
            "$ref": "SizesListResponse"
          }
        }
      }
    },
    "placements": {
      "methods": {
        "list": {
          "description": "Retrieves a list of placements, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/placements",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "campaignIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only placements that belong to these campaigns."
            },
            "compatibilities": {
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "Deprecated enum value. No longer supported.",
                "Deprecated enum value. No longer supported.",
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "description": "Select only placements that are associated with these compatibilities. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile devices for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.",
              "enum": [
                "DISPLAY",
                "DISPLAY_INTERSTITIAL",
                "APP",
                "APP_INTERSTITIAL",
                "IN_STREAM_VIDEO",
                "IN_STREAM_AUDIO"
              ]
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results."
            },
            "sizeIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only placements that are associated with these sizes."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for placements by name or ID. Wildcards (*) are allowed. For example, \"placement*2015\" will return placements with names like \"placement June 2015\", \"placement May 2015\", or simply \"placements 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"placement\" will match placements with name \"my placement\", \"placement 2015\", or simply \"placement\" ."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "placementStrategyIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only placements that are associated with these placement strategies.",
              "location": "query",
              "type": "string"
            },
            "advertiserIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only placements that belong to these advertisers.",
              "location": "query",
              "type": "string"
            },
            "minStartDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose start date is on or after the specified minStartDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "maxStartDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose start date is on or before the specified maxStartDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "siteIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only placements that are associated with these sites.",
              "location": "query",
              "type": "string"
            },
            "groupIds": {
              "description": "Select only placements that belong to these placement groups.",
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64"
            },
            "activeStatus": {
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "description": "Select only placements with these active statuses.",
              "enum": [
                "PLACEMENT_STATUS_UNKNOWN",
                "PLACEMENT_STATUS_ACTIVE",
                "PLACEMENT_STATUS_INACTIVE",
                "PLACEMENT_STATUS_ARCHIVED",
                "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
              ]
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "paymentSource": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Select only placements with this payment source.",
              "enum": [
                "PLACEMENT_AGENCY_PAID",
                "PLACEMENT_PUBLISHER_PAID"
              ],
              "location": "query",
              "type": "string"
            },
            "maxEndDate": {
              "description": "Select only placements or placement groups whose end date is on or before the specified maxEndDate. The date should be formatted as \"yyyy-MM-dd\".",
              "location": "query",
              "type": "string"
            },
            "minEndDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose end date is on or after the specified minEndDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only placements with these IDs.",
              "repeated": true,
              "format": "int64"
            },
            "directorySiteIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only placements that are associated with these directory sites.",
              "location": "query",
              "type": "string"
            },
            "pricingTypes": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "repeated": true,
              "enum": [
                "PRICING_TYPE_CPM",
                "PRICING_TYPE_CPC",
                "PRICING_TYPE_CPA",
                "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
                "PRICING_TYPE_FLAT_RATE_CLICKS",
                "PRICING_TYPE_CPM_ACTIVEVIEW"
              ],
              "description": "Select only placements with these pricing types.",
              "location": "query",
              "type": "string"
            },
            "contentCategoryIds": {
              "description": "Select only placements that are associated with these content categories.",
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.placements.list",
          "response": {
            "$ref": "PlacementsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "parameterOrder": [
            "profileId"
          ]
        },
        "patch": {
          "request": {
            "$ref": "Placement"
          },
          "description": "Updates an existing placement. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/placements",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placements.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Placement ID.",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "response": {
            "$ref": "Placement"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "get": {
          "path": "userprofiles/{+profileId}/placements/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one placement by ID.",
          "id": "dfareporting.placements.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Placement ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placements/{placementsId}",
          "response": {
            "$ref": "Placement"
          }
        },
        "insert": {
          "description": "Inserts a new placement.",
          "path": "userprofiles/{+profileId}/placements",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Placement"
          },
          "response": {
            "$ref": "Placement"
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.placements.insert"
        },
        "generatetags": {
          "path": "userprofiles/{+profileId}/placements/generatetags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Generates tags for a placement.",
          "httpMethod": "POST",
          "parameters": {
            "placementIds": {
              "location": "query",
              "type": "string",
              "description": "Generate tags for these placements.",
              "repeated": true,
              "format": "int64"
            },
            "tagFormats": {
              "enum": [
                "PLACEMENT_TAG_STANDARD",
                "PLACEMENT_TAG_IFRAME_JAVASCRIPT",
                "PLACEMENT_TAG_IFRAME_ILAYER",
                "PLACEMENT_TAG_INTERNAL_REDIRECT",
                "PLACEMENT_TAG_JAVASCRIPT",
                "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT",
                "PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT",
                "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT",
                "PLACEMENT_TAG_CLICK_COMMANDS",
                "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH",
                "PLACEMENT_TAG_TRACKING",
                "PLACEMENT_TAG_TRACKING_IFRAME",
                "PLACEMENT_TAG_TRACKING_JAVASCRIPT",
                "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3",
                "PLACEMENT_TAG_IFRAME_JAVASCRIPT_LEGACY",
                "PLACEMENT_TAG_JAVASCRIPT_LEGACY",
                "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT_LEGACY",
                "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT_LEGACY",
                "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4",
                "PLACEMENT_TAG_TRACKING_THIRD_PARTY_MEASUREMENT"
              ],
              "description": "Tag formats to generate for these placements. *Note:* PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "repeated": true
            },
            "campaignId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Generate placements belonging to this campaign. This is a required field."
            },
            "tagProperties.gppMacrosIncluded": {
              "location": "query",
              "type": "boolean",
              "description": "Optional. Indicates whether to include the GPP macro in the generated tags. [Learn more](https://support.google.com/campaignmanager/answer/10031693) about this macro."
            },
            "tagProperties.dcDbmMacroIncluded": {
              "location": "query",
              "type": "boolean",
              "description": "Optional. Indicates whether to include the dc_dbm macro in the generated tags. [Learn more](https://support.google.com/campaignmanager/answer/9280273) about this macro."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "tagProperties.tcfGdprMacrosIncluded": {
              "description": "Optional. Indicates whether to include the TCF macro in the generated tags. Default true. [Learn more](https://support.google.com/campaignmanager/answer/10031693) about this macro.",
              "default": "true",
              "location": "query",
              "type": "boolean"
            }
          },
          "id": "dfareporting.placements.generatetags",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementsGenerateTagsResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/placements/generatetags"
        },
        "update": {
          "request": {
            "$ref": "Placement"
          },
          "description": "Updates an existing placement.",
          "path": "userprofiles/{+profileId}/placements",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placements.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "response": {
            "$ref": "Placement"
          },
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "tvCampaignDetails": {
      "methods": {
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "countryDartId": {
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US).",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "id": {
              "description": "Required. TV Campaign ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            },
            "tvDataProvider": {
              "location": "query",
              "type": "string",
              "description": "Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.",
              "enum": [
                "INVALID_TV_DATA_PROVIDER",
                "INTAGE_JP",
                "IBOPE_AR",
                "IBOPE_BR",
                "IBOPE_CL",
                "IBOPE_CO",
                "TNS_VN",
                "COMSCORE_NATIONAL_US",
                "COMSCORE_CA",
                "SAMBA_AU"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. User profile ID associated with this request."
            },
            "accountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Required. Account ID associated with this request."
            }
          },
          "id": "dfareporting.tvCampaignDetails.get",
          "response": {
            "$ref": "TvCampaignDetail"
          },
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignDetails/{tvCampaignDetailsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one TvCampaignDetail by ID.",
          "path": "userprofiles/{+profileId}/tvCampaignDetails/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "remarketingListShares": {
      "methods": {
        "update": {
          "response": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.remarketingListShares.update",
          "description": "Updates an existing remarketing list share.",
          "path": "userprofiles/{+profileId}/remarketingListShares",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "RemarketingListShare"
          }
        },
        "patch": {
          "request": {
            "$ref": "RemarketingListShare"
          },
          "description": "Updates an existing remarketing list share. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/remarketingListShares",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. RemarketingList ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.remarketingListShares.patch",
          "response": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "get": {
          "path": "userprofiles/{+profileId}/remarketingListShares/{+remarketingListId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one remarketing list share by remarketing list ID.",
          "id": "dfareporting.remarketingListShares.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "remarketingListId": {
              "description": "Remarketing list ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "remarketingListId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares/{remarketingListSharesId}",
          "response": {
            "$ref": "RemarketingListShare"
          }
        }
      }
    },
    "cities": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/cities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of cities, possibly filtered.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "CitiesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/cities",
          "httpMethod": "GET",
          "parameters": {
            "regionDartIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only cities from these regions."
            },
            "countryDartIds": {
              "location": "query",
              "type": "string",
              "description": "Select only cities from these countries.",
              "repeated": true,
              "format": "int64"
            },
            "namePrefix": {
              "location": "query",
              "type": "string",
              "description": "Select only cities with names starting with this prefix."
            },
            "dartIds": {
              "location": "query",
              "type": "string",
              "description": "Select only cities with these DART IDs.",
              "format": "int64",
              "repeated": true
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.cities.list"
        }
      }
    },
    "metros": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.metros.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "MetrosListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/metros",
          "path": "userprofiles/{+profileId}/metros",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of metros."
        }
      }
    },
    "reports": {
      "methods": {
        "list": {
          "path": "userprofiles/{profileId}/reports",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Retrieves list of reports.",
          "httpMethod": "GET",
          "parameters": {
            "sortField": {
              "enumDescriptions": [
                "Sort by report ID.",
                "Sort by 'lastModifiedTime' field.",
                "Sort by name of reports."
              ],
              "description": "The field by which to sort the list.",
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME",
                "NAME"
              ],
              "default": "LAST_MODIFIED_TIME",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "int32",
              "default": "10",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "DESCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "type": "string"
            },
            "scope": {
              "default": "MINE",
              "location": "query",
              "type": "string",
              "enum": [
                "ALL",
                "MINE"
              ],
              "description": "The scope that defines which results are returned.",
              "enumDescriptions": [
                "All reports in account.",
                "My reports."
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "The value of the nextToken from the previous result page."
            }
          },
          "id": "dfareporting.reports.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ReportList"
          },
          "flatPath": "userprofiles/{profileId}/reports"
        },
        "delete": {
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "description": "Deletes a report by its ID.",
          "httpMethod": "DELETE",
          "parameters": {
            "reportId": {
              "required": true,
              "format": "int64",
              "description": "The ID of the report.",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.reports.delete"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "response": {
            "$ref": "Report"
          },
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "type": "string"
            },
            "reportId": {
              "description": "The ID of the report.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.reports.get",
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Retrieves a report by its ID."
        },
        "run": {
          "path": "userprofiles/{profileId}/reports/{reportId}/run",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Runs a report.",
          "httpMethod": "POST",
          "parameters": {
            "synchronous": {
              "default": "false",
              "location": "query",
              "type": "boolean",
              "description": "If set and true, tries to run the report synchronously."
            },
            "reportId": {
              "location": "path",
              "type": "string",
              "description": "The ID of the report.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.reports.run",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "response": {
            "$ref": "File"
          },
          "flatPath": "userprofiles/{profileId}/reports/{reportId}/run"
        },
        "insert": {
          "request": {
            "$ref": "Report"
          },
          "path": "userprofiles/{profileId}/reports",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Creates a report.",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID."
            }
          },
          "id": "dfareporting.reports.insert",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Report"
          },
          "flatPath": "userprofiles/{profileId}/reports"
        },
        "update": {
          "description": "Updates a report.",
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "request": {
            "$ref": "Report"
          },
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "response": {
            "$ref": "Report"
          },
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "id": "dfareporting.reports.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "reportId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "The ID of the report."
            }
          }
        }
      },
      "resources": {
        "files": {
          "methods": {
            "list": {
              "parameterOrder": [
                "profileId",
                "reportId"
              ],
              "response": {
                "$ref": "FileList"
              },
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files",
              "httpMethod": "GET",
              "parameters": {
                "sortOrder": {
                  "enumDescriptions": [
                    "Ascending order.",
                    "Descending order."
                  ],
                  "enum": [
                    "ASCENDING",
                    "DESCENDING"
                  ],
                  "description": "Order of sorted results.",
                  "default": "DESCENDING",
                  "location": "query",
                  "type": "string"
                },
                "maxResults": {
                  "format": "int32",
                  "default": "10",
                  "location": "query",
                  "type": "integer",
                  "description": "Maximum number of results to return."
                },
                "reportId": {
                  "required": true,
                  "format": "int64",
                  "location": "path",
                  "type": "string",
                  "description": "The ID of the parent report."
                },
                "sortField": {
                  "default": "LAST_MODIFIED_TIME",
                  "location": "query",
                  "type": "string",
                  "description": "The field by which to sort the list.",
                  "enum": [
                    "ID",
                    "LAST_MODIFIED_TIME"
                  ],
                  "enumDescriptions": [
                    "",
                    ""
                  ]
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "The value of the nextToken from the previous result page."
                },
                "profileId": {
                  "required": true,
                  "format": "int64",
                  "description": "The Campaign Manager 360 user profile ID.",
                  "location": "path",
                  "type": "string"
                }
              },
              "id": "dfareporting.reports.files.list",
              "path": "userprofiles/{profileId}/reports/{reportId}/files",
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "description": "Lists files for a report."
            },
            "get": {
              "response": {
                "$ref": "File"
              },
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "parameterOrder": [
                "profileId",
                "reportId",
                "fileId"
              ],
              "httpMethod": "GET",
              "parameters": {
                "reportId": {
                  "required": true,
                  "format": "int64",
                  "description": "The ID of the report.",
                  "location": "path",
                  "type": "string"
                },
                "profileId": {
                  "description": "The Campaign Manager 360 user profile ID.",
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "format": "int64"
                },
                "fileId": {
                  "location": "path",
                  "type": "string",
                  "description": "The ID of the report file.",
                  "required": true,
                  "format": "int64"
                }
              },
              "id": "dfareporting.reports.files.get",
              "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
              "path": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "supportsMediaDownload": true
            }
          }
        },
        "compatibleFields": {
          "methods": {
            "query": {
              "response": {
                "$ref": "CompatibleFields"
              },
              "flatPath": "userprofiles/{profileId}/reports/compatiblefields/query",
              "parameterOrder": [
                "profileId"
              ],
              "httpMethod": "POST",
              "parameters": {
                "profileId": {
                  "required": true,
                  "format": "int64",
                  "description": "The Campaign Manager 360 user profile ID.",
                  "location": "path",
                  "type": "string"
                }
              },
              "id": "dfareporting.reports.compatibleFields.query",
              "description": "Returns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions.",
              "path": "userprofiles/{profileId}/reports/compatiblefields/query",
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "request": {
                "$ref": "Report"
              }
            }
          }
        }
      }
    },
    "userRoles": {
      "methods": {
        "update": {
          "description": "Updates an existing user role.",
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "response": {
            "$ref": "UserRole"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.userRoles.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          }
        },
        "insert": {
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new user role.",
          "request": {
            "$ref": "UserRole"
          },
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.userRoles.insert"
        },
        "patch": {
          "description": "Updates an existing user role. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "UserRole"
          },
          "response": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "description": "Required. UserRole ID.",
              "location": "query",
              "type": "string"
            }
          },
          "id": "dfareporting.userRoles.patch"
        },
        "get": {
          "response": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User role ID."
            }
          },
          "id": "dfareporting.userRoles.get",
          "description": "Gets one user role by ID.",
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "httpMethod": "DELETE",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "User role ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.userRoles.delete",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "description": "Deletes an existing user role."
        },
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "response": {
            "$ref": "UserRolesListResponse"
          },
          "id": "dfareporting.userRoles.list",
          "httpMethod": "GET",
          "parameters": {
            "accountUserRoleOnly": {
              "location": "query",
              "type": "boolean",
              "description": "Select only account level user roles not associated with any specific subaccount."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"userrole*2015\" will return objects with names like \"userrole June 2015\", \"userrole April 2015\", or simply \"userrole 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"userrole\" will match objects with name \"my userrole\", \"userrole 2015\", or simply \"userrole\"."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only user roles with the specified IDs."
            },
            "subaccountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only user roles that belong to this subaccount."
            }
          },
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of user roles, possibly filtered. This method supports paging."
        }
      }
    },
    "campaigns": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of campaigns, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "parameters": {
            "advertiserIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only campaigns that belong to these advertisers.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "excludedIds": {
              "repeated": true,
              "format": "int64",
              "description": "Exclude campaigns with these IDs.",
              "location": "query",
              "type": "string"
            },
            "advertiserGroupIds": {
              "location": "query",
              "type": "string",
              "description": "Select only campaigns whose advertisers belong to these advertiser groups.",
              "format": "int64",
              "repeated": true
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "searchString": {
              "description": "Allows searching for campaigns by name or ID. Wildcards (*) are allowed. For example, \"campaign*2015\" will return campaigns with names like \"campaign June 2015\", \"campaign April 2015\", or simply \"campaign 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"campaign\" will match campaigns with name \"my campaign\", \"campaign 2015\", or simply \"campaign\".",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "description": "Select only campaigns with these IDs.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "subaccountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only campaigns that belong to this subaccount."
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "overriddenEventTagId": {
              "description": "Select only campaigns that have overridden this event tag ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "atLeastOneOptimizationActivity": {
              "description": "Select only campaigns that have at least one optimization activity.",
              "location": "query",
              "type": "boolean"
            },
            "archived": {
              "description": "Select only archived campaigns. Don't set this field to select both archived and non-archived campaigns.",
              "location": "query",
              "type": "boolean"
            }
          },
          "id": "dfareporting.campaigns.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "CampaignsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns"
        },
        "get": {
          "description": "Gets one campaign by ID.",
          "path": "userprofiles/{+profileId}/campaigns/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Campaign ID."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.campaigns.get",
          "response": {
            "$ref": "Campaign"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Campaign ID.",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.campaigns.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Campaign"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "request": {
            "$ref": "Campaign"
          },
          "path": "userprofiles/{+profileId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing campaign. This method supports patch semantics."
        },
        "insert": {
          "request": {
            "$ref": "Campaign"
          },
          "description": "Inserts a new campaign.",
          "path": "userprofiles/{+profileId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.campaigns.insert",
          "response": {
            "$ref": "Campaign"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "parameterOrder": [
            "profileId"
          ]
        },
        "update": {
          "request": {
            "$ref": "Campaign"
          },
          "description": "Updates an existing campaign.",
          "path": "userprofiles/{+profileId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.campaigns.update",
          "response": {
            "$ref": "Campaign"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "ads": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/ads/{adsId}",
          "response": {
            "$ref": "Ad"
          },
          "id": "dfareporting.ads.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Ad ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/ads/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one ad by ID."
        },
        "patch": {
          "id": "dfareporting.ads.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "required": true,
              "format": "int64",
              "description": "Required. RemarketingList ID.",
              "location": "query",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "response": {
            "$ref": "Ad"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "request": {
            "$ref": "Ad"
          },
          "description": "Updates an existing ad. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of ads, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "parameters": {
            "sslRequired": {
              "description": "Select only ads that require SSL.",
              "location": "query",
              "type": "boolean"
            },
            "creativeIds": {
              "location": "query",
              "type": "string",
              "description": "Select only ads with these creative IDs assigned.",
              "format": "int64",
              "repeated": true
            },
            "creativeOptimizationConfigurationIds": {
              "location": "query",
              "type": "string",
              "description": "Select only ads with these creative optimization configuration IDs.",
              "repeated": true,
              "format": "int64"
            },
            "type": {
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "description": "Select only ads with these types.",
              "enum": [
                "AD_SERVING_STANDARD_AD",
                "AD_SERVING_DEFAULT_AD",
                "AD_SERVING_CLICK_TRACKER",
                "AD_SERVING_TRACKING",
                "AD_SERVING_BRAND_SAFE_AD"
              ]
            },
            "advertiserId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only ads with this advertiser ID."
            },
            "sizeIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only ads with these size IDs."
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"ad*2015\" will return objects with names like \"ad June 2015\", \"ad April 2015\", or simply \"ad 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"ad\" will match objects with name \"my ad\", \"ad 2015\", or simply \"ad\".",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "campaignIds": {
              "description": "Select only ads with these campaign IDs.",
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64"
            },
            "active": {
              "location": "query",
              "type": "boolean",
              "description": "Select only active ads."
            },
            "compatibility": {
              "enumDescriptions": [
                "",
                "",
                "Deprecated enum value. No longer supported.",
                "Deprecated enum value. No longer supported.",
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "enum": [
                "DISPLAY",
                "DISPLAY_INTERSTITIAL",
                "APP",
                "APP_INTERSTITIAL",
                "IN_STREAM_VIDEO",
                "IN_STREAM_AUDIO"
              ],
              "description": "Select default ads with the specified compatibility. Applicable when type is AD_SERVING_DEFAULT_AD. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile devices for regular or interstitial ads, respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering an in-stream video ads developed with the VAST standard."
            },
            "sslCompliant": {
              "location": "query",
              "type": "boolean",
              "description": "Select only ads that are SSL-compliant."
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "dynamicClickTracker": {
              "location": "query",
              "type": "boolean",
              "description": "Select only dynamic click trackers. Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic click trackers. If false, select static click trackers. Leave unset to select both."
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "description": "Select only ads with these IDs.",
              "location": "query",
              "type": "string"
            },
            "remarketingListIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only ads whose list targeting expression use these remarketing list IDs.",
              "location": "query",
              "type": "string"
            },
            "archived": {
              "location": "query",
              "type": "boolean",
              "description": "Select only archived ads."
            },
            "landingPageIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only ads with these landing page IDs.",
              "location": "query",
              "type": "string"
            },
            "placementIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only ads with these placement IDs assigned.",
              "location": "query",
              "type": "string"
            },
            "audienceSegmentIds": {
              "location": "query",
              "type": "string",
              "description": "Select only ads with these audience segment IDs.",
              "format": "int64",
              "repeated": true
            },
            "overriddenEventTagId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only ads with this event tag override ID."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            }
          },
          "id": "dfareporting.ads.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "AdsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/ads"
        },
        "update": {
          "response": {
            "$ref": "Ad"
          },
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.ads.update",
          "description": "Updates an existing ad.",
          "path": "userprofiles/{+profileId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Ad"
          }
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Ad"
          },
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.ads.insert",
          "path": "userprofiles/{+profileId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new ad.",
          "request": {
            "$ref": "Ad"
          }
        }
      }
    },
    "creativeFieldValues": {
      "methods": {
        "insert": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "creativeFieldId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Creative field ID for this creative field value."
            }
          },
          "id": "dfareporting.creativeFieldValues.insert",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new creative field value.",
          "request": {
            "$ref": "CreativeFieldValue"
          }
        },
        "update": {
          "id": "dfareporting.creativeFieldValues.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "creativeFieldId": {
              "location": "path",
              "type": "string",
              "description": "Creative field ID for this creative field value.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative field value."
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "response": {
            "$ref": "CreativeFieldValuesListResponse"
          },
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "id": "dfareporting.creativeFieldValues.list",
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "searchString": {
              "description": "Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "creativeFieldId": {
              "location": "path",
              "type": "string",
              "description": "Creative field ID for this creative field value.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only creative field values with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "VALUE"
              ],
              "default": "ID",
              "location": "query",
              "type": "string"
            }
          },
          "description": "Retrieves a list of creative field values, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}",
          "description": "Deletes an existing creative field value.",
          "httpMethod": "DELETE",
          "parameters": {
            "creativeFieldId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Creative field ID for this creative field value.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "description": "Creative Field Value ID",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.creativeFieldValues.delete"
        },
        "get": {
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one creative field value by ID.",
          "httpMethod": "GET",
          "parameters": {
            "creativeFieldId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Creative field ID for this creative field value."
            },
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Creative Field Value ID",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.creativeFieldValues.get",
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}"
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "creativeFieldId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "CreativeField ID.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "required": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "CreativeFieldValue ID."
            }
          },
          "id": "dfareporting.creativeFieldValues.patch",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative field value. This method supports patch semantics.",
          "request": {
            "$ref": "CreativeFieldValue"
          }
        }
      }
    },
    "operatingSystems": {
      "methods": {
        "get": {
          "description": "Gets one operating system by DART ID.",
          "path": "userprofiles/{+profileId}/operatingSystems/{+dartId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.operatingSystems.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "dartId": {
              "description": "Operating system DART ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems/{operatingSystemsId}",
          "response": {
            "$ref": "OperatingSystem"
          },
          "parameterOrder": [
            "profileId",
            "dartId"
          ]
        },
        "list": {
          "description": "Retrieves a list of operating systems.",
          "path": "userprofiles/{+profileId}/operatingSystems",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.operatingSystems.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems",
          "response": {
            "$ref": "OperatingSystemsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "browsers": {
      "methods": {
        "list": {
          "id": "dfareporting.browsers.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/browsers",
          "response": {
            "$ref": "BrowsersListResponse"
          },
          "path": "userprofiles/{+profileId}/browsers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of browsers."
        }
      }
    },
    "subaccounts": {
      "methods": {
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "response": {
            "$ref": "Subaccount"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.subaccounts.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Updates an existing subaccount.",
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Subaccount"
          }
        },
        "insert": {
          "description": "Inserts a new subaccount.",
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Subaccount"
          },
          "response": {
            "$ref": "Subaccount"
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.subaccounts.insert"
        },
        "patch": {
          "response": {
            "$ref": "Subaccount"
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. Subaccount ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.subaccounts.patch",
          "description": "Updates an existing subaccount. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Subaccount"
          }
        },
        "get": {
          "description": "Gets one subaccount by ID.",
          "path": "userprofiles/{+profileId}/subaccounts/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.subaccounts.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Subaccount ID.",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts/{subaccountsId}",
          "response": {
            "$ref": "Subaccount"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "response": {
            "$ref": "SubaccountsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"subaccount*2015\" will return objects with names like \"subaccount June 2015\", \"subaccount April 2015\", or simply \"subaccount 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"subaccount\" will match objects with name \"my subaccount\", \"subaccount 2015\", or simply \"subaccount\" ."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only subaccounts with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list."
            }
          },
          "id": "dfareporting.subaccounts.list",
          "description": "Gets a list of subaccounts, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "dynamicTargetingKeys": {
      "methods": {
        "delete": {
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys/{dynamicTargetingKeysId}",
          "description": "Deletes an existing dynamic targeting key.",
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys/{+objectId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "objectId",
            "name",
            "objectType"
          ],
          "id": "dfareporting.dynamicTargetingKeys.delete",
          "httpMethod": "DELETE",
          "parameters": {
            "objectId": {
              "description": "ID of the object of this dynamic targeting key. This is a required field.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "name": {
              "location": "query",
              "required": true,
              "type": "string",
              "description": "Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase."
            },
            "objectType": {
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "required": true,
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "description": "Required. Type of the object of this dynamic targeting key. This is a required field.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "insert": {
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new dynamic targeting key. Keys must be created at the advertiser level before being assigned to the advertiser's ads, creatives, or placements. There is a maximum of 1000 keys per advertiser, out of which a maximum of 20 keys can be assigned per ad, creative, or placement.",
          "request": {
            "$ref": "DynamicTargetingKey"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "response": {
            "$ref": "DynamicTargetingKey"
          },
          "id": "dfareporting.dynamicTargetingKeys.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          }
        },
        "list": {
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of dynamic targeting keys.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "DynamicTargetingKeysListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "httpMethod": "GET",
          "parameters": {
            "names": {
              "description": "Select only dynamic targeting keys exactly matching these names.",
              "repeated": true,
              "location": "query",
              "type": "string"
            },
            "objectId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only dynamic targeting keys with this object ID."
            },
            "objectType": {
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "description": "Select only dynamic targeting keys with this object type.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "advertiserId": {
              "description": "Select only dynamic targeting keys whose object has this advertiser ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            }
          },
          "id": "dfareporting.dynamicTargetingKeys.list"
        }
      }
    },
    "placementStrategies": {
      "methods": {
        "patch": {
          "description": "Updates an existing placement strategy. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "response": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.placementStrategies.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. PlacementStrategy ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          }
        },
        "get": {
          "description": "Gets one placement strategy by ID.",
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placementStrategies.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Placement strategy ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "response": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "delete": {
          "httpMethod": "DELETE",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Placement strategy ID."
            }
          },
          "id": "dfareporting.placementStrategies.delete",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "description": "Deletes an existing placement strategy.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "id": "dfareporting.placementStrategies.list",
          "httpMethod": "GET",
          "parameters": {
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"placementstrategy*2015\" will return objects with names like \"placementstrategy June 2015\", \"placementstrategy April 2015\", or simply \"placementstrategy 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"placementstrategy\" will match objects with name \"my placementstrategy\", \"placementstrategy 2015\", or simply \"placementstrategy\".",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only placement strategies with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "response": {
            "$ref": "PlacementStrategiesListResponse"
          },
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of placement strategies, possibly filtered. This method supports paging."
        },
        "update": {
          "id": "dfareporting.placementStrategies.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "response": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "description": "Updates an existing placement strategy.",
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "description": "Inserts a new placement strategy.",
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "response": {
            "$ref": "PlacementStrategy"
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.placementStrategies.insert"
        }
      }
    },
    "billingProfiles": {
      "methods": {
        "list": {
          "id": "dfareporting.billingProfiles.list",
          "httpMethod": "GET",
          "parameters": {
            "onlySuggestion": {
              "location": "query",
              "type": "boolean",
              "description": "Select only billing profile which is suggested for the currency_code & subaccount_id using the Billing Suggestion API."
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only billing profile with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "name": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for billing profiles by name. Wildcards (*) are allowed. For example, \"profile*2020\" will return objects with names like \"profile June 2020\", \"profile April 2020\", or simply \"profile 2020\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"profile\" will match objects with name \"my profile\", \"profile 2021\", or simply \"profile\"."
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "subaccountIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only billing profile with the specified subaccount.When only_suggestion is true, only a single subaccount_id is supported.",
              "location": "query",
              "type": "string"
            },
            "status": {
              "location": "query",
              "type": "string",
              "enum": [
                "UNDER_REVIEW",
                "ACTIVE",
                "ARCHIVED"
              ],
              "description": "Select only billing profile with the specified status.",
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                ""
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "currency_code": {
              "description": "Select only billing profile with currency.",
              "location": "query",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "response": {
            "$ref": "BillingProfilesListResponse"
          },
          "path": "userprofiles/{+profileId}/billingProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of billing profiles, possibly filtered. This method supports paging."
        },
        "get": {
          "path": "userprofiles/{+profileId}/billingProfiles/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one billing profile by ID.",
          "id": "dfareporting.billingProfiles.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "description": "Billing Profile ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}",
          "response": {
            "$ref": "BillingProfile"
          }
        },
        "update": {
          "description": "Updates an existing billing profile.",
          "path": "userprofiles/{+profileId}/billingProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "BillingProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "response": {
            "$ref": "BillingProfile"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.billingProfiles.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          }
        }
      }
    },
    "mobileApps": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "MobileAppsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/mobileApps",
          "httpMethod": "GET",
          "parameters": {
            "directories": {
              "location": "query",
              "type": "string",
              "description": "Select only apps from these directories.",
              "enum": [
                "UNKNOWN",
                "APPLE_APP_STORE",
                "GOOGLE_PLAY_STORE",
                "ROKU_APP_STORE",
                "AMAZON_FIRETV_APP_STORE",
                "PLAYSTATION_APP_STORE",
                "APPLE_TV_APP_STORE",
                "XBOX_APP_STORE",
                "SAMSUNG_TV_APP_STORE",
                "ANDROID_TV_APP_STORE",
                "GENERIC_CTV_APP_STORE"
              ],
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"app*2015\" will return objects with names like \"app Jan 2018\", \"app Jan 2018\", or simply \"app 2018\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"app\" will match objects with name \"my app\", \"app 2018\", or simply \"app\".",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "ids": {
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only apps with these IDs."
            }
          },
          "id": "dfareporting.mobileApps.list",
          "path": "userprofiles/{+profileId}/mobileApps",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves list of available mobile apps."
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/mobileApps/{mobileAppsId}",
          "response": {
            "$ref": "MobileApp"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.mobileApps.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "description": "Mobile app ID.",
              "location": "path",
              "type": "string"
            }
          },
          "description": "Gets one mobile app by ID.",
          "path": "userprofiles/{+profileId}/mobileApps/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "accounts": {
      "methods": {
        "update": {
          "id": "dfareporting.accounts.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "response": {
            "$ref": "Account"
          },
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "Account"
          },
          "description": "Updates an existing account.",
          "path": "userprofiles/{+profileId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "get": {
          "response": {
            "$ref": "Account"
          },
          "flatPath": "userprofiles/{userprofilesId}/accounts/{accountsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Account ID."
            }
          },
          "id": "dfareporting.accounts.get",
          "description": "Gets one account by ID.",
          "path": "userprofiles/{+profileId}/accounts/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "request": {
            "$ref": "Account"
          },
          "description": "Updates an existing account. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "description": "Required. Account ID.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.accounts.patch",
          "response": {
            "$ref": "Account"
          },
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "description": "Retrieves the list of accounts, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "response": {
            "$ref": "AccountsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.accounts.list",
          "httpMethod": "GET",
          "parameters": {
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "description": "Select only accounts with these IDs.",
              "location": "query",
              "type": "string"
            },
            "active": {
              "location": "query",
              "type": "boolean",
              "description": "Select only active accounts. Don't set this field to select both active and non-active accounts."
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"account*2015\" will return objects with names like \"account June 2015\", \"account April 2015\", or simply \"account 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"account\" will match objects with name \"my account\", \"account 2015\", or simply \"account\".",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            }
          }
        }
      }
    },
    "countries": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/countries/{+dartId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one country by ID.",
          "id": "dfareporting.countries.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "dartId": {
              "location": "path",
              "type": "string",
              "description": "Country DART ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "dartId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/countries/{countriesId}",
          "response": {
            "$ref": "Country"
          }
        },
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/countries",
          "response": {
            "$ref": "CountriesListResponse"
          },
          "id": "dfareporting.countries.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/countries",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of countries."
        }
      }
    },
    "userProfiles": {
      "methods": {
        "list": {
          "description": "Retrieves list of user profiles for a user.",
          "path": "userprofiles",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "UserProfileList"
          },
          "flatPath": "userprofiles",
          "parameterOrder": [],
          "httpMethod": "GET",
          "parameters": {},
          "id": "dfareporting.userProfiles.list"
        },
        "get": {
          "path": "userprofiles/{profileId}",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one user profile by ID.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{profileId}",
          "response": {
            "$ref": "UserProfile"
          },
          "id": "dfareporting.userProfiles.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "The user profile ID."
            }
          }
        }
      }
    },
    "floodlightActivities": {
      "methods": {
        "get": {
          "description": "Gets one floodlight activity by ID.",
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.floodlightActivities.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Floodlight activity ID.",
              "location": "path",
              "type": "string"
            }
          }
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "FloodlightActivity"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. EventTag ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.floodlightActivities.patch",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing floodlight activity. This method supports patch semantics.",
          "request": {
            "$ref": "FloodlightActivity"
          }
        },
        "delete": {
          "id": "dfareporting.floodlightActivities.delete",
          "httpMethod": "DELETE",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Floodlight activity ID."
            }
          },
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "description": "Deletes an existing floodlight activity."
        },
        "generatetag": {
          "path": "userprofiles/{+profileId}/floodlightActivities/generatetag",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Generates a tag for a floodlight activity.",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "floodlightActivityId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Floodlight activity ID for which we want to generate a tag."
            }
          },
          "id": "dfareporting.floodlightActivities.generatetag",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "FloodlightActivitiesGenerateTagResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/generatetag"
        },
        "list": {
          "description": "Retrieves a list of floodlight activities, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "response": {
            "$ref": "FloodlightActivitiesListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.floodlightActivities.list",
          "httpMethod": "GET",
          "parameters": {
            "tagString": {
              "description": "Select only floodlight activities with the specified tag string.",
              "location": "query",
              "type": "string"
            },
            "floodlightActivityGroupTagString": {
              "description": "Select only floodlight activities with the specified floodlight activity group tag string.",
              "location": "query",
              "type": "string"
            },
            "floodlightActivityGroupIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activities with the specified floodlight activity group IDs."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "advertiserId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result."
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"floodlightactivity*2015\" will return objects with names like \"floodlightactivity June 2015\", \"floodlightactivity April 2015\", or simply \"floodlightactivity 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"floodlightactivity\" will match objects with name \"my floodlightactivity activity\", \"floodlightactivity 2015\", or simply \"floodlightactivity\".",
              "location": "query",
              "type": "string"
            },
            "floodlightConfigurationId": {
              "description": "Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "floodlightActivityGroupType": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Select only floodlight activities with the specified floodlight activity group type.",
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "description": "Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "location": "query",
              "type": "string"
            },
            "floodlightActivityGroupName": {
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activities with the specified floodlight activity group name."
            },
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            }
          }
        },
        "update": {
          "request": {
            "$ref": "FloodlightActivity"
          },
          "description": "Updates an existing floodlight activity.",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightActivities.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "insert": {
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.floodlightActivities.insert",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "FloodlightActivity"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "request": {
            "$ref": "FloodlightActivity"
          },
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new floodlight activity."
        }
      }
    },
    "floodlightConfigurations": {
      "methods": {
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "id": "dfareporting.floodlightConfigurations.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing floodlight configuration.",
          "request": {
            "$ref": "FloodlightConfiguration"
          }
        },
        "get": {
          "path": "userprofiles/{+profileId}/floodlightConfigurations/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one floodlight configuration by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations/{floodlightConfigurationsId}",
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "id": "dfareporting.floodlightConfigurations.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Floodlight configuration ID."
            }
          }
        },
        "patch": {
          "request": {
            "$ref": "FloodlightConfiguration"
          },
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing floodlight configuration. This method supports patch semantics.",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. EventTag ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.floodlightConfigurations.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations"
        },
        "list": {
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of floodlight configurations, possibly filtered.",
          "httpMethod": "GET",
          "parameters": {
            "ids": {
              "format": "int64",
              "repeated": true,
              "description": "Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.floodlightConfigurations.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "FloodlightConfigurationsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations"
        }
      }
    },
    "campaignCreativeAssociations": {
      "methods": {
        "insert": {
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "campaignId": {
              "description": "Campaign ID in this association.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.campaignCreativeAssociations.insert",
          "parameterOrder": [
            "profileId",
            "campaignId"
          ],
          "response": {
            "$ref": "CampaignCreativeAssociation"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations",
          "request": {
            "$ref": "CampaignCreativeAssociation"
          },
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Associates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already."
        },
        "list": {
          "id": "dfareporting.campaignCreativeAssociations.list",
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "campaignId": {
              "description": "Campaign ID in this association.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "campaignId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations",
          "response": {
            "$ref": "CampaignCreativeAssociationsListResponse"
          },
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves the list of creative IDs associated with the specified campaign. This method supports paging."
        }
      }
    },
    "creativeFields": {
      "methods": {
        "update": {
          "description": "Updates an existing creative field.",
          "path": "userprofiles/{+profileId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeField"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "response": {
            "$ref": "CreativeField"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.creativeFields.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "insert": {
          "response": {
            "$ref": "CreativeField"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.creativeFields.insert",
          "description": "Inserts a new creative field.",
          "path": "userprofiles/{+profileId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeField"
          }
        },
        "get": {
          "response": {
            "$ref": "CreativeField"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Creative Field ID",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.creativeFields.get",
          "description": "Gets one creative field by ID.",
          "path": "userprofiles/{+profileId}/creativeFields/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "id": "dfareporting.creativeFields.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "CreativeField ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "response": {
            "$ref": "CreativeField"
          },
          "request": {
            "$ref": "CreativeField"
          },
          "path": "userprofiles/{+profileId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative field. This method supports patch semantics."
        },
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for creative fields by name or ID. Wildcards (*) are allowed. For example, \"creativefield*2015\" will return creative fields with names like \"creativefield June 2015\", \"creativefield April 2015\", or simply \"creativefield 2015\". Most of the searches also add wild-cards implicitly at the start and the end of the search string. For example, a search string of \"creativefield\" will match creative fields with the name \"my creativefield\", \"creativefield 2015\", or simply \"creativefield\"."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only creative fields with these IDs.",
              "repeated": true,
              "format": "int64"
            },
            "advertiserIds": {
              "location": "query",
              "type": "string",
              "description": "Select only creative fields that belong to these advertisers.",
              "repeated": true,
              "format": "int64"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string"
            }
          },
          "id": "dfareporting.creativeFields.list",
          "response": {
            "$ref": "CreativeFieldsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of creative fields, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "httpMethod": "DELETE",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Creative Field ID"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.creativeFields.delete",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}",
          "description": "Deletes an existing creative field.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "regions": {
      "methods": {
        "list": {
          "id": "dfareporting.regions.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/regions",
          "response": {
            "$ref": "RegionsListResponse"
          },
          "path": "userprofiles/{+profileId}/regions",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of regions."
        }
      }
    },
    "dynamicProfiles": {
      "methods": {
        "generateCode": {
          "description": "Generates code for a dynamic profile, which will need unescaping.",
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/generateCode",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.dynamicProfiles.generateCode",
          "httpMethod": "GET",
          "parameters": {
            "dynamicProfileId": {
              "location": "path",
              "type": "string",
              "description": "Required. Dynamic profile ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/generateCode",
          "response": {
            "$ref": "DynamicProfileGenerateCodeResponse"
          },
          "parameterOrder": [
            "dynamicProfileId"
          ]
        },
        "insert": {
          "request": {
            "$ref": "DynamicProfile"
          },
          "path": "studio/dynamicProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new dynamic profile.",
          "httpMethod": "POST",
          "parameters": {},
          "id": "dfareporting.dynamicProfiles.insert",
          "parameterOrder": [],
          "response": {
            "$ref": "DynamicProfile"
          },
          "flatPath": "studio/dynamicProfiles"
        },
        "update": {
          "request": {
            "$ref": "DynamicProfile"
          },
          "description": "Updates an existing dynamic profile.",
          "path": "studio/dynamicProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "parameters": {},
          "id": "dfareporting.dynamicProfiles.update",
          "response": {
            "$ref": "DynamicProfile"
          },
          "flatPath": "studio/dynamicProfiles",
          "parameterOrder": []
        },
        "get": {
          "path": "studio/dynamicProfiles/{+dynamicProfileId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets a dynamic profile by ID.",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "response": {
            "$ref": "DynamicProfile"
          },
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}",
          "httpMethod": "GET",
          "parameters": {
            "dynamicProfileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Required. Dynamic profile ID.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.dynamicProfiles.get"
        },
        "publish": {
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/publish",
          "description": "Publish for a dynamic profile.",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/publish",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "dynamicProfileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. Dynamic profile ID."
            }
          },
          "id": "dfareporting.dynamicProfiles.publish"
        }
      }
    },
    "accountUserProfiles": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of account user profiles, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "response": {
            "$ref": "AccountUserProfilesListResponse"
          },
          "id": "dfareporting.accountUserProfiles.list",
          "httpMethod": "GET",
          "parameters": {
            "subaccountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only user profiles with the specified subaccount ID."
            },
            "userRoleId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only user profiles with the specified user role ID."
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only user profiles with these IDs."
            },
            "searchString": {
              "description": "Allows searching for objects by name, ID or email. Wildcards (*) are allowed. For example, \"user profile*2015\" will return objects with names like \"user profile June 2015\", \"user profile April 2015\", or simply \"user profile 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"user profile\" will match objects with name \"my user profile\", \"user profile 2015\", or simply \"user profile\".",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "active": {
              "description": "Select only active user profiles.",
              "location": "query",
              "type": "boolean"
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            }
          }
        },
        "get": {
          "description": "Gets one account user profile by ID.",
          "path": "userprofiles/{profileId}/accountUserProfiles/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.accountUserProfiles.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "User profile ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{profileId}/accountUserProfiles/{accountUserProfilesId}",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "description": "Updates an existing account user profile. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "AccountUserProfile"
          },
          "response": {
            "$ref": "AccountUserProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. AccountUserProfile ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.accountUserProfiles.patch"
        },
        "insert": {
          "id": "dfareporting.accountUserProfiles.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "AccountUserProfile"
          },
          "description": "Inserts a new account user profile.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "update": {
          "request": {
            "$ref": "AccountUserProfile"
          },
          "description": "Updates an existing account user profile.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.accountUserProfiles.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "userRolePermissionGroups": {
      "methods": {
        "list": {
          "description": "Gets a list of all supported user role permission groups.",
          "path": "userprofiles/{+profileId}/userRolePermissionGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.userRolePermissionGroups.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups",
          "response": {
            "$ref": "UserRolePermissionGroupsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "description": "Gets one user role permission group by ID.",
          "path": "userprofiles/{+profileId}/userRolePermissionGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.userRolePermissionGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User role permission group ID."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups/{userRolePermissionGroupsId}",
          "response": {
            "$ref": "UserRolePermissionGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "creatives": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "creativeFieldIds": {
              "location": "query",
              "type": "string",
              "description": "Select only creatives with these creative field IDs.",
              "format": "int64",
              "repeated": true
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"creative*2015\" will return objects with names like \"creative June 2015\", \"creative April 2015\", or simply \"creative 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"creative\" will match objects with name \"my creative\", \"creative 2015\", or simply \"creative\"."
            },
            "sizeIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only creatives with these size IDs.",
              "location": "query",
              "type": "string"
            },
            "advertiserId": {
              "description": "Select only creatives with this advertiser ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "active": {
              "description": "Select only active creatives. Leave blank to select active and inactive creatives.",
              "location": "query",
              "type": "boolean"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "types": {
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "enum": [
                "IMAGE",
                "DISPLAY_REDIRECT",
                "CUSTOM_DISPLAY",
                "INTERNAL_REDIRECT",
                "CUSTOM_DISPLAY_INTERSTITIAL",
                "INTERSTITIAL_INTERNAL_REDIRECT",
                "TRACKING_TEXT",
                "RICH_MEDIA_DISPLAY_BANNER",
                "RICH_MEDIA_INPAGE_FLOATING",
                "RICH_MEDIA_IM_EXPAND",
                "RICH_MEDIA_DISPLAY_EXPANDING",
                "RICH_MEDIA_DISPLAY_INTERSTITIAL",
                "RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL",
                "RICH_MEDIA_MOBILE_IN_APP",
                "FLASH_INPAGE",
                "INSTREAM_VIDEO",
                "VPAID_LINEAR_VIDEO",
                "VPAID_NON_LINEAR_VIDEO",
                "INSTREAM_VIDEO_REDIRECT",
                "RICH_MEDIA_PEEL_DOWN",
                "HTML5_BANNER",
                "DISPLAY",
                "DISPLAY_IMAGE_GALLERY",
                "BRAND_SAFE_DEFAULT_INSTREAM_VIDEO",
                "INSTREAM_AUDIO"
              ],
              "description": "Select only creatives with these creative types."
            },
            "companionCreativeIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only in-stream video creatives with these companion IDs."
            },
            "campaignId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only creatives with this campaign ID."
            },
            "archived": {
              "description": "Select only archived creatives. Leave blank to select archived and unarchived creatives.",
              "location": "query",
              "type": "boolean"
            },
            "studioCreativeId": {
              "description": "Select only creatives corresponding to this Studio creative ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "ids": {
              "description": "Select only creatives with these IDs.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "renderingIds": {
              "description": "Select only creatives with these rendering IDs.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "type": "string"
            }
          },
          "id": "dfareporting.creatives.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "CreativesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "path": "userprofiles/{+profileId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of creatives, possibly filtered. This method supports paging."
        },
        "get": {
          "description": "Gets one creative by ID.",
          "path": "userprofiles/{+profileId}/creatives/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Creative ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.creatives.get",
          "response": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives/{creativesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "id": "dfareporting.creatives.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Creative ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "response": {
            "$ref": "Creative"
          },
          "request": {
            "$ref": "Creative"
          },
          "path": "userprofiles/{+profileId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative. This method supports patch semantics."
        },
        "insert": {
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.creatives.insert",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "request": {
            "$ref": "Creative"
          },
          "path": "userprofiles/{+profileId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new creative."
        },
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.creatives.update",
          "path": "userprofiles/{+profileId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative.",
          "request": {
            "$ref": "Creative"
          }
        }
      }
    },
    "postalCodes": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/postalCodes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of postal codes.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PostalCodesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/postalCodes",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.postalCodes.list"
        },
        "get": {
          "response": {
            "$ref": "PostalCode"
          },
          "flatPath": "userprofiles/{userprofilesId}/postalCodes/{postalCodesId}",
          "parameterOrder": [
            "profileId",
            "code"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "code": {
              "description": "Postal code ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "id": "dfareporting.postalCodes.get",
          "description": "Gets one postal code by ID.",
          "path": "userprofiles/{+profileId}/postalCodes/{+code}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "targetingTemplates": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of targeting templates, optionally filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "TargetingTemplatesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "httpMethod": "GET",
          "parameters": {
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list."
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only targeting templates with these IDs."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"template*2015\" will return objects with names like \"template June 2015\", \"template April 2015\", or simply \"template 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"template\" will match objects with name \"my template\", \"template 2015\", or simply \"template\".",
              "location": "query",
              "type": "string"
            },
            "advertiserId": {
              "description": "Select only targeting templates with this advertiser ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            }
          },
          "id": "dfareporting.targetingTemplates.list"
        },
        "patch": {
          "description": "Updates an existing targeting template. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.targetingTemplates.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. RemarketingList ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "get": {
          "id": "dfareporting.targetingTemplates.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Targeting template ID.",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates/{targetingTemplatesId}",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one targeting template by ID.",
          "path": "userprofiles/{+profileId}/targetingTemplates/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "description": "Inserts a new targeting template.",
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "TargetingTemplate"
          },
          "response": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.targetingTemplates.insert"
        },
        "update": {
          "request": {
            "$ref": "TargetingTemplate"
          },
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing targeting template.",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.targetingTemplates.update",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates"
        }
      }
    },
    "studioCreatives": {
      "methods": {
        "get": {
          "description": "Gets a studio creative by ID.",
          "path": "studio/creatives/{+studioCreativeId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "studioCreativeId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. Studio creative ID."
            }
          },
          "id": "dfareporting.studioCreatives.get",
          "response": {
            "$ref": "StudioCreative"
          },
          "flatPath": "studio/creatives/{creativesId}",
          "parameterOrder": [
            "studioCreativeId"
          ]
        },
        "publish": {
          "flatPath": "studio/creatives/{creativesId}/publish",
          "description": "Publish for a studio creative.",
          "parameterOrder": [
            "studioCreativeId"
          ],
          "path": "studio/creatives/{+studioCreativeId}/publish",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "studioCreativeId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. Studio creative ID."
            }
          },
          "id": "dfareporting.studioCreatives.publish"
        },
        "insert": {
          "description": "Inserts a new studio creative.",
          "path": "studio/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "StudioCreative"
          },
          "flatPath": "studio/creatives",
          "response": {
            "$ref": "StudioCreative"
          },
          "parameterOrder": [],
          "id": "dfareporting.studioCreatives.insert",
          "httpMethod": "POST",
          "parameters": {}
        }
      }
    },
    "creativeGroups": {
      "methods": {
        "get": {
          "id": "dfareporting.creativeGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Creative group ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups/{creativeGroupsId}",
          "response": {
            "$ref": "CreativeGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one creative group by ID.",
          "path": "userprofiles/{+profileId}/creativeGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "id": "dfareporting.creativeGroups.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Creative Group ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "response": {
            "$ref": "CreativeGroup"
          },
          "request": {
            "$ref": "CreativeGroup"
          },
          "path": "userprofiles/{+profileId}/creativeGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative group. This method supports patch semantics."
        },
        "list": {
          "description": "Retrieves a list of creative groups, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.creativeGroups.list",
          "httpMethod": "GET",
          "parameters": {
            "ids": {
              "repeated": true,
              "format": "int64",
              "description": "Select only creative groups with these IDs.",
              "location": "query",
              "type": "string"
            },
            "advertiserIds": {
              "description": "Select only creative groups that belong to these advertisers.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "groupNumber": {
              "description": "Select only creative groups that belong to this subgroup.",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for creative groups by name or ID. Wildcards (*) are allowed. For example, \"creativegroup*2015\" will return creative groups with names like \"creativegroup June 2015\", \"creativegroup April 2015\", or simply \"creativegroup 2015\". Most of the searches also add wild-cards implicitly at the start and the end of the search string. For example, a search string of \"creativegroup\" will match creative groups with the name \"my creativegroup\", \"creativegroup 2015\", or simply \"creativegroup\"."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "response": {
            "$ref": "CreativeGroupsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "update": {
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.creativeGroups.update",
          "response": {
            "$ref": "CreativeGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "CreativeGroup"
          },
          "description": "Updates an existing creative group.",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "request": {
            "$ref": "CreativeGroup"
          },
          "description": "Inserts a new creative group.",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.creativeGroups.insert",
          "response": {
            "$ref": "CreativeGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "conversions": {
      "methods": {
        "batchinsert": {
          "id": "dfareporting.conversions.batchinsert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{profileId}/conversions/batchinsert",
          "response": {
            "$ref": "ConversionsBatchInsertResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "ConversionsBatchInsertRequest"
          },
          "description": "Inserts conversions.",
          "path": "userprofiles/{profileId}/conversions/batchinsert",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ]
        },
        "batchupdate": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{profileId}/conversions/batchupdate",
          "response": {
            "$ref": "ConversionsBatchUpdateResponse"
          },
          "id": "dfareporting.conversions.batchupdate",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "path": "userprofiles/{profileId}/conversions/batchupdate",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ],
          "description": "Updates existing conversions.",
          "request": {
            "$ref": "ConversionsBatchUpdateRequest"
          }
        }
      }
    },
    "platformTypes": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/platformTypes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of platform types.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/platformTypes",
          "response": {
            "$ref": "PlatformTypesListResponse"
          },
          "id": "dfareporting.platformTypes.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "get": {
          "id": "dfareporting.platformTypes.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Platform type ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/platformTypes/{platformTypesId}",
          "response": {
            "$ref": "PlatformType"
          },
          "path": "userprofiles/{+profileId}/platformTypes/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one platform type by ID."
        }
      }
    },
    "advertiserGroups": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "response": {
            "$ref": "AdvertiserGroupsListResponse"
          },
          "id": "dfareporting.advertiserGroups.list",
          "httpMethod": "GET",
          "parameters": {
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"advertiser*2015\" will return objects with names like \"advertiser group June 2015\", \"advertiser group April 2015\", or simply \"advertiser group 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"advertisergroup\" will match objects with name \"my advertisergroup\", \"advertisergroup 2015\", or simply \"advertisergroup\"."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only advertiser groups with these IDs."
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results."
            }
          },
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of advertiser groups, possibly filtered. This method supports paging."
        },
        "delete": {
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "description": "Deletes an existing advertiser group.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Advertiser group ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.advertiserGroups.delete"
        },
        "get": {
          "description": "Gets one advertiser group by ID.",
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.advertiserGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Advertiser group ID.",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "patch": {
          "id": "dfareporting.advertiserGroups.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Required. Advertiser Group ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing advertiser group. This method supports patch semantics."
        },
        "insert": {
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new advertiser group.",
          "id": "dfareporting.advertiserGroups.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "response": {
            "$ref": "AdvertiserGroup"
          }
        },
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.advertiserGroups.update",
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing advertiser group.",
          "request": {
            "$ref": "AdvertiserGroup"
          }
        }
      }
    },
    "mobileCarriers": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/mobileCarriers/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one mobile carrier by ID.",
          "id": "dfareporting.mobileCarriers.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Mobile carrier ID.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers/{mobileCarriersId}",
          "response": {
            "$ref": "MobileCarrier"
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers",
          "response": {
            "$ref": "MobileCarriersListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.mobileCarriers.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "description": "Retrieves a list of mobile carriers.",
          "path": "userprofiles/{+profileId}/mobileCarriers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "userRolePermissions": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only user role permissions with these IDs."
            }
          },
          "id": "dfareporting.userRolePermissions.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "UserRolePermissionsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions",
          "path": "userprofiles/{+profileId}/userRolePermissions",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets a list of user role permissions, possibly filtered."
        },
        "get": {
          "path": "userprofiles/{+profileId}/userRolePermissions/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one user role permission by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions/{userRolePermissionsId}",
          "response": {
            "$ref": "UserRolePermission"
          },
          "id": "dfareporting.userRolePermissions.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User role permission ID."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          }
        }
      }
    },
    "sites": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "SitesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "httpMethod": "GET",
          "parameters": {
            "approved": {
              "description": "Select only approved sites.",
              "location": "query",
              "type": "boolean"
            },
            "acceptsInterstitialPlacements": {
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "location": "query",
              "type": "boolean"
            },
            "acceptsPublisherPaidPlacements": {
              "description": "Select only sites that accept publisher paid placements.",
              "location": "query",
              "type": "boolean"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name, ID or keyName. Wildcards (*) are allowed. For example, \"site*2015\" will return objects with names like \"site June 2015\", \"site April 2015\", or simply \"site 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"site\" will match objects with name \"my site\", \"site 2015\", or simply \"site\"."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "campaignIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only sites with these campaign IDs.",
              "location": "query",
              "type": "string"
            },
            "acceptsInStreamVideoPlacements": {
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "location": "query",
              "type": "boolean"
            },
            "subaccountId": {
              "description": "Select only sites with this subaccount ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "directorySiteIds": {
              "description": "Select only sites with these directory site IDs.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only sites with these IDs."
            },
            "adWordsSite": {
              "location": "query",
              "type": "boolean",
              "description": "Select only AdWords sites."
            },
            "unmappedSite": {
              "location": "query",
              "type": "boolean",
              "description": "Select only sites that have not been mapped to a directory site."
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            }
          },
          "id": "dfareporting.sites.list",
          "path": "userprofiles/{+profileId}/sites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of sites, possibly filtered. This method supports paging."
        },
        "patch": {
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. Site ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.sites.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "request": {
            "$ref": "Site"
          },
          "path": "userprofiles/{+profileId}/sites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing site. This method supports patch semantics."
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites/{sitesId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Site ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.sites.get",
          "path": "userprofiles/{+profileId}/sites/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one site by ID."
        },
        "insert": {
          "path": "userprofiles/{+profileId}/sites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new site.",
          "request": {
            "$ref": "Site"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "response": {
            "$ref": "Site"
          },
          "id": "dfareporting.sites.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.sites.update",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "request": {
            "$ref": "Site"
          },
          "path": "userprofiles/{+profileId}/sites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing site."
        }
      }
    },
    "languages": {
      "methods": {
        "list": {
          "description": "Retrieves a list of languages.",
          "path": "userprofiles/{+profileId}/languages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "LanguagesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/languages",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.languages.list"
        }
      }
    },
    "floodlightActivityGroups": {
      "methods": {
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.floodlightActivityGroups.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Updates an existing floodlight activity group.",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "insert": {
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.floodlightActivityGroups.insert",
          "description": "Inserts a new floodlight activity group.",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "get": {
          "description": "Gets one floodlight activity group by ID.",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups/{floodlightActivityGroupsId}",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.floodlightActivityGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Floodlight activity Group ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          }
        },
        "patch": {
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Required. EventTag ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.floodlightActivityGroups.patch",
          "description": "Updates an existing floodlight activity group. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "list": {
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "advertiserId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only floodlight activity groups with the specified advertiser ID. Must specify either advertiserId or floodlightConfigurationId for a non-empty result."
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"floodlightactivitygroup*2015\" will return objects with names like \"floodlightactivitygroup June 2015\", \"floodlightactivitygroup April 2015\", or simply \"floodlightactivitygroup 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"floodlightactivitygroup\" will match objects with name \"my floodlightactivitygroup activity\", \"floodlightactivitygroup 2015\", or simply \"floodlightactivitygroup\".",
              "location": "query",
              "type": "string"
            },
            "floodlightConfigurationId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only floodlight activity groups with the specified floodlight configuration ID. Must specify either advertiserId, or floodlightConfigurationId for a non-empty result."
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activity groups with the specified IDs. Must specify either advertiserId or floodlightConfigurationId for a non-empty result."
            },
            "type": {
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "description": "Select only floodlight activity groups with the specified floodlight activity group type.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            }
          },
          "id": "dfareporting.floodlightActivityGroups.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "FloodlightActivityGroupsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups"
        }
      }
    },
    "remarketingLists": {
      "methods": {
        "insert": {
          "description": "Inserts a new remarketing list.",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "RemarketingList"
          },
          "response": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.remarketingLists.insert"
        },
        "update": {
          "description": "Updates an existing remarketing list.",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "response": {
            "$ref": "RemarketingList"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.remarketingLists.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "response": {
            "$ref": "RemarketingListsListResponse"
          },
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "id": "dfareporting.remarketingLists.list",
          "httpMethod": "GET",
          "parameters": {
            "advertiserId": {
              "required": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Required. Select only remarketing lists owned by this advertiser."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "active": {
              "description": "Select only active or only inactive remarketing lists.",
              "location": "query",
              "type": "boolean"
            },
            "name": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"remarketing list*2015\" will return objects with names like \"remarketing list June 2015\", \"remarketing list April 2015\", or simply \"remarketing list 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"remarketing list\" will match objects with name \"my remarketing list\", \"remarketing list 2015\", or simply \"remarketing list\".",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "floodlightActivityId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only remarketing lists that have this floodlight activity ID."
            }
          },
          "description": "Retrieves a list of remarketing lists, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "response": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "description": "Required. RemarketingList ID.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.remarketingLists.patch",
          "description": "Updates an existing remarketing list. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "RemarketingList"
          }
        },
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Remarketing list ID."
            }
          },
          "id": "dfareporting.remarketingLists.get",
          "response": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists/{remarketingListsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one remarketing list by ID.",
          "path": "userprofiles/{+profileId}/remarketingLists/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "creativeAssets": {
      "methods": {
        "insert": {
          "supportsMediaUpload": true,
          "httpMethod": "POST",
          "parameters": {
            "advertiserId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Advertiser ID of this creative. This is a required field.",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.creativeAssets.insert",
          "mediaUpload": {
            "accept": [
              "*/*"
            ],
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/dfareporting/v5/userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets"
              }
            },
            "maxSize": "1073741824"
          },
          "response": {
            "$ref": "CreativeAssetMetadata"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeAssets/{creativeAssetsId}/creativeAssets",
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "request": {
            "$ref": "CreativeAssetMetadata"
          },
          "description": "Inserts a new creative asset.",
          "path": "userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "changeLogs": {
      "methods": {
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/changeLogs/{changeLogsId}",
          "response": {
            "$ref": "ChangeLog"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.changeLogs.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Change log ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Gets one change log by ID.",
          "path": "userprofiles/{+profileId}/changeLogs/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "maxChangeTime": {
              "description": "Select only change logs whose change time is before the specified maxChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is \"2015-07-18T22:54:00-04:00\". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only change logs with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Select only change logs whose object ID, user name, old or new values match the search string."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "action": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "ACTION_CREATE",
                "ACTION_UPDATE",
                "ACTION_DELETE",
                "ACTION_ENABLE",
                "ACTION_DISABLE",
                "ACTION_ADD",
                "ACTION_REMOVE",
                "ACTION_MARK_AS_DEFAULT",
                "ACTION_ASSOCIATE",
                "ACTION_ASSIGN",
                "ACTION_UNASSIGN",
                "ACTION_SEND",
                "ACTION_LINK",
                "ACTION_UNLINK",
                "ACTION_PUSH",
                "ACTION_EMAIL_TAGS",
                "ACTION_SHARE"
              ],
              "description": "Select only change logs with the specified action.",
              "location": "query",
              "type": "string"
            },
            "objectIds": {
              "location": "query",
              "type": "string",
              "description": "Select only change logs with these object IDs.",
              "format": "int64",
              "repeated": true
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "objectType": {
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_FLOODLIGHT_CONFIGURATION",
                "OBJECT_AD",
                "OBJECT_FLOODLIGHT_ACTVITY",
                "OBJECT_CAMPAIGN",
                "OBJECT_FLOODLIGHT_ACTIVITY_GROUP",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT",
                "OBJECT_DFA_SITE",
                "OBJECT_USER_ROLE",
                "OBJECT_USER_PROFILE",
                "OBJECT_ADVERTISER_GROUP",
                "OBJECT_ACCOUNT",
                "OBJECT_SUBACCOUNT",
                "OBJECT_RICHMEDIA_CREATIVE",
                "OBJECT_INSTREAM_CREATIVE",
                "OBJECT_MEDIA_ORDER",
                "OBJECT_CONTENT_CATEGORY",
                "OBJECT_PLACEMENT_STRATEGY",
                "OBJECT_SD_SITE",
                "OBJECT_SIZE",
                "OBJECT_CREATIVE_GROUP",
                "OBJECT_CREATIVE_ASSET",
                "OBJECT_USER_PROFILE_FILTER",
                "OBJECT_LANDING_PAGE",
                "OBJECT_CREATIVE_FIELD",
                "OBJECT_REMARKETING_LIST",
                "OBJECT_PROVIDED_LIST_CLIENT",
                "OBJECT_EVENT_TAG",
                "OBJECT_CREATIVE_BUNDLE",
                "OBJECT_BILLING_ACCOUNT_GROUP",
                "OBJECT_BILLING_FEATURE",
                "OBJECT_RATE_CARD",
                "OBJECT_ACCOUNT_BILLING_FEATURE",
                "OBJECT_BILLING_MINIMUM_FEE",
                "OBJECT_BILLING_PROFILE",
                "OBJECT_PLAYSTORE_LINK",
                "OBJECT_TARGETING_TEMPLATE",
                "OBJECT_SEARCH_LIFT_STUDY",
                "OBJECT_FLOODLIGHT_DV360_LINK",
                "OBJECT_ADVERTISER_CUSTOMER_LINK",
                "OBJECT_CONVERSION_DOMAIN",
                "OBJECT_ACCOUNT_CONVERSION_DOMAIN"
              ],
              "description": "Select only change logs with the specified object type.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "userProfileIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only change logs with these user profile IDs."
            },
            "minChangeTime": {
              "description": "Select only change logs whose change time is after the specified minChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is \"2015-07-18T22:54:00-04:00\". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            }
          },
          "id": "dfareporting.changeLogs.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ChangeLogsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/changeLogs",
          "path": "userprofiles/{+profileId}/changeLogs",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of change logs. This method supports paging."
        }
      }
    },
    "tvCampaignSummaries": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/tvCampaignSummaries",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of TV campaign summaries.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignSummaries",
          "response": {
            "$ref": "TvCampaignSummariesListResponse"
          },
          "id": "dfareporting.tvCampaignSummaries.list",
          "httpMethod": "GET",
          "parameters": {
            "accountId": {
              "description": "Required. Account ID associated with this request.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "name": {
              "location": "query",
              "type": "string",
              "description": "Required. Search string to filter the list of TV campaign summaries. Matches any substring. Required field."
            },
            "tvDataProvider": {
              "location": "query",
              "type": "string",
              "description": "Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.",
              "enum": [
                "INVALID_TV_DATA_PROVIDER",
                "INTAGE_JP",
                "IBOPE_AR",
                "IBOPE_BR",
                "IBOPE_CL",
                "IBOPE_CO",
                "TNS_VN",
                "COMSCORE_NATIONAL_US",
                "COMSCORE_CA",
                "SAMBA_AU"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "countryDartId": {
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US).",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. User profile ID associated with this request."
            }
          }
        }
      }
    },
    "accountPermissionGroups": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "AccountPermissionGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups/{accountPermissionGroupsId}",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Account permission group ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.accountPermissionGroups.get",
          "path": "userprofiles/{+profileId}/accountPermissionGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one account permission group by ID."
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups",
          "response": {
            "$ref": "AccountPermissionGroupsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.accountPermissionGroups.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Retrieves the list of account permission groups.",
          "path": "userprofiles/{+profileId}/accountPermissionGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "accountActiveAdSummaries": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/accountActiveAdSummaries/{+summaryAccountId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets the account's active ad summary by account ID.",
          "parameterOrder": [
            "profileId",
            "summaryAccountId"
          ],
          "response": {
            "$ref": "AccountActiveAdSummary"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountActiveAdSummaries/{accountActiveAdSummariesId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "summaryAccountId": {
              "description": "Account ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.accountActiveAdSummaries.get"
        }
      }
    },
    "contentCategories": {
      "methods": {
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Content category ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.contentCategories.get",
          "response": {
            "$ref": "ContentCategory"
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one content category by ID.",
          "path": "userprofiles/{+profileId}/contentCategories/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "description": "Updates an existing content category. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/contentCategories",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "ContentCategory"
          },
          "response": {
            "$ref": "ContentCategory"
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Required. ContentCategory ID."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.contentCategories.patch"
        },
        "list": {
          "response": {
            "$ref": "ContentCategoriesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only content categories with these IDs."
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"contentcategory*2015\" will return objects with names like \"contentcategory June 2015\", \"contentcategory April 2015\", or simply \"contentcategory 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"contentcategory\" will match objects with name \"my contentcategory\", \"contentcategory 2015\", or simply \"contentcategory\".",
              "location": "query",
              "type": "string"
            }
          },
          "id": "dfareporting.contentCategories.list",
          "description": "Retrieves a list of content categories, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/contentCategories",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "path": "userprofiles/{+profileId}/contentCategories/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}",
          "description": "Deletes an existing content category.",
          "id": "dfareporting.contentCategories.delete",
          "httpMethod": "DELETE",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Content category ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          }
        },
        "update": {
          "request": {
            "$ref": "ContentCategory"
          },
          "path": "userprofiles/{+profileId}/contentCategories",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing content category.",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.contentCategories.update",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ContentCategory"
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories"
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "response": {
            "$ref": "ContentCategory"
          },
          "id": "dfareporting.contentCategories.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/contentCategories",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new content category.",
          "request": {
            "$ref": "ContentCategory"
          }
        }
      }
    },
    "dimensionValues": {
      "methods": {
        "query": {
          "path": "userprofiles/{profileId}/dimensionvalues/query",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Retrieves list of report dimension values for a list of filters.",
          "request": {
            "$ref": "DimensionValueRequest"
          },
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "DimensionValueList"
          },
          "flatPath": "userprofiles/{profileId}/dimensionvalues/query",
          "httpMethod": "POST",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "100",
              "location": "query",
              "type": "integer"
            },
            "pageToken": {
              "description": "The value of the nextToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.dimensionValues.query"
        }
      }
    },
    "eventTags": {
      "methods": {
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "EventTag"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.eventTags.insert",
          "path": "userprofiles/{+profileId}/eventTags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new event tag.",
          "request": {
            "$ref": "EventTag"
          }
        },
        "update": {
          "request": {
            "$ref": "EventTag"
          },
          "description": "Updates an existing event tag.",
          "path": "userprofiles/{+profileId}/eventTags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.eventTags.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "response": {
            "$ref": "EventTag"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "delete": {
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}",
          "description": "Deletes an existing event tag.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Event tag ID."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.eventTags.delete"
        },
        "list": {
          "path": "userprofiles/{+profileId}/eventTags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of event tags, possibly filtered.",
          "httpMethod": "GET",
          "parameters": {
            "definitionsOnly": {
              "location": "query",
              "type": "boolean",
              "description": "Examine only the specified campaign or advertiser's event tags for matching selector criteria. When set to false, the parent advertiser and parent campaign of the specified ad or campaign is examined as well. In addition, when set to false, the status field is examined as well, along with the enabledByDefault field. This parameter can not be set to true when adId is specified as ads do not define their own even tags."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "advertiserId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only event tags that belong to this advertiser."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"eventtag*2015\" will return objects with names like \"eventtag June 2015\", \"eventtag April 2015\", or simply \"eventtag 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"eventtag\" will match objects with name \"my eventtag\", \"eventtag 2015\", or simply \"eventtag\"."
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "campaignId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only event tags that belong to this campaign."
            },
            "enabled": {
              "description": "Select only enabled event tags. What is considered enabled or disabled depends on the definitionsOnly parameter. When definitionsOnly is set to true, only the specified advertiser or campaign's event tags' enabledByDefault field is examined. When definitionsOnly is set to false, the specified ad or specified campaign's parent advertiser's or parent campaign's event tags' enabledByDefault and status fields are examined as well.",
              "location": "query",
              "type": "boolean"
            },
            "eventTagTypes": {
              "enum": [
                "IMPRESSION_IMAGE_EVENT_TAG",
                "IMPRESSION_JAVASCRIPT_EVENT_TAG",
                "CLICK_THROUGH_EVENT_TAG"
              ],
              "description": "Select only event tags with the specified event tag types. Event tag types can be used to specify whether to use a third-party pixel, a third-party JavaScript URL, or a third-party click-through URL for either impression or click tracking.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "A third-party pixel for impression tracking.",
                "A third-party JavaScript URL for impression tracking.",
                "A third-party URL for click tracking that redirects to the landing page."
              ],
              "repeated": true
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only event tags with these IDs.",
              "repeated": true,
              "format": "int64"
            },
            "adId": {
              "description": "Select only event tags that belong to this ad.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list."
            }
          },
          "id": "dfareporting.eventTags.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "EventTagsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags"
        },
        "get": {
          "response": {
            "$ref": "EventTag"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Event tag ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.eventTags.get",
          "description": "Gets one event tag by ID.",
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "request": {
            "$ref": "EventTag"
          },
          "description": "Updates an existing event tag. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/eventTags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Required. EventTag ID."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.eventTags.patch",
          "response": {
            "$ref": "EventTag"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "files": {
      "methods": {
        "get": {
          "id": "dfareporting.files.get",
          "httpMethod": "GET",
          "parameters": {
            "reportId": {
              "description": "The ID of the report.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "fileId": {
              "description": "The ID of the report file.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "reports/{reportId}/files/{fileId}",
          "response": {
            "$ref": "File"
          },
          "parameterOrder": [
            "reportId",
            "fileId"
          ],
          "supportsMediaDownload": true,
          "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
          "path": "reports/{reportId}/files/{fileId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ]
        },
        "list": {
          "path": "userprofiles/{profileId}/files",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Lists files for a user profile.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{profileId}/files",
          "response": {
            "$ref": "FileList"
          },
          "id": "dfareporting.files.list",
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "10",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "DESCENDING",
              "location": "query",
              "type": "string"
            },
            "sortField": {
              "description": "The field by which to sort the list.",
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME"
              ],
              "default": "LAST_MODIFIED_TIME",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Sort by file ID.",
                "Sort by 'lastmodifiedAt' field."
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "The value of the nextToken from the previous result page."
            },
            "profileId": {
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "scope": {
              "default": "MINE",
              "location": "query",
              "type": "string",
              "enum": [
                "ALL",
                "MINE",
                "SHARED_WITH_ME"
              ],
              "description": "The scope that defines which results are returned.",
              "enumDescriptions": [
                "All files in account.",
                "My files.",
                "Files shared with me."
              ]
            }
          }
        }
      }
    },
    "directorySites": {
      "methods": {
        "get": {
          "description": "Gets one directory site by ID.",
          "path": "userprofiles/{+profileId}/directorySites/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Directory site ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.directorySites.get",
          "response": {
            "$ref": "DirectorySite"
          },
          "flatPath": "userprofiles/{userprofilesId}/directorySites/{directorySitesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "insert": {
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.directorySites.insert",
          "response": {
            "$ref": "DirectorySite"
          },
          "flatPath": "userprofiles/{userprofilesId}/directorySites",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "DirectorySite"
          },
          "description": "Inserts a new directory site.",
          "path": "userprofiles/{+profileId}/directorySites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/directorySites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of directory sites, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/directorySites",
          "response": {
            "$ref": "DirectorySitesListResponse"
          },
          "id": "dfareporting.directorySites.list",
          "httpMethod": "GET",
          "parameters": {
            "dfpNetworkCode": {
              "location": "query",
              "type": "string",
              "description": "Select only directory sites with this Ad Manager network code."
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only directory sites with these IDs."
            },
            "acceptsInterstitialPlacements": {
              "location": "query",
              "type": "boolean",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "acceptsPublisherPaidPlacements": {
              "description": "Select only directory sites that accept publisher paid placements. This field can be left blank.",
              "location": "query",
              "type": "boolean"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "searchString": {
              "description": "Allows searching for objects by name, ID or URL. Wildcards (*) are allowed. For example, \"directory site*2015\" will return objects with names like \"directory site June 2015\", \"directory site April 2015\", or simply \"directory site 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"directory site\" will match objects with name \"my directory site\", \"directory site 2015\" or simply, \"directory site\".",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            },
            "active": {
              "location": "query",
              "type": "boolean",
              "description": "Select only active directory sites. Leave blank to retrieve both active and inactive directory sites."
            },
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "acceptsInStreamVideoPlacements": {
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "location": "query",
              "type": "boolean"
            }
          }
        }
      }
    },
    "placementGroups": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "placementGroupType": {
              "location": "query",
              "type": "string",
              "enum": [
                "PLACEMENT_PACKAGE",
                "PLACEMENT_ROADBLOCK"
              ],
              "description": "Select only placement groups belonging with this group type. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting.",
              "enumDescriptions": [
                "A simple group of site-placements (tags). Basically acts as a single pricing point for a group of tags.",
                "A group of site-placements (tags) that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. This kind of group requires one of its assigned site-placements to be marked as primary for reporting purposes."
              ]
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for placement groups by name or ID. Wildcards (*) are allowed. For example, \"placement*2015\" will return placement groups with names like \"placement group June 2015\", \"placement group May 2015\", or simply \"placements 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"placementgroup\" will match placement groups with name \"my placementgroup\", \"placementgroup 2015\", or simply \"placementgroup\"."
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "campaignIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only placement groups that belong to these campaigns."
            },
            "siteIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only placement groups that are associated with these sites.",
              "location": "query",
              "type": "string"
            },
            "maxStartDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose start date is on or before the specified maxStartDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "advertiserIds": {
              "location": "query",
              "type": "string",
              "description": "Select only placement groups that belong to these advertisers.",
              "format": "int64",
              "repeated": true
            },
            "minStartDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose start date is on or after the specified minStartDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "placementStrategyIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only placement groups that are associated with these placement strategies.",
              "location": "query",
              "type": "string"
            },
            "maxEndDate": {
              "location": "query",
              "type": "string",
              "description": "Select only placements or placement groups whose end date is on or before the specified maxEndDate. The date should be formatted as \"yyyy-MM-dd\"."
            },
            "minEndDate": {
              "description": "Select only placements or placement groups whose end date is on or after the specified minEndDate. The date should be formatted as \"yyyy-MM-dd\".",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "800",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "activeStatus": {
              "location": "query",
              "type": "string",
              "description": "Select only placements with these active statuses.",
              "enum": [
                "PLACEMENT_STATUS_UNKNOWN",
                "PLACEMENT_STATUS_ACTIVE",
                "PLACEMENT_STATUS_INACTIVE",
                "PLACEMENT_STATUS_ARCHIVED",
                "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
              ],
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "contentCategoryIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only placement groups that are associated with these content categories."
            },
            "directorySiteIds": {
              "format": "int64",
              "repeated": true,
              "description": "Select only placement groups that are associated with these directory sites.",
              "location": "query",
              "type": "string"
            },
            "pricingTypes": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "repeated": true,
              "description": "Select only placement groups with these pricing types.",
              "enum": [
                "PRICING_TYPE_CPM",
                "PRICING_TYPE_CPC",
                "PRICING_TYPE_CPA",
                "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
                "PRICING_TYPE_FLAT_RATE_CLICKS",
                "PRICING_TYPE_CPM_ACTIVEVIEW"
              ],
              "location": "query",
              "type": "string"
            },
            "ids": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only placement groups with these IDs."
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ]
            }
          },
          "id": "dfareporting.placementGroups.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementGroupsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "path": "userprofiles/{+profileId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of placement groups, possibly filtered. This method supports paging."
        },
        "patch": {
          "request": {
            "$ref": "PlacementGroup"
          },
          "path": "userprofiles/{+profileId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing placement group. This method supports patch semantics.",
          "id": "dfareporting.placementGroups.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Placement ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "response": {
            "$ref": "PlacementGroup"
          }
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementGroups/{placementGroupsId}",
          "response": {
            "$ref": "PlacementGroup"
          },
          "id": "dfareporting.placementGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Placement group ID."
            }
          },
          "path": "userprofiles/{+profileId}/placementGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one placement group by ID."
        },
        "insert": {
          "request": {
            "$ref": "PlacementGroup"
          },
          "description": "Inserts a new placement group.",
          "path": "userprofiles/{+profileId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placementGroups.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "response": {
            "$ref": "PlacementGroup"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "update": {
          "id": "dfareporting.placementGroups.update",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "response": {
            "$ref": "PlacementGroup"
          },
          "request": {
            "$ref": "PlacementGroup"
          },
          "path": "userprofiles/{+profileId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing placement group."
        }
      }
    },
    "accountPermissions": {
      "methods": {
        "get": {
          "description": "Gets one account permission by ID.",
          "path": "userprofiles/{+profileId}/accountPermissions/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.accountPermissions.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Account permission ID."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions/{accountPermissionsId}",
          "response": {
            "$ref": "AccountPermission"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/accountPermissions",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves the list of account permissions.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions",
          "response": {
            "$ref": "AccountPermissionsListResponse"
          },
          "id": "dfareporting.accountPermissions.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          }
        }
      }
    },
    "connectionTypes": {
      "methods": {
        "list": {
          "id": "dfareporting.connectionTypes.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes",
          "response": {
            "$ref": "ConnectionTypesListResponse"
          },
          "path": "userprofiles/{+profileId}/connectionTypes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of connection types."
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "ConnectionType"
          },
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes/{connectionTypesId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "description": "Connection type ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.connectionTypes.get",
          "path": "userprofiles/{+profileId}/connectionTypes/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one connection type by ID."
        }
      }
    },
    "billingRates": {
      "methods": {
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingRates",
          "response": {
            "$ref": "BillingRatesListResponse"
          },
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "id": "dfareporting.billingRates.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "billingProfileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Billing profile ID of this billing rate.",
              "location": "path",
              "type": "string"
            }
          },
          "description": "Retrieves a list of billing rates. This method supports paging.",
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingRates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "targetableRemarketingLists": {
      "methods": {
        "get": {
          "id": "dfareporting.targetableRemarketingLists.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "location": "path",
              "type": "string",
              "description": "Remarketing list ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists/{targetableRemarketingListsId}",
          "response": {
            "$ref": "TargetableRemarketingList"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one remarketing list by ID.",
          "path": "userprofiles/{+profileId}/targetableRemarketingLists/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists",
          "response": {
            "$ref": "TargetableRemarketingListsListResponse"
          },
          "id": "dfareporting.targetableRemarketingLists.list",
          "httpMethod": "GET",
          "parameters": {
            "active": {
              "location": "query",
              "type": "boolean",
              "description": "Select only active or only inactive targetable remarketing lists."
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "name": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"remarketing list*2015\" will return objects with names like \"remarketing list June 2015\", \"remarketing list April 2015\", or simply \"remarketing list 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"remarketing list\" will match objects with name \"my remarketing list\", \"remarketing list 2015\", or simply \"remarketing list\".",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "advertiserId": {
              "description": "Required. Select only targetable remarketing lists targetable by these advertisers.",
              "location": "query",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/targetableRemarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of targetable remarketing lists, possibly filtered. This method supports paging."
        }
      }
    },
    "advertiserLandingPages": {
      "methods": {
        "list": {
          "description": "Retrieves a list of landing pages.",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "campaignIds": {
              "description": "Select only landing pages that are associated with these campaigns.",
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query",
              "type": "string"
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for landing pages by name or ID. Wildcards (*) are allowed. For example, \"landingpage*2017\" will return landing pages with names like \"landingpage July 2017\", \"landingpage March 2017\", or simply \"landingpage 2017\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"landingpage\" will match campaigns with name \"my landingpage\", \"landingpage 2015\", or simply \"landingpage\"."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "archived": {
              "location": "query",
              "type": "boolean",
              "description": "Select only archived landing pages. Don't set this field to select both archived and non-archived landing pages."
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only landing pages with these IDs.",
              "format": "int64",
              "repeated": true
            },
            "advertiserIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only landing pages that belong to these advertisers.",
              "location": "query",
              "type": "string"
            },
            "subaccountId": {
              "description": "Select only landing pages that belong to this subaccount.",
              "location": "query",
              "type": "string",
              "format": "int64"
            }
          },
          "id": "dfareporting.advertiserLandingPages.list",
          "response": {
            "$ref": "AdvertiserLandingPagesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "path": "userprofiles/{+profileId}/advertiserLandingPages/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one landing page by ID.",
          "id": "dfareporting.advertiserLandingPages.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "description": "Landing page ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages/{advertiserLandingPagesId}",
          "response": {
            "$ref": "LandingPage"
          }
        },
        "patch": {
          "request": {
            "$ref": "LandingPage"
          },
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing landing page. This method supports patch semantics.",
          "id": "dfareporting.advertiserLandingPages.patch",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Landing Page ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "response": {
            "$ref": "LandingPage"
          }
        },
        "insert": {
          "description": "Inserts a new landing page.",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "LandingPage"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "response": {
            "$ref": "LandingPage"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.advertiserLandingPages.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          }
        },
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "LandingPage"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.advertiserLandingPages.update",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing landing page.",
          "request": {
            "$ref": "LandingPage"
          }
        }
      }
    },
    "billingAssignments": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "BillingAssignment"
          },
          "description": "Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned.",
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "billingProfileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Billing profile ID of this billing assignment."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.billingAssignments.insert",
          "response": {
            "$ref": "BillingAssignment"
          },
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments",
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of billing assignments.",
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments",
          "response": {
            "$ref": "BillingAssignmentsListResponse"
          },
          "id": "dfareporting.billingAssignments.list",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "billingProfileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Billing profile ID of this billing assignment.",
              "location": "path",
              "type": "string"
            }
          }
        }
      }
    },
    "advertiserInvoices": {
      "methods": {
        "list": {
          "id": "dfareporting.advertiserInvoices.list",
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "issueMonth": {
              "description": "Month for which invoices are needed in the format YYYYMM. Required field",
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "advertiserId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Advertiser ID of this invoice."
            }
          },
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}/invoices",
          "response": {
            "$ref": "AdvertiserInvoicesListResponse"
          },
          "path": "userprofiles/{+profileId}/advertisers/{+advertiserId}/invoices",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of invoices for a particular issue month. The api only works if the billing profile invoice level is set to either advertiser or campaign non-consolidated invoice level."
        }
      }
    },
    "dynamicFeeds": {
      "methods": {
        "update": {
          "path": "studio/dynamicFeeds",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds, only FeedSchedule can be updated. Other fields will be ignored.",
          "request": {
            "$ref": "DynamicFeed"
          },
          "parameterOrder": [],
          "flatPath": "studio/dynamicFeeds",
          "response": {
            "$ref": "DynamicFeed"
          },
          "id": "dfareporting.dynamicFeeds.update",
          "httpMethod": "PUT",
          "parameters": {}
        },
        "retransform": {
          "description": "Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been published).",
          "path": "studio/dynamicFeeds/{+dynamicFeedId}/retransform",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "dynamicFeedId": {
              "description": "Required. Dynamic feed ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.dynamicFeeds.retransform",
          "response": {
            "$ref": "DynamicFeed"
          },
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}/retransform",
          "parameterOrder": [
            "dynamicFeedId"
          ]
        },
        "get": {
          "id": "dfareporting.dynamicFeeds.get",
          "httpMethod": "GET",
          "parameters": {
            "dynamicFeedId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Required. Dynamic feed ID.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "dynamicFeedId"
          ],
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}",
          "response": {
            "$ref": "DynamicFeed"
          },
          "path": "studio/dynamicFeeds/{+dynamicFeedId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets a dynamic feed by ID."
        },
        "insert": {
          "flatPath": "studio/dynamicFeeds",
          "response": {
            "$ref": "DynamicFeed"
          },
          "parameterOrder": [],
          "id": "dfareporting.dynamicFeeds.insert",
          "httpMethod": "POST",
          "parameters": {},
          "description": "Inserts a new dynamic feed.",
          "path": "studio/dynamicFeeds",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "DynamicFeedsInsertRequest"
          }
        }
      }
    },
    "studioCreativeAssets": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "DfareportingStudioCreativeAssetsInsertRequest"
          },
          "description": "Inserts a new studio creative asset.",
          "path": "studio/creativeAssets",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "supportsMediaUpload": true,
          "id": "dfareporting.studioCreativeAssets.insert",
          "httpMethod": "POST",
          "parameters": {},
          "flatPath": "studio/creativeAssets",
          "mediaUpload": {
            "maxSize": "1073741824",
            "accept": [
              "*/*"
            ],
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/dfareporting/v5/studio/creativeAssets"
              }
            }
          },
          "response": {
            "$ref": "StudioCreativeAssetsResponse"
          },
          "parameterOrder": []
        }
      }
    }
  },
  "baseUrl": "https://dfareporting.googleapis.com/dfareporting/v5/",
  "id": "dfareporting:v5",
  "description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
  "mtlsRootUrl": "https://dfareporting.mtls.googleapis.com/",
  "fullyEncodeReservedExpansion": true,
  "version": "v5",
  "documentationLink": "https://developers.google.com/doubleclick-advertisers/",
  "rootUrl": "https://dfareporting.googleapis.com/",
  "ownerName": "Google",
  "parameters": {
    "callback": {
      "type": "string",
      "location": "query",
      "description": "JSONP"
    },
    "alt": {
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "description": "Data format for response.",
      "type": "string",
      "default": "json",
      "location": "query",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "type": "string",
      "location": "query"
    },
    "prettyPrint": {
      "type": "boolean",
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks."
    },
    "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.",
      "type": "string",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth access token."
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "$.xgafv": {
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "enum": [
        "1",
        "2"
      ],
      "description": "V1 error format.",
      "type": "string",
      "location": "query"
    }
  },
  "basePath": "/dfareporting/v5/",
  "discoveryVersion": "v1",
  "name": "dfareporting",
  "schemas": {
    "TagSetting": {
      "description": "Tag Settings",
      "properties": {
        "additionalKeyValues": {
          "description": "Additional key-values to be included in tags. Each key-value pair must be of the form key=value, and pairs must be separated by a semicolon (;). Keys and values must not contain commas. For example, id=2;color=red is a valid value for this field.",
          "type": "string"
        },
        "includeClickThroughUrls": {
          "description": "Whether static landing page URLs should be included in the tags. New placements will default to the value set on their site.",
          "type": "boolean"
        },
        "includeClickTracking": {
          "description": "Whether click-tracking string should be included in the tags.",
          "type": "boolean"
        },
        "keywordOption": {
          "type": "string",
          "description": "Option specifying how keywords are embedded in ad tags. This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders.",
          "enumDescriptions": [
            "Creates DART ad tags with a placeholder, such as kw=[keyword] and a list of keywords. The site trafficker must replace [keyword] with the keywords targeted by an ad.",
            "Creates DART ad tags that do not have a placeholder for keywords and creates a list of keywords separately from the DART ad tags. Use this option if the site uses a keyword referrer or is a site that uses DART for Publishers.",
            "Results in unique tag generation for each relevant keyword during tag export. For example, an ad with three keywords will generate three tags with each tag having its kw= parameter filled in with the relevant keyword values."
          ],
          "enum": [
            "PLACEHOLDER_WITH_LIST_OF_KEYWORDS",
            "IGNORE",
            "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD"
          ]
        },
        "includeUnescapedlpurlMacro": {
          "description": "Optional. Indicates that the unescapedlpurl macro should be included in the tag for the static landing page. New placements will default to the value set on their site.",
          "type": "boolean"
        }
      },
      "id": "TagSetting",
      "type": "object"
    },
    "CrossMediaReachReportCompatibleFields": {
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\".",
      "properties": {
        "dimensions": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#crossMediaReachReportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        }
      },
      "id": "CrossMediaReachReportCompatibleFields",
      "type": "object"
    },
    "Dimension": {
      "properties": {
        "name": {
          "description": "The dimension name, e.g. advertiser",
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimension.",
          "type": "string"
        }
      },
      "description": "Represents a dimension.",
      "id": "Dimension",
      "type": "object"
    },
    "CampaignCreativeAssociationsListResponse": {
      "id": "CampaignCreativeAssociationsListResponse",
      "type": "object",
      "description": "Campaign Creative Association List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociationsListResponse\".",
          "type": "string"
        },
        "campaignCreativeAssociations": {
          "description": "Campaign creative association collection",
          "items": {
            "$ref": "CampaignCreativeAssociation"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      }
    },
    "VideoFormat": {
      "id": "VideoFormat",
      "type": "object",
      "description": "Contains information about supported video formats.",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int32",
          "description": "ID of the video format."
        },
        "fileType": {
          "type": "string",
          "description": "File type of the video format.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "FLV",
            "THREEGPP",
            "MP4",
            "WEBM",
            "M3U8"
          ]
        },
        "resolution": {
          "$ref": "Size",
          "description": "The resolution of this video format."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormat\".",
          "type": "string"
        },
        "targetBitRate": {
          "type": "integer",
          "format": "int32",
          "description": "The target bit rate of this video format."
        }
      }
    },
    "AccountPermission": {
      "id": "AccountPermission",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this account permission.",
          "type": "string",
          "format": "int64"
        },
        "permissionGroupId": {
          "type": "string",
          "format": "int64",
          "description": "Permission group of this account permission."
        },
        "name": {
          "description": "Name of this account permission.",
          "type": "string"
        },
        "accountProfiles": {
          "type": "array",
          "description": "Account profiles associated with this account permission. Possible values are: - \"ACCOUNT_PROFILE_BASIC\" - \"ACCOUNT_PROFILE_STANDARD\" ",
          "items": {
            "enumDescriptions": [
              "Basic profile has fewer features and lower CPM.",
              "Standard profile as a higher CPM and all the features."
            ],
            "enum": [
              "ACCOUNT_PROFILE_BASIC",
              "ACCOUNT_PROFILE_STANDARD"
            ],
            "type": "string"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermission\".",
          "type": "string"
        },
        "level": {
          "description": "Administrative level required to enable this account permission.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "USER",
            "ADMINISTRATOR"
          ],
          "type": "string"
        }
      },
      "description": "AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account."
    },
    "AccountUserProfilesListResponse": {
      "id": "AccountUserProfilesListResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfilesListResponse\".",
          "type": "string"
        },
        "accountUserProfiles": {
          "description": "Account user profile collection.",
          "items": {
            "$ref": "AccountUserProfile"
          },
          "type": "array"
        }
      },
      "description": "Account User Profile List Response"
    },
    "PostalCode": {
      "description": "Contains information about a postal code that can be targeted by ads.",
      "properties": {
        "id": {
          "description": "ID of this postal code.",
          "type": "string"
        },
        "countryCode": {
          "description": "Country code of the country to which this postal code belongs.",
          "type": "string"
        },
        "countryDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the country to which this postal code belongs."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCode\".",
          "type": "string"
        },
        "code": {
          "description": "Postal code. This is equivalent to the id field.",
          "type": "string"
        }
      },
      "id": "PostalCode",
      "type": "object"
    },
    "MeasurementPartnerWrappingData": {
      "description": "Placement tag wrapping",
      "properties": {
        "wrappedTag": {
          "description": "Tag provided by the measurement partner during wrapping.",
          "type": "string"
        },
        "tagWrappingMode": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "BLOCKING",
            "MONITORING",
            "MONITORING_READ_ONLY",
            "VIDEO_PIXEL_MONITORING",
            "TRACKING",
            "VPAID_MONITORING",
            "VPAID_BLOCKING",
            "NON_VPAID_MONITORING",
            "VPAID_ONLY_MONITORING",
            "VPAID_ONLY_BLOCKING",
            "VPAID_ONLY_FILTERING",
            "VPAID_FILTERING",
            "NON_VPAID_FILTERING",
            "BLOCKING_FILTERING_VPAID",
            "BLOCKING_FILTERING_VPAID_ONLY"
          ],
          "description": "Measurement mode for the wrapped placement.",
          "type": "string"
        },
        "measurementPartner": {
          "description": "Measurement partner used for wrapping the placement.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "type": "string"
        },
        "linkStatus": {
          "type": "string",
          "enumDescriptions": [
            "Unlinked.",
            "Linked successfully",
            "Link pending for wrapping.",
            "Linking failure.",
            "Link opt-out by user.",
            "Link opt-out pending sync.",
            "Link wrap answer pending.",
            "Mode change pending.",
            "Partner unlink pending."
          ],
          "enum": [
            "MEASUREMENT_PARTNER_UNLINKED",
            "MEASUREMENT_PARTNER_LINKED",
            "MEASUREMENT_PARTNER_LINK_PENDING",
            "MEASUREMENT_PARTNER_LINK_FAILURE",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT_PENDING",
            "MEASUREMENT_PARTNER_LINK_WRAPPING_PENDING",
            "MEASUREMENT_PARTNER_MODE_CHANGE_PENDING",
            "MEASUREMENT_PARTNER_UNLINK_PENDING"
          ],
          "description": "Placement wrapping status."
        }
      },
      "id": "MeasurementPartnerWrappingData",
      "type": "object"
    },
    "Site": {
      "description": "Contains properties of a site.",
      "properties": {
        "keyName": {
          "description": "Key name of this site. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this site. This is a read-only field that can be left blank."
        },
        "name": {
          "description": "Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.",
          "type": "string"
        },
        "directorySiteIdDimensionValue": {
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#site\".",
          "type": "string"
        },
        "directorySiteId": {
          "description": "Directory site associated with this site. This is a required field that is read-only after insertion.",
          "type": "string",
          "format": "int64"
        },
        "adServingPlatformId": {
          "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this site. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "videoSettings": {
          "description": "Default video settings for new placements created under this site. This value will be used to populate the placements.videoSettings field, when no value is specified for the new placement.",
          "$ref": "SiteVideoSettings"
        },
        "siteContacts": {
          "description": "Site contacts.",
          "items": {
            "$ref": "SiteContact"
          },
          "type": "array"
        },
        "siteSettings": {
          "description": "Site-wide settings.",
          "$ref": "SiteSettings"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "id": {
          "description": "ID of this site. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "approved": {
          "description": "Whether this site is approved.",
          "type": "boolean"
        }
      },
      "id": "Site",
      "type": "object"
    },
    "Browser": {
      "description": "Contains information about a browser that can be targeted by ads.",
      "properties": {
        "minorVersion": {
          "description": "Minor version number (number after first dot on left) of this browser. For example, for Chrome 5.0.375.86 beta, this field should be set to 0. An asterisk (*) may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome *.* targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3.* targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is.",
          "type": "string"
        },
        "majorVersion": {
          "description": "Major version number (leftmost number) of this browser. For example, for Chrome 5.0.376.86 beta, this field should be set to 5. An asterisk (*) may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome *.* targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3.* targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browser\".",
          "type": "string"
        },
        "browserVersionId": {
          "type": "string",
          "format": "int64",
          "description": "ID referring to this grouping of browser and version numbers. This is the ID used for targeting."
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this browser. This is the ID used when generating reports."
        },
        "name": {
          "description": "Name of this browser.",
          "type": "string"
        }
      },
      "id": "Browser",
      "type": "object"
    },
    "CreativesListResponse": {
      "id": "CreativesListResponse",
      "type": "object",
      "properties": {
        "creatives": {
          "description": "Creative collection.",
          "items": {
            "$ref": "Creative"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Creative List Response"
    },
    "CreativeClickThroughUrl": {
      "description": "Click-through URL",
      "properties": {
        "customClickThroughUrl": {
          "description": "Custom click-through URL. Applicable if the landingPageId field is left unset.",
          "type": "string"
        },
        "computedClickThroughUrl": {
          "description": "Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. ",
          "type": "string"
        },
        "landingPageId": {
          "description": "ID of the landing page for the click-through URL.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "CreativeClickThroughUrl",
      "type": "object"
    },
    "DfpSettings": {
      "description": "Google Ad Manager Settings",
      "properties": {
        "dfpNetworkCode": {
          "description": "Ad Manager network code for this directory site.",
          "type": "string"
        },
        "programmaticPlacementAccepted": {
          "description": "Whether this directory site accepts programmatic placements.",
          "type": "boolean"
        },
        "publisherPortalOnly": {
          "description": "Whether this directory site is available only via Publisher Portal.",
          "type": "boolean"
        },
        "dfpNetworkName": {
          "description": "Ad Manager network name for this directory site.",
          "type": "string"
        },
        "pubPaidPlacementAccepted": {
          "description": "Whether this directory site accepts publisher-paid tags.",
          "type": "boolean"
        }
      },
      "id": "DfpSettings",
      "type": "object"
    },
    "TvCampaignTimepoint": {
      "description": "A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.",
      "properties": {
        "startDate": {
          "description": "The start date of the timepoint. A string in the format of \"yyyy-MM-dd\".",
          "type": "string"
        },
        "spend": {
          "type": "number",
          "format": "double",
          "description": "The spend within the time range of the timepoint."
        },
        "dateWindow": {
          "description": "The date window of the timepoint.",
          "enumDescriptions": [
            "Default value, should never be set.",
            "One Day.",
            "One week.",
            "Four weeks.",
            "Eight weeks.",
            "Twelve weeks."
          ],
          "enum": [
            "WEEKS_UNSPECIFIED",
            "DAYS_ONE",
            "WEEKS_ONE",
            "WEEKS_FOUR",
            "WEEKS_EIGHT",
            "WEEKS_TWELVE"
          ],
          "type": "string"
        }
      },
      "id": "TvCampaignTimepoint",
      "type": "object"
    },
    "KeyValueTargetingExpression": {
      "id": "KeyValueTargetingExpression",
      "type": "object",
      "description": "Key Value Targeting Expression.",
      "properties": {
        "expression": {
          "description": "Keyword expression being targeted by the ad.",
          "type": "string"
        }
      }
    },
    "Creative": {
      "id": "Creative",
      "type": "object",
      "description": "Contains properties of a Creative.",
      "properties": {
        "active": {
          "description": "Whether the creative is active. Applicable to all creative types.",
          "type": "boolean"
        },
        "commercialId": {
          "description": "Industry standard ID assigned to creative for reach and frequency. Applicable to INSTREAM_VIDEO_REDIRECT creatives.",
          "type": "string"
        },
        "authoringTool": {
          "description": "Authoring tool for HTML5 banner creatives. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "NINJA",
            "SWIFFY"
          ],
          "type": "string"
        },
        "lastModifiedInfo": {
          "description": "Creative last modification information. This is a read-only field. Applicable to all creative types.",
          "$ref": "LastModifiedInfo"
        },
        "mediaDuration": {
          "type": "number",
          "format": "float",
          "description": "Creative audio or video duration in seconds. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO, INSTREAM_AUDIO, all RICH_MEDIA, and all VPAID."
        },
        "fsCommand": {
          "$ref": "FsCommand",
          "description": "OpenWindow FSCommand of this creative. This lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser. This is only triggered if allowScriptAccess field is true. Applicable to the following creative types: FLASH_INPAGE."
        },
        "overrideCss": {
          "description": "Override CSS value for rich media creatives. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "universalAdId": {
          "$ref": "UniversalAdId",
          "description": "A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following creative types: INSTREAM_AUDIO and INSTREAM_VIDEO and VPAID."
        },
        "id": {
          "description": "ID of this creative. This is a read-only, auto-generated field. Applicable to all creative types.",
          "type": "string",
          "format": "int64"
        },
        "creativeFieldAssignments": {
          "description": "Creative field assignments for this creative. Applicable to all creative types.",
          "items": {
            "$ref": "CreativeFieldAssignment"
          },
          "type": "array"
        },
        "adTagKeys": {
          "description": "Keywords for a Rich Media creative. Keywords let you customize the creative settings of a Rich Media ad running on your site without having to contact the advertiser. You can use keywords to dynamically change the look or functionality of a creative. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "backupImageClickThroughUrl": {
          "description": "Click-through URL for backup image. Applicable to ENHANCED_BANNER when the primary asset type is not HTML_IMAGE.",
          "$ref": "CreativeClickThroughUrl"
        },
        "archived": {
          "description": "Whether the creative is archived. Applicable to all creative types.",
          "type": "boolean"
        },
        "requiredFlashVersion": {
          "description": "The internal Flash version for this creative as calculated by Studio. This is a read-only field. Applicable to the following creative types: FLASH_INPAGE all RICH_MEDIA, and all VPAID. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "type": "integer",
          "format": "int32"
        },
        "convertFlashToHtml5": {
          "description": "Whether Flash assets associated with the creative need to be automatically converted to HTML5. This flag is enabled by default and users can choose to disable it if they don't want the system to generate and use HTML5 asset for this creative. Applicable to the following creative type: FLASH_INPAGE. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "type": "boolean"
        },
        "htmlCode": {
          "description": "HTML code for the creative. This is a required field when applicable. This field is ignored if htmlCodeLocked is true. Applicable to the following creative types: all CUSTOM, FLASH_INPAGE, and HTML5_BANNER, and all RICH_MEDIA.",
          "type": "string"
        },
        "obaIcon": {
          "$ref": "ObaIcon",
          "description": "Online behavioral advertising icon to be added to the creative. Applicable to the following creative types: all INSTREAM_VIDEO."
        },
        "customKeyValues": {
          "description": "Custom key-values for a Rich Media creative. Key-values let you customize the creative settings of a Rich Media ad running on your site without having to contact the advertiser. You can use key-values to dynamically change the look or functionality of a creative. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "compatibility": {
          "type": "array",
          "description": "Compatibilities associated with this creative. This is a read-only field. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile devices or in mobile apps for regular or interstitial ads, respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. Only pre-existing creatives may have these compatibilities since new creatives will either be assigned DISPLAY or DISPLAY_INTERSTITIAL instead. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard. IN_STREAM_AUDIO refers to rendering in in-stream audio ads developed with the VAST standard. Applicable to all creative types. Acceptable values are: - \"APP\" - \"APP_INTERSTITIAL\" - \"IN_STREAM_VIDEO\" - \"IN_STREAM_AUDIO\" - \"DISPLAY\" - \"DISPLAY_INTERSTITIAL\" ",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "Deprecated enum value. No longer supported.",
              "Deprecated enum value. No longer supported.",
              "",
              ""
            ],
            "enum": [
              "DISPLAY",
              "DISPLAY_INTERSTITIAL",
              "APP",
              "APP_INTERSTITIAL",
              "IN_STREAM_VIDEO",
              "IN_STREAM_AUDIO"
            ],
            "type": "string"
          }
        },
        "size": {
          "$ref": "Size",
          "description": "Size associated with this creative. When inserting or updating a creative either the size ID field or size width and height fields can be used. This is a required field when applicable; however for IMAGE, FLASH_INPAGE creatives, and for DISPLAY creatives with a primary asset of type HTML_IMAGE, if left blank, this field will be automatically set using the actual size of the associated image assets. Applicable to the following creative types: DISPLAY, DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER, IMAGE, and all RICH_MEDIA."
        },
        "type": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "IMAGE",
            "DISPLAY_REDIRECT",
            "CUSTOM_DISPLAY",
            "INTERNAL_REDIRECT",
            "CUSTOM_DISPLAY_INTERSTITIAL",
            "INTERSTITIAL_INTERNAL_REDIRECT",
            "TRACKING_TEXT",
            "RICH_MEDIA_DISPLAY_BANNER",
            "RICH_MEDIA_INPAGE_FLOATING",
            "RICH_MEDIA_IM_EXPAND",
            "RICH_MEDIA_DISPLAY_EXPANDING",
            "RICH_MEDIA_DISPLAY_INTERSTITIAL",
            "RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL",
            "RICH_MEDIA_MOBILE_IN_APP",
            "FLASH_INPAGE",
            "INSTREAM_VIDEO",
            "VPAID_LINEAR_VIDEO",
            "VPAID_NON_LINEAR_VIDEO",
            "INSTREAM_VIDEO_REDIRECT",
            "RICH_MEDIA_PEEL_DOWN",
            "HTML5_BANNER",
            "DISPLAY",
            "DISPLAY_IMAGE_GALLERY",
            "BRAND_SAFE_DEFAULT_INSTREAM_VIDEO",
            "INSTREAM_AUDIO"
          ],
          "description": "Required. Type of this creative. Applicable to all creative types. *Note:* FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for existing creatives. New creatives should use DISPLAY as a replacement for these types.",
          "type": "string"
        },
        "allowScriptAccess": {
          "description": "Whether script access is allowed for this creative. This is a read-only and deprecated field which will automatically be set to true on update. Applicable to the following creative types: FLASH_INPAGE.",
          "type": "boolean"
        },
        "backupImageTargetWindow": {
          "$ref": "TargetWindow",
          "description": "Target window for backup image. Applicable to the following creative types: FLASH_INPAGE and HTML5_BANNER. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE."
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play the video before counting a view. Applicable to the following creative types: all INSTREAM_VIDEO."
        },
        "latestTraffickedCreativeId": {
          "type": "string",
          "format": "int64",
          "description": "Latest Studio trafficked creative ID associated with rich media and VPAID creatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID."
        },
        "studioCreativeId": {
          "type": "string",
          "format": "int64",
          "description": "Studio creative ID associated with rich media and VPAID creatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creative\".",
          "type": "string"
        },
        "renderingId": {
          "type": "string",
          "format": "int64",
          "description": "ID of current rendering version. This is a read-only field. Applicable to all creative types."
        },
        "sslOverride": {
          "description": "Whether creative should be treated as SSL compliant even if the system scan shows it's not. Applicable to all creative types.",
          "type": "boolean"
        },
        "redirectUrl": {
          "description": "URL of hosted image or hosted video or another ad tag. For INSTREAM_VIDEO_REDIRECT creatives this is the in-stream video redirect URL. The standard for a VAST (Video Ad Serving Template) ad response allows for a redirect link to another VAST 2.0 or 3.0 call. This is a required field when applicable. Applicable to the following creative types: DISPLAY_REDIRECT, INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and INSTREAM_VIDEO_REDIRECT",
          "type": "string"
        },
        "artworkType": {
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "description": "Type of artwork used for the creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "type": "string"
        },
        "sslCompliant": {
          "description": "Whether the creative is SSL-compliant. This is a read-only field. Applicable to all creative types.",
          "type": "boolean"
        },
        "exitCustomEvents": {
          "description": "List of exit events configured for the creative. For DISPLAY and DISPLAY_IMAGE_GALLERY creatives, these are read-only and auto-generated from clickTags, For DISPLAY, an event is also created from the backupImageReportingLabel. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array"
        },
        "authoringSource": {
          "description": "Source application where creative was authored. Presently, only DBM authored creatives will have this field set. Applicable to all creative types.",
          "enumDescriptions": [
            "DCM-UI or external API used to author the creative.",
            "DBM-UI used to author the creative.",
            "Studio-UI used to author the creative.",
            "Google Web Designer used to author the creative.",
            "ACS-UI used to author the creative.",
            "Creative authoring source is Adobe.",
            "Creative authoring source is Typeface.ai.",
            "Creative authoring source is Rembrand.",
            "Creative authoring source is Trackto.",
            "Creative authoring source is Bornlogic.",
            "Creative authoring source is BEGEN_AI."
          ],
          "enum": [
            "CREATIVE_AUTHORING_SOURCE_DCM",
            "CREATIVE_AUTHORING_SOURCE_DBM",
            "CREATIVE_AUTHORING_SOURCE_STUDIO",
            "CREATIVE_AUTHORING_SOURCE_GWD",
            "CREATIVE_AUTHORING_SOURCE_ACS",
            "CREATIVE_AUTHORING_SOURCE_ADOBE",
            "CREATIVE_AUTHORING_SOURCE_TYPEFACE_AI",
            "CREATIVE_AUTHORING_SOURCE_REMBRAND",
            "CREATIVE_AUTHORING_SOURCE_TRACKTO_STUDIO",
            "CREATIVE_AUTHORING_SOURCE_BORNLOGIC",
            "CREATIVE_AUTHORING_SOURCE_BEGEN_AI"
          ],
          "type": "string"
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Required. Advertiser ID of this creative. This is a required field. Applicable to all creative types."
        },
        "version": {
          "type": "integer",
          "format": "int32",
          "description": "The version number helps you keep track of multiple versions of your creative in your reports. The version number will always be auto-generated during insert operations to start at 1. For tracking creatives the version cannot be incremented and will always remain at 1. For all other creative types the version can be incremented only by 1 during update operations. In addition, the version will be automatically incremented by 1 when undergoing Rich Media creative merging. Applicable to all creative types."
        },
        "timerCustomEvents": {
          "description": "List of timer events configured for the creative. For DISPLAY_IMAGE_GALLERY creatives, these are read-only and auto-generated from clickTags. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID. Applicable to DISPLAY when the primary asset is not HTML_IMAGE.",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array"
        },
        "counterCustomEvents": {
          "type": "array",
          "description": "List of counter events configured for the creative. For DISPLAY_IMAGE_GALLERY creatives, these are read-only and auto-generated from clickTags. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID.",
          "items": {
            "$ref": "CreativeCustomEvent"
          }
        },
        "thirdPartyBackupImageImpressionsUrl": {
          "description": "Third-party URL used to record backup image impressions. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "backupImageReportingLabel": {
          "description": "Reporting label used for HTML5 banner backup image. Applicable to the following creative types: DISPLAY when the primary asset type is not HTML_IMAGE.",
          "type": "string"
        },
        "name": {
          "description": "Required. Name of the creative. This must be less than 256 characters long. Applicable to all creative types.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this creative. This field, if left unset, will be auto-generated for both insert and update operations. Applicable to all creative types."
        },
        "backgroundColor": {
          "description": "The 6-character HTML color code, beginning with #, for the background of the window area where the Flash file is displayed. Default is white. Applicable to the following creative types: FLASH_INPAGE.",
          "type": "string"
        },
        "htmlCodeLocked": {
          "description": "Whether HTML code is generated by Campaign Manager or manually entered. Set to true to ignore changes to htmlCode. Applicable to the following creative types: FLASH_INPAGE and HTML5_BANNER.",
          "type": "boolean"
        },
        "skippable": {
          "description": "Whether the user can choose to skip the creative. Applicable to the following creative types: all INSTREAM_VIDEO and all VPAID.",
          "type": "boolean"
        },
        "skipOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play the video before the skip button appears. Applicable to the following creative types: all INSTREAM_VIDEO."
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this creative. This is a read-only field. Applicable to all creative types."
        },
        "creativeAssets": {
          "description": "Assets associated with a creative. Applicable to all but the following creative types: INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and REDIRECT",
          "items": {
            "$ref": "CreativeAsset"
          },
          "type": "array"
        },
        "thirdPartyRichMediaImpressionsUrl": {
          "description": "Third-party URL used to record rich media impressions. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "additionalSizes": {
          "type": "array",
          "description": "Additional sizes associated with a responsive creative. When inserting or updating a creative either the size ID field or size width and height fields can be used. Applicable to DISPLAY creatives when the primary asset type is HTML_IMAGE.",
          "items": {
            "$ref": "Size"
          }
        },
        "requiredFlashPluginVersion": {
          "description": "The minimum required Flash plugin version for this creative. For example, 11.2.202.235. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "type": "string"
        },
        "backupImageFeatures": {
          "type": "array",
          "description": "List of feature dependencies that will cause a backup image to be served if the browser that serves the ad does not support them. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative asset correctly. This field is initially auto-generated to contain all features detected by Campaign Manager for all the assets of this creative and can then be modified by the client. To reset this field, copy over all the creativeAssets' detected features. Applicable to the following creative types: HTML5_BANNER. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "CSS_FONT_FACE",
              "CSS_BACKGROUND_SIZE",
              "CSS_BORDER_IMAGE",
              "CSS_BORDER_RADIUS",
              "CSS_BOX_SHADOW",
              "CSS_FLEX_BOX",
              "CSS_HSLA",
              "CSS_MULTIPLE_BGS",
              "CSS_OPACITY",
              "CSS_RGBA",
              "CSS_TEXT_SHADOW",
              "CSS_ANIMATIONS",
              "CSS_COLUMNS",
              "CSS_GENERATED_CONTENT",
              "CSS_GRADIENTS",
              "CSS_REFLECTIONS",
              "CSS_TRANSFORMS",
              "CSS_TRANSFORMS3D",
              "CSS_TRANSITIONS",
              "APPLICATION_CACHE",
              "CANVAS",
              "CANVAS_TEXT",
              "DRAG_AND_DROP",
              "HASH_CHANGE",
              "HISTORY",
              "AUDIO",
              "VIDEO",
              "INDEXED_DB",
              "INPUT_ATTR_AUTOCOMPLETE",
              "INPUT_ATTR_AUTOFOCUS",
              "INPUT_ATTR_LIST",
              "INPUT_ATTR_PLACEHOLDER",
              "INPUT_ATTR_MAX",
              "INPUT_ATTR_MIN",
              "INPUT_ATTR_MULTIPLE",
              "INPUT_ATTR_PATTERN",
              "INPUT_ATTR_REQUIRED",
              "INPUT_ATTR_STEP",
              "INPUT_TYPE_SEARCH",
              "INPUT_TYPE_TEL",
              "INPUT_TYPE_URL",
              "INPUT_TYPE_EMAIL",
              "INPUT_TYPE_DATETIME",
              "INPUT_TYPE_DATE",
              "INPUT_TYPE_MONTH",
              "INPUT_TYPE_WEEK",
              "INPUT_TYPE_TIME",
              "INPUT_TYPE_DATETIME_LOCAL",
              "INPUT_TYPE_NUMBER",
              "INPUT_TYPE_RANGE",
              "INPUT_TYPE_COLOR",
              "LOCAL_STORAGE",
              "POST_MESSAGE",
              "SESSION_STORAGE",
              "WEB_SOCKETS",
              "WEB_SQL_DATABASE",
              "WEB_WORKERS",
              "GEO_LOCATION",
              "INLINE_SVG",
              "SMIL",
              "SVG_HREF",
              "SVG_CLIP_PATHS",
              "TOUCH",
              "WEBGL",
              "SVG_FILTERS",
              "SVG_FE_IMAGE"
            ],
            "type": "string"
          }
        },
        "clickTags": {
          "description": "Click tags of the creative. For DISPLAY, FLASH_INPAGE, and HTML5_BANNER creatives, this is a subset of detected click tags for the assets associated with this creative. After creating a flash asset, detected click tags will be returned in the creativeAssetMetadata. When inserting the creative, populate the creative clickTags field using the creativeAssetMetadata.clickTags field. For DISPLAY_IMAGE_GALLERY creatives, there should be exactly one entry in this list for each image creative asset. A click tag is matched with a corresponding creative asset by matching the clickTag.name field with the creativeAsset.assetIdentifier.name field. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "items": {
            "$ref": "ClickTag"
          },
          "type": "array"
        },
        "companionCreatives": {
          "type": "array",
          "description": "List of companion creatives assigned to an in-Stream video creative. Acceptable values include IDs of existing flash and image creatives. Applicable to the following creative types: all VPAID, all INSTREAM_AUDIO and all INSTREAM_VIDEO with dynamicAssetSelection set to false.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "thirdPartyUrls": {
          "description": "Third-party URLs for tracking in-stream creative events. Applicable to the following creative types: all INSTREAM_VIDEO, all INSTREAM_AUDIO, and all VPAID.",
          "items": {
            "$ref": "ThirdPartyTrackingUrl"
          },
          "type": "array"
        },
        "mediaDescription": {
          "description": "Description of the audio or video ad. Applicable to the following creative types: all INSTREAM_VIDEO, INSTREAM_AUDIO, and all VPAID.",
          "type": "string"
        },
        "studioTraffickedCreativeId": {
          "description": "Studio trafficked creative ID associated with rich media and VPAID creatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "type": "string",
          "format": "int64"
        },
        "adParameters": {
          "description": "Ad parameters user for VPAID creative. This is a read-only field. Applicable to the following creative types: all VPAID.",
          "type": "string"
        },
        "autoAdvanceImages": {
          "description": "Whether images are automatically advanced for image gallery creatives. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY.",
          "type": "boolean"
        },
        "renderingIdDimensionValue": {
          "description": "Dimension value for the rendering ID of this creative. This is a read-only field. Applicable to all creative types.",
          "$ref": "DimensionValue"
        },
        "subaccountId": {
          "description": "Subaccount ID of this creative. This field, if left unset, will be auto-generated for both insert and update operations. Applicable to all creative types.",
          "type": "string",
          "format": "int64"
        },
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Studio advertiser ID associated with rich media and VPAID creatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID."
        },
        "totalFileSize": {
          "type": "string",
          "format": "int64",
          "description": "Combined size of all creative assets. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, and all VPAID."
        }
      }
    },
    "CustomViewabilityMetric": {
      "description": "Custom Viewability Metric",
      "properties": {
        "name": {
          "description": "Name of the custom viewability metric.",
          "type": "string"
        },
        "configuration": {
          "$ref": "CustomViewabilityMetricConfiguration",
          "description": "Configuration of the custom viewability metric."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of the custom viewability metric."
        }
      },
      "id": "CustomViewabilityMetric",
      "type": "object"
    },
    "AccountActiveAdSummary": {
      "id": "AccountActiveAdSummary",
      "type": "object",
      "description": "Gets a summary of active ads in an account.",
      "properties": {
        "availableAds": {
          "type": "string",
          "format": "int64",
          "description": "Ads that can be activated for the account."
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the account."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountActiveAdSummary\".",
          "type": "string"
        },
        "activeAds": {
          "description": "Ads that have been activated for the account",
          "type": "string",
          "format": "int64"
        },
        "activeAdsLimitTier": {
          "description": "Maximum number of active ads allowed for the account.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ACTIVE_ADS_TIER_40K",
            "ACTIVE_ADS_TIER_75K",
            "ACTIVE_ADS_TIER_100K",
            "ACTIVE_ADS_TIER_200K",
            "ACTIVE_ADS_TIER_300K",
            "ACTIVE_ADS_TIER_500K",
            "ACTIVE_ADS_TIER_750K",
            "ACTIVE_ADS_TIER_1M"
          ],
          "type": "string"
        }
      }
    },
    "SiteSettings": {
      "description": "Site Settings",
      "properties": {
        "videoActiveViewOptOutTemplate": {
          "description": "Whether Verification and ActiveView for in-stream video creatives are disabled by default for new placements created under this site. This value will be used to populate the placement.videoActiveViewOptOut field, when no value is specified for the new placement.",
          "type": "boolean"
        },
        "vpaidAdapterChoiceTemplate": {
          "type": "string",
          "description": "Default VPAID adapter setting for new placements created under this site. This value will be used to populate the placements.vpaidAdapterChoice field, when no value is specified for the new placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to the placement. The publisher's specifications will typically determine this setting. For VPAID creatives, the adapter format will match the VPAID format (HTML5 VPAID creatives use the HTML5 adapter). *Note:* Flash is no longer supported. This field now defaults to HTML5 when the following values are provided: FLASH, BOTH.",
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ],
          "enum": [
            "DEFAULT",
            "FLASH",
            "HTML5",
            "BOTH"
          ]
        },
        "activeViewOptOut": {
          "description": "Whether active view creatives are disabled for this site.",
          "type": "boolean"
        },
        "tagSetting": {
          "description": "Configuration settings for dynamic and image floodlight tags.",
          "$ref": "TagSetting"
        },
        "disableNewCookie": {
          "description": "Whether new cookies are disabled for this site.",
          "type": "boolean"
        },
        "adBlockingOptOut": {
          "description": "Whether this site opts out of ad blocking. When true, ad blocking is disabled for all placements under the site, regardless of the individual placement settings. When false, the campaign and placement settings take effect.",
          "type": "boolean"
        }
      },
      "id": "SiteSettings",
      "type": "object"
    },
    "ContentCategoriesListResponse": {
      "description": "Content Category List Response",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategoriesListResponse\".",
          "type": "string"
        },
        "contentCategories": {
          "description": "Content category collection.",
          "items": {
            "$ref": "ContentCategory"
          },
          "type": "array"
        }
      },
      "id": "ContentCategoriesListResponse",
      "type": "object"
    },
    "CreativeAsset": {
      "description": "Creative Asset.",
      "properties": {
        "assetIdentifier": {
          "$ref": "CreativeAssetId",
          "description": "Identifier of this asset. This is the same identifier returned during creative asset insert operation. This is a required field. Applicable to all but the following creative types: all REDIRECT and TRACKING_TEXT."
        },
        "position": {
          "$ref": "OffsetPosition",
          "description": "Offset position for an asset. Applicable to the following creative types: all RICH_MEDIA."
        },
        "fileSize": {
          "description": "File size associated with this creative asset. This is a read-only field. Applicable to all but the following creative types: all REDIRECT and TRACKING_TEXT.",
          "type": "string",
          "format": "int64"
        },
        "durationType": {
          "type": "string",
          "description": "Duration type for which an asset will be displayed. Applicable to the following creative types: all RICH_MEDIA.",
          "enumDescriptions": [
            "Asset is displayed for the single run of the time line.",
            "Asset is displayed indefinitely and it loops on the timeline.",
            "User entered duration value in seconds."
          ],
          "enum": [
            "ASSET_DURATION_TYPE_AUTO",
            "ASSET_DURATION_TYPE_NONE",
            "ASSET_DURATION_TYPE_CUSTOM"
          ]
        },
        "customStartTimeValue": {
          "description": "Custom start time in seconds for making the asset visible. Applicable to the following creative types: all RICH_MEDIA. Value must be greater than or equal to 0.",
          "type": "integer",
          "format": "int32"
        },
        "actionScript3": {
          "description": "Whether ActionScript3 is enabled for the flash asset. This is a read-only field. Applicable to the following creative type: FLASH_INPAGE. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "type": "boolean"
        },
        "horizontallyLocked": {
          "description": "Whether the asset is horizontally locked. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "bitRate": {
          "description": "Detected bit-rate for audio or video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "integer",
          "format": "int32"
        },
        "flashVersion": {
          "type": "integer",
          "format": "int32",
          "description": "Flash version of the asset. This is a read-only field. Applicable to the following creative types: FLASH_INPAGE, all RICH_MEDIA, and all VPAID. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE."
        },
        "pushdown": {
          "description": "Whether the asset pushes down other content. Applicable to the following creative types: all RICH_MEDIA. Additionally, only applicable when the asset offsets are 0, the collapsedSize.width matches size.width, and the collapsedSize.height is less than size.height.",
          "type": "boolean"
        },
        "streamingServingUrl": {
          "description": "Streaming URL for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID.",
          "type": "string"
        },
        "additionalSizes": {
          "description": "Additional sizes associated with this creative asset. HTML5 asset generated by compatible software such as GWD will be able to support more sizes this creative asset can render.",
          "items": {
            "$ref": "Size"
          },
          "type": "array"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of the asset. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "startTimeType": {
          "type": "string",
          "enumDescriptions": [
            "Asset is not automatically displayed.",
            "Asset is automatically displayed after a fixed period of time."
          ],
          "enum": [
            "ASSET_START_TIME_TYPE_NONE",
            "ASSET_START_TIME_TYPE_CUSTOM"
          ],
          "description": "Initial wait time type before making the asset visible. Applicable to the following creative types: all RICH_MEDIA."
        },
        "displayType": {
          "type": "string",
          "enumDescriptions": [
            "Asset exists in a box and stays within the box.",
            "Asset exists at a self described location on the page.",
            "Special display type for IM clients.",
            "Asset changes size.",
            "Not applicable for HTML5.",
            "Not applicable for HTML5.",
            "Asset sits on the top right and expands.",
            "VPAID linear asset.",
            "VPAID non linear asset.",
            "Backdrop (skin) asset."
          ],
          "enum": [
            "ASSET_DISPLAY_TYPE_INPAGE",
            "ASSET_DISPLAY_TYPE_FLOATING",
            "ASSET_DISPLAY_TYPE_OVERLAY",
            "ASSET_DISPLAY_TYPE_EXPANDING",
            "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH",
            "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING",
            "ASSET_DISPLAY_TYPE_PEEL_DOWN",
            "ASSET_DISPLAY_TYPE_VPAID_LINEAR",
            "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR",
            "ASSET_DISPLAY_TYPE_BACKDROP"
          ],
          "description": "Type of rich media asset. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA."
        },
        "positionLeftUnit": {
          "type": "string",
          "enumDescriptions": [
            "Pixels on a screen.",
            "Percent offset for center asset (rather than top and left).",
            "Pixel offset for center of asset from center of browser window."
          ],
          "enum": [
            "OFFSET_UNIT_PIXEL",
            "OFFSET_UNIT_PERCENT",
            "OFFSET_UNIT_PIXEL_FROM_CENTER"
          ],
          "description": "Offset left unit for an asset. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA."
        },
        "hideFlashObjects": {
          "description": "Whether to hide Flash objects flag for an asset. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "audioBitRate": {
          "description": "Audio stream bit rate in kbps. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "integer",
          "format": "int32"
        },
        "collapsedSize": {
          "description": "Size of an asset when collapsed. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID. Additionally, applicable to assets whose displayType is ASSET_DISPLAY_TYPE_EXPANDING or ASSET_DISPLAY_TYPE_PEEL_DOWN.",
          "$ref": "Size"
        },
        "hideSelectionBoxes": {
          "description": "Whether to hide selection boxes flag for an asset. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "orientation": {
          "type": "string",
          "description": "Orientation of video asset. This is a read-only, auto-generated field.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "LANDSCAPE",
            "PORTRAIT",
            "SQUARE"
          ]
        },
        "verticallyLocked": {
          "description": "Whether the asset is vertically locked. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "progressiveServingUrl": {
          "description": "Progressive URL for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID.",
          "type": "string"
        },
        "duration": {
          "type": "integer",
          "format": "int32",
          "description": "Duration in seconds for which an asset will be displayed. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID_LINEAR_VIDEO. Value must be greater than or equal to 1."
        },
        "sslCompliant": {
          "description": "Whether the asset is SSL-compliant. This is a read-only field. Applicable to all but the following creative types: all REDIRECT and TRACKING_TEXT.",
          "type": "boolean"
        },
        "artworkType": {
          "type": "string",
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "description": "Artwork type of rich media creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA."
        },
        "offset": {
          "$ref": "OffsetPosition",
          "description": "Offset position for an asset in collapsed mode. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID. Additionally, only applicable to assets whose displayType is ASSET_DISPLAY_TYPE_EXPANDING or ASSET_DISPLAY_TYPE_PEEL_DOWN."
        },
        "zipFilesize": {
          "description": "Size of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "type": "string"
        },
        "positionTopUnit": {
          "description": "Offset top unit for an asset. This is a read-only field if the asset displayType is ASSET_DISPLAY_TYPE_OVERLAY. Applicable to the following creative types: all RICH_MEDIA.",
          "enumDescriptions": [
            "Pixels on a screen.",
            "Percent offset for center asset (rather than top and left).",
            "Pixel offset for center of asset from center of browser window."
          ],
          "enum": [
            "OFFSET_UNIT_PIXEL",
            "OFFSET_UNIT_PERCENT",
            "OFFSET_UNIT_PIXEL_FROM_CENTER"
          ],
          "type": "string"
        },
        "zipFilename": {
          "description": "File name of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "type": "string"
        },
        "zIndex": {
          "description": "zIndex value of an asset. Applicable to the following creative types: all RICH_MEDIA.Additionally, only applicable to assets whose displayType is NOT one of the following types: ASSET_DISPLAY_TYPE_INPAGE or ASSET_DISPLAY_TYPE_OVERLAY. Acceptable values are -999999999 to 999999999, inclusive.",
          "type": "integer",
          "format": "int32"
        },
        "originalBackup": {
          "description": "Whether the backup asset is original or changed by the user in Campaign Manager. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "role": {
          "type": "string",
          "description": "Role of the asset in relation to creative. Applicable to all but the following creative types: all REDIRECT and TRACKING_TEXT. This is a required field. PRIMARY applies to DISPLAY, FLASH_INPAGE, HTML5_BANNER, IMAGE, DISPLAY_IMAGE_GALLERY, all RICH_MEDIA (which may contain multiple primary assets), and all VPAID creatives. BACKUP_IMAGE applies to FLASH_INPAGE, HTML5_BANNER, all RICH_MEDIA, and all VPAID creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE. ADDITIONAL_IMAGE and ADDITIONAL_FLASH apply to FLASH_INPAGE creatives. OTHER refers to assets from sources other than Campaign Manager, such as Studio uploaded assets, applicable to all RICH_MEDIA and all VPAID creatives. PARENT_VIDEO refers to videos uploaded by the user in Campaign Manager and is applicable to INSTREAM_VIDEO and VPAID_LINEAR_VIDEO creatives. TRANSCODED_VIDEO refers to videos transcoded by Campaign Manager from PARENT_VIDEO assets and is applicable to INSTREAM_VIDEO and VPAID_LINEAR_VIDEO creatives. ALTERNATE_VIDEO refers to the Campaign Manager representation of child asset videos from Studio, and is applicable to VPAID_LINEAR_VIDEO creatives. These cannot be added or removed within Campaign Manager. For VPAID_LINEAR_VIDEO creatives, PARENT_VIDEO, TRANSCODED_VIDEO and ALTERNATE_VIDEO assets that are marked active serve as backup in case the VPAID creative cannot be served. Only PARENT_VIDEO assets can be added or removed for an INSTREAM_VIDEO or VPAID_LINEAR_VIDEO creative. PARENT_AUDIO refers to audios uploaded by the user in Campaign Manager and is applicable to INSTREAM_AUDIO creatives. TRANSCODED_AUDIO refers to audios transcoded by Campaign Manager from PARENT_AUDIO assets and is applicable to INSTREAM_AUDIO creatives. ",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PRIMARY",
            "BACKUP_IMAGE",
            "ADDITIONAL_IMAGE",
            "ADDITIONAL_FLASH",
            "PARENT_VIDEO",
            "TRANSCODED_VIDEO",
            "OTHER",
            "ALTERNATE_VIDEO",
            "PARENT_AUDIO",
            "TRANSCODED_AUDIO"
          ]
        },
        "backupImageExit": {
          "$ref": "CreativeCustomEvent",
          "description": "Exit event configured for the backup image. Applicable to the following creative types: all RICH_MEDIA."
        },
        "audioSampleRate": {
          "type": "integer",
          "format": "int32",
          "description": "Audio sample bit rate in hertz. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID."
        },
        "politeLoad": {
          "description": "Whether this asset is used as a polite load asset.",
          "type": "boolean"
        },
        "size": {
          "description": "Size associated with this creative asset. This is a required field when applicable; however for IMAGE and FLASH_INPAGE, creatives if left blank, this field will be automatically set using the actual size of the associated image asset. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER, IMAGE, and all RICH_MEDIA. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "$ref": "Size"
        },
        "transparency": {
          "description": "Whether the asset is transparent. Applicable to the following creative types: all RICH_MEDIA. Additionally, only applicable to HTML5 assets.",
          "type": "boolean"
        },
        "alignment": {
          "type": "string",
          "description": "Possible alignments for an asset. This is a read-only field. Applicable to the following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL .",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ALIGNMENT_TOP",
            "ALIGNMENT_RIGHT",
            "ALIGNMENT_BOTTOM",
            "ALIGNMENT_LEFT"
          ]
        },
        "childAssetType": {
          "type": "string",
          "description": "Rich media child asset type. This is a read-only field. Applicable to the following creative types: all VPAID.",
          "enumDescriptions": [
            "swf files",
            "flv and any other video files types",
            "image files",
            "rest of the supported file types .txt, .xml etc."
          ],
          "enum": [
            "CHILD_ASSET_TYPE_FLASH",
            "CHILD_ASSET_TYPE_VIDEO",
            "CHILD_ASSET_TYPE_IMAGE",
            "CHILD_ASSET_TYPE_DATA"
          ]
        },
        "mimeType": {
          "description": "Detected MIME type for audio or video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "string"
        },
        "frameRate": {
          "description": "Video frame rate for video asset in frames per second. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID.",
          "type": "number",
          "format": "float"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "Numeric ID of this creative asset. This is a required field and should not be modified. Applicable to all but the following creative types: all REDIRECT and TRACKING_TEXT."
        },
        "companionCreativeIds": {
          "type": "array",
          "description": "List of companion creatives assigned to an in-stream video creative asset. Acceptable values include IDs of existing flash and image creatives. Applicable to INSTREAM_VIDEO creative type with dynamicAssetSelection set to true.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "mediaDuration": {
          "description": "Detected duration for audio or video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "number",
          "format": "float"
        },
        "detectedFeatures": {
          "description": "List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field. Applicable to the following creative types: HTML5_BANNER. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "CSS_FONT_FACE",
              "CSS_BACKGROUND_SIZE",
              "CSS_BORDER_IMAGE",
              "CSS_BORDER_RADIUS",
              "CSS_BOX_SHADOW",
              "CSS_FLEX_BOX",
              "CSS_HSLA",
              "CSS_MULTIPLE_BGS",
              "CSS_OPACITY",
              "CSS_RGBA",
              "CSS_TEXT_SHADOW",
              "CSS_ANIMATIONS",
              "CSS_COLUMNS",
              "CSS_GENERATED_CONTENT",
              "CSS_GRADIENTS",
              "CSS_REFLECTIONS",
              "CSS_TRANSFORMS",
              "CSS_TRANSFORMS3D",
              "CSS_TRANSITIONS",
              "APPLICATION_CACHE",
              "CANVAS",
              "CANVAS_TEXT",
              "DRAG_AND_DROP",
              "HASH_CHANGE",
              "HISTORY",
              "AUDIO",
              "VIDEO",
              "INDEXED_DB",
              "INPUT_ATTR_AUTOCOMPLETE",
              "INPUT_ATTR_AUTOFOCUS",
              "INPUT_ATTR_LIST",
              "INPUT_ATTR_PLACEHOLDER",
              "INPUT_ATTR_MAX",
              "INPUT_ATTR_MIN",
              "INPUT_ATTR_MULTIPLE",
              "INPUT_ATTR_PATTERN",
              "INPUT_ATTR_REQUIRED",
              "INPUT_ATTR_STEP",
              "INPUT_TYPE_SEARCH",
              "INPUT_TYPE_TEL",
              "INPUT_TYPE_URL",
              "INPUT_TYPE_EMAIL",
              "INPUT_TYPE_DATETIME",
              "INPUT_TYPE_DATE",
              "INPUT_TYPE_MONTH",
              "INPUT_TYPE_WEEK",
              "INPUT_TYPE_TIME",
              "INPUT_TYPE_DATETIME_LOCAL",
              "INPUT_TYPE_NUMBER",
              "INPUT_TYPE_RANGE",
              "INPUT_TYPE_COLOR",
              "LOCAL_STORAGE",
              "POST_MESSAGE",
              "SESSION_STORAGE",
              "WEB_SOCKETS",
              "WEB_SQL_DATABASE",
              "WEB_WORKERS",
              "GEO_LOCATION",
              "INLINE_SVG",
              "SMIL",
              "SVG_HREF",
              "SVG_CLIP_PATHS",
              "TOUCH",
              "WEBGL",
              "SVG_FILTERS",
              "SVG_FE_IMAGE"
            ]
          },
          "type": "array"
        },
        "pushdownDuration": {
          "type": "number",
          "format": "float",
          "description": "Pushdown duration in seconds for an asset. Applicable to the following creative types: all RICH_MEDIA.Additionally, only applicable when the asset pushdown field is true, the offsets are 0, the collapsedSize.width matches size.width, and the collapsedSize.height is less than size.height. Acceptable values are 0 to 9.99, inclusive."
        },
        "active": {
          "description": "Whether the video or audio asset is active. This is a read-only field for VPAID_NON_LINEAR_VIDEO assets. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "boolean"
        },
        "expandedDimension": {
          "$ref": "Size",
          "description": "Detected expanded dimension for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID."
        },
        "windowMode": {
          "enumDescriptions": [
            "Allows overlapping of Html and SWF content.",
            "Default",
            "Used for non-square borders. Allows overlapping of Html and SWF content."
          ],
          "enum": [
            "OPAQUE",
            "WINDOW",
            "TRANSPARENT"
          ],
          "description": "Window mode options for flash assets. Applicable to the following creative types: FLASH_INPAGE, RICH_MEDIA_DISPLAY_EXPANDING, RICH_MEDIA_IM_EXPAND, RICH_MEDIA_DISPLAY_BANNER, and RICH_MEDIA_INPAGE_FLOATING.",
          "type": "string"
        }
      },
      "id": "CreativeAsset",
      "type": "object"
    },
    "DynamicProfile": {
      "id": "DynamicProfile",
      "type": "object",
      "properties": {
        "lastModifiedInfo": {
          "readOnly": true,
          "$ref": "LastModifiedInfo",
          "description": "Output only. The last modified timestamp of the dynamic profile. This is a read-only field."
        },
        "kind": {
          "description": "Output only. Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicProfile\".",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "description": "Optional. Description of this dynamic profile.",
          "type": "string"
        },
        "status": {
          "description": "Optional. Status of this dynamic profile.",
          "enumDescriptions": [
            "The dynamic profile status is unknown. This value is unused.",
            "The dynamic profile is active.",
            "The dynamic profile is inactive.",
            "The dynamic profile is deleted."
          ],
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "type": "string"
        },
        "name": {
          "description": "Required. Identifier. Name of this dynamic profile. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "dynamicProfileId": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Unique ID of this dynamic profile. This is a read-only, auto-generated field."
        },
        "createInfo": {
          "readOnly": true,
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the dynamic profile. This is a read-only field."
        },
        "active": {
          "$ref": "DynamicProfileVersion",
          "description": "Optional. Active version of the dynamic profile."
        },
        "archiveStatus": {
          "type": "string",
          "description": "Optional. Archive status of this dynamic profile.",
          "enumDescriptions": [
            "The dynamic profile archive status is unknown. This value is unused.",
            "The dynamic profile archive status is unarchived.",
            "The dynamic profile archive status is archived."
          ],
          "enum": [
            "ARCHIVE_STATUS_UNKNOWN",
            "UNARCHIVED",
            "ARCHIVED"
          ]
        },
        "draft": {
          "$ref": "DynamicProfileVersion",
          "description": "Optional. Draft version of the dynamic profile."
        },
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Required. Advertiser ID of this dynamic profile. This is a required field on insertion."
        }
      },
      "description": " *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains dynamic profile information."
    },
    "ClickThroughUrl": {
      "description": "Click-through URL",
      "properties": {
        "defaultLandingPage": {
          "description": "Whether the campaign default landing page is used.",
          "type": "boolean"
        },
        "landingPageId": {
          "description": "ID of the landing page for the click-through URL. Applicable if the defaultLandingPage field is set to false.",
          "type": "string",
          "format": "int64"
        },
        "customClickThroughUrl": {
          "description": "Custom click-through URL. Applicable if the defaultLandingPage field is set to false and the landingPageId field is left unset.",
          "type": "string"
        },
        "computedClickThroughUrl": {
          "description": "Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If defaultLandingPage is enabled then the campaign's default landing page URL is assigned to this field. - If defaultLandingPage is not enabled and a landingPageId is specified then that landing page's URL is assigned to this field. - If neither of the above cases apply, then the customClickThroughUrl is assigned to this field. ",
          "type": "string"
        }
      },
      "id": "ClickThroughUrl",
      "type": "object"
    },
    "ContentSourceMetaData": {
      "properties": {
        "fieldNames": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list of column names in the content source.",
          "items": {
            "type": "string"
          }
        },
        "separator": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The separator of the content source."
        },
        "rowNumber": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of rows in the content source."
        },
        "charset": {
          "description": "Output only. The charset of the content source.",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Contains the meta data of the content source. This is a read-only field.",
      "id": "ContentSourceMetaData",
      "type": "object"
    },
    "UserDefinedVariableConfiguration": {
      "description": "User Defined Variable configuration.",
      "properties": {
        "dataType": {
          "type": "string",
          "description": "Data type for the variable. This is a required field.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "STRING",
            "NUMBER"
          ]
        },
        "variableType": {
          "type": "string",
          "description": "Variable name in the tag. This is a required field.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "U1",
            "U2",
            "U3",
            "U4",
            "U5",
            "U6",
            "U7",
            "U8",
            "U9",
            "U10",
            "U11",
            "U12",
            "U13",
            "U14",
            "U15",
            "U16",
            "U17",
            "U18",
            "U19",
            "U20",
            "U21",
            "U22",
            "U23",
            "U24",
            "U25",
            "U26",
            "U27",
            "U28",
            "U29",
            "U30",
            "U31",
            "U32",
            "U33",
            "U34",
            "U35",
            "U36",
            "U37",
            "U38",
            "U39",
            "U40",
            "U41",
            "U42",
            "U43",
            "U44",
            "U45",
            "U46",
            "U47",
            "U48",
            "U49",
            "U50",
            "U51",
            "U52",
            "U53",
            "U54",
            "U55",
            "U56",
            "U57",
            "U58",
            "U59",
            "U60",
            "U61",
            "U62",
            "U63",
            "U64",
            "U65",
            "U66",
            "U67",
            "U68",
            "U69",
            "U70",
            "U71",
            "U72",
            "U73",
            "U74",
            "U75",
            "U76",
            "U77",
            "U78",
            "U79",
            "U80",
            "U81",
            "U82",
            "U83",
            "U84",
            "U85",
            "U86",
            "U87",
            "U88",
            "U89",
            "U90",
            "U91",
            "U92",
            "U93",
            "U94",
            "U95",
            "U96",
            "U97",
            "U98",
            "U99",
            "U100"
          ]
        },
        "reportName": {
          "description": "User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: \"\"\u003c\u003e\".",
          "type": "string"
        }
      },
      "id": "UserDefinedVariableConfiguration",
      "type": "object"
    },
    "CitiesListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#citiesListResponse\".",
          "type": "string"
        },
        "cities": {
          "description": "City collection.",
          "items": {
            "$ref": "City"
          },
          "type": "array"
        }
      },
      "description": "City List Response",
      "id": "CitiesListResponse",
      "type": "object"
    },
    "CreativeGroup": {
      "properties": {
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this creative group. This is a required field on insertion."
        },
        "id": {
          "description": "ID of this creative group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this creative group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "groupNumber": {
          "type": "integer",
          "format": "int32",
          "description": "Subgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are 1 to 2, inclusive."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeGroup\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this creative group. This is a required field and must be less than 256 characters long and unique among creative groups of the same advertiser.",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this creative group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Contains properties of a creative group.",
      "id": "CreativeGroup",
      "type": "object"
    },
    "FloodlightActivitiesGenerateTagResponse": {
      "properties": {
        "globalSiteTagGlobalSnippet": {
          "description": "The global snippet section of a Google tag. The Google tag sets new cookies on your domain, which will store a unique identifier for a user or the ad click that brought the user to your site. Learn more.",
          "type": "string"
        },
        "floodlightActivityTag": {
          "description": "Generated tag for this Floodlight activity. For Google tags, this is the event snippet.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesGenerateTagResponse\".",
          "type": "string"
        }
      },
      "description": "Floodlight Activity GenerateTag Response",
      "id": "FloodlightActivitiesGenerateTagResponse",
      "type": "object"
    },
    "TranscodeSetting": {
      "id": "TranscodeSetting",
      "type": "object",
      "properties": {
        "enabledVideoFormats": {
          "description": "Allowlist of video formats to be served to this placement. Set this list to null or empty to serve all video formats.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#transcodeSetting\".",
          "type": "string"
        }
      },
      "description": "Transcode Settings"
    },
    "VideoProcessingData": {
      "id": "VideoProcessingData",
      "type": "object",
      "description": "Contains processing data for a video asset.",
      "properties": {
        "processingState": {
          "enumDescriptions": [
            "The processing state is unknown.",
            "The asset is being processed.",
            "The asset was successfully processed.",
            "The asset failed to be processed."
          ],
          "readOnly": true,
          "enum": [
            "UNKNOWN",
            "PROCESSING",
            "SUCCEEDED",
            "FAILED"
          ],
          "description": "Output only. The processing state of the studio creative asset.",
          "type": "string"
        },
        "errorReason": {
          "description": "For a FAILED processing state, the error reason discovered.",
          "type": "string"
        }
      }
    },
    "FieldError": {
      "properties": {
        "ingestionError": {
          "description": "Output only. The ingestion error of the field.",
          "enum": [
            "UNKNOWN_PARSING_ERROR",
            "MISSING_ID",
            "MISSING_REPORTING_LABEL",
            "EMPTY_VALUE",
            "ASSET_DOWNLOAD_ERROR",
            "ID_TOO_LONG",
            "DUPLICATE_ID",
            "PARSING_ERROR",
            "COUNTRY_PARSING_ERROR",
            "LONG_PARSING_ERROR",
            "BOOL_PARSING_ERROR",
            "EXPANDED_URL_PARSING_ERROR",
            "FLOAT_PARSING_ERROR",
            "DATETIME_PARSING_ERROR",
            "INVALID_PREFERENCE_VALUE",
            "GEO_NOT_FOUND_ERROR",
            "GEO_PARSING_ERROR",
            "GEO_PROXIMITY_TARGETING_MULTIPLE_LOCATION_ERROR",
            "POSTAL_CODE_PARSING_ERROR",
            "METRO_CODE_PARSING_ERROR",
            "DATETIME_WITHOUT_TIMEZONE_PARSING_ERROR",
            "WEIGHT_PARSING_ERROR",
            "CREATIVE_DIMENSION_PARSING_ERROR",
            "MULTIVALUE_ID",
            "ENDTIME_BEFORE_STARTTIME",
            "INVALID_ASSET_LIBRARY_HANDLE",
            "INVALID_ASSET_LIBRARY_VIDEO_HANDLE",
            "INVALID_ASSET_LIBRARY_DIRECTORY_HANDLE",
            "DYNAMIC_TARGETING_KEY_NOT_DEFINED_FOR_ADVERTISER",
            "USERLIST_ID_NOT_ACCESSIBLE_FOR_ADVERTISER",
            "ENDTIME_PASSED",
            "ENDTIME_TOO_SOON",
            "TEXT_ASSET_REFERENCE",
            "IMAGE_ASSET_SCS_REFERENCE",
            "AIRPORT_GEO_TARGET",
            "CANONICAL_NAME_QUERY_MISMATCH",
            "NO_DEFAULT_ROW",
            "NO_ACTIVE_DEFAULT_ROW",
            "NO_DEFAULT_ROW_IN_DATE_RANGE",
            "NO_ACTIVE_DEFAULT_ROW_IN_DATE_RANGE",
            "PAYLOAD_LIMIT_EXCEEDED",
            "SSL_NOT_COMPLIANT"
          ],
          "type": "string",
          "enumDescriptions": [
            "The ingestion error is unknown.",
            "The ingestion error when the ID value is missing.",
            "The ingestion error when the element value name used for reporting is missing.",
            "The ingestion error when a required value is empty",
            "The ingestion error when asset retrieval fails for a particular image or asset.",
            "The ingestion error when the ID value exceeds the string length limit.",
            "The ingestion error when the ID value is duplicate.",
            "The ingestion error when parsing the field fails.",
            "The ingestion error when parsing the country code fails.",
            "The ingestion error when parsing the long value fails.",
            "The ingestion error when parsing the boolean value fails.",
            "The ingestion error when parsing the expanded url fails.",
            "The ingestion error when parsing the float value fails.",
            "The ingestion error when parsing the datetime value fails.",
            "The ingestion error when the preference value is not a positive float.",
            "The ingestion error when a geo location is not found.",
            "The ingestion error when parsing the geo field fails.",
            "The ingestion error when a feed row has multiple geotargets with proximity targeting enabled.",
            "The ingestion error when parsing the postal code value fails.",
            "The ingestion error when parsing the metro code value fails.",
            "The ingestion error when parsing the datetime value fails.",
            "The ingestion error when parsing the weight value fails.",
            "The ingestion error when parsing the creative dimension value fails.",
            "The ingestion error when a STRING_LIST type ID has multiple values.",
            "The ingestion error when the end time is before the start time.",
            "The ingestion error when the asset library handle is invalid.",
            "The ingestion error when the asset library video handle is invalid.",
            "The ingestion error when the asset library directory handle is invalid.",
            "The ingestion error when a targeting key used but not defined for the CM360 Advertiser.",
            "The ingestion error when the userlist ID is not accessible for the CM360 Advertiser.",
            "The ingestion error when the end time is passed.",
            "The ingestion error when the end time is in the near future (i.e., \u003c7 days).",
            "The ingestion error when a text field specifies a reference to an asset.",
            "The ingestion error when Image field specifies a reference to an asset hosted on SCS (s0.2mdn.net/s0qa.2mdn.net).",
            "The ingestion error when a geo target is an airport.",
            "The ingestion error when the geo target's canonical name does not match the query string used to obtain it.",
            "The ingestion error or warning when the default row is not set.",
            "The ingestion error or warning when the default row is not active.",
            "The ingestion error or warning when the default row is not in the date range.",
            "The ingestion error or warning when the default row is not in the date range.",
            "The ingestion error when when the payload of the record is above a threshold.",
            "The ingestion error or warning when the field is not SSL compliant."
          ],
          "readOnly": true
        },
        "fieldValues": {
          "description": "Output only. The list of values of the field.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "fieldId": {
          "description": "Output only. The ID of the field.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "isError": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Incidcates whether the field has error or warning."
        },
        "fieldName": {
          "description": "Output only. The name of the field.",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Contains the field error of the dynamic feed.",
      "id": "FieldError",
      "type": "object"
    },
    "TargetingTemplate": {
      "id": "TargetingTemplate",
      "type": "object",
      "description": "Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.",
      "properties": {
        "geoTargeting": {
          "$ref": "GeoTargeting",
          "description": "Geographical targeting criteria."
        },
        "advertiserId": {
          "description": "Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert.",
          "type": "string",
          "format": "int64"
        },
        "keyValueTargetingExpression": {
          "description": "Key-value targeting criteria.",
          "$ref": "KeyValueTargetingExpression"
        },
        "technologyTargeting": {
          "description": "Technology platform targeting criteria.",
          "$ref": "TechnologyTargeting"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this targeting template. This is a read-only, auto-generated field."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetingTemplate\".",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert."
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting criteria.",
          "$ref": "ContextualKeywordTargeting"
        },
        "name": {
          "description": "Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser.",
          "type": "string"
        },
        "listTargetingExpression": {
          "$ref": "ListTargetingExpression",
          "description": "Remarketing list targeting criteria."
        },
        "languageTargeting": {
          "description": "Language targeting criteria.",
          "$ref": "LanguageTargeting"
        },
        "dayPartTargeting": {
          "description": "Time and day targeting criteria.",
          "$ref": "DayPartTargeting"
        },
        "subaccountId": {
          "description": "Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "CreativeFieldValuesListResponse": {
      "id": "CreativeFieldValuesListResponse",
      "type": "object",
      "description": "Creative Field Value List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldValuesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "creativeFieldValues": {
          "description": "Creative field value collection.",
          "items": {
            "$ref": "CreativeFieldValue"
          },
          "type": "array"
        }
      }
    },
    "CampaignCreativeAssociation": {
      "id": "CampaignCreativeAssociation",
      "type": "object",
      "properties": {
        "creativeId": {
          "description": "ID of the creative associated with the campaign. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociation\".",
          "type": "string"
        }
      },
      "description": "Identifies a creative which has been associated with a given campaign."
    },
    "UserProfile": {
      "id": "UserProfile",
      "type": "object",
      "properties": {
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "profileId": {
          "type": "string",
          "format": "int64",
          "description": "The unique ID of the user profile."
        },
        "subAccountName": {
          "description": "The sub account name this profile belongs to if applicable.",
          "type": "string"
        },
        "accountName": {
          "description": "The account name this profile belongs to.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "The account ID to which this profile belongs."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfile\".",
          "type": "string"
        },
        "userName": {
          "description": "The user name.",
          "type": "string"
        },
        "subAccountId": {
          "description": "The sub account ID this profile belongs to if applicable.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profile_id needs to be specified in other API requests. "
    },
    "DeliverySchedule": {
      "description": "Delivery Schedule.",
      "properties": {
        "hardCutoff": {
          "description": "Whether or not hard cutoff is enabled. If true, the ad will not serve after the end date and time. Otherwise the ad will continue to be served until it has reached its delivery goals.",
          "type": "boolean"
        },
        "impressionRatio": {
          "type": "string",
          "format": "int64",
          "description": "Impression ratio for this ad. This ratio determines how often each ad is served relative to the others. For example, if ad A has an impression ratio of 1 and ad B has an impression ratio of 3, then Campaign Manager will serve ad B three times as often as ad A. Acceptable values are 1 to 10, inclusive."
        },
        "priority": {
          "description": "Serving priority of an ad, with respect to other ads. The lower the priority number, the greater the priority with which it is served.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "AD_PRIORITY_01",
            "AD_PRIORITY_02",
            "AD_PRIORITY_03",
            "AD_PRIORITY_04",
            "AD_PRIORITY_05",
            "AD_PRIORITY_06",
            "AD_PRIORITY_07",
            "AD_PRIORITY_08",
            "AD_PRIORITY_09",
            "AD_PRIORITY_10",
            "AD_PRIORITY_11",
            "AD_PRIORITY_12",
            "AD_PRIORITY_13",
            "AD_PRIORITY_14",
            "AD_PRIORITY_15",
            "AD_PRIORITY_16"
          ],
          "type": "string"
        },
        "frequencyCap": {
          "$ref": "FrequencyCap",
          "description": "Limit on the number of times an individual user can be served the ad within a specified period of time."
        }
      },
      "id": "DeliverySchedule",
      "type": "object"
    },
    "RequestValue": {
      "id": "RequestValue",
      "type": "object",
      "description": "Contains request value information.",
      "properties": {
        "key": {
          "description": "Optional. Custom key in the request. Used only when the field type is CUSTOM_VALUE.",
          "type": "string"
        },
        "userAttributeIds": {
          "description": "Optional. User attribute IDs in the request. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "excludeFromUserAttributeIds": {
          "description": "Optional. User attribute IDs in the request that should be excluded. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        }
      }
    },
    "CompanionSetting": {
      "description": "Companion Settings",
      "properties": {
        "enabledSizes": {
          "type": "array",
          "description": "Allowlist of companion sizes to be served to this placement. Set this list to null or empty to serve all companion sizes.",
          "items": {
            "$ref": "Size"
          }
        },
        "companionsDisabled": {
          "description": "Whether companions are disabled for this placement.",
          "type": "boolean"
        },
        "imageOnly": {
          "description": "Whether to serve only static images as companions.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#companionSetting\".",
          "type": "string"
        }
      },
      "id": "CompanionSetting",
      "type": "object"
    },
    "UserRole": {
      "id": "UserRole",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRole\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this user role. This is a required field. Must be less than 256 characters long. If this user role is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this user role is a top-level user role, and the name must be unique among top-level user roles of the same account.",
          "type": "string"
        },
        "defaultUserRole": {
          "description": "Whether this is a default user role. Default user roles are created by the system for the account/subaccount and cannot be modified or deleted. Each default user role comes with a basic set of preassigned permissions.",
          "type": "boolean"
        },
        "accountId": {
          "description": "Account ID of this user role. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "parentUserRoleId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the user role that this user role is based on or copied from. This is a required field."
        },
        "permissions": {
          "type": "array",
          "description": "List of permissions associated with this user role.",
          "items": {
            "$ref": "UserRolePermission"
          }
        },
        "id": {
          "description": "ID of this user role. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this user role. This is a read-only field that can be left blank."
        }
      },
      "description": "Contains properties of auser role, which is used to manage user access."
    },
    "Activities": {
      "id": "Activities",
      "type": "object",
      "properties": {
        "metricNames": {
          "type": "array",
          "description": "List of names of floodlight activity metrics.",
          "items": {
            "type": "string"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#activities.",
          "type": "string"
        },
        "filters": {
          "description": "List of activity filters. The dimension values need to be all either of type \"dfa:activity\" or \"dfa:activityGroup\".",
          "items": {
            "$ref": "DimensionValue"
          },
          "type": "array"
        }
      },
      "description": "Represents an activity group."
    },
    "DateRange": {
      "properties": {
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dateRange.",
          "type": "string"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "relativeDateRange": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "TODAY",
            "YESTERDAY",
            "WEEK_TO_DATE",
            "MONTH_TO_DATE",
            "QUARTER_TO_DATE",
            "YEAR_TO_DATE",
            "PREVIOUS_WEEK",
            "PREVIOUS_MONTH",
            "PREVIOUS_QUARTER",
            "PREVIOUS_YEAR",
            "LAST_7_DAYS",
            "LAST_30_DAYS",
            "LAST_90_DAYS",
            "LAST_365_DAYS",
            "LAST_24_MONTHS",
            "LAST_14_DAYS",
            "LAST_60_DAYS"
          ],
          "description": "The date range relative to the date of when the report is run.",
          "type": "string"
        }
      },
      "description": "Represents a date range.",
      "id": "DateRange",
      "type": "object"
    },
    "SitesListResponse": {
      "properties": {
        "sites": {
          "description": "Site collection.",
          "items": {
            "$ref": "Site"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sitesListResponse\".",
          "type": "string"
        }
      },
      "description": "Site List Response",
      "id": "SitesListResponse",
      "type": "object"
    },
    "FileList": {
      "id": "FileList",
      "type": "object",
      "properties": {
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#fileList\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Continuation token used to page through files. To retrieve the next page of results, set the next request's \"pageToken\" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.",
          "type": "string"
        },
        "items": {
          "description": "The files returned in this response.",
          "items": {
            "$ref": "File"
          },
          "type": "array"
        }
      },
      "description": "List of files for a report."
    },
    "PathToConversionReportCompatibleFields": {
      "id": "PathToConversionReportCompatibleFields",
      "type": "object",
      "description": "Represents fields that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\".",
      "properties": {
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.",
          "type": "string"
        },
        "conversionDimensions": {
          "description": "Conversion dimensions which are compatible to be selected in the \"conversionDimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          },
          "type": "array"
        },
        "customFloodlightVariables": {
          "description": "Custom floodlight variables which are compatible to be selected in the \"customFloodlightVariables\" section of the report.",
          "items": {
            "$ref": "Dimension"
          },
          "type": "array"
        },
        "perInteractionDimensions": {
          "type": "array",
          "description": "Per-interaction dimensions which are compatible to be selected in the \"perInteractionDimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        }
      }
    },
    "ChangeLog": {
      "properties": {
        "transactionId": {
          "description": "Transaction ID of this change log. When a single API call results in many changes, each change will have a separate ID in the change log but will share the same transactionId.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of the modified object."
        },
        "oldValue": {
          "description": "Old value of the object field.",
          "type": "string"
        },
        "userProfileId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the user who modified the object."
        },
        "changeTime": {
          "type": "string",
          "format": "date-time"
        },
        "action": {
          "description": "Action which caused the change.",
          "type": "string"
        },
        "newValue": {
          "description": "New value of the object field.",
          "type": "string"
        },
        "objectId": {
          "description": "ID of the object of this change log. The object could be a campaign, placement, ad, or other type.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "description": "Account ID of the modified object.",
          "type": "string",
          "format": "int64"
        },
        "fieldName": {
          "description": "Field name of the object which changed.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLog\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this change log.",
          "type": "string",
          "format": "int64"
        },
        "userProfileName": {
          "description": "User profile name of the user who modified the object.",
          "type": "string"
        },
        "objectType": {
          "description": "Object type of the change log.",
          "type": "string"
        }
      },
      "description": "Describes a change that a user has made to a resource.",
      "id": "ChangeLog",
      "type": "object"
    },
    "Recipient": {
      "properties": {
        "deliveryType": {
          "type": "string",
          "description": "The delivery type for the recipient.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "LINK",
            "ATTACHMENT"
          ]
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#recipient.",
          "type": "string"
        },
        "email": {
          "description": "The email address of the recipient.",
          "type": "string"
        }
      },
      "description": "Represents a recipient.",
      "id": "Recipient",
      "type": "object"
    },
    "RemarketingList": {
      "description": "Contains properties of a remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.",
      "properties": {
        "listSize": {
          "type": "string",
          "format": "int64",
          "description": "Number of users currently in the list. This is a read-only field."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingList\".",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests."
        },
        "name": {
          "description": "Name of the remarketing list. This is a required field. Must be no greater than 128 characters long.",
          "type": "string"
        },
        "listSource": {
          "enumDescriptions": [
            "covers sources not supported in DCM other than those listed below",
            "ADX",
            "DFP",
            "XFP",
            "DoubleClick Campaign Manager",
            "Google Analytics Premium",
            "Youtube",
            "DoubleClick Bid Manager",
            "G+",
            "DoubleClick Audience Center",
            "Playstore"
          ],
          "enum": [
            "REMARKETING_LIST_SOURCE_OTHER",
            "REMARKETING_LIST_SOURCE_ADX",
            "REMARKETING_LIST_SOURCE_DFP",
            "REMARKETING_LIST_SOURCE_XFP",
            "REMARKETING_LIST_SOURCE_DFA",
            "REMARKETING_LIST_SOURCE_GA",
            "REMARKETING_LIST_SOURCE_YOUTUBE",
            "REMARKETING_LIST_SOURCE_DBM",
            "REMARKETING_LIST_SOURCE_GPLUS",
            "REMARKETING_LIST_SOURCE_DMP",
            "REMARKETING_LIST_SOURCE_PLAY_STORE"
          ],
          "description": "Product from which this remarketing list was originated.",
          "type": "string"
        },
        "subaccountId": {
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "type": "string",
          "format": "int64"
        },
        "advertiserId": {
          "description": "Dimension value for the advertiser ID that owns this remarketing list. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "description": {
          "description": "Remarketing list description.",
          "type": "string"
        },
        "active": {
          "description": "Whether this remarketing list is active.",
          "type": "boolean"
        },
        "lifeSpan": {
          "type": "string",
          "format": "int64",
          "description": "Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "Remarketing list ID. This is a read-only, auto-generated field."
        },
        "listPopulationRule": {
          "$ref": "ListPopulationRule",
          "description": "Rule used to populate the remarketing list with users."
        }
      },
      "id": "RemarketingList",
      "type": "object"
    },
    "UserRolePermissionGroup": {
      "id": "UserRolePermissionGroup",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this user role permission group.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this user role permission."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroup\".",
          "type": "string"
        }
      },
      "description": "Represents a grouping of related user role permissions."
    },
    "FieldFilter": {
      "id": "FieldFilter",
      "type": "object",
      "properties": {
        "stringValue": {
          "description": "Optional. The string value, only applicable when rhs_value_type is STRING.",
          "type": "string"
        },
        "fieldId": {
          "description": "Optional. The field ID on the left hand side of the expression.",
          "type": "integer",
          "format": "int32"
        },
        "matchType": {
          "type": "string",
          "enumDescriptions": [
            "The left hand side of the expression is unknown. This value is unused.",
            "The left hand side of the expression is equals or unrestricted. It is the default value.",
            "The left hand side of the expression is equals.",
            "The left hand side of the expression is unrestricted. Unrestricted is used to target fields with no restrictions. For example, country targeting fields hold a list of countries. If the list is empty, we consider the element value to have no restrictions.",
            "Left hand side of the expression is not equals. Not equals specifies which fields should not be targeted."
          ],
          "enum": [
            "LHS_MATCH_TYPE_UNKNOWN",
            "EQUALS_OR_UNRESTRICTED",
            "EQUALS",
            "UNRESTRICTED",
            "NOT_EQUALS"
          ],
          "description": "Optional. Left hand side of the expression match type."
        },
        "valueType": {
          "enumDescriptions": [
            "The right hand side of the expression is unknown. This value is unused.",
            "The right hand side of the expression is a string.",
            "The right hand side of the expression is a request value.",
            "The right hand side of the expression is a boolean.",
            "The right hand side of the expression is a dependent field value."
          ],
          "enum": [
            "RHS_VALUE_TYPE_UNKNOWN",
            "STRING",
            "REQUEST",
            "BOOL",
            "DEPENDENT"
          ],
          "description": "Optional. Right hand side of the expression.",
          "type": "string"
        },
        "boolValue": {
          "description": "Optional. The boolean values, only applicable when rhs_value_type is BOOL.",
          "type": "boolean"
        },
        "requestValue": {
          "description": "Optional. The request value, only applicable when rhs_value_type is REQUEST.",
          "$ref": "RequestValue"
        },
        "dependentFieldValue": {
          "description": "Optional. The dependent values, only applicable when rhs_value_type is DEPENDENT.",
          "$ref": "DependentFieldValue"
        }
      },
      "description": "Contains field filter information."
    },
    "RegionsListResponse": {
      "id": "RegionsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#regionsListResponse\".",
          "type": "string"
        },
        "regions": {
          "description": "Region collection.",
          "items": {
            "$ref": "Region"
          },
          "type": "array"
        }
      },
      "description": "Region List Response"
    },
    "PlatformType": {
      "id": "PlatformType",
      "type": "object",
      "description": "Contains information about a platform type that can be targeted by ads.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformType\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this platform type.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this platform type.",
          "type": "string"
        }
      }
    },
    "ConversionsBatchInsertResponse": {
      "description": "Insert Conversions Response.",
      "properties": {
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to insert.",
          "type": "boolean"
        },
        "status": {
          "description": "The insert status of each conversion. Statuses are returned in the same order that conversions are inserted.",
          "items": {
            "$ref": "ConversionStatus"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertResponse\".",
          "type": "string"
        }
      },
      "id": "ConversionsBatchInsertResponse",
      "type": "object"
    },
    "FsCommand": {
      "properties": {
        "positionOption": {
          "description": "Position in the browser where the window will open.",
          "enumDescriptions": [
            "Center of the window Corresponds to \"center\" in UI",
            "user-defined distance from top left-hand corner of the window Corresponds to \"top-left\" in UI"
          ],
          "enum": [
            "CENTERED",
            "DISTANCE_FROM_TOP_LEFT_CORNER"
          ],
          "type": "string"
        },
        "left": {
          "description": "Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.",
          "type": "integer",
          "format": "int32"
        },
        "top": {
          "description": "Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.",
          "type": "integer",
          "format": "int32"
        },
        "windowWidth": {
          "description": "Width of the window.",
          "type": "integer",
          "format": "int32"
        },
        "windowHeight": {
          "description": "Height of the window.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "FsCommand.",
      "id": "FsCommand",
      "type": "object"
    },
    "SortedDimension": {
      "id": "SortedDimension",
      "type": "object",
      "properties": {
        "name": {
          "description": "The name of the dimension.",
          "type": "string"
        },
        "sortOrder": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "ASCENDING",
            "DESCENDING"
          ],
          "description": "An optional sort order for the dimension column."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#sortedDimension.",
          "type": "string"
        }
      },
      "description": "Represents a sorted dimension."
    },
    "VideoFormatsListResponse": {
      "description": "Video Format List Response",
      "properties": {
        "videoFormats": {
          "description": "Video format collection.",
          "items": {
            "$ref": "VideoFormat"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormatsListResponse\".",
          "type": "string"
        }
      },
      "id": "VideoFormatsListResponse",
      "type": "object"
    },
    "OperatingSystemsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemsListResponse\".",
          "type": "string"
        },
        "operatingSystems": {
          "description": "Operating system collection.",
          "items": {
            "$ref": "OperatingSystem"
          },
          "type": "array"
        }
      },
      "description": "Operating System List Response",
      "id": "OperatingSystemsListResponse",
      "type": "object"
    },
    "AudienceSegment": {
      "id": "AudienceSegment",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this audience segment. This is a required field and must be less than 65 characters long.",
          "type": "string"
        },
        "id": {
          "description": "ID of this audience segment. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "allocation": {
          "description": "Weight allocated to this segment. The weight assigned will be understood in proportion to the weights assigned to other segments in the same segment group. Acceptable values are 1 to 1000, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Audience Segment."
    },
    "SiteVideoSettings": {
      "description": "Video Settings",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteVideoSettings\".",
          "type": "string"
        },
        "obaSettings": {
          "description": "Settings for the OBA icon of video creatives served to this site. This will act as default for new placements created under this site.",
          "$ref": "ObaIcon"
        },
        "obaEnabled": {
          "description": "Whether OBA icons are enabled for this placement.",
          "type": "boolean"
        },
        "publisherSpecificationId": {
          "type": "string",
          "format": "int64",
          "description": "Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max"
        },
        "companionSettings": {
          "description": "Settings for the companion creatives of video creatives served to this site.",
          "$ref": "SiteCompanionSetting"
        },
        "transcodeSettings": {
          "description": "Settings for the transcodes of video creatives served to this site. This will act as default for new placements created under this site.",
          "$ref": "SiteTranscodeSetting"
        },
        "skippableSettings": {
          "$ref": "SiteSkippableSetting",
          "description": "Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site."
        },
        "orientation": {
          "type": "string",
          "description": "Orientation of a site template used for video. This will act as default for new placements created under this site.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ]
        }
      },
      "id": "SiteVideoSettings",
      "type": "object"
    },
    "OptimizationActivity": {
      "description": "Creative optimization activity.",
      "properties": {
        "weight": {
          "description": "Weight associated with this optimization. The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.",
          "type": "integer",
          "format": "int32"
        },
        "floodlightActivityIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "floodlightActivityId": {
          "description": "Floodlight activity ID of this optimization activity. This is a required field.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "OptimizationActivity",
      "type": "object"
    },
    "DirectorySitesListResponse": {
      "id": "DirectorySitesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySitesListResponse\".",
          "type": "string"
        },
        "directorySites": {
          "description": "Directory site collection.",
          "items": {
            "$ref": "DirectorySite"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Directory Site List Response"
    },
    "FloodlightActivity": {
      "description": "Contains properties of a Floodlight activity.",
      "properties": {
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field."
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "defaultTags": {
          "description": "Dynamic floodlight tags.",
          "items": {
            "$ref": "FloodlightActivityDynamicTag"
          },
          "type": "array"
        },
        "status": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ACTIVE",
            "ARCHIVED_AND_DISABLED",
            "ARCHIVED",
            "DISABLED_POLICY"
          ],
          "description": "The status of the activity. This can only be set to ACTIVE or ARCHIVED_AND_DISABLED. The ARCHIVED status is no longer supported and cannot be set for Floodlight activities. The DISABLED_POLICY status indicates that a Floodlight activity is violating Google policy. Contact your account manager for more information.",
          "type": "string"
        },
        "floodlightConfigurationId": {
          "description": "Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group's floodlight configuration or from the existing activity's floodlight configuration.",
          "type": "string",
          "format": "int64"
        },
        "cacheBustingType": {
          "type": "string",
          "description": "Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "JAVASCRIPT",
            "ACTIVE_SERVER_PAGE",
            "JSP",
            "PHP",
            "COLD_FUSION"
          ]
        },
        "notes": {
          "description": "General notes or implementation instructions for the tag.",
          "type": "string"
        },
        "countingMethod": {
          "type": "string",
          "description": "Counting method for conversions for this floodlight activity. This is a required field.",
          "enumDescriptions": [
            "Count every conversion.",
            "Count the first conversion for each unique user during each 24-hour day, from midnight to midnight, Eastern Time.",
            "Count one conversion per user per session. Session length is set by the site where the Spotlight tag is deployed.",
            "Count all conversions, plus the total number of sales that take place and the total revenue for these transactions.",
            "Count each conversion, plus the total number of items sold and the total revenue for these sales."
          ],
          "enum": [
            "STANDARD_COUNTING",
            "UNIQUE_COUNTING",
            "SESSION_COUNTING",
            "TRANSACTIONS_COUNTING",
            "ITEMS_SOLD_COUNTING"
          ]
        },
        "sslRequired": {
          "description": "Whether this floodlight activity must be SSL-compliant.",
          "type": "boolean"
        },
        "publisherTags": {
          "description": "Publisher dynamic floodlight tags.",
          "items": {
            "$ref": "FloodlightActivityPublisherDynamicTag"
          },
          "type": "array"
        },
        "floodlightActivityGroupTagString": {
          "description": "Tag string of the associated floodlight activity group. This is a read-only field.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivity\".",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "attributionEnabled": {
          "description": "Whether the activity is enabled for attribution.",
          "type": "boolean"
        },
        "subaccountId": {
          "description": "Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "userDefinedVariableTypes": {
          "type": "array",
          "description": "List of the user-defined variables used by this conversion tag. These map to the \"u[1-100]=\" in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive. ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "U1",
              "U2",
              "U3",
              "U4",
              "U5",
              "U6",
              "U7",
              "U8",
              "U9",
              "U10",
              "U11",
              "U12",
              "U13",
              "U14",
              "U15",
              "U16",
              "U17",
              "U18",
              "U19",
              "U20",
              "U21",
              "U22",
              "U23",
              "U24",
              "U25",
              "U26",
              "U27",
              "U28",
              "U29",
              "U30",
              "U31",
              "U32",
              "U33",
              "U34",
              "U35",
              "U36",
              "U37",
              "U38",
              "U39",
              "U40",
              "U41",
              "U42",
              "U43",
              "U44",
              "U45",
              "U46",
              "U47",
              "U48",
              "U49",
              "U50",
              "U51",
              "U52",
              "U53",
              "U54",
              "U55",
              "U56",
              "U57",
              "U58",
              "U59",
              "U60",
              "U61",
              "U62",
              "U63",
              "U64",
              "U65",
              "U66",
              "U67",
              "U68",
              "U69",
              "U70",
              "U71",
              "U72",
              "U73",
              "U74",
              "U75",
              "U76",
              "U77",
              "U78",
              "U79",
              "U80",
              "U81",
              "U82",
              "U83",
              "U84",
              "U85",
              "U86",
              "U87",
              "U88",
              "U89",
              "U90",
              "U91",
              "U92",
              "U93",
              "U94",
              "U95",
              "U96",
              "U97",
              "U98",
              "U99",
              "U100"
            ]
          }
        },
        "tagFormat": {
          "type": "string",
          "description": "Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "HTML",
            "XHTML"
          ]
        },
        "sslCompliant": {
          "description": "Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.",
          "type": "boolean"
        },
        "floodlightActivityGroupType": {
          "type": "string",
          "description": "Type of the associated floodlight activity group. This is a read-only field.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "COUNTER",
            "SALE"
          ]
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group's advertiser or the existing activity's advertiser."
        },
        "floodlightTagType": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "IFRAME",
            "IMAGE",
            "GLOBAL_SITE_TAG"
          ],
          "description": "The type of Floodlight tag this activity will generate. This is a required field.",
          "type": "string"
        },
        "id": {
          "description": "ID of this floodlight activity. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "floodlightActivityGroupId": {
          "description": "Floodlight activity group ID of this floodlight activity. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "tagString": {
          "description": "Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.",
          "type": "string"
        },
        "name": {
          "description": "Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.",
          "type": "string"
        },
        "conversionCategory": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified category (called \"Other\" externally).",
            "Purchase, sales, or \"order placed\" event.",
            "Signup user action.",
            "User visiting a page.",
            "Software download action (as for an app). A conversion type that is created as a download type may not have its category changed.",
            ". The addition of items to a shopping cart or bag on an advertiser site.",
            "When someone enters the checkout flow on an advertiser site.",
            "The start of a paid subscription for a product or service.",
            "A submission of a form on an advertiser site indicating business interest.",
            "A booking of an appointment with an advertiser's business.",
            "A quote or price estimate request.",
            "A search for an advertiser's business location.",
            "A click to an advertiser's partner site, e.g. a referral.",
            "A call, SMS, email, chat or other type of contact to an advertiser.",
            "A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser.",
            "A lead conversion imported from an external source into Google Ads, that has further completed a desired stage as defined by the lead gen advertiser.",
            "Conversion event that provides the revenue value of impressions that were shown in-app to users."
          ],
          "enum": [
            "CONVERSION_CATEGORY_DEFAULT",
            "CONVERSION_CATEGORY_PURCHASE",
            "CONVERSION_CATEGORY_SIGNUP",
            "CONVERSION_CATEGORY_PAGE_VIEW",
            "CONVERSION_CATEGORY_DOWNLOAD",
            "CONVERSION_CATEGORY_ADD_TO_CART",
            "CONVERSION_CATEGORY_BEGIN_CHECKOUT",
            "CONVERSION_CATEGORY_SUBSCRIBE_PAID",
            "CONVERSION_CATEGORY_SUBMIT_LEAD_FORM",
            "CONVERSION_CATEGORY_BOOK_APPOINTMENT",
            "CONVERSION_CATEGORY_REQUEST_QUOTE",
            "CONVERSION_CATEGORY_GET_DIRECTIONS",
            "CONVERSION_CATEGORY_OUTBOUND_CLICK",
            "CONVERSION_CATEGORY_CONTACT",
            "CONVERSION_CATEGORY_QUALIFIED_LEAD",
            "CONVERSION_CATEGORY_CONVERTED_LEAD",
            "CONVERSION_CATEGORY_IN_APP_AD_REVENUE"
          ],
          "description": "Required. The conversion category of the activity."
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this floodlight activity. This is a read-only field that can be left blank."
        },
        "expectedUrl": {
          "description": "URL where this tag will be deployed. If specified, must be less than 256 characters long.",
          "type": "string"
        },
        "secure": {
          "description": "Whether this tag should use SSL.",
          "type": "boolean"
        },
        "floodlightActivityGroupName": {
          "description": "Name of the associated floodlight activity group. This is a read-only field.",
          "type": "string"
        }
      },
      "id": "FloodlightActivity",
      "type": "object"
    },
    "OperatingSystem": {
      "id": "OperatingSystem",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this operating system.",
          "type": "string"
        },
        "desktop": {
          "description": "Whether this operating system is for desktop.",
          "type": "boolean"
        },
        "mobile": {
          "description": "Whether this operating system is for mobile.",
          "type": "boolean"
        },
        "dartId": {
          "description": "DART ID of this operating system. This is the ID used for targeting.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystem\".",
          "type": "string"
        }
      },
      "description": "Contains information about an operating system that can be targeted by ads."
    },
    "ThirdPartyAuthenticationToken": {
      "id": "ThirdPartyAuthenticationToken",
      "type": "object",
      "properties": {
        "value": {
          "description": "Value of the third-party authentication token. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "name": {
          "description": "Name of the third-party authentication token.",
          "type": "string"
        }
      },
      "description": "Third Party Authentication Token"
    },
    "DynamicTargetingKey": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicTargetingKey\".",
          "type": "string"
        },
        "objectId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the object of this dynamic targeting key. This is a required field."
        },
        "name": {
          "description": "Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.",
          "type": "string"
        },
        "objectType": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "OBJECT_ADVERTISER",
            "OBJECT_AD",
            "OBJECT_CREATIVE",
            "OBJECT_PLACEMENT"
          ],
          "description": "Type of the object of this dynamic targeting key. This is a required field.",
          "type": "string"
        }
      },
      "description": "Contains properties of a dynamic targeting key. Dynamic targeting keys are unique, user-friendly labels, created at the advertiser level in DCM, that can be assigned to ads, creatives, and placements and used for targeting with Studio dynamic creatives. Use these labels instead of numeric Campaign Manager IDs (such as placement IDs) to save time and avoid errors in your dynamic feeds.",
      "id": "DynamicTargetingKey",
      "type": "object"
    },
    "MobileCarrier": {
      "properties": {
        "id": {
          "description": "ID of this mobile carrier.",
          "type": "string",
          "format": "int64"
        },
        "countryCode": {
          "description": "Country code of the country to which this mobile carrier belongs.",
          "type": "string"
        },
        "countryDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the country to which this mobile carrier belongs."
        },
        "name": {
          "description": "Name of this mobile carrier.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarrier\".",
          "type": "string"
        }
      },
      "description": "Contains information about a mobile carrier that can be targeted by ads.",
      "id": "MobileCarrier",
      "type": "object"
    },
    "PlacementStrategy": {
      "description": "Contains properties of a placement strategy.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategy\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.",
          "type": "string"
        },
        "id": {
          "description": "ID of this placement strategy. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this placement strategy.This is a read-only field that can be left blank."
        }
      },
      "id": "PlacementStrategy",
      "type": "object"
    },
    "GeoTargeting": {
      "properties": {
        "metros": {
          "description": "Metros to be targeted. For each metro only dmaId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a metro, do not target or exclude the country of the metro.",
          "items": {
            "$ref": "Metro"
          },
          "type": "array"
        },
        "regions": {
          "description": "Regions to be targeted. For each region only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a region, do not target or exclude the country of the region.",
          "items": {
            "$ref": "Region"
          },
          "type": "array"
        },
        "postalCodes": {
          "type": "array",
          "description": "Postal codes to be targeted. For each postal code only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a postal code, do not target or exclude the country of the postal code.",
          "items": {
            "$ref": "PostalCode"
          }
        },
        "cities": {
          "type": "array",
          "description": "Cities to be targeted. For each city only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a city, do not target or exclude the country of the city, and do not target the metro or region of the city.",
          "items": {
            "$ref": "City"
          }
        },
        "excludeCountries": {
          "description": "Whether or not to exclude the countries in the countries field from targeting. If false, the countries field refers to countries which will be targeted by the ad.",
          "type": "boolean"
        },
        "countries": {
          "type": "array",
          "description": "Countries to be targeted or excluded from targeting, depending on the setting of the excludeCountries field. For each country only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting or excluding a country, do not target regions, cities, metros, or postal codes in the same country.",
          "items": {
            "$ref": "Country"
          }
        }
      },
      "description": "Geographical Targeting.",
      "id": "GeoTargeting",
      "type": "object"
    },
    "ClickTag": {
      "description": "Creative Click Tag.",
      "properties": {
        "eventName": {
          "description": "Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "type": "string"
        },
        "clickThroughUrl": {
          "$ref": "CreativeClickThroughUrl",
          "description": "Parameter value for the specified click tag. This field contains a click-through url."
        },
        "name": {
          "description": "Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field.",
          "type": "string"
        }
      },
      "id": "ClickTag",
      "type": "object"
    },
    "PlacementsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "placements": {
          "type": "array",
          "description": "Placement collection.",
          "items": {
            "$ref": "Placement"
          }
        }
      },
      "description": "Placement List Response",
      "id": "PlacementsListResponse",
      "type": "object"
    },
    "Metric": {
      "description": "Represents a metric.",
      "properties": {
        "name": {
          "description": "The metric name, e.g. impressions",
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#metric.",
          "type": "string"
        }
      },
      "id": "Metric",
      "type": "object"
    },
    "BillingAssignmentsListResponse": {
      "description": "Billing assignment List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignmentsListResponse\".",
          "type": "string"
        },
        "billingAssignments": {
          "description": "Billing assignments collection.",
          "items": {
            "$ref": "BillingAssignment"
          },
          "type": "array"
        }
      },
      "id": "BillingAssignmentsListResponse",
      "type": "object"
    },
    "CreativeField": {
      "properties": {
        "name": {
          "description": "Name of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this creative field. This is a read-only field that can be left blank."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeField\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this creative field. This is a read-only, auto-generated field."
        },
        "subaccountId": {
          "description": "Subaccount ID of this creative field. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "advertiserId": {
          "description": "Advertiser ID of this creative field. This is a required field on insertion.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Contains properties of a creative field.",
      "id": "CreativeField",
      "type": "object"
    },
    "DependentFieldValue": {
      "properties": {
        "elementId": {
          "type": "string",
          "format": "int64",
          "description": "Optional. The ID of the element that value's field will match against."
        },
        "fieldId": {
          "description": "Optional. The field id of the dependent field.",
          "type": "integer",
          "format": "int32"
        },
        "dynamicFeedId": {
          "type": "string",
          "format": "int64",
          "description": "Optional. The ID of the dynamic feed that value's field will match against."
        }
      },
      "description": "Contains dependent field value information.",
      "id": "DependentFieldValue",
      "type": "object"
    },
    "BillingRatesListResponse": {
      "description": "Billing Rate List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingRatesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "billingRates": {
          "description": "Billing rates collection.",
          "items": {
            "$ref": "BillingRate"
          },
          "type": "array"
        }
      },
      "id": "BillingRatesListResponse",
      "type": "object"
    },
    "LandingPage": {
      "id": "LandingPage",
      "type": "object",
      "description": "Contains information about where a user's browser is taken after the user clicks an ad.",
      "properties": {
        "id": {
          "description": "ID of this landing page. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "archived": {
          "description": "Whether this landing page has been archived.",
          "type": "boolean"
        },
        "advertiserId": {
          "description": "Advertiser ID of this landing page. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "url": {
          "description": "URL of this landing page. This is a required field.",
          "type": "string"
        },
        "name": {
          "description": "Name of this landing page. This is a required field. It must be less than 256 characters long.",
          "type": "string"
        },
        "deepLinks": {
          "type": "array",
          "description": "Links that will direct the user to a mobile app, if installed.",
          "items": {
            "$ref": "DeepLink"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#landingPage\".",
          "type": "string"
        }
      }
    },
    "OffsetPosition": {
      "id": "OffsetPosition",
      "type": "object",
      "description": "Offset Position.",
      "properties": {
        "top": {
          "type": "integer",
          "format": "int32",
          "description": "Offset distance from top side of an asset or a window."
        },
        "left": {
          "description": "Offset distance from left side of an asset or a window.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "FloodlightActivityGroup": {
      "properties": {
        "advertiserId": {
          "description": "Advertiser ID of this floodlight activity group. If this field is left blank, the value will be copied over either from the floodlight configuration's advertiser or from the existing activity group's advertiser.",
          "type": "string",
          "format": "int64"
        },
        "floodlightConfigurationId": {
          "type": "string",
          "format": "int64",
          "description": "Floodlight configuration ID of this floodlight activity group. This is a required field."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivityGroup\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this floodlight activity group. This is a required field. Must be less than 65 characters long and cannot contain quotes.",
          "type": "string"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this floodlight activity group. This is a read-only, auto-generated field."
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this floodlight activity group. This is a read-only field that can be left blank."
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "tagString": {
          "description": "Value of the type= parameter in the floodlight tag, which the ad servers use to identify the activity group that the activity belongs to. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activity groups of the same floodlight configuration. This field is read-only after insertion.",
          "type": "string"
        },
        "id": {
          "description": "ID of this floodlight activity group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this floodlight activity group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "type": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "COUNTER",
            "SALE"
          ],
          "description": "Type of the floodlight activity group. This is a required field that is read-only after insertion."
        }
      },
      "description": "Contains properties of a Floodlight activity group.",
      "id": "FloodlightActivityGroup",
      "type": "object"
    },
    "PricingSchedulePricingPeriod": {
      "description": "Pricing Period",
      "properties": {
        "pricingComment": {
          "description": "Comments for this pricing period.",
          "type": "string"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "rateOrCostNanos": {
          "type": "string",
          "format": "int64",
          "description": "Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive."
        },
        "units": {
          "description": "Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "PricingSchedulePricingPeriod",
      "type": "object"
    },
    "VideoSettings": {
      "description": "Video Settings",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoSettings\".",
          "type": "string"
        },
        "companionSettings": {
          "$ref": "CompanionSetting",
          "description": "Settings for the companion creatives of video creatives served to this placement."
        },
        "transcodeSettings": {
          "description": "Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.",
          "$ref": "TranscodeSetting"
        },
        "skippableSettings": {
          "$ref": "SkippableSetting",
          "description": "Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden."
        },
        "obaSettings": {
          "description": "Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.",
          "$ref": "ObaIcon"
        },
        "obaEnabled": {
          "description": "Whether OBA icons are enabled for this placement.",
          "type": "boolean"
        },
        "publisherSpecificationId": {
          "type": "string",
          "format": "int64",
          "description": "Publisher specification ID of a video placement. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max"
        },
        "orientation": {
          "description": "Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ],
          "type": "string"
        },
        "durationSeconds": {
          "type": "integer",
          "format": "int32",
          "description": "Duration of a video placement in seconds."
        }
      },
      "id": "VideoSettings",
      "type": "object"
    },
    "ConversionsBatchUpdateResponse": {
      "id": "ConversionsBatchUpdateResponse",
      "type": "object",
      "description": "Update Conversions Response.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateResponse\".",
          "type": "string"
        },
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to update.",
          "type": "boolean"
        },
        "status": {
          "type": "array",
          "description": "The update status of each conversion. Statuses are returned in the same order that conversions are updated.",
          "items": {
            "$ref": "ConversionStatus"
          }
        }
      }
    },
    "IngestionStatus": {
      "description": "Contains the ingestion status of the dynamic feed.",
      "properties": {
        "numRowsWithErrors": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. The number of rows with errors in the feed."
        },
        "numActiveRows": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. The number of active rows in the feed."
        },
        "numRowsProcessed": {
          "description": "Output only. The number of rows processed in the feed.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "numRowsTotal": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. The total number of rows in the feed."
        },
        "numWarningsTotal": {
          "description": "Output only. The total number of warnings in the feed.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      },
      "id": "IngestionStatus",
      "type": "object"
    },
    "CreativeCustomEvent": {
      "description": "Creative Custom Event.",
      "properties": {
        "artworkLabel": {
          "description": "Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.",
          "type": "string"
        },
        "exitClickThroughUrl": {
          "$ref": "CreativeClickThroughUrl",
          "description": "Exit click-through URL for the event. This field is used only for exit events."
        },
        "advertiserCustomEventType": {
          "type": "string",
          "description": "Type of the event. This is a read-only field.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ADVERTISER_EVENT_TIMER",
            "ADVERTISER_EVENT_EXIT",
            "ADVERTISER_EVENT_COUNTER"
          ]
        },
        "advertiserCustomEventName": {
          "description": "User-entered name for the event.",
          "type": "string"
        },
        "targetType": {
          "type": "string",
          "description": "Target type used by the event.",
          "enumDescriptions": [
            "New tab",
            "Current tab",
            "Same frame",
            "Parent frame",
            "New window with properties specified in window_properties"
          ],
          "enum": [
            "TARGET_BLANK",
            "TARGET_TOP",
            "TARGET_SELF",
            "TARGET_PARENT",
            "TARGET_POPUP"
          ]
        },
        "id": {
          "description": "ID of this event. This is a required field and should not be modified after insertion.",
          "type": "string",
          "format": "int64"
        },
        "videoReportingId": {
          "description": "Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.",
          "type": "string"
        },
        "artworkType": {
          "description": "Artwork type used by the creative.This is a read-only field.",
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "type": "string"
        },
        "popupWindowProperties": {
          "description": "Properties for rich media popup windows. This field is used only for exit events.",
          "$ref": "PopupWindowProperties"
        },
        "advertiserCustomEventId": {
          "description": "Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "CreativeCustomEvent",
      "type": "object"
    },
    "CreativeGroupAssignment": {
      "id": "CreativeGroupAssignment",
      "type": "object",
      "properties": {
        "creativeGroupNumber": {
          "type": "string",
          "description": "Creative group number of the creative group assignment.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "CREATIVE_GROUP_ONE",
            "CREATIVE_GROUP_TWO"
          ]
        },
        "creativeGroupId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the creative group to be assigned."
        }
      },
      "description": "Creative Group Assignment."
    },
    "MeasurementPartnerAdvertiserLink": {
      "properties": {
        "linkStatus": {
          "type": "string",
          "description": "Status of the partner link.",
          "enumDescriptions": [
            "Unlinked.",
            "Linked successfully",
            "Link pending for wrapping.",
            "Linking failure.",
            "Link opt-out by user.",
            "Link opt-out pending sync.",
            "Link wrap answer pending.",
            "Mode change pending.",
            "Partner unlink pending."
          ],
          "enum": [
            "MEASUREMENT_PARTNER_UNLINKED",
            "MEASUREMENT_PARTNER_LINKED",
            "MEASUREMENT_PARTNER_LINK_PENDING",
            "MEASUREMENT_PARTNER_LINK_FAILURE",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT_PENDING",
            "MEASUREMENT_PARTNER_LINK_WRAPPING_PENDING",
            "MEASUREMENT_PARTNER_MODE_CHANGE_PENDING",
            "MEASUREMENT_PARTNER_UNLINK_PENDING"
          ]
        },
        "partnerAdvertiserId": {
          "description": "partner Advertiser Id.",
          "type": "string"
        },
        "measurementPartner": {
          "type": "string",
          "description": "Measurement partner used for tag wrapping.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ]
        }
      },
      "id": "MeasurementPartnerAdvertiserLink",
      "type": "object"
    },
    "AdvertiserInvoicesListResponse": {
      "properties": {
        "invoices": {
          "type": "array",
          "description": "Invoice collection",
          "items": {
            "$ref": "Invoice"
          }
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserInvoicesListResponse\".",
          "type": "string"
        }
      },
      "description": "Invoice List Response",
      "id": "AdvertiserInvoicesListResponse",
      "type": "object"
    },
    "PlacementConversionDomainOverride": {
      "id": "PlacementConversionDomainOverride",
      "type": "object",
      "properties": {
        "conversionDomains": {
          "type": "array",
          "items": {
            "$ref": "PlacementSingleConversionDomain"
          }
        }
      }
    },
    "CustomViewabilityMetricConfiguration": {
      "id": "CustomViewabilityMetricConfiguration",
      "type": "object",
      "description": "The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.",
      "properties": {
        "timePercent": {
          "type": "integer",
          "format": "int32",
          "description": "The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used."
        },
        "timeMillis": {
          "description": "The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.",
          "type": "integer",
          "format": "int32"
        },
        "viewabilityPercent": {
          "description": "The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.",
          "type": "integer",
          "format": "int32"
        },
        "audible": {
          "description": "Whether the video must be audible to count an impression.",
          "type": "boolean"
        }
      }
    },
    "TechnologyTargeting": {
      "properties": {
        "operatingSystems": {
          "type": "array",
          "description": "Operating systems that this ad targets. To target specific versions, use operatingSystemVersions. For each operating system only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system, do not set targeting for operating system versions for the same operating system.",
          "items": {
            "$ref": "OperatingSystem"
          }
        },
        "mobileCarriers": {
          "description": "Mobile carriers that this ad targets. For each mobile carrier only id is required, and the other fields are populated automatically when the ad is inserted or updated. If targeting a mobile carrier, do not set targeting for any zip codes.",
          "items": {
            "$ref": "MobileCarrier"
          },
          "type": "array"
        },
        "platformTypes": {
          "type": "array",
          "description": "Platform types that this ad targets. For example, desktop, mobile, or tablet. For each platform type, only id is required, and the other fields are populated automatically when the ad is inserted or updated.",
          "items": {
            "$ref": "PlatformType"
          }
        },
        "browsers": {
          "description": "Browsers that this ad targets. For each browser either set browserVersionId or dartId along with the version numbers. If both are specified, only browserVersionId will be used. The other fields are populated automatically when the ad is inserted or updated.",
          "items": {
            "$ref": "Browser"
          },
          "type": "array"
        },
        "connectionTypes": {
          "type": "array",
          "description": "Connection types that this ad targets. For each connection type only id is required. The other fields are populated automatically when the ad is inserted or updated.",
          "items": {
            "$ref": "ConnectionType"
          }
        },
        "operatingSystemVersions": {
          "type": "array",
          "description": "Operating system versions that this ad targets. To target all versions, use operatingSystems. For each operating system version, only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system version, do not set targeting for the corresponding operating system in operatingSystems.",
          "items": {
            "$ref": "OperatingSystemVersion"
          }
        }
      },
      "description": "Technology Targeting.",
      "id": "TechnologyTargeting",
      "type": "object"
    },
    "RemarketingListsListResponse": {
      "description": "Remarketing list response",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "remarketingLists": {
          "description": "Remarketing list collection.",
          "items": {
            "$ref": "RemarketingList"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListsListResponse\".",
          "type": "string"
        }
      },
      "id": "RemarketingListsListResponse",
      "type": "object"
    },
    "ListPopulationTerm": {
      "id": "ListPopulationTerm",
      "type": "object",
      "description": "Remarketing List Population Rule Term.",
      "properties": {
        "type": {
          "description": "List population term type determines the applicable fields in this object. If left unset or set to CUSTOM_VARIABLE_TERM, then variableName, variableFriendlyName, operator, value, and negation are applicable. If set to LIST_MEMBERSHIP_TERM then remarketingListId and contains are applicable. If set to REFERRER_TERM then operator, value, and negation are applicable.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "CUSTOM_VARIABLE_TERM",
            "LIST_MEMBERSHIP_TERM",
            "REFERRER_TERM"
          ],
          "type": "string"
        },
        "operator": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "NUM_EQUALS",
            "NUM_LESS_THAN",
            "NUM_LESS_THAN_EQUAL",
            "NUM_GREATER_THAN",
            "NUM_GREATER_THAN_EQUAL",
            "STRING_EQUALS",
            "STRING_CONTAINS"
          ],
          "description": "Comparison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM."
        },
        "variableFriendlyName": {
          "description": "Friendly name of this term's variable. This is a read-only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM.",
          "type": "string"
        },
        "contains": {
          "description": "Will be true if the term should check if the user is in the list and false if the term should check if the user is not in the list. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM. False by default.",
          "type": "boolean"
        },
        "value": {
          "description": "Literal to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.",
          "type": "string"
        },
        "negation": {
          "description": "Whether to negate the comparison result of this term during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.",
          "type": "boolean"
        },
        "variableName": {
          "description": "Name of the variable (U1, U2, etc.) being compared in this term. This field is only relevant when type is set to null, CUSTOM_VARIABLE_TERM or REFERRER_TERM.",
          "type": "string"
        },
        "remarketingListId": {
          "description": "ID of the list in question. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "TargetableRemarketingList": {
      "id": "TargetableRemarketingList",
      "type": "object",
      "properties": {
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Dimension value for the advertiser ID that owns this targetable remarketing list."
        },
        "listSize": {
          "description": "Number of users currently in the list. This is a read-only field.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests."
        },
        "active": {
          "description": "Whether this targetable remarketing list is active.",
          "type": "boolean"
        },
        "lifeSpan": {
          "type": "string",
          "format": "int64",
          "description": "Number of days that a user should remain in the targetable remarketing list without an impression."
        },
        "name": {
          "description": "Name of the targetable remarketing list. Is no greater than 128 characters long.",
          "type": "string"
        },
        "description": {
          "description": "Targetable remarketing list description.",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingList\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "Targetable remarketing list ID."
        },
        "subaccountId": {
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "type": "string",
          "format": "int64"
        },
        "listSource": {
          "type": "string",
          "enumDescriptions": [
            "covers sources not supported in DCM other than those listed below",
            "ADX",
            "DFP",
            "XFP",
            "DoubleClick Campaign Manager",
            "Google Analytics Premium",
            "Youtube",
            "DoubleClick Bid Manager",
            "G+",
            "DoubleClick Audience Center",
            "Playstore"
          ],
          "enum": [
            "REMARKETING_LIST_SOURCE_OTHER",
            "REMARKETING_LIST_SOURCE_ADX",
            "REMARKETING_LIST_SOURCE_DFP",
            "REMARKETING_LIST_SOURCE_XFP",
            "REMARKETING_LIST_SOURCE_DFA",
            "REMARKETING_LIST_SOURCE_GA",
            "REMARKETING_LIST_SOURCE_YOUTUBE",
            "REMARKETING_LIST_SOURCE_DBM",
            "REMARKETING_LIST_SOURCE_GPLUS",
            "REMARKETING_LIST_SOURCE_DMP",
            "REMARKETING_LIST_SOURCE_PLAY_STORE"
          ],
          "description": "Product from which this targetable remarketing list was originated."
        }
      },
      "description": "Contains properties of a targetable remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource is a read-only view of a remarketing list to be used to facilitate targeting ads to specific lists. Remarketing lists that are owned by your advertisers and those that are shared to your advertisers or account are accessible via this resource. To manage remarketing lists that are owned by your advertisers, use the RemarketingLists resource."
    },
    "CreativeFieldValue": {
      "id": "CreativeFieldValue",
      "type": "object",
      "description": "Contains properties of a creative field value.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldValue\".",
          "type": "string"
        },
        "value": {
          "description": "Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this creative field value. This is a read-only, auto-generated field."
        }
      }
    },
    "PlacementStrategiesListResponse": {
      "id": "PlacementStrategiesListResponse",
      "type": "object",
      "description": "Placement Strategy List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategiesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "placementStrategies": {
          "description": "Placement strategy collection.",
          "items": {
            "$ref": "PlacementStrategy"
          },
          "type": "array"
        }
      }
    },
    "CrossDimensionReachReportCompatibleFields": {
      "id": "CrossDimensionReachReportCompatibleFields",
      "type": "object",
      "properties": {
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "breakdown": {
          "description": "Dimensions which are compatible to be selected in the \"breakdown\" section of the report.",
          "items": {
            "$ref": "Dimension"
          },
          "type": "array"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "overlapMetrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"overlapMetricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        }
      },
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\"."
    },
    "PlacementAssignment": {
      "description": "Placement Assignment.",
      "properties": {
        "placementIdDimensionValue": {
          "description": "Dimension value for the ID of the placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "active": {
          "description": "Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.",
          "type": "boolean"
        },
        "sslRequired": {
          "description": "Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        },
        "placementId": {
          "description": "ID of the placement to be assigned. This is a required field.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "PlacementAssignment",
      "type": "object"
    },
    "LastModifiedInfo": {
      "id": "LastModifiedInfo",
      "type": "object",
      "description": "Modification timestamp.",
      "properties": {
        "time": {
          "description": "Timestamp of the last change in milliseconds since epoch.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "FloodlightActivityPublisherDynamicTag": {
      "properties": {
        "directorySiteId": {
          "type": "string",
          "format": "int64",
          "description": "Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated."
        },
        "siteIdDimensionValue": {
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "dynamicTag": {
          "description": "Dynamic floodlight tag.",
          "$ref": "FloodlightActivityDynamicTag"
        },
        "siteId": {
          "description": "Site ID of this dynamic tag.",
          "type": "string",
          "format": "int64"
        },
        "clickThrough": {
          "description": "Whether this tag is applicable only for click-throughs.",
          "type": "boolean"
        },
        "viewThrough": {
          "description": "Whether this tag is applicable only for view-throughs.",
          "type": "boolean"
        }
      },
      "description": "Publisher Dynamic Tag",
      "id": "FloodlightActivityPublisherDynamicTag",
      "type": "object"
    },
    "ObjectFilter": {
      "properties": {
        "objectIds": {
          "type": "array",
          "description": "Applicable when status is ASSIGNED. The user has access to objects with these object IDs.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#objectFilter\".",
          "type": "string"
        },
        "status": {
          "description": "Status of the filter. NONE means the user has access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the user has access to the objects with IDs in the objectIds list.",
          "enumDescriptions": [
            "Profile has access to none of the objects.",
            "Profile has access to only specific objects.",
            "Profile has access to all objects."
          ],
          "enum": [
            "NONE",
            "ASSIGNED",
            "ALL"
          ],
          "type": "string"
        }
      },
      "description": "Object Filter.",
      "id": "ObjectFilter",
      "type": "object"
    },
    "Campaign": {
      "description": "Contains properties of a Campaign Manager campaign.",
      "properties": {
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this campaign. This is a read-only auto-generated field."
        },
        "advertiserGroupId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser group ID of the associated advertiser."
        },
        "measurementPartnerLink": {
          "$ref": "MeasurementPartnerCampaignLink",
          "description": "Measurement partner campaign link for tag wrapping."
        },
        "advertiserId": {
          "description": "Advertiser ID of this campaign. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this campaign. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "comment": {
          "description": "Arbitrary comments about this campaign. Must be less than 256 characters long.",
          "type": "string"
        },
        "euPoliticalAdsDeclaration": {
          "type": "string",
          "enumDescriptions": [
            "The campaign contains EU political ads.",
            "The campaign does not contain EU political ads."
          ],
          "enum": [
            "CONTAINS_EU_POLITICAL_ADS",
            "DOES_NOT_CONTAIN_EU_POLITICAL_ADS"
          ],
          "description": "Optional. Whether the campaign has EU political ads. Campaign Manager 360 doesn't allow campaigns with EU political ads to serve in the EU. They can still serve in other regions."
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "adBlockingConfiguration": {
          "$ref": "AdBlockingConfiguration",
          "description": "Ad blocking settings for this campaign."
        },
        "clickThroughUrlSuffixProperties": {
          "description": "Click-through URL suffix override properties for this campaign.",
          "$ref": "ClickThroughUrlSuffixProperties"
        },
        "archived": {
          "description": "Whether this campaign has been archived.",
          "type": "boolean"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this campaign. This is a read-only field that can be left blank."
        },
        "name": {
          "description": "Name of this campaign. This is a required field and must be less than 512 characters long and unique among campaigns of the same advertiser.",
          "type": "string"
        },
        "creativeGroupIds": {
          "description": "List of creative group IDs that are assigned to the campaign.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "creativeOptimizationConfiguration": {
          "$ref": "CreativeOptimizationConfiguration",
          "description": "Creative optimization configuration for the campaign."
        },
        "additionalCreativeOptimizationConfigurations": {
          "type": "array",
          "description": "Additional creative optimization configurations for the campaign.",
          "items": {
            "$ref": "CreativeOptimizationConfiguration"
          }
        },
        "billingInvoiceCode": {
          "description": "Billing invoice code included in the Campaign Manager client billing invoices associated with the campaign.",
          "type": "string"
        },
        "defaultLandingPageId": {
          "description": "The default landing page ID for this campaign.",
          "type": "string",
          "format": "int64"
        },
        "audienceSegmentGroups": {
          "description": "Audience segment groups assigned to this campaign. Cannot have more than 300 segment groups.",
          "items": {
            "$ref": "AudienceSegmentGroup"
          },
          "type": "array"
        },
        "externalId": {
          "description": "External ID for this campaign.",
          "type": "string"
        },
        "createInfo": {
          "description": "Information about the creation of this campaign. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this campaign. This is a read-only field that can be left blank."
        },
        "defaultClickThroughEventTagProperties": {
          "$ref": "DefaultClickThroughEventTagProperties",
          "description": "Click-through event tag ID override properties for this campaign."
        },
        "eventTagOverrides": {
          "description": "Overrides that can be used to activate or deactivate advertiser event tags.",
          "items": {
            "$ref": "EventTagOverride"
          },
          "type": "array"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaign\".",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the advertiser ID of this campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        }
      },
      "id": "Campaign",
      "type": "object"
    },
    "SiteSkippableSetting": {
      "id": "SiteSkippableSetting",
      "type": "object",
      "properties": {
        "skippable": {
          "description": "Whether the user can skip creatives served to this site. This will act as default for new placements created under this site.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteSkippableSetting\".",
          "type": "string"
        },
        "skipOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play videos served to this site before the skip button should appear. Applicable when skippable is true."
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play videos served to this site template before counting a view. Applicable when skippable is true."
        }
      },
      "description": "Skippable Settings"
    },
    "CustomFloodlightVariable": {
      "description": "A custom floodlight variable. Can be used in both batchinsert and batchupdate. Adding this in batchupdate will update or append the variable to the existing list.",
      "properties": {
        "type": {
          "description": "The type of custom floodlight variable to supply a value for. These map to the \"u[1-100]=\" in the tags.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "U1",
            "U2",
            "U3",
            "U4",
            "U5",
            "U6",
            "U7",
            "U8",
            "U9",
            "U10",
            "U11",
            "U12",
            "U13",
            "U14",
            "U15",
            "U16",
            "U17",
            "U18",
            "U19",
            "U20",
            "U21",
            "U22",
            "U23",
            "U24",
            "U25",
            "U26",
            "U27",
            "U28",
            "U29",
            "U30",
            "U31",
            "U32",
            "U33",
            "U34",
            "U35",
            "U36",
            "U37",
            "U38",
            "U39",
            "U40",
            "U41",
            "U42",
            "U43",
            "U44",
            "U45",
            "U46",
            "U47",
            "U48",
            "U49",
            "U50",
            "U51",
            "U52",
            "U53",
            "U54",
            "U55",
            "U56",
            "U57",
            "U58",
            "U59",
            "U60",
            "U61",
            "U62",
            "U63",
            "U64",
            "U65",
            "U66",
            "U67",
            "U68",
            "U69",
            "U70",
            "U71",
            "U72",
            "U73",
            "U74",
            "U75",
            "U76",
            "U77",
            "U78",
            "U79",
            "U80",
            "U81",
            "U82",
            "U83",
            "U84",
            "U85",
            "U86",
            "U87",
            "U88",
            "U89",
            "U90",
            "U91",
            "U92",
            "U93",
            "U94",
            "U95",
            "U96",
            "U97",
            "U98",
            "U99",
            "U100"
          ],
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#customFloodlightVariable\".",
          "type": "string"
        },
        "value": {
          "description": "The value of the custom floodlight variable. The length of string must not exceed 100 characters.",
          "type": "string"
        }
      },
      "id": "CustomFloodlightVariable",
      "type": "object"
    },
    "Invoice": {
      "description": "Contains information about a single invoice",
      "properties": {
        "id": {
          "description": "ID of this invoice.",
          "type": "string"
        },
        "issueDate": {
          "description": "The date when the invoice was issued.",
          "type": "string"
        },
        "campaign_summaries": {
          "type": "array",
          "description": "The list of summarized campaign information associated with this invoice.",
          "items": {
            "$ref": "CampaignSummary"
          }
        },
        "paymentsAccountId": {
          "description": "The ID of the payments account the invoice belongs to. Appears on the invoice PDF as *Billing Account Number*.",
          "type": "string"
        },
        "currencyCode": {
          "description": "Invoice currency code in ISO 4217 format.",
          "type": "string"
        },
        "purchaseOrderNumber": {
          "description": "Purchase order number associated with the invoice.",
          "type": "string"
        },
        "correctedInvoiceId": {
          "description": "The originally issued invoice that is being adjusted by this invoice, if applicable. May appear on invoice PDF as *Reference invoice number*.",
          "type": "string"
        },
        "pdfUrl": {
          "description": "The URL to download a PDF copy of the invoice. Note that this URL is user specific and requires a valid OAuth 2.0 access token to access. The access token must be provided in an *Authorization: Bearer* HTTP header. The URL will only be usable for 7 days from when the api is called.",
          "type": "string"
        },
        "dueDate": {
          "description": "The invoice due date.",
          "type": "string"
        },
        "paymentsProfileId": {
          "description": "The ID of the payments profile the invoice belongs to. Appears on the invoice PDF as *Billing ID*.",
          "type": "string"
        },
        "totalAmountMicros": {
          "description": "The invoice total amount, in micros of the invoice's currency.",
          "type": "string",
          "format": "int64"
        },
        "replacedInvoiceIds": {
          "description": "The originally issued invoice(s) that is being cancelled by this invoice, if applicable. May appear on invoice PDF as *Replaced invoice numbers*. Note: There may be multiple replaced invoices due to consolidation of multiple invoices into a single invoice.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "subtotalAmountMicros": {
          "type": "string",
          "format": "int64",
          "description": "The pre-tax subtotal amount, in micros of the invoice's currency."
        },
        "totalTaxAmountMicros": {
          "type": "string",
          "format": "int64",
          "description": "The sum of all taxes in invoice, in micros of the invoice's currency."
        },
        "serviceEndDate": {
          "description": "The invoice service end date.",
          "type": "string"
        },
        "serviceStartDate": {
          "description": "The invoice service start date.",
          "type": "string"
        },
        "invoiceType": {
          "description": "The type of invoice document.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "INVOICE_TYPE_UNSPECIFIED",
            "INVOICE_TYPE_CREDIT",
            "INVOICE_TYPE_INVOICE"
          ],
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#invoice\".",
          "type": "string"
        }
      },
      "id": "Invoice",
      "type": "object"
    },
    "RichMediaExitOverride": {
      "properties": {
        "clickThroughUrl": {
          "description": "Click-through URL of this rich media exit override. Applicable if the enabled field is set to true.",
          "$ref": "ClickThroughUrl"
        },
        "exitId": {
          "type": "string",
          "format": "int64",
          "description": "ID for the override to refer to a specific exit in the creative."
        },
        "enabled": {
          "description": "Whether to use the clickThroughUrl. If false, the creative-level exit will be used.",
          "type": "boolean"
        }
      },
      "description": "Rich Media Exit Override.",
      "id": "RichMediaExitOverride",
      "type": "object"
    },
    "UserRolePermission": {
      "id": "UserRolePermission",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this user role permission.",
          "type": "string",
          "format": "int64"
        },
        "permissionGroupId": {
          "description": "ID of the permission group that this user role permission belongs to.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this user role permission.",
          "type": "string"
        },
        "availability": {
          "type": "string",
          "description": "Levels of availability for a user role permission.",
          "enumDescriptions": [
            "Not available by default.",
            "Available by default to accounts only.",
            "Available by default to both accounts and subaccounts.",
            "Always available to accounts.",
            "Always available to both accounts and subaccounts.",
            "Available for user profile permissions only."
          ],
          "enum": [
            "NOT_AVAILABLE_BY_DEFAULT",
            "ACCOUNT_BY_DEFAULT",
            "SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT",
            "ACCOUNT_ALWAYS",
            "SUBACCOUNT_AND_ACCOUNT_ALWAYS",
            "USER_PROFILE_ONLY"
          ]
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermission\".",
          "type": "string"
        }
      },
      "description": "Contains properties of a user role permission."
    },
    "Language": {
      "properties": {
        "name": {
          "description": "Name of this language.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "Language ID of this language. This is the ID used for targeting and generating reports."
        },
        "languageCode": {
          "description": "Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are \"en\" for English or \"zh_CN\" for Simplified Chinese.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#language\".",
          "type": "string"
        }
      },
      "description": "Contains information about a language that can be targeted by ads.",
      "id": "Language",
      "type": "object"
    },
    "TagData": {
      "id": "TagData",
      "type": "object",
      "properties": {
        "format": {
          "type": "string",
          "description": "TagData tag format of this tag.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PLACEMENT_TAG_STANDARD",
            "PLACEMENT_TAG_IFRAME_JAVASCRIPT",
            "PLACEMENT_TAG_IFRAME_ILAYER",
            "PLACEMENT_TAG_INTERNAL_REDIRECT",
            "PLACEMENT_TAG_JAVASCRIPT",
            "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT",
            "PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT",
            "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT",
            "PLACEMENT_TAG_CLICK_COMMANDS",
            "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH",
            "PLACEMENT_TAG_TRACKING",
            "PLACEMENT_TAG_TRACKING_IFRAME",
            "PLACEMENT_TAG_TRACKING_JAVASCRIPT",
            "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3",
            "PLACEMENT_TAG_IFRAME_JAVASCRIPT_LEGACY",
            "PLACEMENT_TAG_JAVASCRIPT_LEGACY",
            "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT_LEGACY",
            "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT_LEGACY",
            "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4",
            "PLACEMENT_TAG_TRACKING_THIRD_PARTY_MEASUREMENT"
          ]
        },
        "clickTag": {
          "description": "Tag string to record a click.",
          "type": "string"
        },
        "adId": {
          "type": "string",
          "format": "int64",
          "description": "Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING."
        },
        "creativeId": {
          "type": "string",
          "format": "int64",
          "description": "Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING."
        },
        "impressionTag": {
          "description": "Tag string for serving an ad.",
          "type": "string"
        }
      },
      "description": "Placement Tag Data"
    },
    "ConnectionTypesListResponse": {
      "id": "ConnectionTypesListResponse",
      "type": "object",
      "description": "Connection Type List Response",
      "properties": {
        "connectionTypes": {
          "type": "array",
          "description": "Collection of connection types such as broadband and mobile.",
          "items": {
            "$ref": "ConnectionType"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionTypesListResponse\".",
          "type": "string"
        }
      }
    },
    "FloodlightActivityGroupsListResponse": {
      "id": "FloodlightActivityGroupsListResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "floodlightActivityGroups": {
          "type": "array",
          "description": "Floodlight activity group collection.",
          "items": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivityGroupsListResponse\".",
          "type": "string"
        }
      },
      "description": "Floodlight Activity Group List Response"
    },
    "SizesListResponse": {
      "id": "SizesListResponse",
      "type": "object",
      "description": "Size List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sizesListResponse\".",
          "type": "string"
        },
        "sizes": {
          "type": "array",
          "description": "Size collection.",
          "items": {
            "$ref": "Size"
          }
        }
      }
    },
    "DynamicProfileVersion": {
      "id": "DynamicProfileVersion",
      "type": "object",
      "description": "Contains dynamic profile version information.",
      "properties": {
        "dynamicProfileFeedSettings": {
          "description": "Optional. Associated dynamic feeds and their settings (including dynamic rules) for this dynamic profile version.",
          "items": {
            "$ref": "DynamicProfileFeedSettings"
          },
          "type": "array"
        },
        "versionId": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Version ID of this dynamic profile version. This is a read-only, auto-generated field. -1 for draft version, 0+ for published versions."
        }
      }
    },
    "PlacementGroupsListResponse": {
      "id": "PlacementGroupsListResponse",
      "type": "object",
      "description": "Placement Group List Response",
      "properties": {
        "placementGroups": {
          "description": "Placement group collection.",
          "items": {
            "$ref": "PlacementGroup"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementGroupsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      }
    },
    "TagSettings": {
      "properties": {
        "dynamicTagEnabled": {
          "description": "Whether dynamic floodlight tags are enabled.",
          "type": "boolean"
        },
        "imageTagEnabled": {
          "description": "Whether image tags are enabled.",
          "type": "boolean"
        }
      },
      "description": "Dynamic and Image Tag Settings.",
      "id": "TagSettings",
      "type": "object"
    },
    "PostalCodesListResponse": {
      "id": "PostalCodesListResponse",
      "type": "object",
      "description": "Postal Code List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCodesListResponse\".",
          "type": "string"
        },
        "postalCodes": {
          "description": "Postal code collection.",
          "items": {
            "$ref": "PostalCode"
          },
          "type": "array"
        }
      }
    },
    "Placement": {
      "id": "Placement",
      "type": "object",
      "properties": {
        "lookbackConfiguration": {
          "description": "Lookback window settings for this placement.",
          "$ref": "LookbackConfiguration"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "Placement is not yet reviewed by publisher.",
            "Placement Ad Serving fee is accepted by publisher",
            "Placement Ad Serving fee is rejected by publisher",
            "Advertisers has accepted rejection of placement ad serving fee. This will suppress future notification on DDMM UI",
            "Advertisers has accepted acceptance of placement ad serving fee. This will suppress future notification on DDMM UI",
            "Advertisers is still working on placement not yet ready for Publisher review; default status for pub-paid placements"
          ],
          "enum": [
            "PENDING_REVIEW",
            "PAYMENT_ACCEPTED",
            "PAYMENT_REJECTED",
            "ACKNOWLEDGE_REJECTION",
            "ACKNOWLEDGE_ACCEPTANCE",
            "DRAFT"
          ],
          "description": "Third-party placement status."
        },
        "additionalSizes": {
          "type": "array",
          "description": "Additional sizes associated with this placement. When inserting or updating a placement, only the size ID field is used.",
          "items": {
            "$ref": "Size"
          }
        },
        "size": {
          "$ref": "Size",
          "description": "Size associated with this placement. When inserting or updating a placement, only the size ID field is used. This field is required on insertion."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this placement. This is a read-only field."
        },
        "compatibility": {
          "description": "Placement compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering on desktop, on mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are no longer allowed for new placement insertions. Instead, use DISPLAY or DISPLAY_INTERSTITIAL. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard. This field is required on insertion.",
          "enumDescriptions": [
            "",
            "",
            "Deprecated enum value. No longer supported.",
            "Deprecated enum value. No longer supported.",
            "",
            ""
          ],
          "enum": [
            "DISPLAY",
            "DISPLAY_INTERSTITIAL",
            "APP",
            "APP_INTERSTITIAL",
            "IN_STREAM_VIDEO",
            "IN_STREAM_AUDIO"
          ],
          "type": "string"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this placement. This is a read-only, auto-generated field."
        },
        "wrappingOptOut": {
          "description": "Whether this placement opts out of tag wrapping.",
          "type": "boolean"
        },
        "primary": {
          "description": "Whether this placement is the primary placement of a roadblock (placement group). You cannot change this field from true to false. Setting this field to true will automatically set the primary field on the original primary placement of the roadblock to false, and it will automatically set the roadblock's primaryPlacementId field to the ID of this placement.",
          "type": "boolean"
        },
        "externalId": {
          "description": "External ID for this placement.",
          "type": "string"
        },
        "placementGroupId": {
          "type": "string",
          "format": "int64",
          "description": "ID of this placement's group, if applicable."
        },
        "videoActiveViewOptOut": {
          "description": "Whether Verification and ActiveView are disabled for in-stream video creatives for this placement. The same setting videoActiveViewOptOut exists on the site level -- the opt out occurs if either of these settings are true. These settings are distinct from DirectorySites.settings.activeViewOptOut or Sites.siteSettings.activeViewOptOut which only apply to display ads. However, Accounts.activeViewOptOut opts out both video traffic, as well as display ads, from Verification and ActiveView.",
          "type": "boolean"
        },
        "siteServed": {
          "description": "Optional. Whether the ads in the placement are served by another platform and CM is only used for tracking or they are served by CM. A false value indicates the ad is served by CM.",
          "type": "boolean"
        },
        "pricingSchedule": {
          "description": "Pricing schedule of this placement. This field is required on insertion, specifically subfields startDate, endDate and pricingType.",
          "$ref": "PricingSchedule"
        },
        "sslRequired": {
          "description": "Whether creatives assigned to this placement must be SSL-compliant.",
          "type": "boolean"
        },
        "directorySiteIdDimensionValue": {
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placement\".",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "keyName": {
          "description": "Key name of this placement. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "activeStatus": {
          "type": "string",
          "description": "Whether this placement is active, inactive, archived or permanently archived.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PLACEMENT_STATUS_UNKNOWN",
            "PLACEMENT_STATUS_ACTIVE",
            "PLACEMENT_STATUS_INACTIVE",
            "PLACEMENT_STATUS_ARCHIVED",
            "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
          ]
        },
        "adServingPlatformId": {
          "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint",
          "type": "string",
          "format": "int64"
        },
        "directorySiteId": {
          "description": "Directory site ID of this placement. On insert, you must set either this field or the siteId field to specify the site associated with this placement. This is a required field that is read-only after insertion.",
          "type": "string",
          "format": "int64"
        },
        "tagSetting": {
          "description": "Tag settings for this placement.",
          "$ref": "TagSetting"
        },
        "subaccountId": {
          "description": "Subaccount ID of this placement. This field can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "contentCategoryId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the content category assigned to this placement."
        },
        "videoSettings": {
          "description": "A collection of settings which affect video creatives served through this placement. Applicable to placements with IN_STREAM_VIDEO compatibility.",
          "$ref": "VideoSettings"
        },
        "allowOnYoutube": {
          "description": "Optional. Whether the placement is enabled for YouTube integration.",
          "type": "boolean"
        },
        "youtubeSettings": {
          "$ref": "YoutubeSettings",
          "description": "Optional. YouTube settings for the placement. The placement must be enabled for YouTube to use this field."
        },
        "tagFormats": {
          "description": "Tag formats to generate for this placement. This field is required on insertion. Acceptable values are: - \"PLACEMENT_TAG_STANDARD\" - \"PLACEMENT_TAG_IFRAME_JAVASCRIPT\" - \"PLACEMENT_TAG_IFRAME_ILAYER\" - \"PLACEMENT_TAG_INTERNAL_REDIRECT\" - \"PLACEMENT_TAG_JAVASCRIPT\" - \"PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT\" - \"PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT\" - \"PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT\" - \"PLACEMENT_TAG_CLICK_COMMANDS\" - \"PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH\" - \"PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3\" - \"PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4\" - \"PLACEMENT_TAG_TRACKING\" - \"PLACEMENT_TAG_TRACKING_IFRAME\" - \"PLACEMENT_TAG_TRACKING_JAVASCRIPT\" ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "PLACEMENT_TAG_STANDARD",
              "PLACEMENT_TAG_IFRAME_JAVASCRIPT",
              "PLACEMENT_TAG_IFRAME_ILAYER",
              "PLACEMENT_TAG_INTERNAL_REDIRECT",
              "PLACEMENT_TAG_JAVASCRIPT",
              "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT",
              "PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT",
              "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT",
              "PLACEMENT_TAG_CLICK_COMMANDS",
              "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH",
              "PLACEMENT_TAG_TRACKING",
              "PLACEMENT_TAG_TRACKING_IFRAME",
              "PLACEMENT_TAG_TRACKING_JAVASCRIPT",
              "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3",
              "PLACEMENT_TAG_IFRAME_JAVASCRIPT_LEGACY",
              "PLACEMENT_TAG_JAVASCRIPT_LEGACY",
              "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT_LEGACY",
              "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT_LEGACY",
              "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4",
              "PLACEMENT_TAG_TRACKING_THIRD_PARTY_MEASUREMENT"
            ]
          },
          "type": "array"
        },
        "siteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this placement. This field can be left blank."
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this placement. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "comment": {
          "description": "Comments for this placement.",
          "type": "string"
        },
        "siteId": {
          "description": "Site ID associated with this placement. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement. This is a required field that is read-only after insertion.",
          "type": "string",
          "format": "int64"
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "vpaidAdapterChoice": {
          "type": "string",
          "description": "VPAID adapter setting for this placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to this placement. *Note:* Flash is no longer supported. This field now defaults to HTML5 when the following values are provided: FLASH, BOTH.",
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ],
          "enum": [
            "DEFAULT",
            "FLASH",
            "HTML5",
            "BOTH"
          ]
        },
        "conversionDomainOverride": {
          "$ref": "PlacementConversionDomainOverride",
          "description": "Optional. Conversion domain overrides for a placement."
        },
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID of this placement. This field is a required field on insertion."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this placement. This is a read-only, auto-generated field."
        },
        "accountId": {
          "description": "Account ID of this placement. This field can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this placement.This is a required field and must be less than or equal to 512 characters long.",
          "type": "string"
        },
        "paymentSource": {
          "type": "string",
          "description": "Payment source for this placement. This is a required field that is read-only after insertion.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "PLACEMENT_AGENCY_PAID",
            "PLACEMENT_PUBLISHER_PAID"
          ]
        },
        "placementStrategyId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the placement strategy assigned to this placement."
        },
        "partnerWrappingData": {
          "$ref": "MeasurementPartnerWrappingData",
          "description": "Measurement partner provided settings for a wrapped placement."
        },
        "paymentApproved": {
          "description": "Whether payment was approved for this placement. This is a read-only field relevant only to publisher-paid placements.",
          "type": "boolean"
        },
        "adBlockingOptOut": {
          "description": "Whether this placement opts out of ad blocking. When true, ad blocking is disabled for this placement. When false, the campaign and site settings take effect.",
          "type": "boolean"
        },
        "placementGroupIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the placement group. This is a read-only, auto-generated field."
        },
        "publisherUpdateInfo": {
          "description": "Information about the last publisher update. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        }
      },
      "description": "Contains properties of a placement."
    },
    "FloodlightReportCompatibleFields": {
      "description": "Represents fields that are compatible to be selected for a report of type \"FlOODLIGHT\".",
      "properties": {
        "dimensionFilters": {
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          },
          "type": "array"
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "dimensions": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#floodlightReportCompatibleFields.",
          "type": "string"
        }
      },
      "id": "FloodlightReportCompatibleFields",
      "type": "object"
    },
    "TargetWindow": {
      "description": "Target Window.",
      "properties": {
        "targetWindowOption": {
          "description": "Type of browser window for which the backup image of the flash creative can be displayed.",
          "enumDescriptions": [
            "Open up a new window to display the backup image Corresponds to \"_blank\" in html",
            "Use the current window to display the backup image Corresponds to \"_top\" in html",
            "User-defined HTML used to display the backup image Corresponds to \"other\""
          ],
          "enum": [
            "NEW_WINDOW",
            "CURRENT_WINDOW",
            "CUSTOM"
          ],
          "type": "string"
        },
        "customHtml": {
          "description": "User-entered value.",
          "type": "string"
        }
      },
      "id": "TargetWindow",
      "type": "object"
    },
    "Region": {
      "description": "Contains information about a region that can be targeted by ads.",
      "properties": {
        "countryDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the country to which this region belongs."
        },
        "regionCode": {
          "description": "Region code.",
          "type": "string"
        },
        "countryCode": {
          "description": "Country code of the country to which this region belongs.",
          "type": "string"
        },
        "name": {
          "description": "Name of this region.",
          "type": "string"
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this region."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#region\".",
          "type": "string"
        }
      },
      "id": "Region",
      "type": "object"
    },
    "RemarketingListShare": {
      "id": "RemarketingListShare",
      "type": "object",
      "description": "Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.",
      "properties": {
        "sharedAccountIds": {
          "description": "Accounts that the remarketing list is shared with.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "remarketingListId": {
          "type": "string",
          "format": "int64",
          "description": "Remarketing list ID. This is a read-only, auto-generated field."
        },
        "sharedAdvertiserIds": {
          "type": "array",
          "description": "Advertisers that the remarketing list is shared with.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListShare\".",
          "type": "string"
        }
      }
    },
    "Subaccount": {
      "id": "Subaccount",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this subaccount. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the account that contains this subaccount. This is a read-only field that can be left blank."
        },
        "availablePermissionIds": {
          "type": "array",
          "description": "IDs of the available user role permissions for this subaccount.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "name": {
          "description": "Name of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccount\".",
          "type": "string"
        }
      },
      "description": "Contains properties of a Campaign Manager subaccount."
    },
    "UniversalAdId": {
      "id": "UniversalAdId",
      "type": "object",
      "description": "A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.",
      "properties": {
        "registry": {
          "description": "Registry used for the Ad ID value.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "OTHER",
            "AD_ID_OFFICIAL",
            "CLEARCAST",
            "DCM",
            "ARPP",
            "CUSV"
          ],
          "type": "string"
        },
        "value": {
          "description": "ID value for this creative. Only alphanumeric characters and the following symbols are valid: \"_/\\-\". Maximum length is 64 characters. Read only when registry is DCM.",
          "type": "string"
        }
      }
    },
    "ConversionError": {
      "id": "ConversionError",
      "type": "object",
      "properties": {
        "message": {
          "description": "A description of the error.",
          "type": "string"
        },
        "code": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "INVALID_ARGUMENT",
            "INTERNAL",
            "PERMISSION_DENIED",
            "NOT_FOUND"
          ],
          "description": "The error code."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionError\".",
          "type": "string"
        }
      },
      "description": "The error code and description for a conversion that failed to insert or update."
    },
    "CreativeGroupsListResponse": {
      "id": "CreativeGroupsListResponse",
      "type": "object",
      "description": "Creative Group List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeGroupsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "creativeGroups": {
          "description": "Creative group collection.",
          "items": {
            "$ref": "CreativeGroup"
          },
          "type": "array"
        }
      }
    },
    "AdvertiserGroup": {
      "id": "AdvertiserGroup",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroup\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this advertiser group. This is a required field and must be less than 256 characters long and unique among advertiser groups of the same account.",
          "type": "string"
        },
        "id": {
          "description": "ID of this advertiser group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this advertiser group. This is a read-only field that can be left blank."
        }
      },
      "description": "Groups advertisers together so that reports can be generated for the entire group at once."
    },
    "CustomRule": {
      "properties": {
        "priority": {
          "description": "Optional. Priority of the custom rule.",
          "type": "integer",
          "format": "int32"
        },
        "name": {
          "description": "Optional. Name of this custom rule.",
          "type": "string"
        },
        "ruleBlocks": {
          "type": "array",
          "description": "Optional. A list of field filter, the custom rule will apply.",
          "items": {
            "$ref": "RuleBlock"
          }
        }
      },
      "description": "Contains custom rule information.",
      "id": "CustomRule",
      "type": "object"
    },
    "CreativeRotation": {
      "properties": {
        "creativeAssignments": {
          "description": "Creative assignments in this creative rotation.",
          "items": {
            "$ref": "CreativeAssignment"
          },
          "type": "array"
        },
        "type": {
          "type": "string",
          "description": "Type of creative rotation. Can be used to specify whether to use sequential or random rotation.",
          "enumDescriptions": [
            "The weights of each creative in the rotation should be sequential starting at 1. The user may adjust the order.",
            "The weights are calculated according to the ad's CreativeRoationWeightStrategy."
          ],
          "enum": [
            "CREATIVE_ROTATION_TYPE_SEQUENTIAL",
            "CREATIVE_ROTATION_TYPE_RANDOM"
          ]
        },
        "creativeOptimizationConfigurationId": {
          "description": "Creative optimization configuration that is used by this ad. It should refer to one of the existing optimization configurations in the ad's campaign. If it is unset or set to 0, then the campaign's default optimization configuration will be used for this ad.",
          "type": "string",
          "format": "int64"
        },
        "weightCalculationStrategy": {
          "type": "string",
          "enumDescriptions": [
            "The creative weights should all be equal to 1. This is the default value for all ads with a rotation type of Random.",
            "The creative weights can be any user provided positive integer.",
            "The weights will be automatically calculated giving preference to the creative that has the highest CTR. The CTR for campaigns that are optimized for clicks = clicks/impressions. The CTR for campaigns that are optimized for view-through or click through is sum(activities + floodlight weight)/impressions.",
            "The creative weights will be automatically calculated using a formula that could not possibly be explained in these comments. The value will be within some predetermined range (probably 0 - 1,000,000)."
          ],
          "enum": [
            "WEIGHT_STRATEGY_EQUAL",
            "WEIGHT_STRATEGY_CUSTOM",
            "WEIGHT_STRATEGY_HIGHEST_CTR",
            "WEIGHT_STRATEGY_OPTIMIZED"
          ],
          "description": "Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM."
        }
      },
      "description": "Creative Rotation.",
      "id": "CreativeRotation",
      "type": "object"
    },
    "PopupWindowProperties": {
      "id": "PopupWindowProperties",
      "type": "object",
      "properties": {
        "offset": {
          "description": "Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.",
          "$ref": "OffsetPosition"
        },
        "showScrollBar": {
          "description": "Whether to display the browser scroll bar.",
          "type": "boolean"
        },
        "showMenuBar": {
          "description": "Whether to display the browser menu bar.",
          "type": "boolean"
        },
        "positionType": {
          "enumDescriptions": [
            "window positioning at center.",
            "window positioning by upper left corner coordinates."
          ],
          "enum": [
            "CENTER",
            "COORDINATES"
          ],
          "description": "Popup window position either centered or at specific coordinate.",
          "type": "string"
        },
        "title": {
          "description": "Title of popup window.",
          "type": "string"
        },
        "showStatusBar": {
          "description": "Whether to display the browser status bar.",
          "type": "boolean"
        },
        "dimension": {
          "description": "Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID",
          "$ref": "Size"
        },
        "showAddressBar": {
          "description": "Whether to display the browser address bar.",
          "type": "boolean"
        },
        "showToolBar": {
          "description": "Whether to display the browser tool bar.",
          "type": "boolean"
        }
      },
      "description": "Popup Window Properties."
    },
    "Account": {
      "id": "Account",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this account. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "locale": {
          "description": "Locale of this account. Acceptable values are: - \"cs\" (Czech) - \"de\" (German) - \"en\" (English) - \"en-GB\" (English United Kingdom) - \"es\" (Spanish) - \"fr\" (French) - \"it\" (Italian) - \"ja\" (Japanese) - \"ko\" (Korean) - \"pl\" (Polish) - \"pt-BR\" (Portuguese Brazil) - \"ru\" (Russian) - \"sv\" (Swedish) - \"tr\" (Turkish) - \"zh-CN\" (Chinese Simplified) - \"zh-TW\" (Chinese Traditional) ",
          "type": "string"
        },
        "shareReportsWithTwitter": {
          "description": "Share Path to Conversion reports with Twitter.",
          "type": "boolean"
        },
        "countryId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the country associated with this account."
        },
        "accountPermissionIds": {
          "description": "Account permissions assigned to this account.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "defaultCreativeSizeId": {
          "type": "string",
          "format": "int64",
          "description": "Default placement dimensions for this account."
        },
        "currencyId": {
          "type": "string",
          "format": "int64",
          "description": "ID of currency associated with this account. This is a required field. Acceptable values are: - \"1\" for USD - \"2\" for GBP - \"3\" for ESP - \"4\" for SEK - \"5\" for CAD - \"6\" for JPY - \"7\" for DEM - \"8\" for AUD - \"9\" for FRF - \"10\" for ITL - \"11\" for DKK - \"12\" for NOK - \"13\" for FIM - \"14\" for ZAR - \"15\" for IEP - \"16\" for NLG - \"17\" for EUR - \"18\" for KRW - \"19\" for TWD - \"20\" for SGD - \"21\" for CNY - \"22\" for HKD - \"23\" for NZD - \"24\" for MYR - \"25\" for BRL - \"26\" for PTE - \"28\" for CLP - \"29\" for TRY - \"30\" for ARS - \"31\" for PEN - \"32\" for ILS - \"33\" for CHF - \"34\" for VEF - \"35\" for COP - \"36\" for GTQ - \"37\" for PLN - \"39\" for INR - \"40\" for THB - \"41\" for IDR - \"42\" for CZK - \"43\" for RON - \"44\" for HUF - \"45\" for RUB - \"46\" for AED - \"47\" for BGN - \"48\" for HRK - \"49\" for MXN - \"50\" for NGN - \"51\" for EGP "
        },
        "maximumImageSize": {
          "description": "Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.",
          "type": "string",
          "format": "int64"
        },
        "active": {
          "description": "Whether this account is active.",
          "type": "boolean"
        },
        "description": {
          "description": "Description of this account.",
          "type": "string"
        },
        "accountProfile": {
          "type": "string",
          "enumDescriptions": [
            "Basic profile has fewer features and lower CPM.",
            "Standard profile as a higher CPM and all the features."
          ],
          "enum": [
            "ACCOUNT_PROFILE_BASIC",
            "ACCOUNT_PROFILE_STANDARD"
          ],
          "description": "Profile for this account. This is a read-only field that can be left blank."
        },
        "activeAdsLimitTier": {
          "description": "Maximum number of active ads allowed for this account.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ACTIVE_ADS_TIER_40K",
            "ACTIVE_ADS_TIER_75K",
            "ACTIVE_ADS_TIER_100K",
            "ACTIVE_ADS_TIER_200K",
            "ACTIVE_ADS_TIER_300K",
            "ACTIVE_ADS_TIER_500K",
            "ACTIVE_ADS_TIER_750K",
            "ACTIVE_ADS_TIER_1M"
          ],
          "type": "string"
        },
        "availablePermissionIds": {
          "description": "User role permissions available to the user roles of this account.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "nielsenOcrEnabled": {
          "description": "Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.",
          "type": "boolean"
        },
        "activeViewOptOut": {
          "description": "Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.",
          "type": "boolean"
        },
        "name": {
          "description": "Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.",
          "type": "string"
        },
        "reportsConfiguration": {
          "description": "Reporting configuration of this account.",
          "$ref": "ReportsConfiguration"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#account\".",
          "type": "string"
        },
        "teaserSizeLimit": {
          "description": "File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Contains properties of a Campaign Manager account."
    },
    "ReachReportCompatibleFields": {
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#reachReportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        },
        "reachByFrequencyMetrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"reachByFrequencyMetricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "pivotedActivityMetrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "dimensions": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        }
      },
      "description": "Represents fields that are compatible to be selected for a report of type \"REACH\".",
      "id": "ReachReportCompatibleFields",
      "type": "object"
    },
    "FloodlightActivityDynamicTag": {
      "properties": {
        "tag": {
          "description": "Tag code.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this dynamic tag. This is a read-only, auto-generated field."
        },
        "name": {
          "description": "Name of this tag.",
          "type": "string"
        }
      },
      "description": "Dynamic Tag",
      "id": "FloodlightActivityDynamicTag",
      "type": "object"
    },
    "UserProfileList": {
      "id": "UserProfileList",
      "type": "object",
      "description": "Represents the list of user profiles.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfileList\".",
          "type": "string"
        },
        "items": {
          "description": "The user profiles returned in this response.",
          "items": {
            "$ref": "UserProfile"
          },
          "type": "array"
        },
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        }
      }
    },
    "OperatingSystemVersion": {
      "description": "Contains information about a particular version of an operating system that can be targeted by ads.",
      "properties": {
        "majorVersion": {
          "description": "Major version (leftmost number) of this operating system version.",
          "type": "string"
        },
        "minorVersion": {
          "description": "Minor version (number after the first dot) of this operating system version.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this operating system version."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersion\".",
          "type": "string"
        },
        "operatingSystem": {
          "description": "Operating system of this operating system version.",
          "$ref": "OperatingSystem"
        },
        "name": {
          "description": "Name of this operating system version.",
          "type": "string"
        }
      },
      "id": "OperatingSystemVersion",
      "type": "object"
    },
    "Metro": {
      "properties": {
        "countryCode": {
          "description": "Country code of the country to which this metro region belongs.",
          "type": "string"
        },
        "countryDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the country to which this metro region belongs."
        },
        "dmaId": {
          "type": "string",
          "format": "int64",
          "description": "DMA ID of this metro region. This is the ID used for targeting and generating reports, and is equivalent to metro_code."
        },
        "dartId": {
          "description": "DART ID of this metro region.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this metro region.",
          "type": "string"
        },
        "metroCode": {
          "description": "Metro code of this metro region. This is equivalent to dma_id.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metro\".",
          "type": "string"
        }
      },
      "description": "Contains information about a metro region that can be targeted by ads.",
      "id": "Metro",
      "type": "object"
    },
    "Report": {
      "description": "Represents a Report resource.",
      "properties": {
        "fileName": {
          "description": "The filename used when generating report files for this report.",
          "type": "string"
        },
        "subAccountId": {
          "description": "The subaccount ID to which this report belongs if applicable.",
          "type": "string",
          "format": "int64"
        },
        "crossMediaReachCriteria": {
          "type": "object",
          "description": "Optional. The report criteria for a report of type \"CROSS_MEDIA_REACH\".",
          "properties": {
            "dateRange": {
              "description": "Required. The date range this report should be run for.",
              "$ref": "DateRange"
            },
            "dimensionFilters": {
              "type": "array",
              "description": "Required. The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "dimensions": {
              "description": "Required. The list of dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "metricNames": {
              "description": "Required. The list of names of metrics the report should include.",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        },
        "lastModifiedTime": {
          "type": "string",
          "format": "uint64",
          "description": "The timestamp (in milliseconds since epoch) of when this report was last modified."
        },
        "pathToConversionCriteria": {
          "type": "object",
          "description": "The report criteria for a report of type \"PATH_TO_CONVERSION\".",
          "properties": {
            "dateRange": {
              "description": "The date range this report should be run for.",
              "$ref": "DateRange"
            },
            "activityFilters": {
              "description": "The list of 'dfa:activity' values to filter on.",
              "items": {
                "$ref": "DimensionValue"
              },
              "type": "array"
            },
            "reportProperties": {
              "description": "The properties of the report.",
              "properties": {
                "includeAttributedIPConversions": {
                  "description": "Deprecated: has no effect.",
                  "type": "boolean"
                },
                "impressionsLookbackWindow": {
                  "type": "integer",
                  "format": "int32",
                  "description": "CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90."
                },
                "pivotOnInteractionPath": {
                  "description": "Enable pivoting on interaction path.",
                  "type": "boolean"
                },
                "maximumInteractionGap": {
                  "type": "integer",
                  "format": "int32",
                  "description": "The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90."
                },
                "includeUnattributedCookieConversions": {
                  "description": "Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.",
                  "type": "boolean"
                },
                "includeUnattributedIPConversions": {
                  "description": "Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.",
                  "type": "boolean"
                },
                "maximumImpressionInteractions": {
                  "description": "The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.",
                  "type": "integer",
                  "format": "int32"
                },
                "maximumClickInteractions": {
                  "description": "The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.",
                  "type": "integer",
                  "format": "int32"
                },
                "clicksLookbackWindow": {
                  "type": "integer",
                  "format": "int32",
                  "description": "CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90."
                }
              },
              "type": "object"
            },
            "conversionDimensions": {
              "type": "array",
              "description": "The list of conversion dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "customRichMediaEvents": {
              "description": "The list of custom rich media events to include.",
              "items": {
                "$ref": "DimensionValue"
              },
              "type": "array"
            },
            "floodlightConfigId": {
              "$ref": "DimensionValue",
              "description": "The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'."
            },
            "metricNames": {
              "description": "The list of names of metrics the report should include.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "customFloodlightVariables": {
              "description": "The list of custom floodlight variables the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "perInteractionDimensions": {
              "description": "The list of per interaction dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            }
          }
        },
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        },
        "schedule": {
          "properties": {
            "timezone": {
              "description": "The timezone when the report will run.",
              "type": "string"
            },
            "repeatsOnWeekDays": {
              "description": "List of week days \"WEEKLY\" on which scheduled reports should run.",
              "items": {
                "type": "string",
                "enumDescriptions": [
                  "",
                  "",
                  "",
                  "",
                  "",
                  "",
                  ""
                ],
                "enum": [
                  "SUNDAY",
                  "MONDAY",
                  "TUESDAY",
                  "WEDNESDAY",
                  "THURSDAY",
                  "FRIDAY",
                  "SATURDAY"
                ]
              },
              "type": "array"
            },
            "repeats": {
              "description": "The interval for which the report is repeated. Note: - \"DAILY\" also requires field \"every\" to be set. - \"WEEKLY\" also requires fields \"every\" and \"repeatsOnWeekDays\" to be set. - \"MONTHLY\" also requires fields \"every\" and \"runsOnDayOfMonth\" to be set. ",
              "type": "string"
            },
            "startDate": {
              "type": "string",
              "format": "date"
            },
            "active": {
              "description": "Whether the schedule is active or not. Must be set to either true or false.",
              "type": "boolean"
            },
            "expirationDate": {
              "type": "string",
              "format": "date"
            },
            "every": {
              "type": "integer",
              "format": "int32",
              "description": "Defines every how many days, weeks or months the report should be run. Needs to be set when \"repeats\" is either \"DAILY\", \"WEEKLY\" or \"MONTHLY\"."
            },
            "runsOnDayOfMonth": {
              "description": "Enum to define for \"MONTHLY\" scheduled reports whether reports should be repeated on the same day of the month as \"startDate\" or the same day of the week of the month. Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), \"DAY_OF_MONTH\" would run subsequent reports on the 2nd of every Month, and \"WEEK_OF_MONTH\" would run subsequent reports on the first Monday of the month.",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "DAY_OF_MONTH",
                "WEEK_OF_MONTH"
              ],
              "type": "string"
            }
          },
          "description": "The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not \"TODAY\".",
          "type": "object"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#report.",
          "type": "string"
        },
        "floodlightCriteria": {
          "type": "object",
          "properties": {
            "dimensionFilters": {
              "type": "array",
              "description": "The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "dimensions": {
              "type": "array",
              "description": "The list of dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "metricNames": {
              "description": "The list of names of metrics the report should include.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "dateRange": {
              "$ref": "DateRange",
              "description": "The date range this report should be run for."
            },
            "floodlightConfigId": {
              "description": "The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'.",
              "$ref": "DimensionValue"
            },
            "customRichMediaEvents": {
              "description": "The list of custom rich media events to include.",
              "items": {
                "$ref": "DimensionValue"
              },
              "type": "array"
            },
            "reportProperties": {
              "type": "object",
              "description": "The properties of the report.",
              "properties": {
                "includeAttributedIPConversions": {
                  "description": "Include conversions that have no cookie, but do have an exposure path.",
                  "type": "boolean"
                },
                "includeUnattributedCookieConversions": {
                  "description": "Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.",
                  "type": "boolean"
                },
                "includeUnattributedIPConversions": {
                  "description": "Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.",
                  "type": "boolean"
                }
              }
            }
          },
          "description": "The report criteria for a report of type \"FLOODLIGHT\"."
        },
        "name": {
          "description": "The name of the report.",
          "type": "string"
        },
        "accountId": {
          "description": "The account ID to which this report belongs.",
          "type": "string",
          "format": "int64"
        },
        "id": {
          "description": "The unique ID identifying this report resource.",
          "type": "string",
          "format": "int64"
        },
        "ownerProfileId": {
          "description": "The user profile id of the owner of this report.",
          "type": "string",
          "format": "int64"
        },
        "reachCriteria": {
          "properties": {
            "dimensionFilters": {
              "type": "array",
              "description": "The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "dimensions": {
              "description": "The list of dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "metricNames": {
              "type": "array",
              "description": "The list of names of metrics the report should include.",
              "items": {
                "type": "string"
              }
            },
            "activities": {
              "$ref": "Activities",
              "description": "Activity group."
            },
            "reachByFrequencyMetricNames": {
              "type": "array",
              "description": "The list of names of Reach By Frequency metrics the report should include.",
              "items": {
                "type": "string"
              }
            },
            "dateRange": {
              "$ref": "DateRange",
              "description": "The date range this report should be run for."
            },
            "customRichMediaEvents": {
              "$ref": "CustomRichMediaEvents",
              "description": "Custom Rich Media Events group."
            }
          },
          "description": "The report criteria for a report of type \"REACH\".",
          "type": "object"
        },
        "type": {
          "description": "The type of the report.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "STANDARD",
            "REACH",
            "PATH_TO_CONVERSION",
            "FLOODLIGHT",
            "CROSS_MEDIA_REACH"
          ],
          "type": "string"
        },
        "delivery": {
          "type": "object",
          "description": "The report's email delivery settings.",
          "properties": {
            "emailOwner": {
              "description": "Whether the report should be emailed to the report owner.",
              "type": "boolean"
            },
            "emailOwnerDeliveryType": {
              "type": "string",
              "description": "The type of delivery for the owner to receive, if enabled.",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "LINK",
                "ATTACHMENT"
              ]
            },
            "message": {
              "description": "The message to be sent with each email.",
              "type": "string"
            },
            "recipients": {
              "description": "The list of recipients to which to email the report.",
              "items": {
                "$ref": "Recipient"
              },
              "type": "array"
            }
          }
        },
        "format": {
          "description": "The output format of the report. If not specified, default format is \"CSV\". Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. \"CSV\" will then be the fallback format.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "type": "string"
        },
        "criteria": {
          "type": "object",
          "description": "The report criteria for a report of type \"STANDARD\".",
          "properties": {
            "dateRange": {
              "description": "The date range for which this report should be run.",
              "$ref": "DateRange"
            },
            "customRichMediaEvents": {
              "description": "Custom Rich Media Events group.",
              "$ref": "CustomRichMediaEvents"
            },
            "dimensionFilters": {
              "description": "The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.",
              "items": {
                "$ref": "DimensionValue"
              },
              "type": "array"
            },
            "dimensions": {
              "type": "array",
              "description": "The list of standard dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "metricNames": {
              "description": "The list of names of metrics the report should include.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "activities": {
              "$ref": "Activities",
              "description": "Activity group."
            }
          }
        }
      },
      "id": "Report",
      "type": "object"
    },
    "ContentSource": {
      "id": "ContentSource",
      "type": "object",
      "description": "Contains the content source of the dynamic feed.",
      "properties": {
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the content source. This is a read-only field."
        },
        "contentSourceName": {
          "description": "Optional. The name of the content source. It is defaulted to content source file name if not provided.",
          "type": "string"
        },
        "resourceLink": {
          "description": "Required. The link to the file of the content source.",
          "type": "string"
        },
        "resourceType": {
          "type": "string",
          "description": "Required. The resource type of the content source.",
          "enumDescriptions": [
            "The resource type is unspecified.",
            "The resource type is google spreadsheet.",
            "The resource type is remote file."
          ],
          "enum": [
            "RESOURCE_TYPE_UNSPECIFIED",
            "RESOURCE_TYPE_GOOGLE_SPREADSHEET",
            "RESOURCE_TYPE_REMOTE_FILE"
          ]
        },
        "createInfo": {
          "description": "Output only. The creation timestamp of the content source. This is a read-only field.",
          "readOnly": true,
          "$ref": "LastModifiedInfo"
        },
        "metaData": {
          "description": "Output only. Metadata of the content source. It contains the number of rows and the column names from resource link. This is a read-only field.",
          "$ref": "ContentSourceMetaData",
          "readOnly": true
        }
      }
    },
    "TargetingTemplatesListResponse": {
      "id": "TargetingTemplatesListResponse",
      "type": "object",
      "description": "Targeting Template List Response",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "targetingTemplates": {
          "description": "Targeting template collection.",
          "items": {
            "$ref": "TargetingTemplate"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetingTemplatesListResponse\".",
          "type": "string"
        }
      }
    },
    "FeedField": {
      "properties": {
        "type": {
          "type": "string",
          "enumDescriptions": [
            "The type is unspecified. This is an unused value.",
            "The field type is text.",
            "The field type is whole number.",
            "The field type is image url",
            "The field type is asset url.",
            "The field type is the ISO 3166-2 alpha-2 codes. It is two-letter country codes defined in ISO 3166-1 published by the International Organization for Standardization.",
            "The field type is decimal.",
            "The field type is custom CM360 ad tag parameter.",
            "The field type is CM360 site ID.",
            "The field type is boolean.",
            "The field type is exit url.",
            "The field type is datetime.",
            "The field type is CM360 creative ID.",
            "The field type is CM360 placement ID.",
            "The field type is CM360 ad ID.",
            "The field type is CM360 advertiser ID.",
            "The field type is CM360 campaign ID.",
            "The field type is cities.",
            "The field type is region.",
            "The field type is postal code.",
            "The field type is metro code.",
            "The field type is custom value.",
            "The field type is remarketing value.",
            "The field type is accurate geographic type.",
            "The field type is weight.",
            "The field type is a list of values.",
            "The field type is creative dimension.",
            "The field type is CM/DV360 Audience ID.",
            "The field type is AssetLibrary directory path.",
            "The field type is AssetLibrary video file path.",
            "The field type is AssetLibrary path.",
            "The field type is third party served url.",
            "The field type is CM dynamic targeting key.",
            "The field type is DV360 line item ID."
          ],
          "enum": [
            "TYPE_UNKNOWN",
            "STRING",
            "LONG",
            "GPA_SERVED_IMAGE_URL",
            "GPA_SERVED_ASSET_URL",
            "COUNTRY_CODE_ISO",
            "FLOAT",
            "CM360_KEYWORD",
            "CM360_SITE_ID",
            "BOOL",
            "EXIT_URL",
            "DATETIME",
            "CM360_CREATIVE_ID",
            "CM360_PLACEMENT_ID",
            "CM360_AD_ID",
            "CM360_ADVERTISER_ID",
            "CM360_CAMPAIGN_ID",
            "CITY",
            "REGION",
            "POSTAL_CODE",
            "METRO",
            "CUSTOM_VALUE",
            "REMARKETING_VALUE",
            "GEO_CANONICAL",
            "WEIGHT",
            "STRING_LIST",
            "CREATIVE_DIMENSION",
            "USERLIST_ID",
            "ASSET_LIBRARY_DIRECTORY_HANDLE",
            "ASSET_LIBRARY_VIDEO_HANDLE",
            "ASSET_LIBRARY_HANDLE",
            "THIRD_PARTY_SERVED_URL",
            "CM360_DYNAMIC_TARGETING_KEY",
            "DV360_LINE_ITEM_ID"
          ],
          "description": "Required. The type of the field."
        },
        "filterable": {
          "description": "Optional. Whether the field is filterable. Could be set as true when the field type is any of the following and is not renderable: - STRING - BOOL - COUNTRY_CODE_ISO - CM360_SITE_ID - CM360_KEYWORD - CM360_CREATIVE_ID - CM360_PLACEMENT_ID - CM360_AD_ID - CM360_ADVERTISER_ID - CM360_CAMPAIGN_ID - CITY - REGION - POSTAL_CODE - METRO - CUSTOM_VALUE - REMARKETING_VALUE - GEO_CANONICAL - STRING_LIST - CREATIVE_DIMENSION - USERLIST_ID - CM360_DYNAMIC_TARGETING_KEY - DV360_LINE_ITEM_ID ",
          "type": "boolean"
        },
        "name": {
          "description": "Required. The name of the field.",
          "type": "string"
        },
        "defaultValue": {
          "description": "Optional. The default value of the field.",
          "type": "string"
        },
        "id": {
          "description": "Required. The ID of the field. The ID is based on the column index starting from 0, and it should match the column index in the resource link.",
          "type": "integer",
          "format": "int32"
        },
        "required": {
          "description": "Optional. Whether the field is required and should not be empty in the feed. Could be set as true when the field type is any of the following: - GPA_SERVED_IMAGE_URL - GPA_SERVED_ASSET_URL - ASSET_LIBRARY_HANDLE - ASSET_LIBRARY_VIDEO_HANDLE - ASSET_LIBRARY_DIRECTORY_HANDLE ",
          "type": "boolean"
        },
        "renderable": {
          "description": "Optional. Whether the field is able to display. Could be set as true when the field type is not in any of the following and the field is not filterable: - COUNTRY_CODE_ISO - CITY - REGION - POSTAL_CODE - METRO - GEO_CANONICAL - USERLIST_ID - CONTEXTUAL_KEYWORD - CM360_DYNAMIC_TARGETING_KEY - WEIGHT ",
          "type": "boolean"
        }
      },
      "description": "Each field of the element. This is a required field.",
      "id": "FeedField",
      "type": "object"
    },
    "ListPopulationRule": {
      "id": "ListPopulationRule",
      "type": "object",
      "properties": {
        "listPopulationClauses": {
          "description": "Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.",
          "items": {
            "$ref": "ListPopulationClause"
          },
          "type": "array"
        },
        "floodlightActivityId": {
          "description": "Floodlight activity ID associated with this rule. This field can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "floodlightActivityName": {
          "description": "Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.",
          "type": "string"
        }
      },
      "description": "Remarketing List Population Rule."
    },
    "CampaignsListResponse": {
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignsListResponse\".",
          "type": "string"
        },
        "campaigns": {
          "description": "Campaign collection.",
          "items": {
            "$ref": "Campaign"
          },
          "type": "array"
        }
      },
      "description": "Campaign List Response",
      "id": "CampaignsListResponse",
      "type": "object"
    },
    "CreativeOptimizationConfiguration": {
      "properties": {
        "optimizationModel": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "CLICK",
            "POST_CLICK",
            "POST_IMPRESSION",
            "POST_CLICK_AND_IMPRESSION",
            "VIDEO_COMPLETION"
          ],
          "description": "Optimization model for this configuration.",
          "type": "string"
        },
        "optimizationActivitys": {
          "type": "array",
          "description": "List of optimization activities associated with this configuration.",
          "items": {
            "$ref": "OptimizationActivity"
          }
        },
        "id": {
          "description": "ID of this creative optimization config. This field is auto-generated when the campaign is inserted or updated. It can be null for existing campaigns.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this creative optimization config. This is a required field and must be less than 129 characters long.",
          "type": "string"
        }
      },
      "description": "Creative optimization settings.",
      "id": "CreativeOptimizationConfiguration",
      "type": "object"
    },
    "Country": {
      "properties": {
        "countryCode": {
          "description": "Country code.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#country\".",
          "type": "string"
        },
        "tvDataProviders": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The TV data providers supported in this country.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "INVALID_TV_DATA_PROVIDER",
              "INTAGE_JP",
              "IBOPE_AR",
              "IBOPE_BR",
              "IBOPE_CL",
              "IBOPE_CO",
              "TNS_VN",
              "COMSCORE_NATIONAL_US",
              "COMSCORE_CA",
              "SAMBA_AU"
            ]
          }
        },
        "name": {
          "description": "Name of this country.",
          "type": "string"
        },
        "sslEnabled": {
          "description": "Whether ad serving supports secure servers in this country.",
          "type": "boolean"
        },
        "dartId": {
          "description": "DART ID of this country. This is the ID used for targeting and generating reports.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Contains information about a country that can be targeted by ads.",
      "id": "Country",
      "type": "object"
    },
    "DynamicFeed": {
      "properties": {
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Required. Advertiser ID of this dynamic feed. This is a required field."
        },
        "element": {
          "description": "Required. The element of the dynamic feed that is to specify the schema of the feed. This is a required field.",
          "$ref": "Element"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the dynamic feed. This is a read-only field."
        },
        "dynamicFeedName": {
          "description": "Optional. Name of this dynamic feed. It is defaulted to content source file name if not provided.",
          "type": "string"
        },
        "contentSource": {
          "$ref": "ContentSource",
          "description": "Required. The content source of the dynamic feed. This is a required field."
        },
        "feedSchedule": {
          "$ref": "FeedSchedule",
          "description": "Optional. The schedule of the dynamic feed. It can be set if the feed is published."
        },
        "dynamicFeedId": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Unique ID of this dynamic feed. This is a read-only, auto-generated field."
        },
        "hasPublished": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates whether the dynamic feed has a published version. This is a read-only field."
        },
        "status": {
          "type": "string",
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "description": "Output only. The status of the feed. It is a read-only field that depends on the the feed ingestion status. The default value is INACTIVE, and it will be updated to ACTIVE once the feed is ingested successfully.",
          "readOnly": true,
          "enumDescriptions": [
            "The status is unknown.",
            "The feedstatus is active.",
            "The feed status is inactive.",
            "The feed status is deleted."
          ]
        },
        "feedIngestionStatus": {
          "description": "Output only. The ingestion status of the dynamic feed. This is a read-only field.",
          "$ref": "FeedIngestionStatus",
          "readOnly": true
        },
        "createInfo": {
          "description": "Output only. The creation timestamp of the dynamic feed. This is a read-only field.",
          "$ref": "LastModifiedInfo",
          "readOnly": true
        }
      },
      "description": " *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains dynamic feed information.",
      "id": "DynamicFeed",
      "type": "object"
    },
    "UserIdentifier": {
      "id": "UserIdentifier",
      "type": "object",
      "description": "User identifying information. Exactly one type of identifier must be specified.",
      "properties": {
        "hashedPhoneNumber": {
          "description": "Hashed phone number using SHA-256 hash function after normalization (E164 standard).",
          "type": "string"
        },
        "addressInfo": {
          "$ref": "OfflineUserAddressInfo",
          "description": "Address information."
        },
        "hashedEmail": {
          "description": "Hashed email address using SHA-256 hash function after normalization.",
          "type": "string"
        }
      }
    },
    "VideoOffset": {
      "properties": {
        "offsetSeconds": {
          "description": "Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.",
          "type": "integer",
          "format": "int32"
        },
        "offsetPercentage": {
          "description": "Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Video Offset",
      "id": "VideoOffset",
      "type": "object"
    },
    "StudioCreativeAssetsResponse": {
      "id": "StudioCreativeAssetsResponse",
      "type": "object",
      "properties": {
        "assets": {
          "type": "array",
          "description": "The list of studio creative assets.",
          "items": {
            "$ref": "StudioCreativeAsset"
          }
        }
      },
      "description": "Response message for DfareportingStudioCreativeAssets.Insert."
    },
    "BillingProfile": {
      "id": "BillingProfile",
      "type": "object",
      "properties": {
        "countryCode": {
          "description": "Country code of this billing profile.This is a read-only field.",
          "type": "string"
        },
        "invoiceLevel": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ACCOUNT_LEVEL",
            "ADVERTISER_LEVEL",
            "CAMPAIGN_LEVEL"
          ],
          "description": "Invoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign.",
          "type": "string"
        },
        "secondaryPaymentsCustomerId": {
          "description": "The ID of the secondary payment customer the billing profile belongs to. This is a read-only field.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "Status of this billing profile.This is a read-only field.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "UNDER_REVIEW",
            "ACTIVE",
            "ARCHIVED"
          ]
        },
        "id": {
          "description": "ID of this billing profile. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "purchaseOrder": {
          "description": "Purchase order (PO) for this billing profile. This PO number is used in the invoices for all of the advertisers in this billing profile.",
          "type": "string"
        },
        "currencyCode": {
          "description": "Billing currency code in ISO 4217 format.This is a read-only field.",
          "type": "string"
        },
        "paymentsAccountId": {
          "description": "The ID of the payment account the billing profile belongs to. This is a read-only field.",
          "type": "string"
        },
        "isDefault": {
          "description": "True if the billing profile is the account default profile. This is a read-only field.",
          "type": "boolean"
        },
        "paymentsCustomerId": {
          "description": "The ID of the payment customer the billing profile belongs to. This is a read-only field.",
          "type": "string"
        },
        "name": {
          "description": "Name of this billing profile. This is a required field and must be less than 256 characters long and must be unique among billing profile in the same account.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingProfile\".",
          "type": "string"
        },
        "consolidatedInvoice": {
          "description": "Consolidated invoice option for this billing profile. Used to get a single, consolidated invoice across the chosen invoice level.",
          "type": "boolean"
        }
      },
      "description": "Contains properties of a Campaign Manager Billing Profile."
    },
    "CreativeAssetId": {
      "id": "CreativeAssetId",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: \".-_ \". Spaces are allowed.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "Type of asset to upload. This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "IMAGE",
            "FLASH",
            "VIDEO",
            "HTML",
            "HTML_IMAGE",
            "AUDIO"
          ]
        }
      },
      "description": "Creative Asset ID."
    },
    "SubaccountsListResponse": {
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccountsListResponse\".",
          "type": "string"
        },
        "subaccounts": {
          "description": "Subaccount collection.",
          "items": {
            "$ref": "Subaccount"
          },
          "type": "array"
        }
      },
      "description": "Subaccount List Response",
      "id": "SubaccountsListResponse",
      "type": "object"
    },
    "ReportCompatibleFields": {
      "id": "ReportCompatibleFields",
      "type": "object",
      "description": "Represents fields that are compatible to be selected for a report of type \"STANDARD\".",
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#reportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "dimensions": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "pivotedActivityMetrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        }
      }
    },
    "File": {
      "id": "File",
      "type": "object",
      "description": "Represents a File resource. A file contains the metadata for a report run. It shows the status of the run and holds the URLs to the generated report data if the run is finished and the status is \"REPORT_AVAILABLE\".",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#file\".",
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "The status of the report file.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PROCESSING",
            "REPORT_AVAILABLE",
            "FAILED",
            "CANCELLED",
            "QUEUED"
          ]
        },
        "urls": {
          "properties": {
            "browserUrl": {
              "description": "The URL for downloading the report data through a browser.",
              "type": "string"
            },
            "apiUrl": {
              "description": "The URL for downloading the report data through the API.",
              "type": "string"
            }
          },
          "description": "The URLs where the completed report file can be downloaded.",
          "type": "object"
        },
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "format": {
          "description": "The output format of the report. Only available once the file is available.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "type": "string"
        },
        "reportId": {
          "description": "The ID of the report this file was generated from.",
          "type": "string",
          "format": "int64"
        },
        "dateRange": {
          "description": "The date range for which the file has report data. The date range will always be the absolute date range for which the report is run.",
          "$ref": "DateRange"
        },
        "lastModifiedTime": {
          "type": "string",
          "format": "int64",
          "description": "The timestamp in milliseconds since epoch when this file was last modified."
        },
        "fileName": {
          "description": "The filename of the file.",
          "type": "string"
        },
        "id": {
          "description": "The unique ID of this report file.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "AccountPermissionGroup": {
      "id": "AccountPermissionGroup",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this account permission group.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this account permission group.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroup\".",
          "type": "string"
        }
      },
      "description": "AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions."
    },
    "DefaultClickThroughEventTagProperties": {
      "properties": {
        "overrideInheritedEventTag": {
          "description": "Whether this entity should override the inherited default click-through event tag with its own defined value.",
          "type": "boolean"
        },
        "defaultClickThroughEventTagId": {
          "description": "ID of the click-through event tag to apply to all ads in this entity's scope.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.",
      "id": "DefaultClickThroughEventTagProperties",
      "type": "object"
    },
    "IngestionErrorRecord": {
      "id": "IngestionErrorRecord",
      "type": "object",
      "properties": {
        "recordId": {
          "description": "Output only. The record ID of the ingestion error record.",
          "readOnly": true,
          "type": "string"
        },
        "errors": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list of field errors of the ingestion error record.",
          "items": {
            "$ref": "FieldError"
          }
        }
      },
      "description": "Contains the ingestion error record of the dynamic feed. limited to 100 records."
    },
    "ConversionsBatchInsertRequest": {
      "description": "Insert Conversions Request.",
      "properties": {
        "conversions": {
          "type": "array",
          "description": "The set of conversions to insert.",
          "items": {
            "$ref": "Conversion"
          }
        },
        "encryptionInfo": {
          "description": "Describes how encryptedUserId or encryptedUserIdCandidates[] is encrypted. This is a required field if encryptedUserId or encryptedUserIdCandidates[] is used.",
          "$ref": "EncryptionInfo"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertRequest\".",
          "type": "string"
        }
      },
      "id": "ConversionsBatchInsertRequest",
      "type": "object"
    },
    "CreativeAssetMetadata": {
      "id": "CreativeAssetMetadata",
      "type": "object",
      "description": "CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.",
      "properties": {
        "idDimensionValue": {
          "description": "Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "richMedia": {
          "description": "True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.",
          "type": "boolean"
        },
        "exitCustomEvents": {
          "type": "array",
          "description": "List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
          "items": {
            "$ref": "CreativeCustomEvent"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeAssetMetadata\".",
          "type": "string"
        },
        "detectedFeatures": {
          "description": "List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "CSS_FONT_FACE",
              "CSS_BACKGROUND_SIZE",
              "CSS_BORDER_IMAGE",
              "CSS_BORDER_RADIUS",
              "CSS_BOX_SHADOW",
              "CSS_FLEX_BOX",
              "CSS_HSLA",
              "CSS_MULTIPLE_BGS",
              "CSS_OPACITY",
              "CSS_RGBA",
              "CSS_TEXT_SHADOW",
              "CSS_ANIMATIONS",
              "CSS_COLUMNS",
              "CSS_GENERATED_CONTENT",
              "CSS_GRADIENTS",
              "CSS_REFLECTIONS",
              "CSS_TRANSFORMS",
              "CSS_TRANSFORMS3D",
              "CSS_TRANSITIONS",
              "APPLICATION_CACHE",
              "CANVAS",
              "CANVAS_TEXT",
              "DRAG_AND_DROP",
              "HASH_CHANGE",
              "HISTORY",
              "AUDIO",
              "VIDEO",
              "INDEXED_DB",
              "INPUT_ATTR_AUTOCOMPLETE",
              "INPUT_ATTR_AUTOFOCUS",
              "INPUT_ATTR_LIST",
              "INPUT_ATTR_PLACEHOLDER",
              "INPUT_ATTR_MAX",
              "INPUT_ATTR_MIN",
              "INPUT_ATTR_MULTIPLE",
              "INPUT_ATTR_PATTERN",
              "INPUT_ATTR_REQUIRED",
              "INPUT_ATTR_STEP",
              "INPUT_TYPE_SEARCH",
              "INPUT_TYPE_TEL",
              "INPUT_TYPE_URL",
              "INPUT_TYPE_EMAIL",
              "INPUT_TYPE_DATETIME",
              "INPUT_TYPE_DATE",
              "INPUT_TYPE_MONTH",
              "INPUT_TYPE_WEEK",
              "INPUT_TYPE_TIME",
              "INPUT_TYPE_DATETIME_LOCAL",
              "INPUT_TYPE_NUMBER",
              "INPUT_TYPE_RANGE",
              "INPUT_TYPE_COLOR",
              "LOCAL_STORAGE",
              "POST_MESSAGE",
              "SESSION_STORAGE",
              "WEB_SOCKETS",
              "WEB_SQL_DATABASE",
              "WEB_WORKERS",
              "GEO_LOCATION",
              "INLINE_SVG",
              "SMIL",
              "SVG_HREF",
              "SVG_CLIP_PATHS",
              "TOUCH",
              "WEBGL",
              "SVG_FILTERS",
              "SVG_FE_IMAGE"
            ]
          },
          "type": "array"
        },
        "timerCustomEvents": {
          "type": "array",
          "description": "List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
          "items": {
            "$ref": "CreativeCustomEvent"
          }
        },
        "clickTags": {
          "description": "List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset.",
          "items": {
            "$ref": "ClickTag"
          },
          "type": "array"
        },
        "counterCustomEvents": {
          "description": "List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array"
        },
        "assetIdentifier": {
          "$ref": "CreativeAssetId",
          "description": "ID of the creative asset. This is a required field."
        },
        "warnedValidationRules": {
          "description": "Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - \"ADMOB_REFERENCED\" - \"ASSET_FORMAT_UNSUPPORTED_DCM\" - \"ASSET_INVALID\" - \"CLICK_TAG_HARD_CODED\" - \"CLICK_TAG_INVALID\" - \"CLICK_TAG_IN_GWD\" - \"CLICK_TAG_MISSING\" - \"CLICK_TAG_MORE_THAN_ONE\" - \"CLICK_TAG_NON_TOP_LEVEL\" - \"COMPONENT_UNSUPPORTED_DCM\" - \"ENABLER_UNSUPPORTED_METHOD_DCM\" - \"EXTERNAL_FILE_REFERENCED\" - \"FILE_DETAIL_EMPTY\" - \"FILE_TYPE_INVALID\" - \"GWD_PROPERTIES_INVALID\" - \"HTML5_FEATURE_UNSUPPORTED\" - \"LINKED_FILE_NOT_FOUND\" - \"MAX_FLASH_VERSION_11\" - \"MRAID_REFERENCED\" - \"NOT_SSL_COMPLIANT\" - \"ORPHANED_ASSET\" - \"PRIMARY_HTML_MISSING\" - \"SVG_INVALID\" - \"ZIP_INVALID\" ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Click tag initialization detected but not at the top level of the primary html file.",
              "No click tag detected.",
              "More than one click tag detected.",
              "Click tag invalid (failed url validation).",
              "Orphaned asset not referenced.",
              "Primary html file missing.",
              "Reference to a third-party resource.",
              "Reference to INAPP MRAID feature.",
              "Reference to INAPP ADMOB feature.",
              "Invalid file type referenced.",
              "Invalid zip passed in",
              "A relative file was linked to that wasn't included in zip.",
              "Max flash version at 11.",
              "Whether the asset uses secure urls or not.",
              "File detail empty.",
              "Asset is not valid and could not be processed.",
              "GWD properties are invalid.",
              "Unsupported Enabler methods in DCM.",
              "Asset ad format is unsupported in DCM.",
              "Component is unsupported in DCM.",
              "Html5 feature is unsupported.",
              "Click tag defined in GWD asset. GWD-published creatives should use exit events instead of defining var clickTag. Defined var clickTags are a symptom of an unsupported workflow, and an error should be thrown.",
              "Whether the asset has hard coded click tag url(s).",
              "Whether an SVG block could not be parsed.",
              "Click tag defined in rich media asset. Rich media creatives should use exit events instead of defining var clickTag. Defined var clickTags are a symptom of an unsupported workflow, and an error should be thrown.",
              "Rich media primary asset is missing the Enabler reference."
            ],
            "enum": [
              "CLICK_TAG_NON_TOP_LEVEL",
              "CLICK_TAG_MISSING",
              "CLICK_TAG_MORE_THAN_ONE",
              "CLICK_TAG_INVALID",
              "ORPHANED_ASSET",
              "PRIMARY_HTML_MISSING",
              "EXTERNAL_FILE_REFERENCED",
              "MRAID_REFERENCED",
              "ADMOB_REFERENCED",
              "FILE_TYPE_INVALID",
              "ZIP_INVALID",
              "LINKED_FILE_NOT_FOUND",
              "MAX_FLASH_VERSION_11",
              "NOT_SSL_COMPLIANT",
              "FILE_DETAIL_EMPTY",
              "ASSET_INVALID",
              "GWD_PROPERTIES_INVALID",
              "ENABLER_UNSUPPORTED_METHOD_DCM",
              "ASSET_FORMAT_UNSUPPORTED_DCM",
              "COMPONENT_UNSUPPORTED_DCM",
              "HTML5_FEATURE_UNSUPPORTED",
              "CLICK_TAG_IN_GWD",
              "CLICK_TAG_HARD_CODED",
              "SVG_INVALID",
              "CLICK_TAG_IN_RICH_MEDIA",
              "MISSING_ENABLER_REFERENCE"
            ]
          },
          "type": "array"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "Numeric ID of the asset. This is a read-only, auto-generated field."
        }
      }
    },
    "BillingAssignment": {
      "id": "BillingAssignment",
      "type": "object",
      "description": "List account, subaccount, advertiser, and campaign associated with a given Billing Profile.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignment\".",
          "type": "string"
        },
        "accountId": {
          "description": "ID of the account associated with the billing assignment.This is a read-only, auto-generated field.",
          "type": "string"
        },
        "advertiserId": {
          "description": "ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single advertiser",
          "type": "string"
        },
        "campaignId": {
          "description": "ID of the campaign associated with the billing assignment. Wildcard (*) means this assignment is not limited to a single campaign",
          "type": "string"
        },
        "subaccountId": {
          "description": "ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single subaccountThis is a read-only, auto-generated field.",
          "type": "string"
        }
      }
    },
    "PlacementSingleConversionDomain": {
      "id": "PlacementSingleConversionDomain",
      "type": "object",
      "properties": {
        "conversionDomainId": {
          "type": "string",
          "format": "int64"
        },
        "conversionDomainValue": {
          "type": "string"
        }
      }
    },
    "RemarketingValueAttribute": {
      "id": "RemarketingValueAttribute",
      "type": "object",
      "properties": {
        "fieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Field ID in the element."
        },
        "userAttributeIds": {
          "type": "array",
          "description": "Optional. Remarketing user attribute IDs for auto filtering.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      },
      "description": "Contains remarketing value attribute information."
    },
    "AdsListResponse": {
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "ads": {
          "description": "Ad collection.",
          "items": {
            "$ref": "Ad"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#adsListResponse\".",
          "type": "string"
        }
      },
      "description": "Ad List Response",
      "id": "AdsListResponse",
      "type": "object"
    },
    "CartDataItem": {
      "properties": {
        "itemId": {
          "description": "The shopping id of the item. Must be equal to the Merchant Center product identifier. This is a required field.",
          "type": "string"
        },
        "quantity": {
          "type": "integer",
          "format": "int32",
          "description": "Number of items sold. This is a required field."
        },
        "unitPrice": {
          "type": "number",
          "format": "double",
          "description": "Unit price excluding tax, shipping, and any transaction level discounts. Interpreted in CM360 Floodlight config parent advertiser's currency code. This is a required field."
        }
      },
      "description": "Contains data of the items purchased.",
      "id": "CartDataItem",
      "type": "object"
    },
    "CreativeAssignment": {
      "id": "CreativeAssignment",
      "type": "object",
      "properties": {
        "startTime": {
          "type": "string",
          "format": "date-time"
        },
        "creativeId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the creative to be assigned. This is a required field."
        },
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "companionCreativeOverrides": {
          "description": "Companion creative overrides for this creative assignment. Applicable to video ads.",
          "items": {
            "$ref": "CompanionClickThroughOverride"
          },
          "type": "array"
        },
        "applyEventTags": {
          "description": "Whether applicable event tags should fire when this creative assignment is rendered. If this value is unset when the ad is inserted or updated, it will default to true for all creative types EXCEPT for INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and INSTREAM_VIDEO.",
          "type": "boolean"
        },
        "weight": {
          "type": "integer",
          "format": "int32",
          "description": "Weight of the creative assignment, applicable when the rotation type is CREATIVE_ROTATION_TYPE_RANDOM. Value must be greater than or equal to 1."
        },
        "creativeGroupAssignments": {
          "type": "array",
          "description": "Creative group assignments for this creative assignment. Only one assignment per creative group number is allowed for a maximum of two assignments.",
          "items": {
            "$ref": "CreativeGroupAssignment"
          }
        },
        "sequence": {
          "description": "Sequence number of the creative assignment, applicable when the rotation type is CREATIVE_ROTATION_TYPE_SEQUENTIAL. Acceptable values are 1 to 65535, inclusive.",
          "type": "integer",
          "format": "int32"
        },
        "sslCompliant": {
          "description": "Whether the creative to be assigned is SSL-compliant. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        },
        "active": {
          "description": "Whether this creative assignment is active. When true, the creative will be included in the ad's rotation.",
          "type": "boolean"
        },
        "clickThroughUrl": {
          "$ref": "ClickThroughUrl",
          "description": "Click-through URL of the creative assignment."
        },
        "richMediaExitOverrides": {
          "description": "Rich media exit overrides for this creative assignment. Applicable when the creative type is any of the following: - DISPLAY - RICH_MEDIA_INPAGE - RICH_MEDIA_INPAGE_FLOATING - RICH_MEDIA_IM_EXPAND - RICH_MEDIA_EXPANDING - RICH_MEDIA_INTERSTITIAL_FLOAT - RICH_MEDIA_MOBILE_IN_APP - RICH_MEDIA_MULTI_FLOATING - RICH_MEDIA_PEEL_DOWN - VPAID_LINEAR - VPAID_NON_LINEAR ",
          "items": {
            "$ref": "RichMediaExitOverride"
          },
          "type": "array"
        },
        "creativeIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the creative. This is a read-only, auto-generated field."
        }
      },
      "description": "Creative Assignment."
    },
    "PlacementGroup": {
      "description": "Contains properties of a package or roadblock.",
      "properties": {
        "childPlacementIds": {
          "description": "IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "pricingSchedule": {
          "$ref": "PricingSchedule",
          "description": "Pricing schedule of this placement group. This field is required on insertion."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this placement group. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "createInfo": {
          "description": "Information about the creation of this placement group. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "externalId": {
          "description": "External ID for this placement.",
          "type": "string"
        },
        "directorySiteId": {
          "description": "Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this placement group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "contentCategoryId": {
          "description": "ID of the content category assigned to this placement group.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementGroup\".",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "directorySiteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field."
        },
        "activeStatus": {
          "type": "string",
          "description": "Whether this placement group is active, inactive, archived or permanently archived.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PLACEMENT_STATUS_UNKNOWN",
            "PLACEMENT_STATUS_ACTIVE",
            "PLACEMENT_STATUS_INACTIVE",
            "PLACEMENT_STATUS_ARCHIVED",
            "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
          ]
        },
        "siteId": {
          "type": "string",
          "format": "int64",
          "description": "Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion."
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "campaignId": {
          "description": "Campaign ID of this placement group. This field is required on insertion.",
          "type": "string",
          "format": "int64"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this placement group. This is a read-only, auto-generated field."
        },
        "siteIdDimensionValue": {
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "comment": {
          "description": "Comments for this placement group.",
          "type": "string"
        },
        "advertiserId": {
          "description": "Advertiser ID of this placement group. This is a required field on insertion.",
          "type": "string",
          "format": "int64"
        },
        "placementGroupType": {
          "enumDescriptions": [
            "A simple group of site-placements (tags). Basically acts as a single pricing point for a group of tags.",
            "A group of site-placements (tags) that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. This kind of group requires one of its assigned site-placements to be marked as primary for reporting purposes."
          ],
          "enum": [
            "PLACEMENT_PACKAGE",
            "PLACEMENT_ROADBLOCK"
          ],
          "description": "Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion.",
          "type": "string"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this placement group. This is a read-only field."
        },
        "name": {
          "description": "Name of this placement group. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this placement group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "primaryPlacementIdDimensionValue": {
          "description": "Dimension value for the ID of the primary placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "placementStrategyId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the placement strategy assigned to this placement group."
        },
        "primaryPlacementId": {
          "description": "ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "PlacementGroup",
      "type": "object"
    },
    "AccountPermissionGroupsListResponse": {
      "id": "AccountPermissionGroupsListResponse",
      "type": "object",
      "description": "Account Permission Group List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroupGroupsListResponse\".",
          "type": "string"
        },
        "accountPermissionGroups": {
          "type": "array",
          "description": "Account permission group collection.",
          "items": {
            "$ref": "AccountPermissionGroup"
          }
        }
      }
    },
    "DirectorySiteSettings": {
      "properties": {
        "activeViewOptOut": {
          "description": "Whether this directory site has disabled active view creatives.",
          "type": "boolean"
        },
        "instreamVideoPlacementAccepted": {
          "description": "Whether this site accepts in-stream video ads.",
          "type": "boolean"
        },
        "interstitialPlacementAccepted": {
          "description": "Whether this site accepts interstitial ads.",
          "type": "boolean"
        },
        "dfpSettings": {
          "$ref": "DfpSettings",
          "description": "Directory site Ad Manager settings."
        }
      },
      "description": "Directory Site Settings",
      "id": "DirectorySiteSettings",
      "type": "object"
    },
    "CartData": {
      "description": "Contains additional information about cart data. This field may only be used when calling batchinsert; it is not supported by batchupdate. Cart data reporting is only supported in SA360. [Learn more](https://support.google.com/sa360/topic/13425788)",
      "properties": {
        "merchantId": {
          "type": "string",
          "format": "int64",
          "description": "The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details."
        },
        "merchantFeedLanguage": {
          "description": "The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes. Providing the feed language reduces ambiguity in identifying the right offer details.",
          "type": "string"
        },
        "items": {
          "description": "Data of the items purchased.",
          "items": {
            "$ref": "CartDataItem"
          },
          "type": "array"
        },
        "merchantFeedLabel": {
          "description": "The feed labels associated with the feed where your items are uploaded. For more information, please refer to \u200b\u200b https://support.google.com/merchants/answer/12453549. Providing the feed label reduces ambiguity in identifying the right offer details.",
          "type": "string"
        }
      },
      "id": "CartData",
      "type": "object"
    },
    "DimensionValue": {
      "id": "DimensionValue",
      "type": "object",
      "description": "Represents a DimensionValue resource.",
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimensionValue.",
          "type": "string"
        },
        "dimensionName": {
          "description": "The name of the dimension.",
          "type": "string"
        },
        "matchType": {
          "type": "string",
          "description": "Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "EXACT",
            "BEGINS_WITH",
            "CONTAINS",
            "WILDCARD_EXPRESSION"
          ]
        },
        "value": {
          "description": "The value of the dimension.",
          "type": "string"
        },
        "id": {
          "description": "The ID associated with the value if available.",
          "type": "string"
        },
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        }
      }
    },
    "Ad": {
      "properties": {
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "keyValueTargetingExpression": {
          "$ref": "KeyValueTargetingExpression",
          "description": "Key-value targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "type": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "AD_SERVING_STANDARD_AD",
            "AD_SERVING_DEFAULT_AD",
            "AD_SERVING_CLICK_TRACKER",
            "AD_SERVING_TRACKING",
            "AD_SERVING_BRAND_SAFE_AD"
          ],
          "description": "Type of ad. This is a required field on insertion. Note that default ads ( AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource)."
        },
        "startTime": {
          "type": "string",
          "format": "date-time"
        },
        "sslRequired": {
          "description": "Whether this ad requires ssl. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        },
        "size": {
          "description": "Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD.",
          "$ref": "Size"
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this ad. This is a read-only field."
        },
        "compatibility": {
          "description": "Compatibility of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. DISPLAY and DISPLAY_INTERSTITIAL refer to either rendering on desktop or on mobile devices or in mobile apps for regular or interstitial ads, respectively. APP and APP_INTERSTITIAL are only used for existing default ads. New mobile placements must be assigned DISPLAY or DISPLAY_INTERSTITIAL and default ads created for those placements will be limited to those compatibility types. IN_STREAM_VIDEO refers to rendering in-stream video ads developed with the VAST standard.",
          "enumDescriptions": [
            "",
            "",
            "Deprecated enum value. No longer supported.",
            "Deprecated enum value. No longer supported.",
            "",
            ""
          ],
          "enum": [
            "DISPLAY",
            "DISPLAY_INTERSTITIAL",
            "APP",
            "APP_INTERSTITIAL",
            "IN_STREAM_VIDEO",
            "IN_STREAM_AUDIO"
          ],
          "type": "string"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this ad. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "creativeGroupAssignments": {
          "type": "array",
          "description": "Creative group assignments for this ad. Applicable when type is AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is allowed for a maximum of two assignments.",
          "items": {
            "$ref": "CreativeGroupAssignment"
          }
        },
        "defaultClickThroughEventTagProperties": {
          "description": "Default click-through event tag properties for this ad.",
          "$ref": "DefaultClickThroughEventTagProperties"
        },
        "targetingTemplateId": {
          "type": "string",
          "format": "int64",
          "description": "Targeting template ID, used to apply preconfigured targeting information to this ad. This cannot be set while any of dayPartTargeting, geoTargeting, keyValueTargetingExpression, languageTargeting, remarketingListExpression, or technologyTargeting are set. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "dayPartTargeting": {
          "$ref": "DayPartTargeting",
          "description": "Time and day targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this ad. This is a read-only field that can be left blank."
        },
        "remarketingListExpression": {
          "$ref": "ListTargetingExpression",
          "description": "Remarketing list targeting expression for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#ad\".",
          "type": "string"
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting information for this ad.",
          "$ref": "ContextualKeywordTargeting"
        },
        "audienceSegmentId": {
          "description": "Audience segment ID that is being targeted for this ad. Applicable when type is AD_SERVING_STANDARD_AD.",
          "type": "string",
          "format": "int64"
        },
        "placementAssignments": {
          "description": "Placement assignments for this ad.",
          "items": {
            "$ref": "PlacementAssignment"
          },
          "type": "array"
        },
        "eventTagOverrides": {
          "type": "array",
          "description": "Event tag overrides for this ad.",
          "items": {
            "$ref": "EventTagOverride"
          }
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "technologyTargeting": {
          "description": "Technology platform targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD.",
          "$ref": "TechnologyTargeting"
        },
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID of this ad. This is a required field on insertion."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this ad. This is a read-only, auto-generated field."
        },
        "geoTargeting": {
          "$ref": "GeoTargeting",
          "description": "Geographical targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "active": {
          "description": "Whether this ad is active. When true, archived must be false.",
          "type": "boolean"
        },
        "sslCompliant": {
          "description": "Whether this ad is ssl compliant. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        },
        "advertiserId": {
          "description": "Advertiser ID of this ad. This is a required field on insertion.",
          "type": "string",
          "format": "int64"
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this ad. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "clickThroughUrl": {
          "description": "Click-through URL for this ad. This is a required field on insertion. Applicable when type is AD_SERVING_CLICK_TRACKER.",
          "$ref": "ClickThroughUrl"
        },
        "dynamicClickTracker": {
          "description": "Whether this ad is a dynamic click tracker. Applicable when type is AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is read-only after insert.",
          "type": "boolean"
        },
        "comments": {
          "description": "Comments for this ad.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this ad. This is a read-only field that can be left blank."
        },
        "deliverySchedule": {
          "$ref": "DeliverySchedule",
          "description": "Delivery schedule information for this ad. Applicable when type is AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with subfields priority and impressionRatio are required on insertion when type is AD_SERVING_STANDARD_AD."
        },
        "name": {
          "description": "Name of this ad. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "creativeRotation": {
          "$ref": "CreativeRotation",
          "description": "Creative rotation for this ad. Applicable when type is AD_SERVING_DEFAULT_AD, AD_SERVING_STANDARD_AD, or AD_SERVING_TRACKING. When type is AD_SERVING_DEFAULT_AD, this field should have exactly one creativeAssignment ."
        },
        "clickThroughUrlSuffixProperties": {
          "$ref": "ClickThroughUrlSuffixProperties",
          "description": "Click-through URL suffix properties for this ad. Applies to the URL in the ad or (if overriding ad properties) the URL in the creative."
        },
        "languageTargeting": {
          "$ref": "LanguageTargeting",
          "description": "Language targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "archived": {
          "description": "Whether this ad is archived. When true, active must be false.",
          "type": "boolean"
        }
      },
      "description": "Contains properties of a Campaign Manager ad.",
      "id": "Ad",
      "type": "object"
    },
    "MobileAppsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileAppsListResponse\".",
          "type": "string"
        },
        "mobileApps": {
          "description": "Mobile apps collection.",
          "items": {
            "$ref": "MobileApp"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Mobile app List Response",
      "id": "MobileAppsListResponse",
      "type": "object"
    },
    "CustomValueField": {
      "id": "CustomValueField",
      "type": "object",
      "properties": {
        "fieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Field ID in the element."
        },
        "requestKey": {
          "description": "Optional. Custom key used to match for auto filtering.",
          "type": "string"
        }
      },
      "description": "Contains custom value field information."
    },
    "BillingRate": {
      "properties": {
        "name": {
          "description": "Name of this billing rate. This must be less than 256 characters long.",
          "type": "string"
        },
        "unitOfMeasure": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "CPM",
            "CPC",
            "EA",
            "P2C"
          ],
          "description": "Unit of measure for this billing rate."
        },
        "tieredRates": {
          "description": "Tiered rate of this billing rate. This cannot co-exist with flat rate.",
          "items": {
            "$ref": "BillingRateTieredRate"
          },
          "type": "array"
        },
        "startDate": {
          "description": "Start date of this billing rate.",
          "type": "string"
        },
        "rateInMicros": {
          "description": "Flat rate in micros of this billing rate. This cannot co-exist with tiered rate.",
          "type": "string",
          "format": "int64"
        },
        "endDate": {
          "description": "End date of this billing rate.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "Type of this billing rate.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "AD_SERVING",
            "CLICKS",
            "MINIMUM_SERVICE",
            "PATH_TO_CONVERSION",
            "RICH_MEDIA_INPAGE",
            "RICH_MEDIA_EXPANDING",
            "RICH_MEDIA_FLOATING",
            "RICH_MEDIA_VIDEO",
            "RICH_MEDIA_TEASER",
            "RICH_MEDIA_VPAID",
            "INSTREAM_VIDEO",
            "PIXEL",
            "TRACKING",
            "TRAFFICKING_FEATURE",
            "CUSTOM_REPORTS",
            "EXPOSURE_TO_CONVERSION",
            "DATA_TRANSFER",
            "DATA_TRANSFER_SETUP",
            "STARTUP",
            "STATEMENT_OF_WORK",
            "PROVIDED_LIST",
            "PROVIDED_LIST_SETUP",
            "ENHANCED_FORMATS",
            "TRACKING_AD_IMPRESSIONS",
            "TRACKING_AD_CLICKS",
            "NIELSEN_DIGITAL_AD_RATINGS_FEE",
            "INSTREAM_VIDEO_REDIRECT",
            "INSTREAM_VIDEO_VPAID",
            "DISPLAY_AD_SERVING",
            "VIDEO_AD_SERVING",
            "AUDIO_AD_SERVING",
            "ADVANCED_DISPLAY_AD_SERVING"
          ]
        },
        "currencyCode": {
          "description": "Billing currency code in ISO 4217 format.",
          "type": "string"
        },
        "id": {
          "description": "ID of this billing rate.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "BillingRate",
      "type": "object"
    },
    "LookbackConfiguration": {
      "id": "LookbackConfiguration",
      "type": "object",
      "description": "Lookback configuration settings.",
      "properties": {
        "postImpressionActivitiesDuration": {
          "type": "integer",
          "format": "int32",
          "description": "Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive."
        },
        "clickDuration": {
          "description": "Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "AdBlockingConfiguration": {
      "properties": {
        "enabled": {
          "description": "Whether this campaign has enabled ad blocking. When true, ad blocking is enabled for placements in the campaign, but this may be overridden by site and placement settings. When false, ad blocking is disabled for all placements under the campaign, regardless of site and placement settings.",
          "type": "boolean"
        }
      },
      "description": "Campaign ad blocking settings.",
      "id": "AdBlockingConfiguration",
      "type": "object"
    },
    "CreativeFieldAssignment": {
      "id": "CreativeFieldAssignment",
      "type": "object",
      "description": "Creative Field Assignment.",
      "properties": {
        "creativeFieldId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the creative field."
        },
        "creativeFieldValueId": {
          "description": "ID of the creative field value.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "DirectorySite": {
      "description": "DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.",
      "properties": {
        "url": {
          "description": "URL of this directory site.",
          "type": "string"
        },
        "id": {
          "description": "ID of this directory site. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "settings": {
          "$ref": "DirectorySiteSettings",
          "description": "Directory site settings."
        },
        "interstitialTagFormats": {
          "description": "Tag types for interstitial placements. Acceptable values are: - \"IFRAME_JAVASCRIPT_INTERSTITIAL\" - \"INTERNAL_REDIRECT_INTERSTITIAL\" - \"JAVASCRIPT_INTERSTITIAL\" ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              ""
            ],
            "enum": [
              "IFRAME_JAVASCRIPT_INTERSTITIAL",
              "INTERNAL_REDIRECT_INTERSTITIAL",
              "JAVASCRIPT_INTERSTITIAL"
            ]
          },
          "type": "array"
        },
        "publisherSpecificationId": {
          "description": "Output only. Default publisher specification ID of video placements under this directory site. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "inpageTagFormats": {
          "description": "Tag types for regular placements. Acceptable values are: - \"STANDARD\" - \"IFRAME_JAVASCRIPT_INPAGE\" - \"INTERNAL_REDIRECT_INPAGE\" - \"JAVASCRIPT_INPAGE\" ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "STANDARD",
              "IFRAME_JAVASCRIPT_INPAGE",
              "INTERNAL_REDIRECT_INPAGE",
              "JAVASCRIPT_INPAGE"
            ]
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySite\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this directory site.",
          "type": "string"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        }
      },
      "id": "DirectorySite",
      "type": "object"
    },
    "EventTagsListResponse": {
      "id": "EventTagsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTagsListResponse\".",
          "type": "string"
        },
        "eventTags": {
          "type": "array",
          "description": "Event tag collection.",
          "items": {
            "$ref": "EventTag"
          }
        }
      },
      "description": "Event Tag List Response"
    },
    "AdvertiserLandingPagesListResponse": {
      "id": "AdvertiserLandingPagesListResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "landingPages": {
          "description": "Landing page collection",
          "items": {
            "$ref": "LandingPage"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserLandingPagesListResponse\".",
          "type": "string"
        }
      },
      "description": "Landing Page List Response"
    },
    "CompatibleFields": {
      "id": "CompatibleFields",
      "type": "object",
      "description": "Represents a response to the queryCompatibleFields method. Next ID: 10",
      "properties": {
        "crossDimensionReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\".",
          "$ref": "CrossDimensionReachReportCompatibleFields"
        },
        "reachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"REACH\".",
          "$ref": "ReachReportCompatibleFields"
        },
        "floodlightReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"FLOODLIGHT\".",
          "$ref": "FloodlightReportCompatibleFields"
        },
        "reportCompatibleFields": {
          "$ref": "ReportCompatibleFields",
          "description": "Contains items that are compatible to be selected for a report of type \"STANDARD\"."
        },
        "crossMediaReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\".",
          "$ref": "CrossMediaReachReportCompatibleFields"
        },
        "pathToConversionReportCompatibleFields": {
          "$ref": "PathToConversionReportCompatibleFields",
          "description": "Contains items that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\"."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#compatibleFields.",
          "type": "string"
        }
      }
    },
    "City": {
      "id": "City",
      "type": "object",
      "description": "Contains information about a city that can be targeted by ads.",
      "properties": {
        "metroDmaId": {
          "description": "ID of the metro region (DMA) to which this city belongs.",
          "type": "string",
          "format": "int64"
        },
        "countryDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the country to which this city belongs."
        },
        "regionCode": {
          "description": "Region code of the region to which this city belongs.",
          "type": "string"
        },
        "dartId": {
          "description": "DART ID of this city. This is the ID used for targeting and generating reports.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this city.",
          "type": "string"
        },
        "metroCode": {
          "description": "Metro region code of the metro region (DMA) to which this city belongs.",
          "type": "string"
        },
        "regionDartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of the region to which this city belongs."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#city\".",
          "type": "string"
        },
        "countryCode": {
          "description": "Country code of the country to which this city belongs.",
          "type": "string"
        }
      }
    },
    "CampaignSummary": {
      "id": "CampaignSummary",
      "type": "object",
      "description": "Represents a summarized campaign information associated with this invoice.",
      "properties": {
        "billingInvoiceCode": {
          "description": "Campaign billing invoice code.",
          "type": "string"
        },
        "preTaxAmountMicros": {
          "description": "The pre-tax amount for this campaign, in micros of the invoice's currency.",
          "type": "string",
          "format": "int64"
        },
        "taxAmountMicros": {
          "description": "The tax amount for this campaign, in micros of the invoice's currency.",
          "type": "string",
          "format": "int64"
        },
        "totalAmountMicros": {
          "description": "The total amount of charges for this campaign, in micros of the invoice's currency.",
          "type": "string",
          "format": "int64"
        },
        "campaignId": {
          "description": "Campaign ID.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "EncryptionInfo": {
      "properties": {
        "encryptionSource": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ENCRYPTION_SCOPE_UNKNOWN",
            "AD_SERVING",
            "DATA_TRANSFER"
          ],
          "description": "Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer."
        },
        "encryptionEntityId": {
          "type": "string",
          "format": "int64",
          "description": "The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer."
        },
        "encryptionEntityType": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ENCRYPTION_ENTITY_TYPE_UNKNOWN",
            "DCM_ACCOUNT",
            "DCM_ADVERTISER",
            "DBM_PARTNER",
            "DBM_ADVERTISER",
            "ADWORDS_CUSTOMER",
            "DFP_NETWORK_CODE"
          ],
          "description": "The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#encryptionInfo\".",
          "type": "string"
        }
      },
      "description": "A description of how user IDs are encrypted.",
      "id": "EncryptionInfo",
      "type": "object"
    },
    "CountriesListResponse": {
      "description": "Country List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#countriesListResponse\".",
          "type": "string"
        },
        "countries": {
          "type": "array",
          "description": "Country collection.",
          "items": {
            "$ref": "Country"
          }
        }
      },
      "id": "CountriesListResponse",
      "type": "object"
    },
    "ContentCategory": {
      "id": "ContentCategory",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this content category. This is a required field and must be less than 256 characters long and unique among content categories of the same account.",
          "type": "string"
        },
        "id": {
          "description": "ID of this content category. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "description": "Account ID of this content category. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategory\".",
          "type": "string"
        }
      }
    },
    "FrequencyCap": {
      "properties": {
        "impressions": {
          "description": "Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.",
          "type": "string",
          "format": "int64"
        },
        "duration": {
          "type": "string",
          "format": "int64",
          "description": "Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive."
        }
      },
      "description": "Frequency Cap.",
      "id": "FrequencyCap",
      "type": "object"
    },
    "CompanionClickThroughOverride": {
      "properties": {
        "creativeId": {
          "description": "ID of the creative for this companion click-through override.",
          "type": "string",
          "format": "int64"
        },
        "clickThroughUrl": {
          "description": "Click-through URL of this companion click-through override.",
          "$ref": "ClickThroughUrl"
        }
      },
      "description": "Companion Click-through override.",
      "id": "CompanionClickThroughOverride",
      "type": "object"
    },
    "FloodlightConfiguration": {
      "id": "FloodlightConfiguration",
      "type": "object",
      "properties": {
        "customViewabilityMetric": {
          "description": "Custom Viewability metric for the floodlight configuration.",
          "$ref": "CustomViewabilityMetric"
        },
        "naturalSearchConversionAttributionOption": {
          "description": "Types of attribution options for natural search conversions.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION"
          ],
          "type": "string"
        },
        "inAppAttributionTrackingEnabled": {
          "description": "Whether in-app attribution tracking is enabled.",
          "type": "boolean"
        },
        "firstDayOfWeek": {
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "SUNDAY",
            "MONDAY"
          ],
          "type": "string"
        },
        "id": {
          "description": "ID of this floodlight configuration. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "lookbackConfiguration": {
          "description": "Lookback window settings for this floodlight configuration.",
          "$ref": "LookbackConfiguration"
        },
        "analyticsDataSharingEnabled": {
          "description": "Whether advertiser data is shared with Google Analytics.",
          "type": "boolean"
        },
        "tagSettings": {
          "description": "Configuration settings for dynamic and image floodlight tags.",
          "$ref": "TagSettings"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of the parent advertiser of this floodlight configuration."
        },
        "thirdPartyAuthenticationTokens": {
          "description": "List of third-party authentication tokens enabled for this configuration.",
          "items": {
            "$ref": "ThirdPartyAuthenticationToken"
          },
          "type": "array"
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank."
        },
        "omnitureSettings": {
          "$ref": "OmnitureSettings",
          "description": "Settings for Campaign Manager Omniture integration."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfiguration\".",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this floodlight configuration. This is a read-only field that can be left blank."
        },
        "userDefinedVariableConfigurations": {
          "description": "List of user defined variables enabled for this configuration.",
          "items": {
            "$ref": "UserDefinedVariableConfiguration"
          },
          "type": "array"
        },
        "exposureToConversionEnabled": {
          "description": "Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.",
          "type": "boolean"
        }
      },
      "description": "Contains properties of a Floodlight configuration."
    },
    "SkippableSetting": {
      "id": "SkippableSetting",
      "type": "object",
      "properties": {
        "skipOffset": {
          "description": "Amount of time to play videos served to this placement before the skip button should appear. Applicable when skippable is true.",
          "$ref": "VideoOffset"
        },
        "skippable": {
          "description": "Whether the user can skip creatives served to this placement.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#skippableSetting\".",
          "type": "string"
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true."
        }
      },
      "description": "Skippable Settings"
    },
    "DynamicRules": {
      "id": "DynamicRules",
      "type": "object",
      "description": "Contains dynamic rules information.",
      "properties": {
        "weightFieldId": {
          "description": "Optional. The field ID for the feed that will be used for weighted rotation, only applicable when rotation type is WEIGHTED.",
          "type": "integer",
          "format": "int32"
        },
        "autoTargetedFieldIds": {
          "description": "Optional. List of field IDs in this element that should be auto-targeted. Applicable when rule type is AUTO.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        },
        "ruleType": {
          "enumDescriptions": [
            "The rule type is unknown. This value is unused.",
            "The rule type is open, all feed rows are eligible for selection. This is the default value.",
            "The rule type is auto, the feed rows are eligible for selection based on the automatic rules.",
            "The rule type is custom, the feed rows are eligible for selection based on the custom rules.",
            "The rule type is proximity targeting, the feed rows are eligible for selection based on the proximity targeting rules."
          ],
          "enum": [
            "RULE_SET_TYPE_UNKNOWN",
            "OPEN",
            "AUTO",
            "CUSTOM",
            "PROXIMITY_TARGETING"
          ],
          "description": "Optional. The type of the rule, the default value is OPEN.",
          "type": "string"
        },
        "remarketingValueAttributes": {
          "type": "array",
          "description": "Optional. The link between an element field ID and a list of user attribute IDs.",
          "items": {
            "$ref": "RemarketingValueAttribute"
          }
        },
        "rotationType": {
          "type": "string",
          "enumDescriptions": [
            "The rotation type is unknown. This value is unused.",
            "The rotation type is random. It is the default value.",
            "The rotation type is optimized.",
            "The rotation type is weighted."
          ],
          "enum": [
            "ROTATION_TYPE_UNKNOWN",
            "RANDOM",
            "OPTIMIZED",
            "WEIGHTED"
          ],
          "description": "Optional. The rotation type to select from eligible rows. Rotation type only apply when the filtering rule results in more than one eligible rows."
        },
        "customRules": {
          "type": "array",
          "description": "Optional. The custom rules of the dynamic feed, only applicable when rule type is CUSTOM.",
          "items": {
            "$ref": "CustomRule"
          }
        },
        "customValueFields": {
          "type": "array",
          "description": "Optional. Mapping between field ID and custom key that are used to match for auto filtering.",
          "items": {
            "$ref": "CustomValueField"
          }
        },
        "proximityFilter": {
          "$ref": "ProximityFilter",
          "description": "Optional. The proximity targeting rules of the dynamic feed, only applicable when rule type is PROXIMITY_TARGETING."
        }
      }
    },
    "MobileCarriersListResponse": {
      "id": "MobileCarriersListResponse",
      "type": "object",
      "description": "Mobile Carrier List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarriersListResponse\".",
          "type": "string"
        },
        "mobileCarriers": {
          "description": "Mobile carrier collection.",
          "items": {
            "$ref": "MobileCarrier"
          },
          "type": "array"
        }
      }
    },
    "ListPopulationClause": {
      "id": "ListPopulationClause",
      "type": "object",
      "properties": {
        "terms": {
          "type": "array",
          "description": "Terms of this list population clause. Each clause is made up of list population terms representing constraints and are joined by ORs.",
          "items": {
            "$ref": "ListPopulationTerm"
          }
        }
      },
      "description": "A group clause made up of list population terms representing constraints joined by ORs."
    },
    "CreativeFieldsListResponse": {
      "id": "CreativeFieldsListResponse",
      "type": "object",
      "description": "Creative Field List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldsListResponse\".",
          "type": "string"
        },
        "creativeFields": {
          "description": "Creative field collection.",
          "items": {
            "$ref": "CreativeField"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      }
    },
    "PlacementTag": {
      "properties": {
        "placementId": {
          "description": "Placement ID",
          "type": "string",
          "format": "int64"
        },
        "tagDatas": {
          "type": "array",
          "description": "Tags generated for this placement.",
          "items": {
            "$ref": "TagData"
          }
        }
      },
      "description": "Placement Tag",
      "id": "PlacementTag",
      "type": "object"
    },
    "ContextualKeyword": {
      "description": "Contains information about a Contextual Keyword that can be targeted by ads.",
      "properties": {
        "keyword": {
          "description": "The keyword that can be targeted by ads.",
          "type": "string"
        }
      },
      "id": "ContextualKeyword",
      "type": "object"
    },
    "Size": {
      "properties": {
        "id": {
          "description": "ID of this size. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "width": {
          "description": "Width of this size. Acceptable values are 0 to 32767, inclusive.",
          "type": "integer",
          "format": "int32"
        },
        "height": {
          "type": "integer",
          "format": "int32",
          "description": "Height of this size. Acceptable values are 0 to 32767, inclusive."
        },
        "iab": {
          "description": "IAB standard size. This is a read-only, auto-generated field.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#size\".",
          "type": "string"
        }
      },
      "description": "Represents the dimensions of ads, placements, creatives, or creative assets.",
      "id": "Size",
      "type": "object"
    },
    "ListTargetingExpression": {
      "properties": {
        "expression": {
          "description": "Expression describing which lists are being targeted by the ad.",
          "type": "string"
        }
      },
      "description": "Remarketing List Targeting Expression.",
      "id": "ListTargetingExpression",
      "type": "object"
    },
    "TvCampaignDetail": {
      "id": "TvCampaignDetail",
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this TV campaign.",
          "type": "string"
        },
        "timepoints": {
          "description": "The timepoints of the TV campaign.",
          "items": {
            "$ref": "TvCampaignTimepoint"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\".",
          "type": "string"
        }
      },
      "description": "TvCampaignDetail contains data from a TV campaign for specific start dates and date windows."
    },
    "EventTagOverride": {
      "id": "EventTagOverride",
      "type": "object",
      "description": "Event tag override information.",
      "properties": {
        "id": {
          "description": "ID of this event tag override. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "enabled": {
          "description": "Whether this override is enabled.",
          "type": "boolean"
        }
      }
    },
    "DynamicFeedsInsertRequest": {
      "id": "DynamicFeedsInsertRequest",
      "type": "object",
      "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynamic feed itself don't need the dynamic profile id.",
      "properties": {
        "dynamicProfileId": {
          "description": "Required. Dynamic profile ID of the inserted dynamic feed.",
          "type": "string",
          "format": "int64"
        },
        "dynamicFeed": {
          "description": "Required. Dynamic feed to insert.",
          "$ref": "DynamicFeed"
        }
      }
    },
    "DfareportingStudioCreativeAssetsInsertRequest": {
      "id": "DfareportingStudioCreativeAssetsInsertRequest",
      "type": "object",
      "description": "Request message for DfareportingStudioCreativeAssets.Insert.",
      "properties": {
        "studioAccountId": {
          "description": "Optional. Studio account ID of the studio creative asset. It is a optional.",
          "type": "string",
          "format": "int64"
        },
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion."
        },
        "studioCreativeId": {
          "description": "Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset will be associated to the creative.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "OperatingSystemVersionsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersionsListResponse\".",
          "type": "string"
        },
        "operatingSystemVersions": {
          "description": "Operating system version collection.",
          "items": {
            "$ref": "OperatingSystemVersion"
          },
          "type": "array"
        }
      },
      "description": "Operating System Version List Response",
      "id": "OperatingSystemVersionsListResponse",
      "type": "object"
    },
    "PlatformTypesListResponse": {
      "id": "PlatformTypesListResponse",
      "type": "object",
      "description": "Platform Type List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformTypesListResponse\".",
          "type": "string"
        },
        "platformTypes": {
          "description": "Platform type collection.",
          "items": {
            "$ref": "PlatformType"
          },
          "type": "array"
        }
      }
    },
    "TargetableRemarketingListsListResponse": {
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingListsListResponse\".",
          "type": "string"
        },
        "targetableRemarketingLists": {
          "type": "array",
          "description": "Targetable remarketing list collection.",
          "items": {
            "$ref": "TargetableRemarketingList"
          }
        }
      },
      "description": "Targetable remarketing list response",
      "id": "TargetableRemarketingListsListResponse",
      "type": "object"
    },
    "StudioCreativeAsset": {
      "description": " *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains studio creative asset information.",
      "properties": {
        "studioAccountId": {
          "type": "string",
          "format": "int64",
          "description": "Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated.."
        },
        "id": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field."
        },
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Studio advertiser ID of this studio creative asset. This is a required field on insertion."
        },
        "filename": {
          "description": "The filename of the studio creative asset. It is default to the original filename of the asset.",
          "type": "string"
        },
        "filesize": {
          "description": "The filesize of the studio creative asset. This is a read-only field.",
          "type": "string",
          "format": "int64"
        },
        "type": {
          "description": "The type of the studio creative asset. It is a auto-generated, read-only field.",
          "enumDescriptions": [
            "Unknown type of asset.",
            "The asset is an HTML file.",
            "The asset is a video file.",
            "The asset is an image file.",
            "The asset is a font file."
          ],
          "enum": [
            "UNKNOWN_TYPE",
            "HTML",
            "VIDEO",
            "IMAGE",
            "FONT"
          ],
          "type": "string"
        },
        "lastModifiedInfo": {
          "description": "Output only. The last modified timestamp of the studio creative asset. This is a read-only field.",
          "$ref": "LastModifiedInfo",
          "readOnly": true
        },
        "videoProcessingData": {
          "description": "The processing data of the studio creative asset. This is a read-only field.",
          "$ref": "VideoProcessingData"
        },
        "studioCreativeId": {
          "description": "Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set.",
          "type": "string",
          "format": "int64"
        },
        "createInfo": {
          "description": "Output only. The creation timestamp of the studio creative asset. This is a read-only field.",
          "readOnly": true,
          "$ref": "LastModifiedInfo"
        }
      },
      "id": "StudioCreativeAsset",
      "type": "object"
    },
    "ConnectionType": {
      "id": "ConnectionType",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this connection type.",
          "type": "string"
        },
        "id": {
          "description": "ID of this connection type.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionType\".",
          "type": "string"
        }
      },
      "description": "Contains information about an internet connection type that can be targeted by ads. Clients can use the connection type to target mobile vs. broadband users."
    },
    "PricingSchedule": {
      "description": "Pricing Schedule",
      "properties": {
        "testingStartDate": {
          "type": "string",
          "format": "date"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "capCostOption": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "CAP_COST_NONE",
            "CAP_COST_MONTHLY",
            "CAP_COST_CUMULATIVE"
          ],
          "description": "Placement cap cost option."
        },
        "floodlightActivityId": {
          "description": "Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.",
          "type": "string",
          "format": "int64"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "pricingType": {
          "description": "Placement pricing type. This field is required on insertion.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PRICING_TYPE_CPM",
            "PRICING_TYPE_CPC",
            "PRICING_TYPE_CPA",
            "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
            "PRICING_TYPE_FLAT_RATE_CLICKS",
            "PRICING_TYPE_CPM_ACTIVEVIEW"
          ],
          "type": "string"
        },
        "flighted": {
          "description": "Whether this placement is flighted. If true, pricing periods will be computed automatically.",
          "type": "boolean"
        },
        "pricingPeriods": {
          "type": "array",
          "description": "Pricing periods for this placement.",
          "items": {
            "$ref": "PricingSchedulePricingPeriod"
          }
        }
      },
      "id": "PricingSchedule",
      "type": "object"
    },
    "OmnitureSettings": {
      "id": "OmnitureSettings",
      "type": "object",
      "description": "Omniture Integration Settings.",
      "properties": {
        "omnitureCostDataEnabled": {
          "description": "Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.",
          "type": "boolean"
        },
        "omnitureIntegrationEnabled": {
          "description": "Whether Omniture integration is enabled. This property can be enabled only when the \"Advanced Ad Serving\" account setting is enabled.",
          "type": "boolean"
        }
      }
    },
    "TvCampaignSummary": {
      "id": "TvCampaignSummary",
      "type": "object",
      "description": "TvCampaignSummary contains aggregate data from a TV campaign.",
      "properties": {
        "id": {
          "description": "ID of this TV campaign.",
          "type": "string"
        },
        "impressions": {
          "description": "Impressions across the entire TV campaign.",
          "type": "string",
          "format": "int64"
        },
        "endDate": {
          "description": "The end date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\".",
          "type": "string"
        },
        "type": {
          "enumDescriptions": [
            "Required to exist; do not use.",
            "Company.",
            "Brand.",
            "Product.",
            "Campaign."
          ],
          "enum": [
            "CAMPAIGN_COMPONENT_TYPE_UNSPECIFIED",
            "COMPANY",
            "BRAND",
            "PRODUCT",
            "CAMPAIGN"
          ],
          "description": "\"CampaignComponentType\" of this TV campaign.",
          "type": "string"
        },
        "grp": {
          "type": "string",
          "format": "int64",
          "description": "GRP of this TV campaign."
        },
        "spend": {
          "description": "Spend across the entire TV campaign.",
          "type": "number",
          "format": "double"
        },
        "startDate": {
          "description": "The start date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\".",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\".",
          "type": "string"
        },
        "name": {
          "description": "Identifier. Name of this TV campaign.",
          "type": "string"
        }
      }
    },
    "AdvertisersListResponse": {
      "description": "Advertiser List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertisersListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "advertisers": {
          "description": "Advertiser collection.",
          "items": {
            "$ref": "Advertiser"
          },
          "type": "array"
        }
      },
      "id": "AdvertisersListResponse",
      "type": "object"
    },
    "PlacementsGenerateTagsResponse": {
      "id": "PlacementsGenerateTagsResponse",
      "type": "object",
      "properties": {
        "placementTags": {
          "description": "Set of generated tags for the specified placements.",
          "items": {
            "$ref": "PlacementTag"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementsGenerateTagsResponse\".",
          "type": "string"
        }
      },
      "description": "Placement GenerateTags Response"
    },
    "EventTag": {
      "id": "EventTag",
      "type": "object",
      "description": "Contains properties of an event tag.",
      "properties": {
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this event tag. This field or the campaignId field is required on insertion."
        },
        "sslCompliant": {
          "description": "Whether this tag is SSL-compliant or not. This is a read-only field.",
          "type": "boolean"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "ENABLED",
            "DISABLED"
          ],
          "description": "Status of this event tag. Must be ENABLED for this event tag to fire. This is a required field."
        },
        "siteIds": {
          "type": "array",
          "description": "Filter list of site IDs associated with this event tag. The siteFilterType determines whether this is a allowlist or blocklist filter.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "siteFilterType": {
          "description": "Site filter type for this event tag. If no type is specified then the event tag will be applied to all sites.",
          "enumDescriptions": [
            "The event tag should only ever fire on specified sites.",
            "The event tag should fire on all sites EXCEPT the specified sites."
          ],
          "enum": [
            "ALLOWLIST",
            "BLOCKLIST"
          ],
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this event tag. This is a read-only, auto-generated field."
        },
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID of this event tag. This field or the advertiserId field is required on insertion."
        },
        "type": {
          "enumDescriptions": [
            "A third-party pixel for impression tracking.",
            "A third-party JavaScript URL for impression tracking.",
            "A third-party URL for click tracking that redirects to the landing page."
          ],
          "enum": [
            "IMPRESSION_IMAGE_EVENT_TAG",
            "IMPRESSION_JAVASCRIPT_EVENT_TAG",
            "CLICK_THROUGH_EVENT_TAG"
          ],
          "description": "Event tag type. Can be used to specify whether to use a third-party pixel, a third-party JavaScript URL, or a third-party click-through URL for either impression or click tracking. This is a required field.",
          "type": "string"
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "name": {
          "description": "Name of this event tag. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "enabledByDefault": {
          "description": "Whether this event tag should be automatically enabled for all of the advertiser's campaigns and ads.",
          "type": "boolean"
        },
        "accountId": {
          "description": "Account ID of this event tag. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTag\".",
          "type": "string"
        },
        "excludeFromAdxRequests": {
          "description": "Whether to remove this event tag from ads that are trafficked through Display & Video 360 to Ad Exchange. This may be useful if the event tag uses a pixel that is unapproved for Ad Exchange bids on one or more networks, such as the Google Display Network.",
          "type": "boolean"
        },
        "subaccountId": {
          "description": "Subaccount ID of this event tag. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "url": {
          "description": "Payload URL for this event tag. The URL on a click-through event tag should have a landing page URL appended to the end of it. This field is required on insertion.",
          "type": "string"
        },
        "urlEscapeLevels": {
          "description": "Number of times the landing page URL should be URL-escaped before being appended to the click-through event tag URL. Only applies to click-through event tags as specified by the event tag type.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "LanguagesListResponse": {
      "description": "Language List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#languagesListResponse\".",
          "type": "string"
        },
        "languages": {
          "type": "array",
          "description": "Language collection.",
          "items": {
            "$ref": "Language"
          }
        }
      },
      "id": "LanguagesListResponse",
      "type": "object"
    },
    "MetrosListResponse": {
      "id": "MetrosListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metrosListResponse\".",
          "type": "string"
        },
        "metros": {
          "description": "Metro collection.",
          "items": {
            "$ref": "Metro"
          },
          "type": "array"
        }
      },
      "description": "Metro List Response"
    },
    "DynamicProfileGenerateCodeResponse": {
      "id": "DynamicProfileGenerateCodeResponse",
      "type": "object",
      "properties": {
        "code": {
          "description": "Generated code for the dynamic profile. The code will need to be unescaped.",
          "type": "string"
        }
      },
      "description": "Response message for DfareportingDynamicProfiles.GenerateCode."
    },
    "ThirdPartyTrackingUrl": {
      "id": "ThirdPartyTrackingUrl",
      "type": "object",
      "description": "Third-party Tracking URL.",
      "properties": {
        "thirdPartyUrlType": {
          "enumDescriptions": [
            "Used to count impressions of the ad after video buffering is complete.",
            "Used to track user clicks on the video.",
            "Used to track the number of times a user starts a video.",
            "Used to track the number of times the video plays to 25% of its length.",
            "Used to track the number of times the video plays to 50% of its length.",
            "Used to track the number of times the video plays to 75% of its length.",
            "Used to track the number of times the video plays to the end.",
            "Used to track the number of times a user mutes the video.",
            "Used to track the number of times a user pauses the video.",
            "Used to track the number of times a user replays the video.",
            "Used to track the number of times a user expands the video to full-screen size.",
            "Used to track the number of times a user stops the video.",
            "Used to track the number of times a user performs a custom click, such as clicking on a video hot spot.",
            "Used for DFA6 compatibility, this is deprecating in favor of event tags.",
            "Used by Studio RichMediaCreative, maps to its thirdPartyImpressionsUrl",
            "Used by Studio RichMediaCreative, maps to its thirdPartyRichMediaImpressionsUrl",
            "Used by Studio RichMediaCreative, maps to its thirdPartyBackupImageImpressionsUrl",
            "Used to track the number of times the video was skipped.",
            "Used to track the number of times the video plays to an offset determined by the user."
          ],
          "enum": [
            "IMPRESSION",
            "CLICK_TRACKING",
            "VIDEO_START",
            "VIDEO_FIRST_QUARTILE",
            "VIDEO_MIDPOINT",
            "VIDEO_THIRD_QUARTILE",
            "VIDEO_COMPLETE",
            "VIDEO_MUTE",
            "VIDEO_PAUSE",
            "VIDEO_REWIND",
            "VIDEO_FULLSCREEN",
            "VIDEO_STOP",
            "VIDEO_CUSTOM",
            "SURVEY",
            "RICH_MEDIA_IMPRESSION",
            "RICH_MEDIA_RM_IMPRESSION",
            "RICH_MEDIA_BACKUP_IMPRESSION",
            "VIDEO_SKIP",
            "VIDEO_PROGRESS"
          ],
          "description": "Third-party URL type for in-stream video and in-stream audio creatives.",
          "type": "string"
        },
        "url": {
          "description": "URL for the specified third-party URL type.",
          "type": "string"
        }
      }
    },
    "SiteCompanionSetting": {
      "description": "Companion Settings",
      "properties": {
        "enabledSizes": {
          "type": "array",
          "description": "Allowlist of companion sizes to be served via this site template. Set this list to null or empty to serve all companion sizes.",
          "items": {
            "$ref": "Size"
          }
        },
        "companionsDisabled": {
          "description": "Whether companions are disabled for this site template.",
          "type": "boolean"
        },
        "imageOnly": {
          "description": "Whether to serve only static images as companions.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteCompanionSetting\".",
          "type": "string"
        }
      },
      "id": "SiteCompanionSetting",
      "type": "object"
    },
    "Element": {
      "properties": {
        "startTimestampFieldId": {
          "description": "Optional. The field ID to specify the field that represents the start timestamp. Only applicable if you're planning to use scheduling in your dynamic creative.",
          "type": "integer",
          "format": "int32"
        },
        "elementName": {
          "description": "Optional. The name of the element. It is defaulted to resource file name if not provided.",
          "type": "string"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the element. This is a read-only field."
        },
        "defaultFieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The field ID to specify the field that represents the default field in the feed."
        },
        "endTimestampFieldId": {
          "description": "Optional. The field ID to specify the field that represents the end timestamp. Only applicable if you're planning to use scheduling in your dynamic creative.",
          "type": "integer",
          "format": "int32"
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The creation timestamp of the element. This is a read-only field."
        },
        "proximityTargetingFieldId": {
          "description": "Optional. The field ID that specify field used for proximity targeting.",
          "type": "integer",
          "format": "int32"
        },
        "isLocalTimestamp": {
          "description": "Optional. Whether the start and end timestamp is local timestamp. The default value is false which means start and end timestamp is in UTC.",
          "type": "boolean"
        },
        "reportingLabelFieldId": {
          "description": "Required. The field ID to specify the field used for dynamic reporting in Campaign Manager 360.",
          "type": "integer",
          "format": "int32"
        },
        "activeFieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The field ID to specify the active field in the feed."
        },
        "feedFields": {
          "description": "Required. The list of fields of the element. The field order and name should match the meta data in the content source source.",
          "items": {
            "$ref": "FeedField"
          },
          "type": "array"
        },
        "externalIdFieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Required. The field ID to specify the field used for uniquely identifying the feed row. This is a required field."
        }
      },
      "description": "Contains the element of the dynamic feed.",
      "id": "Element",
      "type": "object"
    },
    "Advertiser": {
      "description": "Contains properties of a Campaign Manager advertiser.",
      "properties": {
        "id": {
          "description": "ID of this advertiser. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "advertiserGroupId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the advertiser group this advertiser belongs to. You can group advertisers for reporting purposes, allowing you to see aggregated information for all advertisers in each group."
        },
        "clickThroughUrlSuffix": {
          "description": "Suffix added to click-through URL of ad creative associations under this advertiser. Must be less than 129 characters long.",
          "type": "string"
        },
        "measurementPartnerLink": {
          "description": "Measurement partner advertiser link for tag wrapping.",
          "$ref": "MeasurementPartnerAdvertiserLink"
        },
        "floodlightConfigurationId": {
          "description": "Floodlight configuration ID of this advertiser. The floodlight configuration ID will be created automatically, so on insert this field should be left blank. This field can be set to another advertiser's floodlight configuration ID in order to share that advertiser's floodlight configuration with this advertiser, so long as: - This advertiser's original floodlight configuration is not already associated with floodlight activities or floodlight activity groups. - This advertiser's original floodlight configuration is not already shared with another advertiser. ",
          "type": "string",
          "format": "int64"
        },
        "suspended": {
          "description": "Suspension status of this advertiser.",
          "type": "boolean"
        },
        "status": {
          "description": "Status of this advertiser.",
          "enumDescriptions": [
            "Approved (ads can deliver)",
            "On-hold (all ads are stopped)"
          ],
          "enum": [
            "APPROVED",
            "ON_HOLD"
          ],
          "type": "string"
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "originalFloodlightConfigurationId": {
          "type": "string",
          "format": "int64",
          "description": "Original floodlight configuration before any sharing occurred. Set the floodlightConfigurationId of this advertiser to originalFloodlightConfigurationId to unshare the advertiser's current floodlight configuration. You cannot unshare an advertiser's floodlight configuration if the shared configuration has activities associated with any campaign or placement."
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this advertiser.This is a read-only field that can be left blank."
        },
        "euPoliticalAdsDeclaration": {
          "type": "string",
          "enumDescriptions": [
            "You'll need to confirm if your campaign contains EU political advertising.",
            "All new campaigns will have “No” selected for the question that asks if your campaign has EU political ads. You can change this for any campaign at any time."
          ],
          "enum": [
            "ADVERTISER_PLANS_TO_SERVE_EU_POLITICAL_ADS",
            "ADVERTISER_DOES_NOT_PLAN_TO_SERVE_EU_POLITICAL_ADS"
          ],
          "description": "Optional. Whether the advertiser plans to serve EU political ads."
        },
        "defaultClickThroughEventTagId": {
          "description": "ID of the click-through event tag to apply by default to the landing pages of this advertiser's campaigns.",
          "type": "string",
          "format": "int64"
        },
        "defaultEmail": {
          "description": "Default email address used in sender field for tag emails.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiser\".",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this advertiser.This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of this advertiser. This is a required field and must be less than 256 characters long and unique among advertisers of the same account.",
          "type": "string"
        }
      },
      "id": "Advertiser",
      "type": "object"
    },
    "AudienceSegmentGroup": {
      "properties": {
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this audience segment group. This is a read-only, auto-generated field."
        },
        "name": {
          "description": "Name of this audience segment group. This is a required field and must be less than 65 characters long.",
          "type": "string"
        },
        "audienceSegments": {
          "type": "array",
          "description": "Audience segments assigned to this group. The number of segments must be between 2 and 100.",
          "items": {
            "$ref": "AudienceSegment"
          }
        }
      },
      "description": "Audience Segment Group.",
      "id": "AudienceSegmentGroup",
      "type": "object"
    },
    "RuleBlock": {
      "id": "RuleBlock",
      "type": "object",
      "properties": {
        "fieldFilter": {
          "description": "Optional. A list of non-auto field filters",
          "items": {
            "$ref": "FieldFilter"
          },
          "type": "array"
        }
      },
      "description": "Contains a list of field filters that the given custom rule will apply."
    },
    "ProximityFilter": {
      "id": "ProximityFilter",
      "type": "object",
      "description": "Contains proximity filter information.",
      "properties": {
        "fieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Field ID in the element."
        },
        "radiusBucketType": {
          "description": "Optional. The radius bucket type of the proximity filter",
          "enumDescriptions": [
            "The radius bucket type is unknown.",
            "The radius bucket type is small.",
            "The radius bucket type is medium.",
            "The radius bucket type is large.",
            "The radius bucket type is multi-regional.",
            "The radius bucket type is national."
          ],
          "enum": [
            "RADIUS_BUCKET_TYPE_UNKNOWN",
            "SMALL",
            "MEDIUM",
            "LARGE",
            "MULTI_REGIONAL",
            "NATIONAL"
          ],
          "type": "string"
        },
        "radiusValue": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Radius length in units defined by radius_units."
        },
        "radiusUnitType": {
          "enumDescriptions": [
            "The units of the radius value are unknown. This value is unused.",
            "The units of the radius value are kilometers.",
            "The units of the radius value are miles."
          ],
          "enum": [
            "RADIUS_UNIT_TYPE_UNKNOWN",
            "KILOMETERS",
            "MILES"
          ],
          "description": "Optional. The units of the radius value",
          "type": "string"
        }
      }
    },
    "UserRolePermissionsListResponse": {
      "description": "User Role Permission List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionsListResponse\".",
          "type": "string"
        },
        "userRolePermissions": {
          "description": "User role permission collection.",
          "items": {
            "$ref": "UserRolePermission"
          },
          "type": "array"
        }
      },
      "id": "UserRolePermissionsListResponse",
      "type": "object"
    },
    "Conversion": {
      "id": "Conversion",
      "type": "object",
      "description": "A Conversion represents when a user successfully performs a desired action after seeing an ad.",
      "properties": {
        "floodlightActivityId": {
          "type": "string",
          "format": "int64",
          "description": "Floodlight Activity ID of this conversion. This is a required field."
        },
        "adUserDataConsent": {
          "type": "string",
          "description": "This represents consent for ad user data.",
          "enumDescriptions": [
            "Granted.",
            "Denied."
          ],
          "enum": [
            "GRANTED",
            "DENIED"
          ]
        },
        "dclid": {
          "description": "The display click ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, mobileDeviceId, gclid, and impressionId. This or encryptedUserId or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid or impressionId is a required field.",
          "type": "string"
        },
        "impressionId": {
          "description": "The impression ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, mobileDeviceId, and gclid. One of these identifiers must be set.",
          "type": "string"
        },
        "value": {
          "description": "The value of the conversion. Interpreted in CM360 Floodlight config parent advertiser's currency code. This is a required field.",
          "type": "number",
          "format": "double"
        },
        "treatmentForUnderage": {
          "description": "Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).",
          "type": "boolean"
        },
        "limitAdTracking": {
          "description": "Whether Limit Ad Tracking is enabled. When set to true, the conversion will be used for reporting but not targeting. This will prevent remarketing.",
          "type": "boolean"
        },
        "userIdentifiers": {
          "type": "array",
          "description": "The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.",
          "items": {
            "$ref": "UserIdentifier"
          }
        },
        "quantity": {
          "type": "string",
          "format": "int64",
          "description": "The quantity of the conversion. This is a required field."
        },
        "floodlightConfigurationId": {
          "type": "string",
          "format": "int64",
          "description": "Floodlight Configuration ID of this conversion. This is a required field."
        },
        "ordinal": {
          "description": "The ordinal of the conversion. Use this field to control how conversions of the same user and day are de-duplicated. This is a required field.",
          "type": "string"
        },
        "timestampMicros": {
          "type": "string",
          "format": "int64",
          "description": "The timestamp of conversion, in Unix epoch micros. This is a required field."
        },
        "nonPersonalizedAd": {
          "description": "Whether the conversion was for a non personalized ad.",
          "type": "boolean"
        },
        "mobileDeviceId": {
          "description": "The mobile device ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, gclid, dclid, and impressionId. This or encryptedUserId or encryptedUserIdCandidates[] or matchId or gclid or dclid or impressionId is a required field.",
          "type": "string"
        },
        "customVariables": {
          "description": "Custom floodlight variables.",
          "items": {
            "$ref": "CustomFloodlightVariable"
          },
          "type": "array"
        },
        "cartData": {
          "$ref": "CartData",
          "description": "The cart data associated with this conversion."
        },
        "gclid": {
          "description": "The Google click ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, mobileDeviceId, dclid, and impressionId. This or encryptedUserId or encryptedUserIdCandidates[] or matchId or mobileDeviceId or dclid or impressionId is a required field.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversion\".",
          "type": "string"
        },
        "sessionAttributesEncoded": {
          "description": "Session attributes for the conversion, encoded as based64 bytes. This field may only be used when calling batchinsert; it is not supported by batchupdate.",
          "type": "string",
          "format": "byte"
        },
        "childDirectedTreatment": {
          "description": "Whether this particular request may come from a user under the age of 13, under COPPA compliance.",
          "type": "boolean"
        },
        "encryptedUserId": {
          "description": "The alphanumeric encrypted user ID. When set, encryptionInfo should also be specified. This field is mutually exclusive with encryptedUserIdCandidates[], matchId, mobileDeviceId, gclid, dclid, and impressionId. This or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid or dclid or impressionId is a required field.",
          "type": "string"
        },
        "encryptedUserIdCandidates": {
          "description": "A list of the alphanumeric encrypted user IDs. Any user ID with exposure prior to the conversion timestamp will be used in the inserted conversion. If no such user ID is found then the conversion will be rejected with INVALID_ARGUMENT error. When set, encryptionInfo should also be specified. This field may only be used when calling batchinsert; it is not supported by batchupdate. This field is mutually exclusive with encryptedUserId, matchId, mobileDeviceId, gclid dclid, and impressionId. This or encryptedUserId or matchId or mobileDeviceId or gclid or dclid or impressionId is a required field.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "matchId": {
          "description": "The match ID field. A match ID is your own first-party identifier that has been synced with Google using the match ID feature in Floodlight. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[],mobileDeviceId, gclid, dclid, and impressionId. This or encryptedUserId orencryptedUserIdCandidates[] or mobileDeviceId or gclid or dclid or impressionIdis a required field.",
          "type": "string"
        }
      }
    },
    "TvCampaignSummariesListResponse": {
      "id": "TvCampaignSummariesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummariesListResponse\".",
          "type": "string"
        },
        "tvCampaignSummaries": {
          "description": "List of TV campaign summaries.",
          "items": {
            "$ref": "TvCampaignSummary"
          },
          "type": "array"
        }
      },
      "description": "Response message for TvCampaignSummariesService.List."
    },
    "UserRolePermissionGroupsListResponse": {
      "id": "UserRolePermissionGroupsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroupsListResponse\".",
          "type": "string"
        },
        "userRolePermissionGroups": {
          "type": "array",
          "description": "User role permission group collection.",
          "items": {
            "$ref": "UserRolePermissionGroup"
          }
        }
      },
      "description": "User Role Permission Group List Response"
    },
    "ConversionsBatchUpdateRequest": {
      "description": "Update Conversions Request.",
      "properties": {
        "conversions": {
          "type": "array",
          "description": "The set of conversions to update.",
          "items": {
            "$ref": "Conversion"
          }
        },
        "encryptionInfo": {
          "description": "Describes how encryptedUserId is encrypted. This is a required field if encryptedUserId is used.",
          "$ref": "EncryptionInfo"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateRequest\".",
          "type": "string"
        }
      },
      "id": "ConversionsBatchUpdateRequest",
      "type": "object"
    },
    "FloodlightConfigurationsListResponse": {
      "id": "FloodlightConfigurationsListResponse",
      "type": "object",
      "description": "Floodlight Configuration List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfigurationsListResponse\".",
          "type": "string"
        },
        "floodlightConfigurations": {
          "description": "Floodlight configuration collection.",
          "items": {
            "$ref": "FloodlightConfiguration"
          },
          "type": "array"
        }
      }
    },
    "AccountPermissionsListResponse": {
      "description": "Account Permission List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionsListResponse\".",
          "type": "string"
        },
        "accountPermissions": {
          "description": "Account permission collection.",
          "items": {
            "$ref": "AccountPermission"
          },
          "type": "array"
        }
      },
      "id": "AccountPermissionsListResponse",
      "type": "object"
    },
    "AccountsListResponse": {
      "id": "AccountsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "accounts": {
          "description": "Account collection.",
          "items": {
            "$ref": "Account"
          },
          "type": "array"
        }
      },
      "description": "Account List Response"
    },
    "ContextualKeywordTargeting": {
      "id": "ContextualKeywordTargeting",
      "type": "object",
      "description": "Contextual Keyword Targeting.",
      "properties": {
        "keywords": {
          "description": "Contextual keywords that this ad targets",
          "items": {
            "$ref": "ContextualKeyword"
          },
          "type": "array"
        }
      }
    },
    "StudioCreativeDimension": {
      "id": "StudioCreativeDimension",
      "type": "object",
      "description": "Dimension information for a studio creative.",
      "properties": {
        "width": {
          "type": "integer",
          "format": "int32",
          "description": "Width of the studio creative."
        },
        "height": {
          "description": "Height of the studio creative.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "OfflineUserAddressInfo": {
      "properties": {
        "postalCode": {
          "description": "Postal code of the user's address.",
          "type": "string"
        },
        "hashedLastName": {
          "description": "Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).",
          "type": "string"
        },
        "state": {
          "description": "State code of the address.",
          "type": "string"
        },
        "countryCode": {
          "description": "2-letter country code in ISO-3166-1 alpha-2 of the user's address.",
          "type": "string"
        },
        "city": {
          "description": "City of the address.",
          "type": "string"
        },
        "hashedFirstName": {
          "description": "First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).",
          "type": "string"
        },
        "hashedStreetAddress": {
          "description": "The street address of the user hashed using SHA-256 hash function after normalization (lower case only).",
          "type": "string"
        }
      },
      "description": "Identify a user by name and address.",
      "id": "OfflineUserAddressInfo",
      "type": "object"
    },
    "FeedIngestionStatus": {
      "properties": {
        "state": {
          "type": "string",
          "enum": [
            "FEED_PROCESSING_STATE_UNKNOWN",
            "CANCELLED",
            "INGESTING_QUEUED",
            "INGESTING",
            "INGESTED_SUCCESS",
            "INGESTED_FAILURE",
            "REQUEST_TO_PUBLISH",
            "PUBLISHING",
            "PUBLISHED_SUCCESS",
            "PUBLISHED_FAILURE"
          ],
          "description": "Output only. The processing state of the feed.",
          "readOnly": true,
          "enumDescriptions": [
            "The feed processing state is unknown.",
            "The feed processing state is cancelled.",
            "The feed processing state is ingesting queued.",
            "The feed processing state is ingesting.",
            "The feed processing state is ingested successfully.",
            "The feed processing state is ingested with failure.",
            "The feed processing state is request to publish.",
            "The feed processing state is publishing.",
            "The feed processing state is published successfully.",
            "The feed processing state is published with failure."
          ]
        },
        "ingestionErrorRecords": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The ingestion error records of the feed.",
          "items": {
            "$ref": "IngestionErrorRecord"
          }
        },
        "ingestionStatus": {
          "description": "Output only. The ingestion status of the feed.",
          "$ref": "IngestionStatus",
          "readOnly": true
        }
      },
      "description": "Contains the ingestion status of the dynamic feed. Feed ingestion is an asynchronous process. If the feed create request is successful, feed ingestion will be processed in the background, including validation, assets retrieval, and saving the data from the resource link. The processing time is dependent on the data size in the resource link. This read-only status field contains the current stage of that processing and its ingestion state.",
      "id": "FeedIngestionStatus",
      "type": "object"
    },
    "ChangeLogsListResponse": {
      "id": "ChangeLogsListResponse",
      "type": "object",
      "properties": {
        "changeLogs": {
          "type": "array",
          "description": "Change log collection.",
          "items": {
            "$ref": "ChangeLog"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLogsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Change Log List Response"
    },
    "FloodlightActivitiesListResponse": {
      "id": "FloodlightActivitiesListResponse",
      "type": "object",
      "properties": {
        "floodlightActivities": {
          "description": "Floodlight activity collection.",
          "items": {
            "$ref": "FloodlightActivity"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Floodlight Activity List Response"
    },
    "AdvertiserGroupsListResponse": {
      "id": "AdvertiserGroupsListResponse",
      "type": "object",
      "properties": {
        "advertiserGroups": {
          "description": "Advertiser group collection.",
          "items": {
            "$ref": "AdvertiserGroup"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroupsListResponse\".",
          "type": "string"
        }
      },
      "description": "Advertiser Group List Response"
    },
    "MeasurementPartnerCampaignLink": {
      "properties": {
        "linkStatus": {
          "description": ".",
          "enumDescriptions": [
            "Unlinked.",
            "Linked successfully",
            "Link pending for wrapping.",
            "Linking failure.",
            "Link opt-out by user.",
            "Link opt-out pending sync.",
            "Link wrap answer pending.",
            "Mode change pending.",
            "Partner unlink pending."
          ],
          "enum": [
            "MEASUREMENT_PARTNER_UNLINKED",
            "MEASUREMENT_PARTNER_LINKED",
            "MEASUREMENT_PARTNER_LINK_PENDING",
            "MEASUREMENT_PARTNER_LINK_FAILURE",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT",
            "MEASUREMENT_PARTNER_LINK_OPT_OUT_PENDING",
            "MEASUREMENT_PARTNER_LINK_WRAPPING_PENDING",
            "MEASUREMENT_PARTNER_MODE_CHANGE_PENDING",
            "MEASUREMENT_PARTNER_UNLINK_PENDING"
          ],
          "type": "string"
        },
        "partnerCampaignId": {
          "description": "Partner campaign ID needed for establishing linking with Measurement partner.",
          "type": "string"
        },
        "measurementPartner": {
          "description": "Measurement partner used for tag wrapping.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "type": "string"
        }
      },
      "id": "MeasurementPartnerCampaignLink",
      "type": "object"
    },
    "FeedSchedule": {
      "id": "FeedSchedule",
      "type": "object",
      "properties": {
        "repeatValue": {
          "description": "Optional. The number of times the feed retransforms within one day. This is a required field if the schedule is enabled. Acceptable values are between 1 to 6, inclusive.",
          "type": "string",
          "format": "int64"
        },
        "startHour": {
          "description": "Optional. The hour of the day to start the feed. It is applicable if the repeat value is equal to 1. Default value is 0.",
          "type": "string"
        },
        "scheduleEnabled": {
          "description": "Optional. Whether the schedule is enabled.",
          "type": "boolean"
        },
        "startMinute": {
          "description": "Optional. The minute of the hour to start the feed. It is applicable if the repeat value is equal to 1. Default value is 0.",
          "type": "string"
        },
        "timeZone": {
          "description": "Optional. The time zone to schedule the feed. It is applicable if the repeat value is equal to 1. Default value is \"America/Los_Angeles\".",
          "type": "string"
        }
      },
      "description": "Contains the schedule of the dynamic feed."
    },
    "BrowsersListResponse": {
      "description": "Browser List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browsersListResponse\".",
          "type": "string"
        },
        "browsers": {
          "description": "Browser collection.",
          "items": {
            "$ref": "Browser"
          },
          "type": "array"
        }
      },
      "id": "BrowsersListResponse",
      "type": "object"
    },
    "BillingProfilesListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingProfilesListResponse\".",
          "type": "string"
        },
        "billingProfiles": {
          "description": "Billing profiles collection.",
          "items": {
            "$ref": "BillingProfile"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Billing profile List Response",
      "id": "BillingProfilesListResponse",
      "type": "object"
    },
    "DimensionValueRequest": {
      "id": "DimensionValueRequest",
      "type": "object",
      "properties": {
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "kind": {
          "description": "The kind of request this is, in this case dfareporting#dimensionValueRequest .",
          "type": "string"
        },
        "filters": {
          "description": "The list of filters by which to filter values. The filters are ANDed.",
          "items": {
            "$ref": "DimensionFilter"
          },
          "type": "array"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "dimensionName": {
          "description": "The name of the dimension for which values should be requested.",
          "type": "string"
        }
      },
      "description": "Represents a DimensionValuesRequest."
    },
    "BillingRateTieredRate": {
      "properties": {
        "lowValue": {
          "description": "The minimum for this tier range.",
          "type": "string",
          "format": "int64"
        },
        "highValue": {
          "type": "string",
          "format": "int64",
          "description": "The maximum for this tier range."
        },
        "rateInMicros": {
          "description": "Rate in micros for this tier.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "BillingRateTieredRate",
      "type": "object"
    },
    "SiteTranscodeSetting": {
      "description": "Transcode Settings",
      "properties": {
        "enabledVideoFormats": {
          "description": "Allowlist of video formats to be served to this site template. Set this list to null or empty to serve all video formats.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteTranscodeSetting\".",
          "type": "string"
        }
      },
      "id": "SiteTranscodeSetting",
      "type": "object"
    },
    "ClickThroughUrlSuffixProperties": {
      "properties": {
        "overrideInheritedSuffix": {
          "description": "Whether this entity should override the inherited click-through URL suffix with its own defined value.",
          "type": "boolean"
        },
        "clickThroughUrlSuffix": {
          "description": "Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.",
          "type": "string"
        }
      },
      "description": "Click Through URL Suffix settings.",
      "id": "ClickThroughUrlSuffixProperties",
      "type": "object"
    },
    "ObaIcon": {
      "id": "ObaIcon",
      "type": "object",
      "properties": {
        "resourceUrl": {
          "description": "OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more",
          "type": "string"
        },
        "iconClickThroughUrl": {
          "description": "URL to redirect to when an OBA icon is clicked.",
          "type": "string"
        },
        "iconViewTrackingUrl": {
          "description": "URL to track view when an OBA icon is clicked.",
          "type": "string"
        },
        "iconClickTrackingUrl": {
          "description": "URL to track click when an OBA icon is clicked.",
          "type": "string"
        },
        "size": {
          "$ref": "Size",
          "description": "OBA icon size."
        },
        "yPosition": {
          "description": "OBA icon y coordinate position. Accepted values are top or bottom.",
          "type": "string"
        },
        "xPosition": {
          "description": "OBA icon x coordinate position. Accepted values are left or right.",
          "type": "string"
        },
        "program": {
          "description": "Identifies the industry initiative that the icon supports. For example, AdChoices.",
          "type": "string"
        }
      },
      "description": "Online Behavioral Advertiser icon."
    },
    "ReportsConfiguration": {
      "description": "Reporting Configuration",
      "properties": {
        "reportGenerationTimeZoneId": {
          "description": "Report generation time zone ID of this account. This is a required field that cannot be changed on update. Acceptable values are: - \"1\" for \"America/New_York\" - \"2\" for \"Europe/London\" - \"3\" for \"Europe/Paris\" - \"4\" for \"Africa/Johannesburg\" - \"5\" for \"Asia/Jerusalem\" - \"6\" for \"Asia/Shanghai\" - \"7\" for \"Asia/Hong_Kong\" - \"8\" for \"Asia/Tokyo\" - \"9\" for \"Australia/Sydney\" - \"10\" for \"Asia/Dubai\" - \"11\" for \"America/Los_Angeles\" - \"12\" for \"Pacific/Auckland\" - \"13\" for \"America/Sao_Paulo\" - \"16\" for \"America/Asuncion\" - \"17\" for \"America/Chicago\" - \"18\" for \"America/Denver\" - \"19\" for \"America/St_Johns\" - \"20\" for \"Asia/Dhaka\" - \"21\" for \"Asia/Jakarta\" - \"22\" for \"Asia/Kabul\" - \"23\" for \"Asia/Karachi\" - \"24\" for \"Asia/Calcutta\" - \"25\" for \"Asia/Pyongyang\" - \"26\" for \"Asia/Rangoon\" - \"27\" for \"Atlantic/Cape_Verde\" - \"28\" for \"Atlantic/South_Georgia\" - \"29\" for \"Australia/Adelaide\" - \"30\" for \"Australia/Lord_Howe\" - \"31\" for \"Europe/Moscow\" - \"32\" for \"Pacific/Kiritimati\" - \"35\" for \"Pacific/Norfolk\" - \"36\" for \"Pacific/Tongatapu\" ",
          "type": "string",
          "format": "int64"
        },
        "exposureToConversionEnabled": {
          "description": "Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.",
          "type": "boolean"
        },
        "lookbackConfiguration": {
          "description": "Default lookback windows for new advertisers in this account.",
          "$ref": "LookbackConfiguration"
        }
      },
      "id": "ReportsConfiguration",
      "type": "object"
    },
    "DeepLink": {
      "id": "DeepLink",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#deepLink\".",
          "type": "string"
        },
        "appUrl": {
          "description": "The URL of the mobile app being linked to.",
          "type": "string"
        },
        "remarketingListIds": {
          "description": "Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "fallbackUrl": {
          "description": "The fallback URL. This URL will be served to users who do not have the mobile app installed.",
          "type": "string"
        },
        "mobileApp": {
          "description": "The mobile app targeted by this deep link.",
          "$ref": "MobileApp"
        }
      },
      "description": "Contains information about a landing page deep link."
    },
    "DynamicProfileFeedSettings": {
      "id": "DynamicProfileFeedSettings",
      "type": "object",
      "properties": {
        "dynamicFeedId": {
          "type": "string",
          "format": "int64",
          "description": "Optional. Dynamic feed ID associated with dynamic profile version."
        },
        "dynamicRules": {
          "description": "Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile.",
          "$ref": "DynamicRules"
        },
        "quantity": {
          "description": "Optional. The number of this dynamic feed rows needed by the dynamic profile, default value is 1. Acceptable values are between 1 to 99, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Contains dynamic profile specific settings for an associated dynamic feed."
    },
    "SiteContact": {
      "id": "SiteContact",
      "type": "object",
      "description": "Site Contact",
      "properties": {
        "contactType": {
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "SALES_PERSON",
            "TRAFFICKER"
          ],
          "description": "Site contact type.",
          "type": "string"
        },
        "firstName": {
          "description": "First name of this site contact.",
          "type": "string"
        },
        "lastName": {
          "description": "Last name of this site contact.",
          "type": "string"
        },
        "phone": {
          "description": "Primary phone number of this site contact.",
          "type": "string"
        },
        "title": {
          "description": "Title or designation of this site contact.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this site contact. This is a read-only, auto-generated field."
        },
        "email": {
          "description": "Email address of this site contact. This is a required field.",
          "type": "string"
        },
        "address": {
          "description": "Address of this site contact.",
          "type": "string"
        }
      }
    },
    "StudioCreative": {
      "properties": {
        "backupImageAssetId": {
          "type": "string",
          "format": "int64",
          "description": "Backup image asset ID of this studio creative. It is a required field on insertion."
        },
        "name": {
          "description": "Identifier. Name of this studio creative. This is a required field on insertion.",
          "type": "string"
        },
        "studioAdvertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Studio advertiser ID of this studio creative. This is a required field on insertion."
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "The timestamp when the studio creative was last modified. This is a read-only, auto-generated field."
        },
        "studioCampaignId": {
          "description": "Studio campaign ID of this studio creative. This is a required field on insertion.",
          "type": "string",
          "format": "int64"
        },
        "format": {
          "type": "string",
          "enumDescriptions": [
            "The format of the studio creative is unknown. This value is unused.",
            "Banner format.",
            "Expanding format.",
            "Intertitial format.",
            "VPAID linear video creative format."
          ],
          "enum": [
            "UNKNOWN",
            "BANNER",
            "EXPANDING",
            "INTERSTITIAL",
            "VPAID_LINEAR_VIDEO"
          ],
          "description": "Format of this studio creative. This is a required field on insertion."
        },
        "dimension": {
          "$ref": "StudioCreativeDimension",
          "description": "Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING."
        },
        "status": {
          "enumDescriptions": [
            "The status of the studio creative is unknown. This value is unused.",
            "The creative is still being developed.",
            "The creative has been published and is ready for QA.",
            "The creative has failed QA and must be corrected.",
            "The creative has passed QA and is ready to be trafficked.",
            "The creative has been trafficked to an adserver."
          ],
          "readOnly": true,
          "description": "Output only. Status of this studio creative. It is a read-only field.",
          "enum": [
            "UNKNOWN_STATUS",
            "IN_DEVELOPMENT",
            "PUBLISHED",
            "QA_REJECTED",
            "QA_APPROVED",
            "TRAFFICKED"
          ],
          "type": "string"
        },
        "assetIds": {
          "type": "array",
          "description": "List of assets associated with this studio creative. It is a required field on insertion.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "dynamicProfileId": {
          "description": "Dynamic profile ID of this studio creative.",
          "type": "string",
          "format": "int64"
        },
        "createdInfo": {
          "description": "The timestamp when the studio creative was created. This is a read-only, auto-generated field.",
          "$ref": "LastModifiedInfo"
        },
        "studioAccountId": {
          "description": "Studio account ID of this creative. This field, if left unset, will be auto-populated.",
          "type": "string",
          "format": "int64"
        },
        "id": {
          "description": "Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      },
      "description": " *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains studio creative information.",
      "id": "StudioCreative",
      "type": "object"
    },
    "DayPartTargeting": {
      "properties": {
        "userLocalTime": {
          "description": "Whether or not to use the user's local time. If false, the America/New York time zone applies.",
          "type": "boolean"
        },
        "daysOfWeek": {
          "type": "array",
          "description": "Days of the week when the ad will serve. Acceptable values are: - \"SUNDAY\" - \"MONDAY\" - \"TUESDAY\" - \"WEDNESDAY\" - \"THURSDAY\" - \"FRIDAY\" - \"SATURDAY\" ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "SUNDAY",
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ]
          }
        },
        "hoursOfDay": {
          "type": "array",
          "description": "Hours of the day when the ad will serve, where 0 is midnight to 1 AM and 23 is 11 PM to midnight. Can be specified with days of week, in which case the ad would serve during these hours on the specified days. For example if Monday, Wednesday, Friday are the days of week specified and 9-10am, 3-5pm (hours 9, 15, and 16) is specified, the ad would serve Monday, Wednesdays, and Fridays at 9-10am and 3-5pm. Acceptable values are 0 to 23, inclusive.",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        }
      },
      "description": "Day Part Targeting.",
      "id": "DayPartTargeting",
      "type": "object"
    },
    "ConversionStatus": {
      "id": "ConversionStatus",
      "type": "object",
      "properties": {
        "errors": {
          "description": "A list of errors related to this conversion.",
          "items": {
            "$ref": "ConversionError"
          },
          "type": "array"
        },
        "conversion": {
          "$ref": "Conversion",
          "description": "The original conversion that was inserted or updated."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionStatus\".",
          "type": "string"
        }
      },
      "description": "The original conversion that was inserted or updated and whether there were any errors."
    },
    "AccountUserProfile": {
      "id": "AccountUserProfile",
      "type": "object",
      "properties": {
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of the user profile. This is a read-only field that can be left blank."
        },
        "userRoleId": {
          "type": "string",
          "format": "int64",
          "description": "User role ID of the user profile. This is a required field."
        },
        "traffickerType": {
          "type": "string",
          "description": "Trafficker type of this user profile. This is a read-only field.",
          "enumDescriptions": [
            "Internal profile, but is not a trafficker.",
            "Internal profile who is a trafficker.",
            "External profile who is a trafficker."
          ],
          "enum": [
            "INTERNAL_NON_TRAFFICKER",
            "INTERNAL_TRAFFICKER",
            "EXTERNAL_TRAFFICKER"
          ]
        },
        "userAccessType": {
          "type": "string",
          "description": "User type of the user profile. This is a read-only field that can be left blank.",
          "enumDescriptions": [
            "Normal user managed by the customer.",
            "Super user managed by internal support teams.",
            "Internal administrator having super user access to only a specific set of networks.",
            "A super-user without permission to mutate any data."
          ],
          "enum": [
            "NORMAL_USER",
            "SUPER_USER",
            "INTERNAL_ADMINISTRATOR",
            "READ_ONLY_SUPER_USER"
          ]
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of the user profile. This is a read-only field that can be left blank."
        },
        "name": {
          "description": "Name of the user profile. This is a required field. Must be less than 64 characters long, must be globally unique, and cannot contain whitespace or any of the following characters: \"&;\u003c\u003e\"#%,\".",
          "type": "string"
        },
        "comments": {
          "description": "Comments for this user profile.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfile\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of the user profile. This is a read-only, auto-generated field."
        },
        "locale": {
          "description": "Locale of the user profile. This is a required field. Acceptable values are: - \"cs\" (Czech) - \"de\" (German) - \"en\" (English) - \"en-GB\" (English United Kingdom) - \"es\" (Spanish) - \"fr\" (French) - \"it\" (Italian) - \"ja\" (Japanese) - \"ko\" (Korean) - \"pl\" (Polish) - \"pt-BR\" (Portuguese Brazil) - \"ru\" (Russian) - \"sv\" (Swedish) - \"tr\" (Turkish) - \"zh-CN\" (Chinese Simplified) - \"zh-TW\" (Chinese Traditional) ",
          "type": "string"
        },
        "email": {
          "description": "Email of the user profile. The email address must be linked to a Google Account. This field is required on insertion and is read-only after insertion.",
          "type": "string"
        },
        "advertiserFilter": {
          "description": "Filter that describes which advertisers are visible to the user profile.",
          "$ref": "ObjectFilter"
        },
        "siteFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which sites are visible to the user profile."
        },
        "campaignFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which campaigns are visible to the user profile."
        },
        "userRoleFilter": {
          "description": "Filter that describes which user roles are visible to the user profile.",
          "$ref": "ObjectFilter"
        },
        "active": {
          "description": "Whether this user profile is active. This defaults to false, and must be set true on insert for the user profile to be usable.",
          "type": "boolean"
        }
      },
      "description": "AccountUserProfiles contains properties of a Campaign Manager user profile. This resource is specifically for managing user profiles, whereas UserProfiles is for accessing the API."
    },
    "DimensionFilter": {
      "properties": {
        "dimensionName": {
          "description": "The name of the dimension to filter.",
          "type": "string"
        },
        "value": {
          "description": "The value of the dimension to filter.",
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimensionFilter.",
          "type": "string"
        }
      },
      "description": "Represents a dimension filter.",
      "id": "DimensionFilter",
      "type": "object"
    },
    "UserRolesListResponse": {
      "description": "User Role List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "userRoles": {
          "description": "User role collection.",
          "items": {
            "$ref": "UserRole"
          },
          "type": "array"
        }
      },
      "id": "UserRolesListResponse",
      "type": "object"
    },
    "DimensionValueList": {
      "id": "DimensionValueList",
      "type": "object",
      "properties": {
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        },
        "items": {
          "type": "array",
          "description": "The dimension values returned in this response.",
          "items": {
            "$ref": "DimensionValue"
          }
        },
        "nextPageToken": {
          "description": "Continuation token used to page through dimension values. To retrieve the next page of results, set the next request's \"pageToken\" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.",
          "type": "string"
        },
        "kind": {
          "description": "The kind of list this is, in this case dfareporting#dimensionValueList.",
          "type": "string"
        }
      },
      "description": "Represents the list of DimensionValue resources."
    },
    "LanguageTargeting": {
      "description": "Language Targeting.",
      "properties": {
        "languages": {
          "description": "Languages that this ad targets. For each language only languageId is required. The other fields are populated automatically when the ad is inserted or updated.",
          "items": {
            "$ref": "Language"
          },
          "type": "array"
        }
      },
      "id": "LanguageTargeting",
      "type": "object"
    },
    "MobileApp": {
      "id": "MobileApp",
      "type": "object",
      "description": "Contains information about a mobile app. Used as a landing page deep link.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileApp\".",
          "type": "string"
        },
        "title": {
          "description": "Title of this mobile app.",
          "type": "string"
        },
        "id": {
          "description": "ID of this mobile app.",
          "type": "string"
        },
        "directory": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "UNKNOWN",
            "APPLE_APP_STORE",
            "GOOGLE_PLAY_STORE",
            "ROKU_APP_STORE",
            "AMAZON_FIRETV_APP_STORE",
            "PLAYSTATION_APP_STORE",
            "APPLE_TV_APP_STORE",
            "XBOX_APP_STORE",
            "SAMSUNG_TV_APP_STORE",
            "ANDROID_TV_APP_STORE",
            "GENERIC_CTV_APP_STORE"
          ],
          "description": "Mobile app directory."
        },
        "publisherName": {
          "description": "Publisher name.",
          "type": "string"
        }
      }
    },
    "YoutubeSettings": {
      "id": "YoutubeSettings",
      "type": "object",
      "properties": {
        "descriptions": {
          "description": "Optional. The descriptions. Currently only one description is supported.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "headlines": {
          "type": "array",
          "description": "Optional. The headlines associated with the call to actions. Currently only one headline is supported.",
          "items": {
            "type": "string"
          }
        },
        "longHeadlines": {
          "description": "Optional. The long headlines. Currently only one long headline is supported.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "businessLogoCreativeIds": {
          "type": "array",
          "description": "Optional. The IDs of the creatives to use for the business logo. Currently only one creative is supported.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "businessName": {
          "description": "Optional. The business name.",
          "type": "string"
        },
        "callToActions": {
          "description": "Optional. The call to actions. Currently only one call to action is supported.",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "CALL_TO_ACTION_UNKNOWN",
              "CALL_TO_ACTION_LEARN_MORE",
              "CALL_TO_ACTION_GET_QUOTE",
              "CALL_TO_ACTION_APPLY_NOW",
              "CALL_TO_ACTION_SIGN_UP",
              "CALL_TO_ACTION_CONTACT_US",
              "CALL_TO_ACTION_SUBSCRIBE",
              "CALL_TO_ACTION_DOWNLOAD",
              "CALL_TO_ACTION_BOOK_NOW",
              "CALL_TO_ACTION_GET_OFFER",
              "CALL_TO_ACTION_SHOP_NOW",
              "CALL_TO_ACTION_VISIT_STORE",
              "CALL_TO_ACTION_CALL_NOW",
              "CALL_TO_ACTION_VIEW_MENU",
              "CALL_TO_ACTION_TEST_DRIVE",
              "CALL_TO_ACTION_SCHEDULE_NOW",
              "CALL_TO_ACTION_BUY_NOW",
              "CALL_TO_ACTION_DONATE_NOW",
              "CALL_TO_ACTION_ORDER_NOW",
              "CALL_TO_ACTION_PLAY_NOW",
              "CALL_TO_ACTION_SEE_MORE",
              "CALL_TO_ACTION_START_NOW",
              "CALL_TO_ACTION_VISIT_SITE",
              "CALL_TO_ACTION_WATCH_NOW"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "description": "Contains the YouTube settings."
    },
    "CustomRichMediaEvents": {
      "properties": {
        "filteredEventIds": {
          "type": "array",
          "description": "List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.",
          "items": {
            "$ref": "DimensionValue"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#customRichMediaEvents.",
          "type": "string"
        }
      },
      "description": "Represents a Custom Rich Media Events group.",
      "id": "CustomRichMediaEvents",
      "type": "object"
    },
    "ReportList": {
      "id": "ReportList",
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "description": "The reports returned in this response.",
          "items": {
            "$ref": "Report"
          }
        },
        "nextPageToken": {
          "description": "Continuation token used to page through reports. To retrieve the next page of results, set the next request's \"pageToken\" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.",
          "type": "string"
        },
        "kind": {
          "description": "The kind of list this is, in this case dfareporting#reportList.",
          "type": "string"
        },
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        }
      },
      "description": "Represents the list of reports."
    },
    "DynamicTargetingKeysListResponse": {
      "description": "Dynamic Targeting Key List Response",
      "properties": {
        "dynamicTargetingKeys": {
          "type": "array",
          "description": "Dynamic targeting key collection.",
          "items": {
            "$ref": "DynamicTargetingKey"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicTargetingKeysListResponse\".",
          "type": "string"
        }
      },
      "id": "DynamicTargetingKeysListResponse",
      "type": "object"
    }
  }
}
