{
  "canonicalName": "Dfareporting",
  "mtlsRootUrl": "https://dfareporting.mtls.googleapis.com/",
  "revision": "20260721",
  "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"
  },
  "description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
  "basePath": "/dfareporting/v5/",
  "resources": {
    "operatingSystems": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true
            },
            "dartId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "Operating system DART ID.",
              "type": "string",
              "location": "path"
            }
          },
          "parameterOrder": [
            "profileId",
            "dartId"
          ],
          "response": {
            "$ref": "OperatingSystem"
          },
          "description": "Gets one operating system by DART ID.",
          "httpMethod": "GET",
          "id": "dfareporting.operatingSystems.get",
          "path": "userprofiles/{+profileId}/operatingSystems/{+dartId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems/{operatingSystemsId}"
        },
        "list": {
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "id": "dfareporting.operatingSystems.list",
          "response": {
            "$ref": "OperatingSystemsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems",
          "path": "userprofiles/{+profileId}/operatingSystems",
          "description": "Retrieves a list of operating systems."
        }
      }
    },
    "remarketingListShares": {
      "methods": {
        "update": {
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "request": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/remarketingListShares",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.remarketingListShares.update",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing remarketing list share.",
          "response": {
            "$ref": "RemarketingListShare"
          }
        },
        "patch": {
          "request": {
            "$ref": "RemarketingListShare"
          },
          "httpMethod": "PATCH",
          "response": {
            "$ref": "RemarketingListShare"
          },
          "id": "dfareporting.remarketingListShares.patch",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "Required. RemarketingList ID.",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing remarketing list share. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/remarketingListShares"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/remarketingListShares/{+remarketingListId}",
          "id": "dfareporting.remarketingListShares.get",
          "parameterOrder": [
            "profileId",
            "remarketingListId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares/{remarketingListSharesId}",
          "description": "Gets one remarketing list share by remarketing list ID.",
          "httpMethod": "GET",
          "response": {
            "$ref": "RemarketingListShare"
          },
          "parameters": {
            "remarketingListId": {
              "format": "int64",
              "required": true,
              "description": "Remarketing list ID.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string"
            }
          }
        }
      }
    },
    "connectionTypes": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "ConnectionType"
          },
          "id": "dfareporting.connectionTypes.get",
          "description": "Gets one connection type by ID.",
          "parameters": {
            "id": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "Connection type ID."
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/connectionTypes/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes/{connectionTypesId}",
          "httpMethod": "GET"
        },
        "list": {
          "id": "dfareporting.connectionTypes.list",
          "description": "Retrieves a list of connection types.",
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "response": {
            "$ref": "ConnectionTypesListResponse"
          },
          "path": "userprofiles/{+profileId}/connectionTypes",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "campaignCreativeAssociations": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations",
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "parameters": {
            "campaignId": {
              "required": true,
              "format": "int64",
              "description": "Campaign ID in this association.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "location": "query",
              "format": "int32",
              "type": "integer",
              "default": "1000"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "location": "query",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId",
            "campaignId"
          ],
          "response": {
            "$ref": "CampaignCreativeAssociationsListResponse"
          },
          "id": "dfareporting.campaignCreativeAssociations.list",
          "httpMethod": "GET",
          "description": "Retrieves the list of creative IDs associated with the specified campaign. This method supports paging."
        },
        "insert": {
          "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.",
          "parameterOrder": [
            "profileId",
            "campaignId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "request": {
            "$ref": "CampaignCreativeAssociation"
          },
          "id": "dfareporting.campaignCreativeAssociations.insert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "campaignId": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Campaign ID in this association."
            }
          },
          "response": {
            "$ref": "CampaignCreativeAssociation"
          }
        }
      }
    },
    "advertiserInvoices": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/advertisers/{+advertiserId}/invoices",
          "id": "dfareporting.advertiserInvoices.list",
          "parameters": {
            "advertiserId": {
              "location": "path",
              "description": "Advertiser ID of this invoice.",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "maxResults": {
              "location": "query",
              "description": "Maximum number of results to return.",
              "type": "integer",
              "format": "int32",
              "default": "1000"
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            },
            "issueMonth": {
              "type": "string",
              "location": "query",
              "description": "Month for which invoices are needed in the format YYYYMM. Required field"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}/invoices",
          "httpMethod": "GET",
          "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.",
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "response": {
            "$ref": "AdvertiserInvoicesListResponse"
          }
        }
      }
    },
    "changeLogs": {
      "methods": {
        "get": {
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.changeLogs.get",
          "parameters": {
            "id": {
              "required": true,
              "location": "path",
              "description": "Change log ID.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "response": {
            "$ref": "ChangeLog"
          },
          "description": "Gets one change log by ID.",
          "path": "userprofiles/{+profileId}/changeLogs/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/changeLogs/{changeLogsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/changeLogs",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/changeLogs",
          "description": "Retrieves a list of change logs. This method supports paging.",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "location": "query",
              "default": "1000",
              "type": "integer"
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "description": "Select only change logs with these IDs.",
              "type": "string"
            },
            "minChangeTime": {
              "location": "query",
              "type": "string",
              "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."
            },
            "maxChangeTime": {
              "location": "query",
              "type": "string",
              "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."
            },
            "action": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "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.",
              "type": "string"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "objectType": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "description": "Select only change logs with the specified object type.",
              "type": "string",
              "location": "query",
              "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"
              ]
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            },
            "searchString": {
              "location": "query",
              "description": "Select only change logs whose object ID, user name, old or new values match the search string.",
              "type": "string"
            },
            "userProfileIds": {
              "description": "Select only change logs with these user profile IDs.",
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "objectIds": {
              "type": "string",
              "description": "Select only change logs with these object IDs.",
              "format": "int64",
              "location": "query",
              "repeated": true
            }
          },
          "response": {
            "$ref": "ChangeLogsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.changeLogs.list"
        }
      }
    },
    "subaccounts": {
      "methods": {
        "patch": {
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Subaccount ID.",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "id": "dfareporting.subaccounts.patch",
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "request": {
            "$ref": "Subaccount"
          },
          "response": {
            "$ref": "Subaccount"
          },
          "description": "Updates an existing subaccount. This method supports patch semantics."
        },
        "get": {
          "description": "Gets one subaccount by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/subaccounts/{subaccountsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/subaccounts/{+id}",
          "response": {
            "$ref": "Subaccount"
          },
          "id": "dfareporting.subaccounts.get",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string"
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "description": "Subaccount ID.",
              "required": true
            }
          }
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "response": {
            "$ref": "Subaccount"
          },
          "request": {
            "$ref": "Subaccount"
          },
          "description": "Inserts a new subaccount.",
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/subaccounts",
          "id": "dfareporting.subaccounts.insert"
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/subaccounts",
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "request": {
            "$ref": "Subaccount"
          },
          "id": "dfareporting.subaccounts.update",
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing subaccount.",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string"
            }
          },
          "response": {
            "$ref": "Subaccount"
          }
        },
        "list": {
          "parameters": {
            "ids": {
              "description": "Select only subaccounts with these IDs.",
              "format": "int64",
              "location": "query",
              "type": "string",
              "repeated": true
            },
            "sortField": {
              "default": "ID",
              "description": "Field by which to sort the list.",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            },
            "searchString": {
              "location": "query",
              "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\" .",
              "type": "string"
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "sortOrder": {
              "type": "string",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "description": "Order of sorted results."
            }
          },
          "id": "dfareporting.subaccounts.list",
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "httpMethod": "GET",
          "description": "Gets a list of subaccounts, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "SubaccountsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/subaccounts"
        }
      }
    },
    "accountPermissions": {
      "methods": {
        "list": {
          "id": "dfareporting.accountPermissions.list",
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/accountPermissions",
          "response": {
            "$ref": "AccountPermissionsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Retrieves the list of account permissions."
        },
        "get": {
          "response": {
            "$ref": "AccountPermission"
          },
          "description": "Gets one account permission by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/accountPermissions/{+id}",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "id": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "Account permission ID.",
              "type": "string"
            }
          },
          "id": "dfareporting.accountPermissions.get",
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions/{accountPermissionsId}"
        }
      }
    },
    "directorySites": {
      "methods": {
        "list": {
          "response": {
            "$ref": "DirectorySitesListResponse"
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/directorySites",
          "parameters": {
            "dfpNetworkCode": {
              "type": "string",
              "description": "Select only directory sites with this Ad Manager network code.",
              "location": "query"
            },
            "maxResults": {
              "type": "integer",
              "format": "int32",
              "default": "1000",
              "location": "query",
              "description": "Maximum number of results to return."
            },
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "searchString": {
              "type": "string",
              "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"
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list."
            },
            "sortOrder": {
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "acceptsInterstitialPlacements": {
              "location": "query",
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "type": "boolean"
            },
            "acceptsInStreamVideoPlacements": {
              "type": "boolean",
              "location": "query",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "ids": {
              "format": "int64",
              "description": "Select only directory sites with these IDs.",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "acceptsPublisherPaidPlacements": {
              "type": "boolean",
              "description": "Select only directory sites that accept publisher paid placements. This field can be left blank.",
              "location": "query"
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "active": {
              "location": "query",
              "description": "Select only active directory sites. Leave blank to retrieve both active and inactive directory sites.",
              "type": "boolean"
            }
          },
          "description": "Retrieves a list of directory sites, possibly filtered. This method supports paging.",
          "id": "dfareporting.directorySites.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/directorySites"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/directorySites/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/directorySites/{directorySitesId}",
          "id": "dfareporting.directorySites.get",
          "parameters": {
            "profileId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "id": {
              "pattern": "^[^/]+$",
              "description": "Directory site ID.",
              "location": "path",
              "required": true,
              "type": "string",
              "format": "int64"
            }
          },
          "description": "Gets one directory site by ID.",
          "response": {
            "$ref": "DirectorySite"
          },
          "httpMethod": "GET"
        },
        "insert": {
          "path": "userprofiles/{+profileId}/directorySites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.directorySites.insert",
          "httpMethod": "POST",
          "description": "Inserts a new directory site.",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "DirectorySite"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string"
            }
          },
          "response": {
            "$ref": "DirectorySite"
          },
          "flatPath": "userprofiles/{userprofilesId}/directorySites"
        }
      }
    },
    "placements": {
      "methods": {
        "get": {
          "description": "Gets one placement by ID.",
          "response": {
            "$ref": "Placement"
          },
          "id": "dfareporting.placements.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/placements/{placementsId}",
          "path": "userprofiles/{+profileId}/placements/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "location": "path",
              "description": "Placement ID.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          }
        },
        "patch": {
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "Required. Placement ID.",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/placements",
          "httpMethod": "PATCH",
          "response": {
            "$ref": "Placement"
          },
          "request": {
            "$ref": "Placement"
          },
          "description": "Updates an existing placement. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.placements.patch"
        },
        "generatetags": {
          "id": "dfareporting.placements.generatetags",
          "flatPath": "userprofiles/{userprofilesId}/placements/generatetags",
          "parameters": {
            "placementIds": {
              "location": "query",
              "format": "int64",
              "repeated": true,
              "type": "string",
              "description": "Generate tags for these placements."
            },
            "campaignId": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Generate placements belonging to this campaign. This is a required field."
            },
            "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.",
              "location": "query",
              "default": "true",
              "type": "boolean"
            },
            "tagFormats": {
              "repeated": true,
              "description": "Tag formats to generate for these placements. *Note:* PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.",
              "location": "query",
              "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": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "tagProperties.dcDbmMacroIncluded": {
              "location": "query",
              "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.",
              "type": "boolean"
            },
            "tagProperties.gppMacrosIncluded": {
              "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.",
              "location": "query",
              "type": "boolean"
            }
          },
          "path": "userprofiles/{+profileId}/placements/generatetags",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Generates tags for a placement.",
          "response": {
            "$ref": "PlacementsGenerateTagsResponse"
          }
        },
        "insert": {
          "id": "dfareporting.placements.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/placements",
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          },
          "response": {
            "$ref": "Placement"
          },
          "description": "Inserts a new placement.",
          "request": {
            "$ref": "Placement"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "httpMethod": "PUT",
          "request": {
            "$ref": "Placement"
          },
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/placements",
          "description": "Updates an existing placement.",
          "response": {
            "$ref": "Placement"
          },
          "id": "dfareporting.placements.update"
        },
        "list": {
          "response": {
            "$ref": "PlacementsListResponse"
          },
          "description": "Retrieves a list of placements, possibly filtered. This method supports paging.",
          "parameters": {
            "placementStrategyIds": {
              "repeated": true,
              "type": "string",
              "location": "query",
              "description": "Select only placements that are associated with these placement strategies.",
              "format": "int64"
            },
            "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"
            },
            "campaignIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only placements that belong to these campaigns."
            },
            "minStartDate": {
              "type": "string",
              "location": "query",
              "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\"."
            },
            "compatibilities": {
              "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"
              ],
              "enumDescriptions": [
                "",
                "",
                "Deprecated enum value. No longer supported.",
                "Deprecated enum value. No longer supported.",
                "",
                ""
              ],
              "type": "string",
              "location": "query",
              "repeated": true
            },
            "siteIds": {
              "repeated": true,
              "location": "query",
              "format": "int64",
              "description": "Select only placements that are associated with these sites.",
              "type": "string"
            },
            "sizeIds": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "description": "Select only placements that are associated with these sizes.",
              "format": "int64"
            },
            "activeStatus": {
              "repeated": true,
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "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"
              ]
            },
            "contentCategoryIds": {
              "description": "Select only placements that are associated with these content categories.",
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "ids": {
              "location": "query",
              "description": "Select only placements with these IDs.",
              "type": "string",
              "repeated": true,
              "format": "int64"
            },
            "advertiserIds": {
              "location": "query",
              "format": "int64",
              "repeated": true,
              "description": "Select only placements that belong to these advertisers.",
              "type": "string"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "type": "integer",
              "location": "query",
              "format": "int32"
            },
            "sortField": {
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "location": "query"
            },
            "maxStartDate": {
              "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\".",
              "location": "query"
            },
            "minEndDate": {
              "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\".",
              "location": "query"
            },
            "pricingTypes": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "type": "string",
              "location": "query",
              "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.",
              "repeated": true
            },
            "paymentSource": {
              "enum": [
                "PLACEMENT_AGENCY_PAID",
                "PLACEMENT_PUBLISHER_PAID"
              ],
              "type": "string",
              "description": "Select only placements with this payment source.",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "searchString": {
              "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\" .",
              "location": "query",
              "type": "string"
            },
            "directorySiteIds": {
              "format": "int64",
              "location": "query",
              "description": "Select only placements that are associated with these directory sites.",
              "type": "string",
              "repeated": true
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "groupIds": {
              "repeated": true,
              "description": "Select only placements that belong to these placement groups.",
              "location": "query",
              "type": "string",
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/placements",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.placements.list",
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "studioCreatives": {
      "methods": {
        "get": {
          "response": {
            "$ref": "StudioCreative"
          },
          "path": "studio/creatives/{+studioCreativeId}",
          "parameterOrder": [
            "studioCreativeId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets a studio creative by ID.",
          "parameters": {
            "studioCreativeId": {
              "required": true,
              "description": "Required. Studio creative ID.",
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.studioCreatives.get",
          "flatPath": "studio/creatives/{creativesId}",
          "httpMethod": "GET"
        },
        "publish": {
          "parameterOrder": [
            "studioCreativeId"
          ],
          "httpMethod": "POST",
          "description": "Publish for a studio creative.",
          "path": "studio/creatives/{+studioCreativeId}/publish",
          "id": "dfareporting.studioCreatives.publish",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "studioCreativeId": {
              "description": "Required. Studio creative ID.",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string",
              "format": "int64"
            }
          },
          "flatPath": "studio/creatives/{creativesId}/publish"
        },
        "insert": {
          "parameters": {},
          "path": "studio/creatives",
          "httpMethod": "POST",
          "parameterOrder": [],
          "response": {
            "$ref": "StudioCreative"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "StudioCreative"
          },
          "flatPath": "studio/creatives",
          "id": "dfareporting.studioCreatives.insert",
          "description": "Inserts a new studio creative."
        }
      }
    },
    "countries": {
      "methods": {
        "list": {
          "id": "dfareporting.countries.list",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/countries",
          "response": {
            "$ref": "CountriesListResponse"
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of countries.",
          "flatPath": "userprofiles/{userprofilesId}/countries",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64"
            }
          }
        },
        "get": {
          "description": "Gets one country by ID.",
          "parameterOrder": [
            "profileId",
            "dartId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/countries/{countriesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/countries/{+dartId}",
          "response": {
            "$ref": "Country"
          },
          "id": "dfareporting.countries.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "dartId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "Country DART ID.",
              "required": true
            }
          }
        }
      }
    },
    "eventTags": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/eventTags",
          "description": "Retrieves a list of event tags, possibly filtered.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "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": {
              "type": "string",
              "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.",
              "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,
              "location": "query"
            },
            "sortOrder": {
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "description": "Order of sorted results."
            },
            "advertiserId": {
              "format": "int64",
              "description": "Select only event tags that belong to this advertiser.",
              "type": "string",
              "location": "query"
            },
            "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": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string"
            },
            "ids": {
              "repeated": true,
              "location": "query",
              "description": "Select only event tags with these IDs.",
              "type": "string",
              "format": "int64"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "description": "Field by which to sort the list."
            },
            "campaignId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only event tags that belong to this campaign."
            },
            "adId": {
              "description": "Select only event tags that belong to this ad.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "searchString": {
              "type": "string",
              "location": "query",
              "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\"."
            }
          },
          "id": "dfareporting.eventTags.list",
          "response": {
            "$ref": "EventTagsListResponse"
          }
        },
        "delete": {
          "id": "dfareporting.eventTags.delete",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true
            },
            "id": {
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Event tag ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "description": "Deletes an existing event tag.",
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}",
          "httpMethod": "DELETE"
        },
        "insert": {
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "EventTag"
          },
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/eventTags",
          "request": {
            "$ref": "EventTag"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.eventTags.insert",
          "description": "Inserts a new event tag.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/eventTags"
        },
        "update": {
          "id": "dfareporting.eventTags.update",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "response": {
            "$ref": "EventTag"
          },
          "request": {
            "$ref": "EventTag"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/eventTags",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing event tag.",
          "flatPath": "userprofiles/{userprofilesId}/eventTags"
        },
        "get": {
          "id": "dfareporting.eventTags.get",
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}",
          "response": {
            "$ref": "EventTag"
          },
          "parameters": {
            "id": {
              "type": "string",
              "required": true,
              "description": "Event tag ID.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path"
            },
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one event tag by ID.",
          "httpMethod": "GET"
        },
        "patch": {
          "request": {
            "$ref": "EventTag"
          },
          "response": {
            "$ref": "EventTag"
          },
          "path": "userprofiles/{+profileId}/eventTags",
          "id": "dfareporting.eventTags.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing event tag. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "id": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Required. EventTag ID.",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "httpMethod": "PATCH"
        }
      }
    },
    "contentCategories": {
      "methods": {
        "list": {
          "description": "Retrieves a list of content categories, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ContentCategoriesListResponse"
          },
          "id": "dfareporting.contentCategories.list",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "parameters": {
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "ids": {
              "format": "int64",
              "description": "Select only content categories with these IDs.",
              "type": "string",
              "location": "query",
              "repeated": true
            },
            "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"
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "type": "integer",
              "format": "int32",
              "location": "query",
              "default": "1000"
            },
            "sortField": {
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "default": "ID"
            }
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/contentCategories",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "httpMethod": "DELETE",
          "description": "Deletes an existing content category.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/contentCategories/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.contentCategories.delete",
          "parameters": {
            "id": {
              "format": "int64",
              "location": "path",
              "description": "Content category ID.",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}"
        },
        "insert": {
          "path": "userprofiles/{+profileId}/contentCategories",
          "response": {
            "$ref": "ContentCategory"
          },
          "description": "Inserts a new content category.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "id": "dfareporting.contentCategories.insert",
          "request": {
            "$ref": "ContentCategory"
          },
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "update": {
          "request": {
            "$ref": "ContentCategory"
          },
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing content category.",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "path": "userprofiles/{+profileId}/contentCategories",
          "response": {
            "$ref": "ContentCategory"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.contentCategories.update",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories"
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.contentCategories.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one content category by ID.",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "id": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Content category ID.",
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/contentCategories/{+id}",
          "response": {
            "$ref": "ContentCategory"
          }
        },
        "patch": {
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Required. ContentCategory ID.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "description": "Updates an existing content category. This method supports patch semantics.",
          "response": {
            "$ref": "ContentCategory"
          },
          "request": {
            "$ref": "ContentCategory"
          },
          "id": "dfareporting.contentCategories.patch",
          "path": "userprofiles/{+profileId}/contentCategories"
        }
      }
    },
    "userRolePermissions": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions/{userRolePermissionsId}",
          "description": "Gets one user role permission by ID.",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "User role permission ID.",
              "location": "path",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/userRolePermissions/{+id}",
          "id": "dfareporting.userRolePermissions.get",
          "response": {
            "$ref": "UserRolePermission"
          }
        },
        "list": {
          "path": "userprofiles/{+profileId}/userRolePermissions",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions",
          "id": "dfareporting.userRolePermissions.list",
          "description": "Gets a list of user role permissions, possibly filtered.",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string"
            },
            "ids": {
              "format": "int64",
              "description": "Select only user role permissions with these IDs.",
              "repeated": true,
              "type": "string",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "UserRolePermissionsListResponse"
          }
        }
      }
    },
    "dimensionValues": {
      "methods": {
        "query": {
          "parameters": {
            "pageToken": {
              "location": "query",
              "description": "The value of the nextToken from the previous result page.",
              "type": "string"
            },
            "profileId": {
              "format": "int64",
              "location": "path",
              "description": "The Campaign Manager 360 user profile ID.",
              "required": true,
              "type": "string"
            },
            "maxResults": {
              "default": "100",
              "location": "query",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            }
          },
          "httpMethod": "POST",
          "flatPath": "userprofiles/{profileId}/dimensionvalues/query",
          "path": "userprofiles/{profileId}/dimensionvalues/query",
          "response": {
            "$ref": "DimensionValueList"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.dimensionValues.query",
          "request": {
            "$ref": "DimensionValueRequest"
          },
          "description": "Retrieves list of report dimension values for a list of filters."
        }
      }
    },
    "placementStrategies": {
      "methods": {
        "delete": {
          "description": "Deletes an existing placement strategy.",
          "id": "dfareporting.placementStrategies.delete",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "parameters": {
            "id": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "Placement strategy ID."
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE"
        },
        "list": {
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "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"
            },
            "sortField": {
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "type": "string",
              "default": "ID"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "sortOrder": {
              "location": "query",
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "type": "integer",
              "format": "int32",
              "default": "1000",
              "location": "query"
            },
            "ids": {
              "repeated": true,
              "type": "string",
              "location": "query",
              "description": "Select only placement strategies with these IDs.",
              "format": "int64"
            }
          },
          "httpMethod": "GET",
          "response": {
            "$ref": "PlacementStrategiesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "path": "userprofiles/{+profileId}/placementStrategies",
          "description": "Retrieves a list of placement strategies, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.placementStrategies.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementStrategy"
          },
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new placement strategy.",
          "parameters": {
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true
            }
          },
          "request": {
            "$ref": "PlacementStrategy"
          },
          "id": "dfareporting.placementStrategies.insert",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "path": "userprofiles/{+profileId}/placementStrategies"
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "path": "userprofiles/{+profileId}/placementStrategies",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementStrategy"
          },
          "id": "dfareporting.placementStrategies.update",
          "description": "Updates an existing placement strategy.",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "parameters": {
            "id": {
              "type": "string",
              "description": "Placement strategy ID.",
              "required": true,
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "id": "dfareporting.placementStrategies.get",
          "description": "Gets one placement strategy by ID.",
          "response": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "response": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "description": "Updates an existing placement strategy. This method supports patch semantics.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/placementStrategies",
          "httpMethod": "PATCH",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "parameters": {
            "id": {
              "format": "int64",
              "location": "query",
              "description": "Required. PlacementStrategy ID.",
              "type": "string",
              "required": true
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string"
            }
          },
          "id": "dfareporting.placementStrategies.patch"
        }
      }
    },
    "userRolePermissionGroups": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups",
          "id": "dfareporting.userRolePermissionGroups.list",
          "path": "userprofiles/{+profileId}/userRolePermissionGroups",
          "httpMethod": "GET",
          "description": "Gets a list of all supported user role permission groups.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "UserRolePermissionGroupsListResponse"
          }
        },
        "get": {
          "description": "Gets one user role permission group by ID.",
          "path": "userprofiles/{+profileId}/userRolePermissionGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "UserRolePermissionGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups/{userRolePermissionGroupsId}",
          "id": "dfareporting.userRolePermissionGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            },
            "id": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User role permission group ID.",
              "location": "path",
              "type": "string",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "tvCampaignSummaries": {
      "methods": {
        "list": {
          "parameters": {
            "countryDartId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US)."
            },
            "tvDataProvider": {
              "description": "Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.",
              "location": "query",
              "enumDescriptions": [
                "",
                "Allows populating multiple tvCampaignId filters and tvCampaignEndDate filter on the report.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "INVALID_TV_DATA_PROVIDER",
                "INTAGE_JP",
                "IBOPE_AR",
                "IBOPE_BR",
                "IBOPE_CL",
                "IBOPE_CO",
                "TNS_VN",
                "COMSCORE_NATIONAL_US",
                "COMSCORE_CA",
                "SAMBA_AU"
              ],
              "type": "string"
            },
            "accountId": {
              "description": "Required. Account ID associated with this request.",
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "name": {
              "location": "query",
              "type": "string",
              "description": "Required. Search string to filter the list of TV campaign summaries. Matches any substring. Required field."
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "Required. User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignSummaries",
          "httpMethod": "GET",
          "id": "dfareporting.tvCampaignSummaries.list",
          "path": "userprofiles/{+profileId}/tvCampaignSummaries",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of TV campaign summaries.",
          "response": {
            "$ref": "TvCampaignSummariesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "billingRates": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "response": {
            "$ref": "BillingRatesListResponse"
          },
          "description": "Retrieves a list of billing rates. This method supports paging.",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "required": true
            },
            "billingProfileId": {
              "format": "int64",
              "location": "path",
              "description": "Billing profile ID of this billing rate.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string"
            }
          },
          "id": "dfareporting.billingRates.list",
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingRates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingRates"
        }
      }
    },
    "targetingTemplates": {
      "methods": {
        "insert": {
          "description": "Inserts a new targeting template.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "request": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "httpMethod": "POST",
          "id": "dfareporting.targetingTemplates.insert",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Updates an existing targeting template.",
          "request": {
            "$ref": "TargetingTemplate"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.targetingTemplates.update",
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates"
        },
        "get": {
          "path": "userprofiles/{+profileId}/targetingTemplates/{+id}",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "description": "Gets one targeting template by ID.",
          "id": "dfareporting.targetingTemplates.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates/{targetingTemplatesId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "format": "int64"
            },
            "id": {
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "Targeting template ID.",
              "required": true,
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "httpMethod": "GET",
          "id": "dfareporting.targetingTemplates.list",
          "parameters": {
            "advertiserId": {
              "description": "Select only targeting templates with this advertiser ID.",
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "maxResults": {
              "location": "query",
              "type": "integer",
              "default": "1000",
              "format": "int32",
              "description": "Maximum number of results to return."
            },
            "sortField": {
              "default": "ID",
              "description": "Field by which to sort the list.",
              "type": "string",
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "ids": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only targeting templates with these IDs.",
              "repeated": true
            },
            "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"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true
            }
          },
          "description": "Retrieves a list of targeting templates, optionally filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "TargetingTemplatesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "response": {
            "$ref": "TargetingTemplate"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "format": "int64",
              "description": "Required. RemarketingList ID.",
              "required": true,
              "location": "query",
              "type": "string"
            }
          },
          "httpMethod": "PATCH",
          "request": {
            "$ref": "TargetingTemplate"
          },
          "id": "dfareporting.targetingTemplates.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing targeting template. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/targetingTemplates"
        }
      }
    },
    "studioCreativeAssets": {
      "methods": {
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {},
          "response": {
            "$ref": "StudioCreativeAssetsResponse"
          },
          "parameterOrder": [],
          "httpMethod": "POST",
          "mediaUpload": {
            "accept": [
              "*/*"
            ],
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/dfareporting/v5/studio/creativeAssets"
              }
            },
            "maxSize": "1073741824"
          },
          "description": "Inserts a new studio creative asset.",
          "path": "studio/creativeAssets",
          "supportsMediaUpload": true,
          "id": "dfareporting.studioCreativeAssets.insert",
          "request": {
            "$ref": "DfareportingStudioCreativeAssetsInsertRequest"
          },
          "flatPath": "studio/creativeAssets"
        }
      }
    },
    "placementGroups": {
      "methods": {
        "patch": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "PlacementGroup"
          },
          "description": "Updates an existing placement group. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/placementGroups",
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "id": "dfareporting.placementGroups.patch",
          "response": {
            "$ref": "PlacementGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "description": "Required. Placement ID.",
              "required": true,
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "insert": {
          "path": "userprofiles/{+profileId}/placementGroups",
          "response": {
            "$ref": "PlacementGroup"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placementGroups.insert",
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "request": {
            "$ref": "PlacementGroup"
          },
          "description": "Inserts a new placement group.",
          "httpMethod": "POST"
        },
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "PlacementGroup"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/placementGroups",
          "id": "dfareporting.placementGroups.update",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "type": "string"
            }
          },
          "description": "Updates an existing placement group.",
          "response": {
            "$ref": "PlacementGroup"
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "pricingTypes": {
              "enum": [
                "PRICING_TYPE_CPM",
                "PRICING_TYPE_CPC",
                "PRICING_TYPE_CPA",
                "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
                "PRICING_TYPE_FLAT_RATE_CLICKS",
                "PRICING_TYPE_CPM_ACTIVEVIEW"
              ],
              "repeated": true,
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "type": "string",
              "description": "Select only placement groups with these pricing types."
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only placement groups with these IDs."
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "800"
            },
            "searchString": {
              "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\".",
              "location": "query"
            },
            "advertiserIds": {
              "description": "Select only placement groups that belong to these advertisers.",
              "type": "string",
              "format": "int64",
              "repeated": true,
              "location": "query"
            },
            "maxEndDate": {
              "type": "string",
              "location": "query",
              "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\"."
            },
            "placementStrategyIds": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "repeated": true,
              "description": "Select only placement groups that are associated with these placement strategies."
            },
            "campaignIds": {
              "location": "query",
              "description": "Select only placement groups that belong to these campaigns.",
              "type": "string",
              "repeated": true,
              "format": "int64"
            },
            "directorySiteIds": {
              "location": "query",
              "repeated": true,
              "description": "Select only placement groups that are associated with these directory sites.",
              "format": "int64",
              "type": "string"
            },
            "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"
              ],
              "type": "string",
              "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.",
              "location": "query"
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "description": "Field by which to sort the list.",
              "default": "ID"
            },
            "contentCategoryIds": {
              "description": "Select only placement groups that are associated with these content categories.",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "activeStatus": {
              "location": "query",
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "PLACEMENT_STATUS_UNKNOWN",
                "PLACEMENT_STATUS_ACTIVE",
                "PLACEMENT_STATUS_INACTIVE",
                "PLACEMENT_STATUS_ARCHIVED",
                "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
              ],
              "description": "Select only placements with these active statuses.",
              "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\"."
            },
            "siteIds": {
              "location": "query",
              "format": "int64",
              "repeated": true,
              "description": "Select only placement groups that are associated with these sites.",
              "type": "string"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "type": "string",
              "default": "ASCENDING",
              "description": "Order of sorted results."
            },
            "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\"."
            },
            "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\"."
            },
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/placementGroups",
          "response": {
            "$ref": "PlacementGroupsListResponse"
          },
          "description": "Retrieves a list of placement groups, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "id": "dfareporting.placementGroups.list"
        },
        "get": {
          "response": {
            "$ref": "PlacementGroup"
          },
          "description": "Gets one placement group by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placementGroups.get",
          "flatPath": "userprofiles/{userprofilesId}/placementGroups/{placementGroupsId}",
          "path": "userprofiles/{+profileId}/placementGroups/{+id}",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "id": {
              "description": "Placement group ID.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          }
        }
      }
    },
    "mobileCarriers": {
      "methods": {
        "list": {
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.mobileCarriers.list",
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers",
          "path": "userprofiles/{+profileId}/mobileCarriers",
          "response": {
            "$ref": "MobileCarriersListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of mobile carriers."
        },
        "get": {
          "path": "userprofiles/{+profileId}/mobileCarriers/{+id}",
          "description": "Gets one mobile carrier by ID.",
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers/{mobileCarriersId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "MobileCarrier"
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "Mobile carrier ID."
            },
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.mobileCarriers.get"
        }
      }
    },
    "operatingSystemVersions": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/operatingSystemVersions",
          "response": {
            "$ref": "OperatingSystemVersionsListResponse"
          },
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "description": "Retrieves a list of operating system versions.",
          "id": "dfareporting.operatingSystemVersions.list",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions"
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions/{operatingSystemVersionsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/operatingSystemVersions/{+id}",
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string"
            },
            "id": {
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "Operating system version ID."
            }
          },
          "description": "Gets one operating system version by ID.",
          "id": "dfareporting.operatingSystemVersions.get",
          "response": {
            "$ref": "OperatingSystemVersion"
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "advertisers": {
      "methods": {
        "get": {
          "id": "dfareporting.advertisers.get",
          "path": "userprofiles/{+profileId}/advertisers/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}",
          "response": {
            "$ref": "Advertiser"
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "id": {
              "description": "Advertiser ID.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "description": "Gets one advertiser by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "Advertiser"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Advertiser"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "description": "Inserts a new advertiser.",
          "path": "userprofiles/{+profileId}/advertisers",
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "id": "dfareporting.advertisers.insert"
        },
        "update": {
          "id": "dfareporting.advertisers.update",
          "response": {
            "$ref": "Advertiser"
          },
          "description": "Updates an existing advertiser.",
          "request": {
            "$ref": "Advertiser"
          },
          "path": "userprofiles/{+profileId}/advertisers",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT"
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "description": "Retrieves a list of advertisers, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/advertisers",
          "id": "dfareporting.advertisers.list",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "status": {
              "enumDescriptions": [
                "Approved (ads can deliver)",
                "On-hold (all ads are stopped)"
              ],
              "type": "string",
              "location": "query",
              "description": "Select only advertisers with the specified status.",
              "enum": [
                "APPROVED",
                "ON_HOLD"
              ]
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "type": "integer",
              "format": "int32",
              "description": "Maximum number of results to return."
            },
            "subaccountId": {
              "description": "Select only advertisers with these subaccount IDs.",
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "repeated": true,
              "type": "string",
              "location": "query",
              "description": "Select only advertisers with these IDs.",
              "format": "int64"
            },
            "includeAdvertisersWithoutGroupsOnly": {
              "type": "boolean",
              "description": "Select only advertisers which do not belong to any advertiser group.",
              "location": "query"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "advertiserGroupIds": {
              "repeated": true,
              "format": "int64",
              "description": "Select only advertisers with these advertiser group IDs.",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "floodlightConfigurationIds": {
              "format": "int64",
              "description": "Select only advertisers with these floodlight configuration IDs.",
              "repeated": true,
              "location": "query",
              "type": "string"
            },
            "onlyParent": {
              "location": "query",
              "description": "Select only advertisers which use another advertiser's floodlight configuration.",
              "type": "boolean"
            },
            "searchString": {
              "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\" .",
              "type": "string",
              "location": "query"
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "default": "ID",
              "type": "string",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            }
          },
          "response": {
            "$ref": "AdvertisersListResponse"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "patch": {
          "response": {
            "$ref": "Advertiser"
          },
          "parameters": {
            "id": {
              "required": true,
              "description": "Required. Advertiser ID.",
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "path": "userprofiles/{+profileId}/advertisers",
          "request": {
            "$ref": "Advertiser"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "id": "dfareporting.advertisers.patch",
          "description": "Updates an existing advertiser. This method supports patch semantics."
        }
      }
    },
    "sizes": {
      "methods": {
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Size"
          },
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "response": {
            "$ref": "Size"
          },
          "id": "dfareporting.sizes.insert",
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/sizes",
          "description": "Inserts a new size."
        },
        "get": {
          "path": "userprofiles/{+profileId}/sizes/{+id}",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "id": {
              "description": "Size ID.",
              "type": "string",
              "location": "path",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sizes/{sizesId}",
          "id": "dfareporting.sizes.get",
          "httpMethod": "GET",
          "description": "Gets one size by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Size"
          }
        },
        "list": {
          "parameters": {
            "width": {
              "location": "query",
              "format": "int32",
              "type": "integer",
              "description": "Select only sizes with this width."
            },
            "height": {
              "location": "query",
              "description": "Select only sizes with this height.",
              "format": "int32",
              "type": "integer"
            },
            "profileId": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path"
            },
            "iabStandard": {
              "location": "query",
              "type": "boolean",
              "description": "Select only IAB standard sizes."
            },
            "ids": {
              "repeated": true,
              "type": "string",
              "description": "Select only sizes with these IDs.",
              "location": "query",
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/sizes",
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "parameterOrder": [
            "profileId"
          ],
          "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.",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.sizes.list",
          "response": {
            "$ref": "SizesListResponse"
          }
        }
      }
    },
    "accountUserProfiles": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{profileId}/accountUserProfiles/{accountUserProfilesId}",
          "id": "dfareporting.accountUserProfiles.get",
          "description": "Gets one account user profile by ID.",
          "parameters": {
            "id": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID.",
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true
            }
          },
          "response": {
            "$ref": "AccountUserProfile"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{profileId}/accountUserProfiles/{+id}",
          "httpMethod": "GET"
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "httpMethod": "POST",
          "description": "Inserts a new account user profile.",
          "id": "dfareporting.accountUserProfiles.insert",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          },
          "request": {
            "$ref": "AccountUserProfile"
          }
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "description": "Updates an existing account user profile.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "request": {
            "$ref": "AccountUserProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "id": "dfareporting.accountUserProfiles.update",
          "parameterOrder": [
            "profileId"
          ]
        },
        "patch": {
          "request": {
            "$ref": "AccountUserProfile"
          },
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "required": true,
              "description": "Required. AccountUserProfile ID."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "httpMethod": "PATCH",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "description": "Updates an existing account user profile. This method supports patch semantics.",
          "id": "dfareporting.accountUserProfiles.patch",
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "response": {
            "$ref": "AccountUserProfilesListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.accountUserProfiles.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of account user profiles, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "parameters": {
            "ids": {
              "format": "int64",
              "description": "Select only user profiles with these IDs.",
              "location": "query",
              "repeated": true,
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "type": "string",
              "description": "Field by which to sort the list."
            },
            "active": {
              "location": "query",
              "type": "boolean",
              "description": "Select only active user profiles."
            },
            "subaccountId": {
              "location": "query",
              "format": "int64",
              "description": "Select only user profiles with the specified subaccount ID.",
              "type": "string"
            },
            "sortOrder": {
              "location": "query",
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "maxResults": {
              "format": "int32",
              "default": "1000",
              "location": "query",
              "description": "Maximum number of results to return.",
              "type": "integer"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "userRoleId": {
              "type": "string",
              "location": "query",
              "format": "int64",
              "description": "Select only user profiles with the specified user role ID."
            },
            "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"
            }
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles"
        }
      }
    },
    "ads": {
      "methods": {
        "patch": {
          "id": "dfareporting.ads.patch",
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "type": "string",
              "location": "query",
              "required": true,
              "description": "Required. RemarketingList ID.",
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/ads",
          "httpMethod": "PATCH",
          "request": {
            "$ref": "Ad"
          },
          "description": "Updates an existing ad. This method supports patch semantics.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Ad"
          }
        },
        "insert": {
          "path": "userprofiles/{+profileId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "description": "Inserts a new ad.",
          "request": {
            "$ref": "Ad"
          },
          "response": {
            "$ref": "Ad"
          },
          "id": "dfareporting.ads.insert",
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string"
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/ads",
          "response": {
            "$ref": "Ad"
          },
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Updates an existing ad.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.ads.update",
          "request": {
            "$ref": "Ad"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/ads"
        },
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "placementIds": {
              "format": "int64",
              "description": "Select only ads with these placement IDs assigned.",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "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."
            },
            "remarketingListIds": {
              "format": "int64",
              "description": "Select only ads whose list targeting expression use these remarketing list IDs.",
              "location": "query",
              "type": "string",
              "repeated": true
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "description": "Select only ads with these IDs.",
              "location": "query",
              "type": "string"
            },
            "landingPageIds": {
              "repeated": true,
              "format": "int64",
              "type": "string",
              "description": "Select only ads with these landing page IDs.",
              "location": "query"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "type": {
              "enum": [
                "AD_SERVING_STANDARD_AD",
                "AD_SERVING_DEFAULT_AD",
                "AD_SERVING_CLICK_TRACKER",
                "AD_SERVING_TRACKING",
                "AD_SERVING_BRAND_SAFE_AD"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "type": "string",
              "description": "Select only ads with these types.",
              "repeated": true,
              "location": "query"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "location": "query",
              "type": "integer",
              "format": "int32",
              "default": "1000"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query"
            },
            "archived": {
              "location": "query",
              "description": "Select only archived ads.",
              "type": "boolean"
            },
            "advertiserId": {
              "format": "int64",
              "location": "query",
              "description": "Select only ads with this advertiser ID.",
              "type": "string"
            },
            "sslRequired": {
              "location": "query",
              "type": "boolean",
              "description": "Select only ads that require SSL."
            },
            "compatibility": {
              "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"
              ],
              "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.",
              "location": "query",
              "type": "string"
            },
            "audienceSegmentIds": {
              "description": "Select only ads with these audience segment IDs.",
              "type": "string",
              "repeated": true,
              "location": "query",
              "format": "int64"
            },
            "campaignIds": {
              "repeated": true,
              "description": "Select only ads with these campaign IDs.",
              "type": "string",
              "location": "query",
              "format": "int64"
            },
            "sslCompliant": {
              "description": "Select only ads that are SSL-compliant.",
              "type": "boolean",
              "location": "query"
            },
            "overriddenEventTagId": {
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Select only ads with this event tag override ID."
            },
            "sortField": {
              "location": "query",
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "type": "string"
            },
            "active": {
              "type": "boolean",
              "description": "Select only active ads.",
              "location": "query"
            },
            "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\".",
              "type": "string",
              "location": "query"
            },
            "creativeOptimizationConfigurationIds": {
              "location": "query",
              "repeated": true,
              "description": "Select only ads with these creative optimization configuration IDs.",
              "format": "int64",
              "type": "string"
            },
            "sizeIds": {
              "description": "Select only ads with these size IDs.",
              "format": "int64",
              "location": "query",
              "type": "string",
              "repeated": true
            },
            "creativeIds": {
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only ads with these creative IDs assigned.",
              "location": "query"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "description": "Retrieves a list of ads, possibly filtered. This method supports paging.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.ads.list",
          "response": {
            "$ref": "AdsListResponse"
          },
          "path": "userprofiles/{+profileId}/ads"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.ads.get",
          "flatPath": "userprofiles/{userprofilesId}/ads/{adsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "required": true,
              "description": "Ad ID.",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Gets one ad by ID.",
          "response": {
            "$ref": "Ad"
          },
          "path": "userprofiles/{+profileId}/ads/{+id}",
          "httpMethod": "GET"
        }
      }
    },
    "mobileApps": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves list of available mobile apps.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/mobileApps",
          "response": {
            "$ref": "MobileAppsListResponse"
          },
          "id": "dfareporting.mobileApps.list",
          "flatPath": "userprofiles/{userprofilesId}/mobileApps",
          "httpMethod": "GET",
          "parameters": {
            "directories": {
              "description": "Select only apps from these directories.",
              "repeated": true,
              "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"
              ],
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000",
              "type": "integer",
              "location": "query"
            },
            "searchString": {
              "type": "string",
              "location": "query",
              "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\"."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string"
            },
            "ids": {
              "repeated": true,
              "description": "Select only apps with these IDs.",
              "type": "string",
              "location": "query"
            }
          }
        },
        "get": {
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true
            },
            "id": {
              "description": "Mobile app ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/mobileApps/{+id}",
          "id": "dfareporting.mobileApps.get",
          "response": {
            "$ref": "MobileApp"
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/mobileApps/{mobileAppsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one mobile app by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "creatives": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "id": "dfareporting.creatives.list",
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/creatives",
          "parameters": {
            "sortField": {
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "location": "query",
              "default": "ID"
            },
            "sizeIds": {
              "repeated": true,
              "location": "query",
              "description": "Select only creatives with these size IDs.",
              "type": "string",
              "format": "int64"
            },
            "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\"."
            },
            "creativeFieldIds": {
              "format": "int64",
              "location": "query",
              "repeated": true,
              "type": "string",
              "description": "Select only creatives with these creative field IDs."
            },
            "active": {
              "description": "Select only active creatives. Leave blank to select active and inactive creatives.",
              "location": "query",
              "type": "boolean"
            },
            "advertiserId": {
              "location": "query",
              "description": "Select only creatives with this advertiser ID.",
              "format": "int64",
              "type": "string"
            },
            "archived": {
              "location": "query",
              "type": "boolean",
              "description": "Select only archived creatives. Leave blank to select archived and unarchived creatives."
            },
            "campaignId": {
              "description": "Select only creatives with this campaign ID.",
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "maxResults": {
              "default": "1000",
              "format": "int32",
              "location": "query",
              "description": "Maximum number of results to return.",
              "type": "integer"
            },
            "types": {
              "description": "Select only creatives with these creative types.",
              "location": "query",
              "repeated": true,
              "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"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "ids": {
              "repeated": true,
              "location": "query",
              "format": "int64",
              "description": "Select only creatives with these IDs.",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "companionCreativeIds": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "description": "Select only in-stream video creatives with these companion IDs.",
              "format": "int64"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "studioCreativeId": {
              "type": "string",
              "description": "Select only creatives corresponding to this Studio creative ID.",
              "location": "query",
              "format": "int64"
            },
            "renderingIds": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "repeated": true,
              "description": "Select only creatives with these rendering IDs."
            }
          },
          "response": {
            "$ref": "CreativesListResponse"
          },
          "description": "Retrieves a list of creatives, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ]
        },
        "patch": {
          "id": "dfareporting.creatives.patch",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "description": "Required. Creative ID.",
              "type": "string",
              "format": "int64",
              "location": "query"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "path": "userprofiles/{+profileId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "request": {
            "$ref": "Creative"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Creative"
          },
          "description": "Updates an existing creative. This method supports patch semantics."
        },
        "get": {
          "httpMethod": "GET",
          "id": "dfareporting.creatives.get",
          "response": {
            "$ref": "Creative"
          },
          "path": "userprofiles/{+profileId}/creatives/{+id}",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            },
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "Creative ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one creative by ID.",
          "flatPath": "userprofiles/{userprofilesId}/creatives/{creativesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "path": "userprofiles/{+profileId}/creatives",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.creatives.insert",
          "response": {
            "$ref": "Creative"
          },
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "description": "Inserts a new creative.",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Creative"
          }
        },
        "update": {
          "id": "dfareporting.creatives.update",
          "request": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "path": "userprofiles/{+profileId}/creatives",
          "description": "Updates an existing creative.",
          "response": {
            "$ref": "Creative"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "PUT"
        }
      }
    },
    "accountPermissionGroups": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups/{accountPermissionGroupsId}",
          "parameters": {
            "id": {
              "required": true,
              "description": "Account permission group ID.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/accountPermissionGroups/{+id}",
          "description": "Gets one account permission group by ID.",
          "httpMethod": "GET",
          "id": "dfareporting.accountPermissionGroups.get",
          "response": {
            "$ref": "AccountPermissionGroup"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "AccountPermissionGroupsListResponse"
          },
          "path": "userprofiles/{+profileId}/accountPermissionGroups",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.accountPermissionGroups.list",
          "description": "Retrieves the list of account permission groups.",
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups"
        }
      }
    },
    "creativeGroups": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "CreativeGroup"
          },
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "description": "Inserts a new creative group.",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "CreativeGroup"
          },
          "id": "dfareporting.creativeGroups.insert"
        },
        "update": {
          "response": {
            "$ref": "CreativeGroup"
          },
          "path": "userprofiles/{+profileId}/creativeGroups",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string"
            }
          },
          "id": "dfareporting.creativeGroups.update",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing creative group.",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "PUT",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "request": {
            "$ref": "CreativeGroup"
          }
        },
        "patch": {
          "response": {
            "$ref": "CreativeGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing creative group. This method supports patch semantics.",
          "httpMethod": "PATCH",
          "request": {
            "$ref": "CreativeGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "id": "dfareporting.creativeGroups.patch",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "required": true,
              "description": "Required. Creative Group ID.",
              "type": "string",
              "location": "query",
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          }
        },
        "get": {
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "pattern": "^[^/]+$",
              "description": "Creative group ID.",
              "location": "path",
              "format": "int64",
              "required": true,
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/creativeGroups/{+id}",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups/{creativeGroupsId}",
          "id": "dfareporting.creativeGroups.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one creative group by ID.",
          "response": {
            "$ref": "CreativeGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "CreativeGroupsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of creative groups, possibly filtered. This method supports paging.",
          "id": "dfareporting.creativeGroups.list",
          "parameters": {
            "advertiserIds": {
              "location": "query",
              "type": "string",
              "repeated": true,
              "description": "Select only creative groups that belong to these advertisers.",
              "format": "int64"
            },
            "groupNumber": {
              "type": "integer",
              "location": "query",
              "format": "int32",
              "description": "Select only creative groups that belong to this subgroup."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "type": "string",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "searchString": {
              "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\".",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "type": "string",
              "description": "Select only creative groups with these IDs.",
              "format": "int64",
              "location": "query",
              "repeated": true
            },
            "profileId": {
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "sortField": {
              "location": "query",
              "type": "string",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ]
            }
          },
          "path": "userprofiles/{+profileId}/creativeGroups",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "httpMethod": "GET"
        }
      }
    },
    "creativeAssets": {
      "methods": {
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/creativeAssets/{creativeAssetsId}/creativeAssets",
          "mediaUpload": {
            "accept": [
              "*/*"
            ],
            "maxSize": "1073741824",
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/dfareporting/v5/userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets"
              }
            }
          },
          "description": "Inserts a new creative asset.",
          "parameters": {
            "advertiserId": {
              "type": "string",
              "location": "path",
              "description": "Advertiser ID of this creative. This is a required field.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "request": {
            "$ref": "CreativeAssetMetadata"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "id": "dfareporting.creativeAssets.insert",
          "path": "userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets",
          "response": {
            "$ref": "CreativeAssetMetadata"
          },
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "supportsMediaUpload": true
        }
      }
    },
    "conversions": {
      "methods": {
        "batchupdate": {
          "response": {
            "$ref": "ConversionsBatchUpdateResponse"
          },
          "path": "userprofiles/{profileId}/conversions/batchupdate",
          "description": "Updates existing conversions.",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.conversions.batchupdate",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ],
          "httpMethod": "POST",
          "flatPath": "userprofiles/{profileId}/conversions/batchupdate",
          "request": {
            "$ref": "ConversionsBatchUpdateRequest"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          }
        },
        "batchinsert": {
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ],
          "response": {
            "$ref": "ConversionsBatchInsertResponse"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Inserts conversions.",
          "path": "userprofiles/{profileId}/conversions/batchinsert",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "id": "dfareporting.conversions.batchinsert",
          "flatPath": "userprofiles/{profileId}/conversions/batchinsert",
          "request": {
            "$ref": "ConversionsBatchInsertRequest"
          }
        }
      }
    },
    "reports": {
      "resources": {
        "files": {
          "methods": {
            "get": {
              "parameters": {
                "fileId": {
                  "required": true,
                  "format": "int64",
                  "type": "string",
                  "location": "path",
                  "description": "The ID of the report file."
                },
                "reportId": {
                  "required": true,
                  "format": "int64",
                  "location": "path",
                  "description": "The ID of the report.",
                  "type": "string"
                },
                "profileId": {
                  "location": "path",
                  "description": "The Campaign Manager 360 user profile ID.",
                  "type": "string",
                  "required": true,
                  "format": "int64"
                }
              },
              "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
              "httpMethod": "GET",
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "supportsMediaDownload": true,
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "response": {
                "$ref": "File"
              },
              "path": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "id": "dfareporting.reports.files.get",
              "parameterOrder": [
                "profileId",
                "reportId",
                "fileId"
              ]
            },
            "list": {
              "description": "Lists files for a report.",
              "response": {
                "$ref": "FileList"
              },
              "parameterOrder": [
                "profileId",
                "reportId"
              ],
              "parameters": {
                "sortField": {
                  "enumDescriptions": [
                    "",
                    ""
                  ],
                  "default": "LAST_MODIFIED_TIME",
                  "enum": [
                    "ID",
                    "LAST_MODIFIED_TIME"
                  ],
                  "description": "The field by which to sort the list.",
                  "type": "string",
                  "location": "query"
                },
                "profileId": {
                  "format": "int64",
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "The Campaign Manager 360 user profile ID."
                },
                "reportId": {
                  "location": "path",
                  "format": "int64",
                  "type": "string",
                  "description": "The ID of the parent report.",
                  "required": true
                },
                "maxResults": {
                  "description": "Maximum number of results to return.",
                  "default": "10",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "sortOrder": {
                  "default": "DESCENDING",
                  "location": "query",
                  "enumDescriptions": [
                    "Ascending order.",
                    "Descending order."
                  ],
                  "enum": [
                    "ASCENDING",
                    "DESCENDING"
                  ],
                  "description": "Order of sorted results.",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "description": "The value of the nextToken from the previous result page.",
                  "location": "query"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "path": "userprofiles/{profileId}/reports/{reportId}/files",
              "id": "dfareporting.reports.files.list",
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files",
              "httpMethod": "GET"
            }
          }
        },
        "compatibleFields": {
          "methods": {
            "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.",
              "request": {
                "$ref": "Report"
              },
              "parameterOrder": [
                "profileId"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "path": "userprofiles/{profileId}/reports/compatiblefields/query",
              "flatPath": "userprofiles/{profileId}/reports/compatiblefields/query",
              "id": "dfareporting.reports.compatibleFields.query",
              "response": {
                "$ref": "CompatibleFields"
              },
              "httpMethod": "POST",
              "parameters": {
                "profileId": {
                  "location": "path",
                  "format": "int64",
                  "type": "string",
                  "description": "The Campaign Manager 360 user profile ID.",
                  "required": true
                }
              }
            }
          }
        }
      },
      "methods": {
        "get": {
          "httpMethod": "GET",
          "response": {
            "$ref": "Report"
          },
          "id": "dfareporting.reports.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.",
              "format": "int64",
              "required": true,
              "type": "string",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "description": "Retrieves a report by its ID."
        },
        "insert": {
          "request": {
            "$ref": "Report"
          },
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{profileId}/reports",
          "id": "dfareporting.reports.insert",
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{profileId}/reports",
          "response": {
            "$ref": "Report"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Creates a report."
        },
        "update": {
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "request": {
            "$ref": "Report"
          },
          "httpMethod": "PUT",
          "id": "dfareporting.reports.update",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "reportId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "The ID of the report."
            }
          },
          "response": {
            "$ref": "Report"
          },
          "description": "Updates a report.",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "path": "userprofiles/{profileId}/reports/{reportId}"
        },
        "delete": {
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "location": "path"
            },
            "reportId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "description": "The ID of the report.",
              "location": "path"
            }
          },
          "id": "dfareporting.reports.delete",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Deletes a report by its ID.",
          "httpMethod": "DELETE"
        },
        "run": {
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "response": {
            "$ref": "File"
          },
          "path": "userprofiles/{profileId}/reports/{reportId}/run",
          "id": "dfareporting.reports.run",
          "parameters": {
            "synchronous": {
              "description": "If set and true, tries to run the report synchronously.",
              "location": "query",
              "default": "false",
              "type": "boolean"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path"
            },
            "reportId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "The ID of the report.",
              "required": true
            }
          },
          "description": "Runs a report.",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "httpMethod": "POST",
          "flatPath": "userprofiles/{profileId}/reports/{reportId}/run"
        },
        "list": {
          "parameters": {
            "scope": {
              "enumDescriptions": [
                "All reports in account.",
                "My reports."
              ],
              "location": "query",
              "type": "string",
              "description": "The scope that defines which results are returned.",
              "enum": [
                "ALL",
                "MINE"
              ],
              "default": "MINE"
            },
            "sortField": {
              "location": "query",
              "description": "The field by which to sort the list.",
              "default": "LAST_MODIFIED_TIME",
              "type": "string",
              "enumDescriptions": [
                "Sort by report ID.",
                "Sort by 'lastModifiedTime' field.",
                "Sort by name of reports."
              ],
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME",
                "NAME"
              ]
            },
            "profileId": {
              "required": true,
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "location": "path"
            },
            "maxResults": {
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "10",
              "location": "query"
            },
            "pageToken": {
              "description": "The value of the nextToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "description": "Order of sorted results.",
              "default": "DESCENDING"
            }
          },
          "flatPath": "userprofiles/{profileId}/reports",
          "httpMethod": "GET",
          "description": "Retrieves list of reports.",
          "id": "dfareporting.reports.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ReportList"
          },
          "path": "userprofiles/{profileId}/reports"
        }
      }
    },
    "advertiserGroups": {
      "methods": {
        "patch": {
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "id": {
              "format": "int64",
              "required": true,
              "location": "query",
              "type": "string",
              "description": "Required. Advertiser Group ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "PATCH",
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "description": "Updates an existing advertiser group. This method supports patch semantics.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "id": "dfareporting.advertiserGroups.patch",
          "path": "userprofiles/{+profileId}/advertiserGroups"
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "id": "dfareporting.advertiserGroups.insert",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new advertiser group."
        },
        "update": {
          "httpMethod": "PUT",
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "description": "Updates an existing advertiser group.",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "id": "dfareporting.advertiserGroups.update",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups"
        },
        "delete": {
          "description": "Deletes an existing advertiser group.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE",
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}",
          "id": "dfareporting.advertiserGroups.delete",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "id": {
              "format": "int64",
              "description": "Advertiser group ID.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path"
            }
          }
        },
        "list": {
          "response": {
            "$ref": "AdvertiserGroupsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "id": "dfareporting.advertiserGroups.list",
          "parameters": {
            "maxResults": {
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000",
              "location": "query"
            },
            "sortField": {
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "location": "query",
              "default": "ID",
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "searchString": {
              "type": "string",
              "location": "query",
              "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": {
              "format": "int64",
              "required": true,
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "ids": {
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64",
              "description": "Select only advertiser groups with these IDs."
            }
          },
          "description": "Retrieves a list of advertiser groups, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "get": {
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "type": "string"
            },
            "id": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "description": "Advertiser group ID."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}",
          "description": "Gets one advertiser group by ID.",
          "id": "dfareporting.advertiserGroups.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "AdvertiserGroup"
          }
        }
      }
    },
    "advertiserLandingPages": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "id": {
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Landing page ID.",
              "location": "path"
            }
          },
          "path": "userprofiles/{+profileId}/advertiserLandingPages/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages/{advertiserLandingPagesId}",
          "httpMethod": "GET",
          "description": "Gets one landing page by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.advertiserLandingPages.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "LandingPage"
          }
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.advertiserLandingPages.insert",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "description": "Inserts a new landing page.",
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "LandingPage"
          },
          "request": {
            "$ref": "LandingPage"
          }
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "request": {
            "$ref": "LandingPage"
          },
          "description": "Updates an existing landing page.",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "response": {
            "$ref": "LandingPage"
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.advertiserLandingPages.update"
        },
        "list": {
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "location": "query"
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64"
            },
            "searchString": {
              "location": "query",
              "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\".",
              "type": "string"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "location": "query",
              "type": "string",
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "default": "1000",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "ids": {
              "format": "int64",
              "location": "query",
              "repeated": true,
              "type": "string",
              "description": "Select only landing pages with these IDs."
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "advertiserIds": {
              "description": "Select only landing pages that belong to these advertisers.",
              "format": "int64",
              "repeated": true,
              "type": "string",
              "location": "query"
            },
            "campaignIds": {
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only landing pages that are associated with these campaigns.",
              "format": "int64"
            },
            "archived": {
              "type": "boolean",
              "location": "query",
              "description": "Select only archived landing pages. Don't set this field to select both archived and non-archived landing pages."
            },
            "subaccountId": {
              "type": "string",
              "description": "Select only landing pages that belong to this subaccount.",
              "location": "query",
              "format": "int64"
            }
          },
          "description": "Retrieves a list of landing pages.",
          "response": {
            "$ref": "AdvertiserLandingPagesListResponse"
          },
          "id": "dfareporting.advertiserLandingPages.list",
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/advertiserLandingPages"
        },
        "patch": {
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "parameters": {
            "id": {
              "type": "string",
              "required": true,
              "location": "query",
              "format": "int64",
              "description": "Required. Landing Page ID."
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "id": "dfareporting.advertiserLandingPages.patch",
          "request": {
            "$ref": "LandingPage"
          },
          "httpMethod": "PATCH",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing landing page. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "response": {
            "$ref": "LandingPage"
          }
        }
      }
    },
    "remarketingLists": {
      "methods": {
        "patch": {
          "id": "dfareporting.remarketingLists.patch",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "httpMethod": "PATCH",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "response": {
            "$ref": "RemarketingList"
          },
          "parameters": {
            "id": {
              "description": "Required. RemarketingList ID.",
              "required": true,
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "description": "Updates an existing remarketing list. This method supports patch semantics.",
          "request": {
            "$ref": "RemarketingList"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "insert": {
          "response": {
            "$ref": "RemarketingList"
          },
          "description": "Inserts a new remarketing list.",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            }
          },
          "id": "dfareporting.remarketingLists.insert",
          "request": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "path": "userprofiles/{+profileId}/remarketingLists"
        },
        "update": {
          "httpMethod": "PUT",
          "request": {
            "$ref": "RemarketingList"
          },
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "RemarketingList"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "description": "Updates an existing remarketing list.",
          "id": "dfareporting.remarketingLists.update",
          "path": "userprofiles/{+profileId}/remarketingLists"
        },
        "list": {
          "httpMethod": "GET",
          "response": {
            "$ref": "RemarketingListsListResponse"
          },
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "parameters": {
            "name": {
              "location": "query",
              "type": "string",
              "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\"."
            },
            "advertiserId": {
              "description": "Required. Select only remarketing lists owned by this advertiser.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "maxResults": {
              "location": "query",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "type": "integer",
              "format": "int32"
            },
            "active": {
              "description": "Select only active or only inactive remarketing lists.",
              "location": "query",
              "type": "boolean"
            },
            "floodlightActivityId": {
              "format": "int64",
              "description": "Select only remarketing lists that have this floodlight activity ID.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "type": "string",
              "location": "query"
            },
            "sortField": {
              "location": "query",
              "description": "Field by which to sort the list.",
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string"
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Retrieves a list of remarketing lists, possibly filtered. This method supports paging.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.remarketingLists.list",
          "path": "userprofiles/{+profileId}/remarketingLists",
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists"
        },
        "get": {
          "description": "Gets one remarketing list by ID.",
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists/{remarketingListsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.remarketingLists.get",
          "response": {
            "$ref": "RemarketingList"
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/remarketingLists/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "description": "Remarketing list ID.",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            }
          }
        }
      }
    },
    "billingProfiles": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/billingProfiles",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "currency_code": {
              "location": "query",
              "type": "string",
              "description": "Select only billing profile with currency."
            },
            "subaccountIds": {
              "repeated": true,
              "format": "int64",
              "type": "string",
              "description": "Select only billing profile with the specified subaccount.When only_suggestion is true, only a single subaccount_id is supported.",
              "location": "query"
            },
            "onlySuggestion": {
              "location": "query",
              "description": "Select only billing profile which is suggested for the currency_code & subaccount_id using the Billing Suggestion API.",
              "type": "boolean"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "profileId": {
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "name": {
              "location": "query",
              "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\".",
              "type": "string"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "repeated": true,
              "description": "Select only billing profile with these IDs."
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "default": "ID"
            },
            "status": {
              "enumDescriptions": [
                "",
                "",
                ""
              ],
              "repeated": true,
              "location": "query",
              "enum": [
                "UNDER_REVIEW",
                "ACTIVE",
                "ARCHIVED"
              ],
              "description": "Select only billing profile with the specified status.",
              "type": "string"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING"
            }
          },
          "description": "Retrieves a list of billing profiles, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "BillingProfilesListResponse"
          },
          "id": "dfareporting.billingProfiles.list"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one billing profile by ID.",
          "httpMethod": "GET",
          "id": "dfareporting.billingProfiles.get",
          "response": {
            "$ref": "BillingProfile"
          },
          "parameters": {
            "id": {
              "description": "Billing Profile ID.",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "path": "userprofiles/{+profileId}/billingProfiles/{+id}"
        },
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "request": {
            "$ref": "BillingProfile"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/billingProfiles",
          "response": {
            "$ref": "BillingProfile"
          },
          "httpMethod": "PUT",
          "id": "dfareporting.billingProfiles.update",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "description": "Updates an existing billing profile."
        }
      }
    },
    "postalCodes": {
      "methods": {
        "list": {
          "description": "Retrieves a list of postal codes.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.postalCodes.list",
          "flatPath": "userprofiles/{userprofilesId}/postalCodes",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PostalCodesListResponse"
          },
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/postalCodes",
          "httpMethod": "GET"
        },
        "get": {
          "path": "userprofiles/{+profileId}/postalCodes/{+code}",
          "description": "Gets one postal code by ID.",
          "response": {
            "$ref": "PostalCode"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "code"
          ],
          "id": "dfareporting.postalCodes.get",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "code": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "required": true,
              "description": "Postal code ID."
            }
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/postalCodes/{postalCodesId}"
        }
      }
    },
    "dynamicProfiles": {
      "methods": {
        "generateCode": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DynamicProfileGenerateCodeResponse"
          },
          "parameters": {
            "dynamicProfileId": {
              "location": "path",
              "type": "string",
              "description": "Required. Dynamic profile ID.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "GET",
          "description": "Generates code for a dynamic profile, which will need unescaping.",
          "id": "dfareporting.dynamicProfiles.generateCode",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/generateCode",
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/generateCode"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "studio/dynamicProfiles/{+dynamicProfileId}",
          "id": "dfareporting.dynamicProfiles.get",
          "response": {
            "$ref": "DynamicProfile"
          },
          "description": "Gets a dynamic profile by ID.",
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "parameters": {
            "dynamicProfileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "description": "Required. Dynamic profile ID."
            }
          },
          "httpMethod": "GET"
        },
        "publish": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.dynamicProfiles.publish",
          "parameters": {
            "dynamicProfileId": {
              "location": "path",
              "description": "Required. Dynamic profile ID.",
              "type": "string",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/publish",
          "description": "Publish for a dynamic profile.",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "httpMethod": "POST",
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/publish"
        },
        "insert": {
          "httpMethod": "POST",
          "parameters": {},
          "response": {
            "$ref": "DynamicProfile"
          },
          "request": {
            "$ref": "DynamicProfile"
          },
          "description": "Inserts a new dynamic profile.",
          "id": "dfareporting.dynamicProfiles.insert",
          "flatPath": "studio/dynamicProfiles",
          "path": "studio/dynamicProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": []
        },
        "update": {
          "response": {
            "$ref": "DynamicProfile"
          },
          "parameters": {},
          "path": "studio/dynamicProfiles",
          "httpMethod": "PUT",
          "request": {
            "$ref": "DynamicProfile"
          },
          "id": "dfareporting.dynamicProfiles.update",
          "parameterOrder": [],
          "flatPath": "studio/dynamicProfiles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing dynamic profile."
        }
      }
    },
    "accounts": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/accounts",
          "response": {
            "$ref": "AccountsListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "description": "Retrieves the list of accounts, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "id": "dfareporting.accounts.list",
          "parameters": {
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "default": "ASCENDING",
              "type": "string",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "format": "int32",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "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"
            },
            "active": {
              "type": "boolean",
              "location": "query",
              "description": "Select only active accounts. Don't set this field to select both active and non-active accounts."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID"
            },
            "ids": {
              "description": "Select only accounts with these IDs.",
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query"
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64"
            }
          },
          "response": {
            "$ref": "Account"
          },
          "id": "dfareporting.accounts.update",
          "description": "Updates an existing account.",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "path": "userprofiles/{+profileId}/accounts",
          "request": {
            "$ref": "Account"
          }
        },
        "get": {
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "type": "string",
              "location": "path",
              "description": "Account ID.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "response": {
            "$ref": "Account"
          },
          "path": "userprofiles/{+profileId}/accounts/{+id}",
          "id": "dfareporting.accounts.get",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accounts/{accountsId}",
          "description": "Gets one account by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "response": {
            "$ref": "Account"
          },
          "id": "dfareporting.accounts.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing account. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "description": "Required. Account ID.",
              "format": "int64",
              "required": true,
              "type": "string",
              "location": "query"
            }
          },
          "path": "userprofiles/{+profileId}/accounts",
          "request": {
            "$ref": "Account"
          },
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH"
        }
      }
    },
    "browsers": {
      "methods": {
        "list": {
          "description": "Retrieves a list of browsers.",
          "path": "userprofiles/{+profileId}/browsers",
          "flatPath": "userprofiles/{userprofilesId}/browsers",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "BrowsersListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.browsers.list",
          "httpMethod": "GET"
        }
      }
    },
    "videoFormats": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/videoFormats",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/videoFormats",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "response": {
            "$ref": "VideoFormatsListResponse"
          },
          "description": "Lists available video formats.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.videoFormats.list"
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/videoFormats/{videoFormatsId}",
          "path": "userprofiles/{+profileId}/videoFormats/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "format": "int32",
              "required": true,
              "description": "Video format ID.",
              "type": "integer",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.videoFormats.get",
          "response": {
            "$ref": "VideoFormat"
          },
          "description": "Gets one video format by ID.",
          "httpMethod": "GET"
        }
      }
    },
    "floodlightConfigurations": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.floodlightConfigurations.list",
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "response": {
            "$ref": "FloodlightConfigurationsListResponse"
          },
          "description": "Retrieves a list of floodlight configurations, possibly filtered.",
          "parameters": {
            "ids": {
              "location": "query",
              "format": "int64",
              "repeated": true,
              "description": "Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned.",
              "type": "string"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "GET"
        },
        "update": {
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "id": "dfareporting.floodlightConfigurations.update",
          "description": "Updates an existing floodlight configuration.",
          "request": {
            "$ref": "FloodlightConfiguration"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations/{floodlightConfigurationsId}",
          "description": "Gets one floodlight configuration by ID.",
          "path": "userprofiles/{+profileId}/floodlightConfigurations/{+id}",
          "httpMethod": "GET",
          "id": "dfareporting.floodlightConfigurations.get",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string"
            },
            "id": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "Floodlight configuration ID.",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "FloodlightConfiguration"
          }
        },
        "patch": {
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "location": "path"
            },
            "id": {
              "type": "string",
              "description": "Required. EventTag ID.",
              "location": "query",
              "format": "int64",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "httpMethod": "PATCH",
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "description": "Updates an existing floodlight configuration. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightConfigurations.patch",
          "request": {
            "$ref": "FloodlightConfiguration"
          }
        }
      }
    },
    "languages": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/languages",
          "flatPath": "userprofiles/{userprofilesId}/languages",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of languages.",
          "response": {
            "$ref": "LanguagesListResponse"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true
            }
          },
          "id": "dfareporting.languages.list",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "platformTypes": {
      "methods": {
        "list": {
          "id": "dfareporting.platformTypes.list",
          "path": "userprofiles/{+profileId}/platformTypes",
          "description": "Retrieves a list of platform types.",
          "flatPath": "userprofiles/{userprofilesId}/platformTypes",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlatformTypesListResponse"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET"
        },
        "get": {
          "response": {
            "$ref": "PlatformType"
          },
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "description": "Platform type ID.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string"
            }
          },
          "description": "Gets one platform type by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.platformTypes.get",
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/platformTypes/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/platformTypes/{platformTypesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "campaigns": {
      "methods": {
        "patch": {
          "parameters": {
            "id": {
              "description": "Required. Campaign ID.",
              "location": "query",
              "format": "int64",
              "required": true,
              "type": "string"
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/campaigns",
          "request": {
            "$ref": "Campaign"
          },
          "httpMethod": "PATCH",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing campaign. This method supports patch semantics.",
          "id": "dfareporting.campaigns.patch",
          "response": {
            "$ref": "Campaign"
          }
        },
        "get": {
          "path": "userprofiles/{+profileId}/campaigns/{+id}",
          "response": {
            "$ref": "Campaign"
          },
          "httpMethod": "GET",
          "description": "Gets one campaign by ID.",
          "id": "dfareporting.campaigns.get",
          "parameters": {
            "id": {
              "type": "string",
              "description": "Campaign ID.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}"
        },
        "list": {
          "parameters": {
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "atLeastOneOptimizationActivity": {
              "type": "boolean",
              "description": "Select only campaigns that have at least one optimization activity.",
              "location": "query"
            },
            "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\".",
              "type": "string",
              "location": "query"
            },
            "archived": {
              "description": "Select only archived campaigns. Don't set this field to select both archived and non-archived campaigns.",
              "type": "boolean",
              "location": "query"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "advertiserGroupIds": {
              "description": "Select only campaigns whose advertisers belong to these advertiser groups.",
              "format": "int64",
              "repeated": true,
              "type": "string",
              "location": "query"
            },
            "overriddenEventTagId": {
              "description": "Select only campaigns that have overridden this event tag ID.",
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "advertiserIds": {
              "repeated": true,
              "location": "query",
              "format": "int64",
              "description": "Select only campaigns that belong to these advertisers.",
              "type": "string"
            },
            "excludedIds": {
              "description": "Exclude campaigns with these IDs.",
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "subaccountId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only campaigns that belong to this subaccount."
            },
            "ids": {
              "format": "int64",
              "type": "string",
              "repeated": true,
              "description": "Select only campaigns with these IDs.",
              "location": "query"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "type": "string",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "maxResults": {
              "type": "integer",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "format": "int32",
              "location": "query"
            }
          },
          "response": {
            "$ref": "CampaignsListResponse"
          },
          "httpMethod": "GET",
          "id": "dfareporting.campaigns.list",
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of campaigns, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/campaigns"
        },
        "insert": {
          "response": {
            "$ref": "Campaign"
          },
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.campaigns.insert",
          "path": "userprofiles/{+profileId}/campaigns",
          "httpMethod": "POST",
          "request": {
            "$ref": "Campaign"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new campaign.",
          "flatPath": "userprofiles/{userprofilesId}/campaigns"
        },
        "update": {
          "description": "Updates an existing campaign.",
          "request": {
            "$ref": "Campaign"
          },
          "id": "dfareporting.campaigns.update",
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/campaigns",
          "response": {
            "$ref": "Campaign"
          },
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64"
            }
          }
        }
      }
    },
    "userRoles": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "id": "dfareporting.userRoles.get",
          "response": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "parameters": {
            "id": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User role ID.",
              "location": "path"
            },
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true
            }
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one user role by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "response": {
            "$ref": "UserRolesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.userRoles.list",
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "path": "userprofiles/{+profileId}/userRoles",
          "description": "Retrieves a list of user roles, possibly filtered. This method supports paging.",
          "parameters": {
            "ids": {
              "type": "string",
              "description": "Select only user roles with the specified IDs.",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "subaccountId": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only user roles that belong to this subaccount."
            },
            "sortOrder": {
              "type": "string",
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "accountUserRoleOnly": {
              "description": "Select only account level user roles not associated with any specific subaccount.",
              "location": "query",
              "type": "boolean"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "sortField": {
              "location": "query",
              "default": "ID",
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string"
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "searchString": {
              "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\".",
              "location": "query"
            },
            "maxResults": {
              "type": "integer",
              "default": "1000",
              "format": "int32",
              "description": "Maximum number of results to return.",
              "location": "query"
            }
          }
        },
        "insert": {
          "description": "Inserts a new user role.",
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/userRoles",
          "request": {
            "$ref": "UserRole"
          },
          "id": "dfareporting.userRoles.insert",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "UserRole"
          }
        },
        "update": {
          "request": {
            "$ref": "UserRole"
          },
          "id": "dfareporting.userRoles.update",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "description": "Updates an existing user role.",
          "response": {
            "$ref": "UserRole"
          },
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          }
        },
        "patch": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Required. UserRole ID.",
              "required": true
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          },
          "path": "userprofiles/{+profileId}/userRoles",
          "description": "Updates an existing user role. This method supports patch semantics.",
          "response": {
            "$ref": "UserRole"
          },
          "id": "dfareporting.userRoles.patch",
          "request": {
            "$ref": "UserRole"
          }
        },
        "delete": {
          "httpMethod": "DELETE",
          "id": "dfareporting.userRoles.delete",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "description": "User role ID."
            }
          },
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Deletes an existing user role.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "floodlightActivityGroups": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "id": {
              "location": "path",
              "description": "Floodlight activity Group ID.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "description": "Gets one floodlight activity group by ID.",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.floodlightActivityGroups.get",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups/{floodlightActivityGroupsId}"
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "parameters": {
            "id": {
              "format": "int64",
              "description": "Required. EventTag ID.",
              "location": "query",
              "required": true,
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "description": "Updates an existing floodlight activity group. This method supports patch semantics.",
          "request": {
            "$ref": "FloodlightActivityGroup"
          },
          "httpMethod": "PATCH",
          "id": "dfareporting.floodlightActivityGroups.patch"
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "id": "dfareporting.floodlightActivityGroups.list",
          "description": "Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "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"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "repeated": true,
              "format": "int64",
              "description": "Select only floodlight activity groups with the specified IDs. Must specify either advertiserId or floodlightConfigurationId for a non-empty result."
            },
            "sortField": {
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "location": "query"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "type": "string",
              "location": "query"
            },
            "floodlightConfigurationId": {
              "type": "string",
              "description": "Select only floodlight activity groups with the specified floodlight configuration ID. Must specify either advertiserId, or floodlightConfigurationId for a non-empty result.",
              "location": "query",
              "format": "int64"
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "type": {
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "description": "Select only floodlight activity groups with the specified floodlight activity group type."
            },
            "advertiserId": {
              "format": "int64",
              "type": "string",
              "description": "Select only floodlight activity groups with the specified advertiser ID. Must specify either advertiserId or floodlightConfigurationId for a non-empty result.",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            }
          },
          "response": {
            "$ref": "FloodlightActivityGroupsListResponse"
          },
          "httpMethod": "GET"
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "description": "Inserts a new floodlight activity group.",
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.floodlightActivityGroups.insert",
          "request": {
            "$ref": "FloodlightActivityGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups"
        },
        "update": {
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "description": "Updates an existing floodlight activity group.",
          "request": {
            "$ref": "FloodlightActivityGroup"
          },
          "httpMethod": "PUT",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "id": "dfareporting.floodlightActivityGroups.update",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups"
        }
      }
    },
    "dynamicFeeds": {
      "methods": {
        "get": {
          "description": "Gets a dynamic feed by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DynamicFeed"
          },
          "parameters": {
            "dynamicFeedId": {
              "type": "string",
              "location": "path",
              "description": "Required. Dynamic feed ID.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}",
          "path": "studio/dynamicFeeds/{+dynamicFeedId}",
          "id": "dfareporting.dynamicFeeds.get",
          "httpMethod": "GET",
          "parameterOrder": [
            "dynamicFeedId"
          ]
        },
        "retransform": {
          "parameterOrder": [
            "dynamicFeedId"
          ],
          "response": {
            "$ref": "DynamicFeed"
          },
          "id": "dfareporting.dynamicFeeds.retransform",
          "parameters": {
            "dynamicFeedId": {
              "pattern": "^[^/]+$",
              "required": true,
              "description": "Required. Dynamic feed ID.",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "studio/dynamicFeeds/{+dynamicFeedId}/retransform",
          "description": "Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been published).",
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}/retransform"
        },
        "insert": {
          "path": "studio/dynamicFeeds",
          "id": "dfareporting.dynamicFeeds.insert",
          "flatPath": "studio/dynamicFeeds",
          "parameters": {},
          "response": {
            "$ref": "DynamicFeed"
          },
          "parameterOrder": [],
          "request": {
            "$ref": "DynamicFeedsInsertRequest"
          },
          "description": "Inserts a new dynamic feed.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST"
        },
        "update": {
          "httpMethod": "PUT",
          "id": "dfareporting.dynamicFeeds.update",
          "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.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "studio/dynamicFeeds",
          "parameterOrder": [],
          "parameters": {},
          "request": {
            "$ref": "DynamicFeed"
          },
          "path": "studio/dynamicFeeds",
          "response": {
            "$ref": "DynamicFeed"
          }
        }
      }
    },
    "sites": {
      "methods": {
        "patch": {
          "parameters": {
            "id": {
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Required. Site ID.",
              "required": true
            },
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            }
          },
          "id": "dfareporting.sites.patch",
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "httpMethod": "PATCH",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Site"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/sites",
          "request": {
            "$ref": "Site"
          },
          "description": "Updates an existing site. This method supports patch semantics."
        },
        "insert": {
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.sites.insert",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Site"
          },
          "request": {
            "$ref": "Site"
          },
          "path": "userprofiles/{+profileId}/sites",
          "description": "Inserts a new site."
        },
        "update": {
          "response": {
            "$ref": "Site"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "id": "dfareporting.sites.update",
          "path": "userprofiles/{+profileId}/sites",
          "httpMethod": "PUT",
          "request": {
            "$ref": "Site"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing site.",
          "flatPath": "userprofiles/{userprofilesId}/sites"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Site"
          },
          "parameters": {
            "id": {
              "required": true,
              "type": "string",
              "description": "Site ID.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "id": "dfareporting.sites.get",
          "flatPath": "userprofiles/{userprofilesId}/sites/{sitesId}",
          "description": "Gets one site by ID.",
          "path": "userprofiles/{+profileId}/sites/{+id}"
        },
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.sites.list",
          "description": "Retrieves a list of sites, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "SitesListResponse"
          },
          "path": "userprofiles/{+profileId}/sites",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "parameters": {
            "maxResults": {
              "location": "query",
              "default": "1000",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32"
            },
            "acceptsInStreamVideoPlacements": {
              "type": "boolean",
              "location": "query",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "subaccountId": {
              "description": "Select only sites with this subaccount ID.",
              "location": "query",
              "format": "int64",
              "type": "string"
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64"
            },
            "campaignIds": {
              "description": "Select only sites with these campaign IDs.",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "location": "query"
            },
            "adWordsSite": {
              "description": "Select only AdWords sites.",
              "location": "query",
              "type": "boolean"
            },
            "acceptsPublisherPaidPlacements": {
              "description": "Select only sites that accept publisher paid placements.",
              "location": "query",
              "type": "boolean"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "type": "string"
            },
            "unmappedSite": {
              "description": "Select only sites that have not been mapped to a directory site.",
              "location": "query",
              "type": "boolean"
            },
            "directorySiteIds": {
              "description": "Select only sites with these directory site IDs.",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "location": "query"
            },
            "ids": {
              "description": "Select only sites with these IDs.",
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64"
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query"
            },
            "acceptsInterstitialPlacements": {
              "location": "query",
              "type": "boolean",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "approved": {
              "location": "query",
              "type": "boolean",
              "description": "Select only approved sites."
            },
            "searchString": {
              "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\".",
              "type": "string",
              "location": "query"
            }
          }
        }
      }
    },
    "reportData": {
      "methods": {
        "query": {
          "path": "userprofiles/{profileId}/reportdata/query",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "Required. The Campaign Manager 360 user profile ID.",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{profileId}/reportdata/query",
          "description": "Executes an ad-hoc query and returns structured JSON payload data.",
          "httpMethod": "POST",
          "response": {
            "$ref": "ReportDataResponse"
          },
          "id": "dfareporting.reportData.query",
          "request": {
            "$ref": "ReportDataQueryRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ]
        }
      }
    },
    "accountActiveAdSummaries": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string"
            },
            "summaryAccountId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "description": "Account ID.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "summaryAccountId"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.accountActiveAdSummaries.get",
          "path": "userprofiles/{+profileId}/accountActiveAdSummaries/{+summaryAccountId}",
          "flatPath": "userprofiles/{userprofilesId}/accountActiveAdSummaries/{accountActiveAdSummariesId}",
          "response": {
            "$ref": "AccountActiveAdSummary"
          },
          "description": "Gets the account's active ad summary by account ID."
        }
      }
    },
    "dynamicTargetingKeys": {
      "methods": {
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "parameters": {
            "names": {
              "location": "query",
              "type": "string",
              "description": "Select only dynamic targeting keys exactly matching these names.",
              "repeated": true
            },
            "advertiserId": {
              "description": "Select only dynamic targeting keys whose object has this advertiser ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "objectId": {
              "description": "Select only dynamic targeting keys with this object ID.",
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true
            },
            "objectType": {
              "location": "query",
              "description": "Select only dynamic targeting keys with this object type.",
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys",
          "id": "dfareporting.dynamicTargetingKeys.list",
          "response": {
            "$ref": "DynamicTargetingKeysListResponse"
          },
          "description": "Retrieves a list of dynamic targeting keys."
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys",
          "id": "dfareporting.dynamicTargetingKeys.insert",
          "request": {
            "$ref": "DynamicTargetingKey"
          },
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "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.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string"
            }
          },
          "response": {
            "$ref": "DynamicTargetingKey"
          }
        },
        "delete": {
          "parameters": {
            "objectId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "ID of the object of this dynamic targeting key. This is a required field.",
              "required": true
            },
            "name": {
              "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.",
              "required": true,
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "objectType": {
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "type": "string",
              "description": "Required. Type of the object of this dynamic targeting key. This is a required field.",
              "required": true
            }
          },
          "id": "dfareporting.dynamicTargetingKeys.delete",
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys/{+objectId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Deletes an existing dynamic targeting key.",
          "parameterOrder": [
            "profileId",
            "objectId",
            "name",
            "objectType"
          ],
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys/{dynamicTargetingKeysId}",
          "httpMethod": "DELETE"
        }
      }
    },
    "files": {
      "methods": {
        "get": {
          "flatPath": "reports/{reportId}/files/{fileId}",
          "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
          "supportsMediaDownload": true,
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "parameterOrder": [
            "reportId",
            "fileId"
          ],
          "path": "reports/{reportId}/files/{fileId}",
          "httpMethod": "GET",
          "id": "dfareporting.files.get",
          "response": {
            "$ref": "File"
          },
          "parameters": {
            "fileId": {
              "type": "string",
              "description": "The ID of the report file.",
              "location": "path",
              "required": true,
              "format": "int64"
            },
            "reportId": {
              "description": "The ID of the report.",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path"
            }
          }
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "description": "Lists files for a user profile.",
          "flatPath": "userprofiles/{profileId}/files",
          "path": "userprofiles/{profileId}/files",
          "id": "dfareporting.files.list",
          "response": {
            "$ref": "FileList"
          },
          "parameters": {
            "scope": {
              "description": "The scope that defines which results are returned.",
              "enum": [
                "ALL",
                "MINE",
                "SHARED_WITH_ME"
              ],
              "default": "MINE",
              "enumDescriptions": [
                "All files in account.",
                "My files.",
                "Files shared with me."
              ],
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "description": "The value of the nextToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "default": "DESCENDING",
              "description": "Order of sorted results.",
              "type": "string",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "sortField": {
              "description": "The field by which to sort the list.",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Sort by file ID.",
                "Sort by 'lastmodifiedAt' field."
              ],
              "default": "LAST_MODIFIED_TIME",
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME"
              ]
            },
            "profileId": {
              "type": "string",
              "required": true,
              "description": "The Campaign Manager 360 user profile ID.",
              "location": "path",
              "format": "int64"
            },
            "maxResults": {
              "format": "int32",
              "default": "10",
              "location": "query",
              "description": "Maximum number of results to return.",
              "type": "integer"
            }
          },
          "httpMethod": "GET"
        }
      }
    },
    "regions": {
      "methods": {
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/regions",
          "path": "userprofiles/{+profileId}/regions",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "id": "dfareporting.regions.list",
          "httpMethod": "GET",
          "response": {
            "$ref": "RegionsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of regions."
        }
      }
    },
    "userProfiles": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.userProfiles.list",
          "path": "userprofiles",
          "flatPath": "userprofiles",
          "parameters": {},
          "response": {
            "$ref": "UserProfileList"
          },
          "httpMethod": "GET",
          "parameterOrder": [],
          "description": "Retrieves list of user profiles for a user."
        },
        "get": {
          "path": "userprofiles/{profileId}",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{profileId}",
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "The user profile ID.",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.userProfiles.get",
          "httpMethod": "GET",
          "response": {
            "$ref": "UserProfile"
          },
          "description": "Gets one user profile by ID."
        }
      }
    },
    "creativeFieldValues": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Creative Field Value ID",
              "location": "path",
              "format": "int64"
            },
            "creativeFieldId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "Creative field ID for this creative field value."
            }
          },
          "id": "dfareporting.creativeFieldValues.get",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "description": "Gets one creative field value by ID."
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "sortField": {
              "type": "string",
              "default": "ID",
              "enum": [
                "ID",
                "VALUE"
              ],
              "description": "Field by which to sort the list.",
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "creativeFieldId": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Creative field ID for this creative field value.",
              "location": "path",
              "format": "int64"
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "location": "query"
            },
            "ids": {
              "description": "Select only creative field values with these IDs.",
              "location": "query",
              "format": "int64",
              "type": "string",
              "repeated": true
            },
            "searchString": {
              "type": "string",
              "location": "query",
              "description": "Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed."
            },
            "maxResults": {
              "type": "integer",
              "default": "1000",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "location": "query"
            }
          },
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "description": "Retrieves a list of creative field values, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "CreativeFieldValuesListResponse"
          },
          "id": "dfareporting.creativeFieldValues.list"
        },
        "delete": {
          "httpMethod": "DELETE",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "description": "Deletes an existing creative field value.",
          "id": "dfareporting.creativeFieldValues.delete",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "Creative Field Value ID",
              "type": "string",
              "location": "path"
            },
            "creativeFieldId": {
              "description": "Creative field ID for this creative field value.",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}"
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "id": "dfareporting.creativeFieldValues.insert",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "creativeFieldId": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Creative field ID for this creative field value.",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "description": "Inserts a new creative field value."
        },
        "update": {
          "description": "Updates an existing creative field value.",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "creativeFieldId": {
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "Creative field ID for this creative field value."
            }
          },
          "id": "dfareporting.creativeFieldValues.update",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeFieldValue"
          }
        },
        "patch": {
          "httpMethod": "PATCH",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "description": "Updates an existing creative field value. This method supports patch semantics.",
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "parameters": {
            "id": {
              "description": "CreativeFieldValue ID.",
              "location": "query",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "creativeFieldId": {
              "type": "string",
              "location": "path",
              "description": "CreativeField ID.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "id": "dfareporting.creativeFieldValues.patch",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues"
        }
      }
    },
    "targetableRemarketingLists": {
      "methods": {
        "list": {
          "parameters": {
            "advertiserId": {
              "location": "query",
              "format": "int64",
              "description": "Required. Select only targetable remarketing lists targetable by these advertisers.",
              "type": "string",
              "required": true
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string"
            },
            "active": {
              "location": "query",
              "description": "Select only active or only inactive targetable remarketing lists.",
              "type": "boolean"
            },
            "sortField": {
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "type": "string",
              "description": "Field by which to sort the list."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "format": "int32",
              "type": "integer",
              "location": "query"
            },
            "name": {
              "type": "string",
              "location": "query",
              "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\"."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "path": "userprofiles/{+profileId}/targetableRemarketingLists",
          "id": "dfareporting.targetableRemarketingLists.list",
          "description": "Retrieves a list of targetable remarketing lists, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "TargetableRemarketingListsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "get": {
          "id": "dfareporting.targetableRemarketingLists.get",
          "description": "Gets one remarketing list by ID.",
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists/{targetableRemarketingListsId}",
          "response": {
            "$ref": "TargetableRemarketingList"
          },
          "path": "userprofiles/{+profileId}/targetableRemarketingLists/{+id}",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "id": {
              "type": "string",
              "format": "int64",
              "required": true,
              "location": "path",
              "description": "Remarketing list ID.",
              "pattern": "^[^/]+$"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET"
        }
      }
    },
    "floodlightActivities": {
      "methods": {
        "generatetag": {
          "response": {
            "$ref": "FloodlightActivitiesGenerateTagResponse"
          },
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "floodlightActivityId": {
              "location": "query",
              "description": "Floodlight activity ID for which we want to generate a tag.",
              "format": "int64",
              "type": "string"
            }
          },
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/floodlightActivities/generatetag",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/generatetag",
          "id": "dfareporting.floodlightActivities.generatetag",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Generates a tag for a floodlight activity."
        },
        "list": {
          "response": {
            "$ref": "FloodlightActivitiesListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "parameters": {
            "floodlightActivityGroupTagString": {
              "description": "Select only floodlight activities with the specified floodlight activity group tag string.",
              "location": "query",
              "type": "string"
            },
            "searchString": {
              "type": "string",
              "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"
            },
            "tagString": {
              "description": "Select only floodlight activities with the specified tag string.",
              "type": "string",
              "location": "query"
            },
            "floodlightActivityGroupName": {
              "description": "Select only floodlight activities with the specified floodlight activity group name.",
              "location": "query",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "advertiserId": {
              "location": "query",
              "format": "int64",
              "description": "Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "type": "string"
            },
            "sortOrder": {
              "type": "string",
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "floodlightActivityGroupType": {
              "location": "query",
              "type": "string",
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Select only floodlight activities with the specified floodlight activity group type."
            },
            "maxResults": {
              "type": "integer",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000",
              "location": "query"
            },
            "floodlightActivityGroupIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activities with the specified floodlight activity group IDs."
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "location": "query",
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list."
            },
            "floodlightConfigurationId": {
              "format": "int64",
              "location": "query",
              "description": "Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "type": "string"
            },
            "ids": {
              "location": "query",
              "format": "int64",
              "description": "Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "repeated": true,
              "type": "string"
            }
          },
          "id": "dfareporting.floodlightActivities.list",
          "description": "Retrieves a list of floodlight activities, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities"
        },
        "insert": {
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "httpMethod": "POST",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "id": "dfareporting.floodlightActivities.insert",
          "request": {
            "$ref": "FloodlightActivity"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new floodlight activity."
        },
        "update": {
          "httpMethod": "PUT",
          "description": "Updates an existing floodlight activity.",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "FloodlightActivity"
          },
          "id": "dfareporting.floodlightActivities.update",
          "request": {
            "$ref": "FloodlightActivity"
          },
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "FloodlightActivity"
          },
          "description": "Gets one floodlight activity by ID.",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "httpMethod": "GET",
          "id": "dfareporting.floodlightActivities.get",
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "id": {
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Floodlight activity ID.",
              "type": "string"
            }
          }
        },
        "delete": {
          "httpMethod": "DELETE",
          "id": "dfareporting.floodlightActivities.delete",
          "description": "Deletes an existing floodlight activity.",
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "id": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "Floodlight activity ID."
            }
          }
        },
        "patch": {
          "response": {
            "$ref": "FloodlightActivity"
          },
          "request": {
            "$ref": "FloodlightActivity"
          },
          "id": "dfareporting.floodlightActivities.patch",
          "description": "Updates an existing floodlight activity. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. EventTag ID.",
              "format": "int64",
              "required": true
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "httpMethod": "PATCH"
        }
      }
    },
    "metros": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/metros",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of metros.",
          "flatPath": "userprofiles/{userprofilesId}/metros",
          "response": {
            "$ref": "MetrosListResponse"
          },
          "id": "dfareporting.metros.list",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true
            }
          },
          "httpMethod": "GET"
        }
      }
    },
    "tvCampaignDetails": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/tvCampaignDetails/{+id}",
          "response": {
            "$ref": "TvCampaignDetail"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "countryDartId": {
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US).",
              "format": "int64",
              "location": "query",
              "type": "string"
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Required. TV Campaign ID.",
              "required": true,
              "type": "string"
            },
            "tvDataProvider": {
              "location": "query",
              "enumDescriptions": [
                "",
                "Allows populating multiple tvCampaignId filters and tvCampaignEndDate filter on the report.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "description": "Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.",
              "type": "string",
              "enum": [
                "INVALID_TV_DATA_PROVIDER",
                "INTAGE_JP",
                "IBOPE_AR",
                "IBOPE_BR",
                "IBOPE_CL",
                "IBOPE_CO",
                "TNS_VN",
                "COMSCORE_NATIONAL_US",
                "COMSCORE_CA",
                "SAMBA_AU"
              ]
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Required. User profile ID associated with this request.",
              "format": "int64"
            },
            "accountId": {
              "type": "string",
              "location": "query",
              "format": "int64",
              "description": "Required. Account ID associated with this request."
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.tvCampaignDetails.get",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignDetails/{tvCampaignDetailsId}",
          "description": "Gets one TvCampaignDetail by ID."
        }
      }
    },
    "cities": {
      "methods": {
        "list": {
          "response": {
            "$ref": "CitiesListResponse"
          },
          "description": "Retrieves a list of cities, possibly filtered.",
          "path": "userprofiles/{+profileId}/cities",
          "id": "dfareporting.cities.list",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/cities",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "dartIds": {
              "type": "string",
              "repeated": true,
              "description": "Select only cities with these DART IDs.",
              "location": "query",
              "format": "int64"
            },
            "namePrefix": {
              "location": "query",
              "type": "string",
              "description": "Select only cities with names starting with this prefix."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "countryDartIds": {
              "format": "int64",
              "repeated": true,
              "type": "string",
              "description": "Select only cities from these countries.",
              "location": "query"
            },
            "regionDartIds": {
              "format": "int64",
              "description": "Select only cities from these regions.",
              "location": "query",
              "repeated": true,
              "type": "string"
            }
          }
        }
      }
    },
    "billingAssignments": {
      "methods": {
        "list": {
          "response": {
            "$ref": "BillingAssignmentsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "description": "Retrieves a list of billing assignments.",
          "httpMethod": "GET",
          "id": "dfareporting.billingAssignments.list",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments",
          "parameters": {
            "billingProfileId": {
              "description": "Billing profile ID of this billing assignment.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          }
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments",
          "parameters": {
            "billingProfileId": {
              "location": "path",
              "description": "Billing profile ID of this billing assignment.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          },
          "request": {
            "$ref": "BillingAssignment"
          },
          "response": {
            "$ref": "BillingAssignment"
          },
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "id": "dfareporting.billingAssignments.insert",
          "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."
        }
      }
    },
    "creativeFields": {
      "methods": {
        "patch": {
          "parameters": {
            "id": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "CreativeField ID.",
              "required": true
            },
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "description": "Updates an existing creative field. This method supports patch semantics.",
          "response": {
            "$ref": "CreativeField"
          },
          "path": "userprofiles/{+profileId}/creativeFields",
          "id": "dfareporting.creativeFields.patch",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "request": {
            "$ref": "CreativeField"
          }
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.creativeFields.get",
          "response": {
            "$ref": "CreativeField"
          },
          "description": "Gets one creative field by ID.",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+id}",
          "parameters": {
            "id": {
              "format": "int64",
              "location": "path",
              "description": "Creative Field ID",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "required": true
            }
          }
        },
        "list": {
          "response": {
            "$ref": "CreativeFieldsListResponse"
          },
          "description": "Retrieves a list of creative fields, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/creativeFields",
          "httpMethod": "GET",
          "id": "dfareporting.creativeFields.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "parameters": {
            "sortField": {
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string"
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "default": "1000",
              "format": "int32",
              "description": "Maximum number of results to return."
            },
            "ids": {
              "type": "string",
              "location": "query",
              "repeated": true,
              "description": "Select only creative fields with these IDs.",
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "advertiserIds": {
              "description": "Select only creative fields that belong to these advertisers.",
              "type": "string",
              "format": "int64",
              "repeated": true,
              "location": "query"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "sortOrder": {
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "description": "Order of sorted results.",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "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\"."
            }
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "delete": {
          "httpMethod": "DELETE",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}",
          "id": "dfareporting.creativeFields.delete",
          "description": "Deletes an existing creative field.",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "id": {
              "description": "Creative Field ID",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "id": "dfareporting.creativeFields.insert",
          "request": {
            "$ref": "CreativeField"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/creativeFields",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new creative field.",
          "httpMethod": "POST",
          "response": {
            "$ref": "CreativeField"
          }
        },
        "update": {
          "id": "dfareporting.creativeFields.update",
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "CreativeField"
          },
          "description": "Updates an existing creative field.",
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/creativeFields",
          "request": {
            "$ref": "CreativeField"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    }
  },
  "protocol": "rest",
  "rootUrl": "https://dfareporting.googleapis.com/",
  "kind": "discovery#restDescription",
  "parameters": {
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "type": "string",
      "location": "query"
    },
    "alt": {
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "default": "json",
      "description": "Data format for response.",
      "type": "string",
      "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"
      ]
    },
    "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"
    },
    "access_token": {
      "location": "query",
      "description": "OAuth access token.",
      "type": "string"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "oauth_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth 2.0 token for the current user."
    },
    "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"
    },
    "prettyPrint": {
      "type": "boolean",
      "location": "query",
      "default": "true",
      "description": "Returns response with indentations and line breaks."
    },
    "$.xgafv": {
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string",
      "description": "V1 error format.",
      "location": "query",
      "enum": [
        "1",
        "2"
      ]
    },
    "callback": {
      "location": "query",
      "description": "JSONP",
      "type": "string"
    }
  },
  "baseUrl": "https://dfareporting.googleapis.com/dfareporting/v5/",
  "servicePath": "dfareporting/v5/",
  "fullyEncodeReservedExpansion": true,
  "ownerDomain": "google.com",
  "discoveryVersion": "v1",
  "documentationLink": "https://developers.google.com/doubleclick-advertisers/",
  "id": "dfareporting:v5",
  "ownerName": "Google",
  "schemas": {
    "CrossDimensionReachReportCompatibleFields": {
      "type": "object",
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\".",
      "properties": {
        "dimensionFilters": {
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Dimension"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.",
          "type": "string"
        },
        "breakdown": {
          "description": "Dimensions which are compatible to be selected in the \"breakdown\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Dimension"
          }
        },
        "overlapMetrics": {
          "type": "array",
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected in the \"overlapMetricNames\" section of the report."
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        }
      },
      "id": "CrossDimensionReachReportCompatibleFields"
    },
    "Size": {
      "properties": {
        "id": {
          "description": "ID of this size. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "iab": {
          "type": "boolean",
          "description": "IAB standard size. This is a read-only, auto-generated field."
        },
        "width": {
          "description": "Width of this size. Acceptable values are 0 to 32767, inclusive.",
          "format": "int32",
          "type": "integer"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#size\".",
          "type": "string"
        },
        "height": {
          "format": "int32",
          "type": "integer",
          "description": "Height of this size. Acceptable values are 0 to 32767, inclusive."
        }
      },
      "id": "Size",
      "type": "object",
      "description": "Represents the dimensions of ads, placements, creatives, or creative assets."
    },
    "CreativeGroup": {
      "type": "object",
      "properties": {
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Advertiser ID of this creative group. This is a required field on insertion."
        },
        "groupNumber": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeGroup\"."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this creative group. This is a read-only field that can be left blank."
        },
        "subaccountId": {
          "description": "Subaccount ID of this creative group. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this creative group. This is a read-only, auto-generated field.",
          "type": "string"
        }
      },
      "id": "CreativeGroup",
      "description": "Contains properties of a creative group."
    },
    "CustomRule": {
      "description": "Contains custom rule information.",
      "properties": {
        "ruleBlocks": {
          "items": {
            "$ref": "RuleBlock"
          },
          "description": "Optional. A list of field filter, the custom rule will apply.",
          "type": "array"
        },
        "name": {
          "type": "string",
          "description": "Optional. Name of this custom rule."
        },
        "priority": {
          "description": "Optional. Priority of the custom rule.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "CustomRule"
    },
    "CreativeGroupAssignment": {
      "description": "Creative Group Assignment.",
      "id": "CreativeGroupAssignment",
      "properties": {
        "creativeGroupId": {
          "format": "int64",
          "description": "ID of the creative group to be assigned.",
          "type": "string"
        },
        "creativeGroupNumber": {
          "description": "Creative group number of the creative group assignment.",
          "type": "string",
          "enum": [
            "CREATIVE_GROUP_ONE",
            "CREATIVE_GROUP_TWO"
          ],
          "enumDescriptions": [
            "",
            ""
          ]
        }
      },
      "type": "object"
    },
    "ConversionsBatchUpdateRequest": {
      "description": "Update Conversions Request.",
      "id": "ConversionsBatchUpdateRequest",
      "properties": {
        "encryptionInfo": {
          "description": "Describes how encryptedUserId is encrypted. This is a required field if encryptedUserId is used.",
          "$ref": "EncryptionInfo"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateRequest\"."
        },
        "conversions": {
          "description": "The set of conversions to update.",
          "items": {
            "$ref": "Conversion"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "UserRolePermission": {
      "description": "Contains properties of a user role permission.",
      "id": "UserRolePermission",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermission\"."
        },
        "name": {
          "type": "string",
          "description": "Name of this user role permission."
        },
        "permissionGroupId": {
          "description": "ID of the permission group that this user role permission belongs to.",
          "type": "string",
          "format": "int64"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this user role permission."
        },
        "availability": {
          "enum": [
            "NOT_AVAILABLE_BY_DEFAULT",
            "ACCOUNT_BY_DEFAULT",
            "SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT",
            "ACCOUNT_ALWAYS",
            "SUBACCOUNT_AND_ACCOUNT_ALWAYS",
            "USER_PROFILE_ONLY"
          ],
          "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."
          ],
          "type": "string",
          "description": "Levels of availability for a user role permission."
        }
      },
      "type": "object"
    },
    "EventTagOverride": {
      "id": "EventTagOverride",
      "description": "Event tag override information.",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Whether this override is enabled.",
          "type": "boolean"
        },
        "id": {
          "description": "ID of this event tag override. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "OptimizationActivity": {
      "type": "object",
      "properties": {
        "floodlightActivityId": {
          "type": "string",
          "description": "Floodlight activity ID of this optimization activity. This is a required field.",
          "format": "int64"
        },
        "weight": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "floodlightActivityIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        }
      },
      "description": "Creative optimization activity.",
      "id": "OptimizationActivity"
    },
    "FloodlightReportCompatibleFields": {
      "description": "Represents fields that are compatible to be selected for a report of type \"FlOODLIGHT\".",
      "type": "object",
      "id": "FloodlightReportCompatibleFields",
      "properties": {
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#floodlightReportCompatibleFields."
        },
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        },
        "dimensionFilters": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report."
        },
        "dimensions": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        }
      }
    },
    "SitesListResponse": {
      "id": "SitesListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sitesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "sites": {
          "type": "array",
          "items": {
            "$ref": "Site"
          },
          "description": "Site collection."
        }
      },
      "type": "object",
      "description": "Site List Response"
    },
    "FloodlightActivitiesGenerateTagResponse": {
      "type": "object",
      "id": "FloodlightActivitiesGenerateTagResponse",
      "properties": {
        "floodlightActivityTag": {
          "type": "string",
          "description": "Generated tag for this Floodlight activity. For Google tags, this is the event snippet."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesGenerateTagResponse\".",
          "type": "string"
        },
        "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"
        }
      },
      "description": "Floodlight Activity GenerateTag Response"
    },
    "MobileCarriersListResponse": {
      "description": "Mobile Carrier List Response",
      "id": "MobileCarriersListResponse",
      "type": "object",
      "properties": {
        "mobileCarriers": {
          "description": "Mobile carrier collection.",
          "items": {
            "$ref": "MobileCarrier"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarriersListResponse\".",
          "type": "string"
        }
      }
    },
    "FloodlightActivityGroup": {
      "description": "Contains properties of a Floodlight activity group.",
      "properties": {
        "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"
        },
        "accountId": {
          "description": "Account ID of this floodlight activity group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this floodlight activity group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "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": {
          "enum": [
            "COUNTER",
            "SALE"
          ],
          "description": "Type of the floodlight activity group. This is a required field that is read-only after insertion.",
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "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"
        },
        "floodlightConfigurationIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "id": {
          "description": "ID of this floodlight activity group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight activity group. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "floodlightConfigurationId": {
          "type": "string",
          "description": "Floodlight configuration ID of this floodlight activity group. This is a required field.",
          "format": "int64"
        }
      },
      "id": "FloodlightActivityGroup",
      "type": "object"
    },
    "DependentFieldValue": {
      "description": "Contains dependent field value information.",
      "type": "object",
      "id": "DependentFieldValue",
      "properties": {
        "dynamicFeedId": {
          "format": "int64",
          "description": "Optional. The ID of the dynamic feed that value's field will match against.",
          "type": "string"
        },
        "fieldId": {
          "description": "Optional. The field id of the dependent field.",
          "type": "integer",
          "format": "int32"
        },
        "elementId": {
          "format": "int64",
          "description": "Optional. The ID of the element that value's field will match against.",
          "type": "string"
        }
      }
    },
    "DynamicFeed": {
      "type": "object",
      "id": "DynamicFeed",
      "properties": {
        "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"
        },
        "dynamicFeedId": {
          "format": "int64",
          "readOnly": true,
          "type": "string",
          "description": "Output only. Unique ID of this dynamic feed. This is a read-only, auto-generated field."
        },
        "lastModifiedInfo": {
          "description": "Output only. The last modified timestamp of the dynamic feed. This is a read-only field.",
          "readOnly": true,
          "$ref": "LastModifiedInfo"
        },
        "contentSource": {
          "$ref": "ContentSource",
          "description": "Required. The content source of the dynamic feed. This is a required field."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the dynamic feed. This is a read-only field.",
          "readOnly": true
        },
        "status": {
          "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.",
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "enumDescriptions": [
            "The status is unknown.",
            "The feedstatus is active.",
            "The feed status is inactive.",
            "The feed status is deleted."
          ],
          "type": "string",
          "readOnly": true
        },
        "dynamicFeedName": {
          "description": "Optional. Name of this dynamic feed. It is defaulted to content source file name if not provided.",
          "type": "string"
        },
        "feedSchedule": {
          "$ref": "FeedSchedule",
          "description": "Optional. The schedule of the dynamic feed. It can be set if the feed is published."
        },
        "hasPublished": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Indicates whether the dynamic feed has a published version. This is a read-only field."
        },
        "studioAdvertiserId": {
          "description": "Required. Advertiser ID of this dynamic feed. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "feedIngestionStatus": {
          "description": "Output only. The ingestion status of the dynamic feed. This is a read-only field.",
          "$ref": "FeedIngestionStatus",
          "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."
    },
    "TvCampaignSummary": {
      "id": "TvCampaignSummary",
      "properties": {
        "startDate": {
          "type": "string",
          "description": "The start date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\"."
        },
        "type": {
          "enum": [
            "CAMPAIGN_COMPONENT_TYPE_UNSPECIFIED",
            "COMPANY",
            "BRAND",
            "PRODUCT",
            "CAMPAIGN"
          ],
          "description": "\"CampaignComponentType\" of this TV campaign.",
          "type": "string",
          "enumDescriptions": [
            "Required to exist; do not use.",
            "Company.",
            "Brand.",
            "Product.",
            "Campaign."
          ]
        },
        "spend": {
          "description": "Spend across the entire TV campaign.",
          "type": "number",
          "format": "double"
        },
        "grp": {
          "format": "int64",
          "type": "string",
          "description": "GRP of this TV campaign."
        },
        "id": {
          "type": "string",
          "description": "ID of this TV campaign."
        },
        "impressions": {
          "description": "Impressions across the entire TV campaign.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\".",
          "type": "string"
        },
        "endDate": {
          "type": "string",
          "description": "The end date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\"."
        },
        "name": {
          "type": "string",
          "description": "Identifier. Name of this TV campaign."
        }
      },
      "description": "TvCampaignSummary contains aggregate data from a TV campaign.",
      "type": "object"
    },
    "MeasurementPartnerAdvertiserLink": {
      "id": "MeasurementPartnerAdvertiserLink",
      "properties": {
        "partnerAdvertiserId": {
          "type": "string",
          "description": "partner Advertiser Id."
        },
        "linkStatus": {
          "description": "Status of the partner link.",
          "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"
          ]
        },
        "measurementPartner": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "description": "Measurement partner used for tag wrapping."
        }
      },
      "type": "object"
    },
    "DynamicTargetingKeysListResponse": {
      "id": "DynamicTargetingKeysListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicTargetingKeysListResponse\"."
        },
        "dynamicTargetingKeys": {
          "type": "array",
          "items": {
            "$ref": "DynamicTargetingKey"
          },
          "description": "Dynamic targeting key collection."
        }
      },
      "description": "Dynamic Targeting Key List Response"
    },
    "LanguageTargeting": {
      "id": "LanguageTargeting",
      "properties": {
        "languages": {
          "items": {
            "$ref": "Language"
          },
          "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.",
          "type": "array"
        }
      },
      "description": "Language Targeting.",
      "type": "object"
    },
    "DfpSettings": {
      "properties": {
        "publisherPortalOnly": {
          "description": "Whether this directory site is available only via Publisher Portal.",
          "type": "boolean"
        },
        "pubPaidPlacementAccepted": {
          "type": "boolean",
          "description": "Whether this directory site accepts publisher-paid tags."
        },
        "programmaticPlacementAccepted": {
          "description": "Whether this directory site accepts programmatic placements.",
          "type": "boolean"
        },
        "dfpNetworkCode": {
          "type": "string",
          "description": "Ad Manager network code for this directory site."
        },
        "dfpNetworkName": {
          "description": "Ad Manager network name for this directory site.",
          "type": "string"
        }
      },
      "description": "Google Ad Manager Settings",
      "id": "DfpSettings",
      "type": "object"
    },
    "OperatingSystemsListResponse": {
      "description": "Operating System List Response",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemsListResponse\"."
        },
        "operatingSystems": {
          "type": "array",
          "items": {
            "$ref": "OperatingSystem"
          },
          "description": "Operating system collection."
        }
      },
      "id": "OperatingSystemsListResponse",
      "type": "object"
    },
    "CrossMediaReachReportCompatibleFields": {
      "properties": {
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "dimensions": {
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "type": "array"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#crossMediaReachReportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Metric"
          }
        }
      },
      "id": "CrossMediaReachReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\".",
      "type": "object"
    },
    "UserRolePermissionGroupsListResponse": {
      "type": "object",
      "id": "UserRolePermissionGroupsListResponse",
      "properties": {
        "userRolePermissionGroups": {
          "items": {
            "$ref": "UserRolePermissionGroup"
          },
          "description": "User role permission group collection.",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroupsListResponse\"."
        }
      },
      "description": "User Role Permission Group List Response"
    },
    "OperatingSystem": {
      "properties": {
        "desktop": {
          "description": "Whether this operating system is for desktop.",
          "type": "boolean"
        },
        "name": {
          "description": "Name of this operating system.",
          "type": "string"
        },
        "dartId": {
          "description": "DART ID of this operating system. This is the ID used for targeting.",
          "type": "string",
          "format": "int64"
        },
        "mobile": {
          "description": "Whether this operating system is for mobile.",
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystem\"."
        }
      },
      "id": "OperatingSystem",
      "description": "Contains information about an operating system that can be targeted by ads.",
      "type": "object"
    },
    "PostalCode": {
      "description": "Contains information about a postal code that can be targeted by ads.",
      "type": "object",
      "id": "PostalCode",
      "properties": {
        "countryCode": {
          "type": "string",
          "description": "Country code of the country to which this postal code belongs."
        },
        "code": {
          "type": "string",
          "description": "Postal code. This is equivalent to the id field."
        },
        "id": {
          "description": "ID of this postal code.",
          "type": "string"
        },
        "countryDartId": {
          "type": "string",
          "description": "DART ID of the country to which this postal code belongs.",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCode\"."
        }
      }
    },
    "TagData": {
      "type": "object",
      "properties": {
        "format": {
          "type": "string",
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "TagData tag format of this tag."
        },
        "impressionTag": {
          "description": "Tag string for serving an ad.",
          "type": "string"
        },
        "creativeId": {
          "description": "Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.",
          "format": "int64",
          "type": "string"
        },
        "clickTag": {
          "description": "Tag string to record a click.",
          "type": "string"
        },
        "adId": {
          "type": "string",
          "description": "Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.",
          "format": "int64"
        }
      },
      "id": "TagData",
      "description": "Placement Tag Data"
    },
    "CreativeClickThroughUrl": {
      "description": "Click-through URL",
      "properties": {
        "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.",
          "format": "int64",
          "type": "string"
        },
        "customClickThroughUrl": {
          "description": "Custom click-through URL. Applicable if the landingPageId field is left unset.",
          "type": "string"
        }
      },
      "id": "CreativeClickThroughUrl",
      "type": "object"
    },
    "AccountActiveAdSummary": {
      "description": "Gets a summary of active ads in an account.",
      "id": "AccountActiveAdSummary",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountActiveAdSummary\".",
          "type": "string"
        },
        "availableAds": {
          "format": "int64",
          "type": "string",
          "description": "Ads that can be activated for the account."
        },
        "activeAdsLimitTier": {
          "type": "string",
          "description": "Maximum number of active ads allowed for the account.",
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "accountId": {
          "format": "int64",
          "description": "ID of the account.",
          "type": "string"
        },
        "activeAds": {
          "format": "int64",
          "type": "string",
          "description": "Ads that have been activated for the account"
        }
      },
      "type": "object"
    },
    "CompatibleFields": {
      "description": "Represents a response to the queryCompatibleFields method. Next ID: 10",
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#compatibleFields.",
          "type": "string"
        },
        "floodlightReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"FLOODLIGHT\".",
          "$ref": "FloodlightReportCompatibleFields"
        },
        "reachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"REACH\".",
          "$ref": "ReachReportCompatibleFields"
        },
        "crossDimensionReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\".",
          "$ref": "CrossDimensionReachReportCompatibleFields"
        },
        "crossMediaReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\".",
          "$ref": "CrossMediaReachReportCompatibleFields"
        },
        "reportCompatibleFields": {
          "$ref": "ReportCompatibleFields",
          "description": "Contains items that are compatible to be selected for a report of type \"STANDARD\"."
        },
        "pathToConversionReportCompatibleFields": {
          "$ref": "PathToConversionReportCompatibleFields",
          "description": "Contains items that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\"."
        }
      },
      "type": "object",
      "id": "CompatibleFields"
    },
    "ContextualKeywordTargeting": {
      "description": "Contextual Keyword Targeting.",
      "id": "ContextualKeywordTargeting",
      "properties": {
        "keywords": {
          "type": "array",
          "items": {
            "$ref": "ContextualKeyword"
          },
          "description": "Contextual keywords that this ad targets"
        }
      },
      "type": "object"
    },
    "TagSettings": {
      "id": "TagSettings",
      "properties": {
        "dynamicTagEnabled": {
          "type": "boolean",
          "description": "Whether dynamic floodlight tags are enabled."
        },
        "imageTagEnabled": {
          "type": "boolean",
          "description": "Whether image tags are enabled."
        }
      },
      "description": "Dynamic and Image Tag Settings.",
      "type": "object"
    },
    "UserRolePermissionsListResponse": {
      "properties": {
        "userRolePermissions": {
          "description": "User role permission collection.",
          "type": "array",
          "items": {
            "$ref": "UserRolePermission"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionsListResponse\"."
        }
      },
      "id": "UserRolePermissionsListResponse",
      "type": "object",
      "description": "User Role Permission List Response"
    },
    "ObjectFilter": {
      "type": "object",
      "id": "ObjectFilter",
      "description": "Object Filter.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#objectFilter\".",
          "type": "string"
        },
        "objectIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Applicable when status is ASSIGNED. The user has access to objects with these object IDs."
        },
        "status": {
          "enum": [
            "NONE",
            "ASSIGNED",
            "ALL"
          ],
          "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.",
          "type": "string",
          "enumDescriptions": [
            "Profile has access to none of the objects.",
            "Profile has access to only specific objects.",
            "Profile has access to all objects."
          ]
        }
      }
    },
    "OperatingSystemVersionsListResponse": {
      "type": "object",
      "description": "Operating System Version List Response",
      "id": "OperatingSystemVersionsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersionsListResponse\".",
          "type": "string"
        },
        "operatingSystemVersions": {
          "items": {
            "$ref": "OperatingSystemVersion"
          },
          "type": "array",
          "description": "Operating system version collection."
        }
      }
    },
    "AudienceSegmentGroup": {
      "type": "object",
      "description": "Audience Segment Group.",
      "properties": {
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this audience segment group. This is a read-only, auto-generated field."
        },
        "name": {
          "type": "string",
          "description": "Name of this audience segment group. This is a required field and must be less than 65 characters long."
        },
        "audienceSegments": {
          "type": "array",
          "items": {
            "$ref": "AudienceSegment"
          },
          "description": "Audience segments assigned to this group. The number of segments must be between 2 and 100."
        }
      },
      "id": "AudienceSegmentGroup"
    },
    "FloodlightActivitiesListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "floodlightActivities": {
          "type": "array",
          "items": {
            "$ref": "FloodlightActivity"
          },
          "description": "Floodlight activity collection."
        }
      },
      "description": "Floodlight Activity List Response",
      "id": "FloodlightActivitiesListResponse",
      "type": "object"
    },
    "FeedSchedule": {
      "properties": {
        "repeatValue": {
          "format": "int64",
          "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"
        },
        "scheduleEnabled": {
          "description": "Optional. Whether the schedule is enabled.",
          "type": "boolean"
        },
        "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"
        },
        "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"
        },
        "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"
        }
      },
      "id": "FeedSchedule",
      "description": "Contains the schedule of the dynamic feed.",
      "type": "object"
    },
    "AccountPermissionGroup": {
      "description": "AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroup\".",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this account permission group."
        },
        "id": {
          "type": "string",
          "description": "ID of this account permission group.",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "AccountPermissionGroup"
    },
    "CreativeAssetId": {
      "type": "object",
      "description": "Creative Asset ID.",
      "id": "CreativeAssetId",
      "properties": {
        "type": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "IMAGE",
            "FLASH",
            "VIDEO",
            "HTML",
            "HTML_IMAGE",
            "AUDIO"
          ],
          "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."
        },
        "name": {
          "type": "string",
          "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."
        }
      }
    },
    "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"
          }
        },
        "platformTypes": {
          "type": "array",
          "items": {
            "$ref": "PlatformType"
          },
          "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."
        },
        "mobileCarriers": {
          "type": "array",
          "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"
          }
        },
        "connectionTypes": {
          "type": "array",
          "items": {
            "$ref": "ConnectionType"
          },
          "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."
        },
        "operatingSystemVersions": {
          "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"
          },
          "type": "array"
        },
        "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"
        }
      },
      "description": "Technology Targeting.",
      "id": "TechnologyTargeting",
      "type": "object"
    },
    "DynamicProfile": {
      "id": "DynamicProfile",
      "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.",
      "properties": {
        "kind": {
          "readOnly": true,
          "description": "Output only. Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicProfile\".",
          "type": "string"
        },
        "archiveStatus": {
          "enum": [
            "ARCHIVE_STATUS_UNKNOWN",
            "UNARCHIVED",
            "ARCHIVED"
          ],
          "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."
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Required. Identifier. Name of this dynamic profile. This is a required field and must be less than 256 characters long."
        },
        "active": {
          "description": "Optional. Active version of the dynamic profile.",
          "$ref": "DynamicProfileVersion"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the dynamic profile. This is a read-only field."
        },
        "dynamicProfileId": {
          "format": "int64",
          "type": "string",
          "description": "Output only. Unique ID of this dynamic profile. This is a read-only, auto-generated field.",
          "readOnly": true
        },
        "status": {
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "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."
          ],
          "description": "Optional. Status of this dynamic profile.",
          "type": "string"
        },
        "draft": {
          "$ref": "DynamicProfileVersion",
          "description": "Optional. Draft version of the dynamic profile."
        },
        "description": {
          "description": "Optional. Description of this dynamic profile.",
          "type": "string"
        },
        "studioAdvertiserId": {
          "format": "int64",
          "description": "Required. Advertiser ID of this dynamic profile. This is a required field on insertion.",
          "type": "string"
        },
        "createInfo": {
          "readOnly": true,
          "description": "Output only. The creation timestamp of the dynamic profile. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        }
      },
      "type": "object"
    },
    "Country": {
      "id": "Country",
      "type": "object",
      "description": "Contains information about a country that can be targeted by ads.",
      "properties": {
        "tvDataProviders": {
          "type": "array",
          "items": {
            "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": [
              "",
              "Allows populating multiple tvCampaignId filters and tvCampaignEndDate filter on the report.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "type": "string"
          },
          "description": "Output only. The TV data providers supported in this country.",
          "readOnly": true
        },
        "name": {
          "description": "Name of this country.",
          "type": "string"
        },
        "sslEnabled": {
          "description": "Whether ad serving supports secure servers in this country.",
          "type": "boolean"
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this country. This is the ID used for targeting and generating reports."
        },
        "countryCode": {
          "description": "Country code.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#country\".",
          "type": "string"
        }
      }
    },
    "AdvertiserLandingPagesListResponse": {
      "id": "AdvertiserLandingPagesListResponse",
      "type": "object",
      "description": "Landing Page List Response",
      "properties": {
        "landingPages": {
          "description": "Landing page collection",
          "type": "array",
          "items": {
            "$ref": "LandingPage"
          }
        },
        "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#advertiserLandingPagesListResponse\".",
          "type": "string"
        }
      }
    },
    "KeyValueTargetingExpression": {
      "properties": {
        "expression": {
          "description": "Keyword expression being targeted by the ad.",
          "type": "string"
        }
      },
      "description": "Key Value Targeting Expression.",
      "id": "KeyValueTargetingExpression",
      "type": "object"
    },
    "Language": {
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this language.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#language\".",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "Language ID of this language. This is the ID used for targeting and generating reports."
        },
        "languageCode": {
          "type": "string",
          "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."
        }
      },
      "description": "Contains information about a language that can be targeted by ads.",
      "id": "Language"
    },
    "ChangeLogsListResponse": {
      "id": "ChangeLogsListResponse",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLogsListResponse\"."
        },
        "changeLogs": {
          "type": "array",
          "description": "Change log collection.",
          "items": {
            "$ref": "ChangeLog"
          }
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Change Log List Response"
    },
    "StudioCreativeDimension": {
      "type": "object",
      "id": "StudioCreativeDimension",
      "properties": {
        "width": {
          "description": "Width of the studio creative.",
          "type": "integer",
          "format": "int32"
        },
        "height": {
          "description": "Height of the studio creative.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Dimension information for a studio creative."
    },
    "Account": {
      "type": "object",
      "id": "Account",
      "description": "Contains properties of a Campaign Manager account.",
      "properties": {
        "active": {
          "description": "Whether this account is active.",
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#account\"."
        },
        "activeViewOptOut": {
          "description": "Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.",
          "type": "boolean"
        },
        "countryId": {
          "description": "ID of the country associated with this account.",
          "format": "int64",
          "type": "string"
        },
        "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"
        },
        "nielsenOcrEnabled": {
          "description": "Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.",
          "type": "boolean"
        },
        "shareReportsWithTwitter": {
          "type": "boolean",
          "description": "Share Path to Conversion reports with Twitter."
        },
        "maximumImageSize": {
          "type": "string",
          "format": "int64",
          "description": "Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1."
        },
        "accountPermissionIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Account permissions assigned to this account."
        },
        "defaultCreativeSizeId": {
          "description": "Default placement dimensions for this account.",
          "type": "string",
          "format": "int64"
        },
        "activeAdsLimitTier": {
          "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",
          "description": "Maximum number of active ads allowed for this account."
        },
        "accountProfile": {
          "type": "string",
          "description": "Profile for this account. This is a read-only field that can be left blank.",
          "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"
          ]
        },
        "availablePermissionIds": {
          "type": "array",
          "description": "User role permissions available to the user roles of this account.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "currencyId": {
          "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 ",
          "format": "int64",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Description of this account."
        },
        "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"
        },
        "teaserSizeLimit": {
          "type": "string",
          "description": "File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.",
          "format": "int64"
        },
        "id": {
          "description": "ID of this account. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "reportsConfiguration": {
          "$ref": "ReportsConfiguration",
          "description": "Reporting configuration of this account."
        }
      }
    },
    "CartData": {
      "properties": {
        "items": {
          "type": "array",
          "description": "Data of the items purchased.",
          "items": {
            "$ref": "CartDataItem"
          }
        },
        "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"
        },
        "merchantFeedLabel": {
          "type": "string",
          "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."
        },
        "merchantId": {
          "description": "The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object",
      "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)",
      "id": "CartData"
    },
    "PlacementGroup": {
      "properties": {
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID of this placement group. This field is required on insertion."
        },
        "primaryPlacementIdDimensionValue": {
          "description": "Dimension value for the ID of the primary placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "placementGroupType": {
          "enum": [
            "PLACEMENT_PACKAGE",
            "PLACEMENT_ROADBLOCK"
          ],
          "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."
          ],
          "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"
        },
        "activeStatus": {
          "enum": [
            "PLACEMENT_STATUS_UNKNOWN",
            "PLACEMENT_STATUS_ACTIVE",
            "PLACEMENT_STATUS_INACTIVE",
            "PLACEMENT_STATUS_ARCHIVED",
            "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
          ],
          "description": "Whether this placement group is active, inactive, archived or permanently archived.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "name": {
          "type": "string",
          "description": "Name of this placement group. This is a required field and must be less than 256 characters long."
        },
        "campaignIdDimensionValue": {
          "description": "Dimension value for the ID of the campaign. 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."
        },
        "subaccountId": {
          "description": "Subaccount ID of this placement group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "createInfo": {
          "description": "Information about the creation of this placement group. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "advertiserId": {
          "description": "Advertiser ID of this placement group. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this placement group. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "pricingSchedule": {
          "description": "Pricing schedule of this placement group. This field is required on insertion.",
          "$ref": "PricingSchedule"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this placement group. This is a read-only, auto-generated field."
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this placement group. This is a read-only field that can be left blank."
        },
        "comment": {
          "type": "string",
          "description": "Comments for this placement group."
        },
        "contentCategoryId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the content category assigned to this placement group."
        },
        "siteId": {
          "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.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementGroup\".",
          "type": "string"
        },
        "primaryPlacementId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "childPlacementIds": {
          "type": "array",
          "description": "IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "externalId": {
          "type": "string",
          "description": "External ID for this placement."
        },
        "siteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field."
        },
        "directorySiteId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "placementStrategyId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the placement strategy assigned to this placement group."
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this placement group. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        }
      },
      "id": "PlacementGroup",
      "type": "object",
      "description": "Contains properties of a package or roadblock."
    },
    "MobileAppsListResponse": {
      "id": "MobileAppsListResponse",
      "properties": {
        "mobileApps": {
          "items": {
            "$ref": "MobileApp"
          },
          "description": "Mobile apps collection.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileAppsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Mobile app List Response",
      "type": "object"
    },
    "DynamicTargetingKey": {
      "id": "DynamicTargetingKey",
      "properties": {
        "objectType": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "description": "Type of the object of this dynamic targeting key. This is a required field.",
          "enum": [
            "OBJECT_ADVERTISER",
            "OBJECT_AD",
            "OBJECT_CREATIVE",
            "OBJECT_PLACEMENT"
          ],
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicTargetingKey\"."
        },
        "objectId": {
          "description": "ID of the object of this dynamic targeting key. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "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"
        }
      },
      "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.",
      "type": "object"
    },
    "YoutubeSettings": {
      "id": "YoutubeSettings",
      "properties": {
        "callToActions": {
          "items": {
            "type": "string",
            "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"
            ]
          },
          "description": "Optional. The call to actions. Currently only one call to action is supported.",
          "type": "array"
        },
        "businessName": {
          "type": "string",
          "description": "Optional. The business name."
        },
        "headlines": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The headlines associated with the call to actions. Currently only one headline is supported."
        },
        "descriptions": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The descriptions. Currently only one description is supported.",
          "type": "array"
        },
        "businessLogoCreativeIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Optional. The IDs of the creatives to use for the business logo. Currently only one creative is supported."
        },
        "longHeadlines": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The long headlines. Currently only one long headline is supported.",
          "type": "array"
        }
      },
      "type": "object",
      "description": "Contains the YouTube settings."
    },
    "Advertiser": {
      "description": "Contains properties of a Campaign Manager advertiser.",
      "type": "object",
      "id": "Advertiser",
      "properties": {
        "originalFloodlightConfigurationId": {
          "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.",
          "format": "int64",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this advertiser.This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "suspended": {
          "type": "boolean",
          "description": "Suspension status of this advertiser."
        },
        "defaultClickThroughEventTagId": {
          "format": "int64",
          "description": "ID of the click-through event tag to apply by default to the landing pages of this advertiser's campaigns.",
          "type": "string"
        },
        "defaultEmail": {
          "description": "Default email address used in sender field for tag emails.",
          "type": "string"
        },
        "floodlightConfigurationIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "subaccountId": {
          "format": "int64",
          "type": "string",
          "description": "Subaccount ID of this advertiser.This is a read-only field that can be left blank."
        },
        "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"
        },
        "clickThroughUrlSuffix": {
          "type": "string",
          "description": "Suffix added to click-through URL of ad creative associations under this advertiser. Must be less than 129 characters long."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiser\".",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this advertiser. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "status": {
          "description": "Status of this advertiser.",
          "enumDescriptions": [
            "Approved (ads can deliver)",
            "On-hold (all ads are stopped)"
          ],
          "enum": [
            "APPROVED",
            "ON_HOLD"
          ],
          "type": "string"
        },
        "measurementPartnerLink": {
          "description": "Measurement partner advertiser link for tag wrapping.",
          "$ref": "MeasurementPartnerAdvertiserLink"
        },
        "floodlightConfigurationId": {
          "format": "int64",
          "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"
        },
        "euPoliticalAdsDeclaration": {
          "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."
          ],
          "type": "string",
          "description": "Optional. Whether the advertiser plans to serve EU political ads.",
          "enum": [
            "ADVERTISER_PLANS_TO_SERVE_EU_POLITICAL_ADS",
            "ADVERTISER_DOES_NOT_PLAN_TO_SERVE_EU_POLITICAL_ADS"
          ]
        },
        "advertiserGroupId": {
          "format": "int64",
          "type": "string",
          "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."
        }
      }
    },
    "ClickThroughUrl": {
      "description": "Click-through URL",
      "id": "ClickThroughUrl",
      "properties": {
        "customClickThroughUrl": {
          "type": "string",
          "description": "Custom click-through URL. Applicable if the defaultLandingPage field is set to false and the landingPageId field is left unset."
        },
        "defaultLandingPage": {
          "description": "Whether the campaign default landing page is used.",
          "type": "boolean"
        },
        "computedClickThroughUrl": {
          "type": "string",
          "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. "
        },
        "landingPageId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the landing page for the click-through URL. Applicable if the defaultLandingPage field is set to false."
        }
      },
      "type": "object"
    },
    "MetrosListResponse": {
      "description": "Metro List Response",
      "type": "object",
      "properties": {
        "metros": {
          "items": {
            "$ref": "Metro"
          },
          "description": "Metro collection.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metrosListResponse\".",
          "type": "string"
        }
      },
      "id": "MetrosListResponse"
    },
    "RemarketingListsListResponse": {
      "id": "RemarketingListsListResponse",
      "description": "Remarketing list response",
      "type": "object",
      "properties": {
        "remarketingLists": {
          "items": {
            "$ref": "RemarketingList"
          },
          "description": "Remarketing list collection.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      }
    },
    "SubaccountsListResponse": {
      "type": "object",
      "description": "Subaccount List Response",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccountsListResponse\"."
        },
        "subaccounts": {
          "description": "Subaccount collection.",
          "type": "array",
          "items": {
            "$ref": "Subaccount"
          }
        }
      },
      "id": "SubaccountsListResponse"
    },
    "TvCampaignTimepoint": {
      "id": "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": {
          "type": "string",
          "description": "The start date of the timepoint. A string in the format of \"yyyy-MM-dd\"."
        },
        "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."
          ],
          "type": "string",
          "enum": [
            "WEEKS_UNSPECIFIED",
            "DAYS_ONE",
            "WEEKS_ONE",
            "WEEKS_FOUR",
            "WEEKS_EIGHT",
            "WEEKS_TWELVE"
          ]
        }
      },
      "type": "object"
    },
    "ProximityFilter": {
      "id": "ProximityFilter",
      "description": "Contains proximity filter information.",
      "type": "object",
      "properties": {
        "fieldId": {
          "format": "int32",
          "description": "Optional. Field ID in the element.",
          "type": "integer"
        },
        "radiusUnitType": {
          "enum": [
            "RADIUS_UNIT_TYPE_UNKNOWN",
            "KILOMETERS",
            "MILES"
          ],
          "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."
          ],
          "type": "string",
          "description": "Optional. The units of the radius value"
        },
        "radiusBucketType": {
          "enum": [
            "RADIUS_BUCKET_TYPE_UNKNOWN",
            "SMALL",
            "MEDIUM",
            "LARGE",
            "MULTI_REGIONAL",
            "NATIONAL"
          ],
          "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."
          ],
          "description": "Optional. The radius bucket type of the proximity filter",
          "type": "string"
        },
        "radiusValue": {
          "description": "Optional. Radius length in units defined by radius_units.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "OperatingSystemVersion": {
      "description": "Contains information about a particular version of an operating system that can be targeted by ads.",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersion\"."
        },
        "minorVersion": {
          "type": "string",
          "description": "Minor version (number after the first dot) of this operating system version."
        },
        "operatingSystem": {
          "description": "Operating system of this operating system version.",
          "$ref": "OperatingSystem"
        },
        "majorVersion": {
          "description": "Major version (leftmost number) of this operating system version.",
          "type": "string"
        },
        "name": {
          "description": "Name of this operating system version.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this operating system version."
        }
      },
      "id": "OperatingSystemVersion"
    },
    "DynamicFeedsInsertRequest": {
      "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"
        }
      },
      "type": "object",
      "id": "DynamicFeedsInsertRequest"
    },
    "StudioCreative": {
      "type": "object",
      "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.",
      "properties": {
        "id": {
          "format": "int64",
          "description": "Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Name of this studio creative. This is a required field on insertion."
        },
        "assetIds": {
          "type": "array",
          "description": "List of assets associated with this studio creative. It is a required field on insertion.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "studioCampaignId": {
          "type": "string",
          "format": "int64",
          "description": "Studio campaign ID of this studio creative. This is a required field on insertion."
        },
        "createdInfo": {
          "description": "The timestamp when the studio creative was created. This is a read-only, auto-generated field.",
          "$ref": "LastModifiedInfo"
        },
        "dimension": {
          "description": "Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING.",
          "$ref": "StudioCreativeDimension"
        },
        "backupImageAssetId": {
          "type": "string",
          "description": "Backup image asset ID of this studio creative. It is a required field on insertion.",
          "format": "int64"
        },
        "format": {
          "type": "string",
          "description": "Format of this studio creative. This is a required field on insertion.",
          "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"
          ]
        },
        "studioAccountId": {
          "description": "Studio account ID of this creative. This field, if left unset, will be auto-populated.",
          "format": "int64",
          "type": "string"
        },
        "status": {
          "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"
          ],
          "readOnly": true,
          "type": "string",
          "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."
          ]
        },
        "lastModifiedInfo": {
          "description": "The timestamp when the studio creative was last modified. This is a read-only, auto-generated field.",
          "$ref": "LastModifiedInfo"
        },
        "studioAdvertiserId": {
          "format": "int64",
          "description": "Studio advertiser ID of this studio creative. This is a required field on insertion.",
          "type": "string"
        },
        "dynamicProfileId": {
          "format": "int64",
          "type": "string",
          "description": "Dynamic profile ID of this studio creative."
        }
      },
      "id": "StudioCreative"
    },
    "Recipient": {
      "properties": {
        "email": {
          "type": "string",
          "description": "The email address of the recipient."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#recipient.",
          "type": "string"
        },
        "deliveryType": {
          "enum": [
            "LINK",
            "ATTACHMENT"
          ],
          "description": "The delivery type for the recipient.",
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ]
        }
      },
      "description": "Represents a recipient.",
      "id": "Recipient",
      "type": "object"
    },
    "AudienceSegment": {
      "description": "Audience Segment.",
      "properties": {
        "id": {
          "format": "int64",
          "description": "ID of this audience segment. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this audience segment. This is a required field and must be less than 65 characters long."
        },
        "allocation": {
          "type": "integer",
          "format": "int32",
          "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."
        }
      },
      "id": "AudienceSegment",
      "type": "object"
    },
    "EventTag": {
      "type": "object",
      "description": "Contains properties of an event tag.",
      "id": "EventTag",
      "properties": {
        "urlEscapeLevels": {
          "format": "int32",
          "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"
        },
        "enabledByDefault": {
          "description": "Whether this event tag should be automatically enabled for all of the advertiser's campaigns and ads.",
          "type": "boolean"
        },
        "siteFilterType": {
          "description": "Site filter type for this event tag. If no type is specified then the event tag will be applied to all sites.",
          "type": "string",
          "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": {
          "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."
          ],
          "type": "string",
          "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.",
          "enum": [
            "IMPRESSION_IMAGE_EVENT_TAG",
            "IMPRESSION_JAVASCRIPT_EVENT_TAG",
            "CLICK_THROUGH_EVENT_TAG"
          ]
        },
        "subaccountId": {
          "description": "Subaccount ID of this event tag. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "name": {
          "description": "Name of this event tag. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "siteIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Filter list of site IDs associated with this event tag. The siteFilterType determines whether this is a allowlist or blocklist filter.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTag\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this event tag. This is a read-only, auto-generated field.",
          "format": "int64",
          "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"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "description": "Advertiser ID of this event tag. This field or the campaignId field is required on insertion.",
          "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"
        },
        "campaignId": {
          "description": "Campaign ID of this event tag. This field or the advertiserId field is required on insertion.",
          "format": "int64",
          "type": "string"
        },
        "campaignIdDimensionValue": {
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "status": {
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string",
          "description": "Status of this event tag. Must be ENABLED for this event tag to fire. This is a required field.",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this event tag. This is a read-only field that can be left blank."
        },
        "sslCompliant": {
          "description": "Whether this tag is SSL-compliant or not. This is a read-only field.",
          "type": "boolean"
        }
      }
    },
    "TvCampaignSummariesListResponse": {
      "id": "TvCampaignSummariesListResponse",
      "type": "object",
      "description": "Response message for TvCampaignSummariesService.List.",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummariesListResponse\"."
        },
        "tvCampaignSummaries": {
          "type": "array",
          "description": "List of TV campaign summaries.",
          "items": {
            "$ref": "TvCampaignSummary"
          }
        }
      }
    },
    "CampaignCreativeAssociationsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociationsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "campaignCreativeAssociations": {
          "items": {
            "$ref": "CampaignCreativeAssociation"
          },
          "description": "Campaign creative association collection",
          "type": "array"
        }
      },
      "type": "object",
      "id": "CampaignCreativeAssociationsListResponse",
      "description": "Campaign Creative Association List Response"
    },
    "PlatformTypesListResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformTypesListResponse\"."
        },
        "platformTypes": {
          "description": "Platform type collection.",
          "items": {
            "$ref": "PlatformType"
          },
          "type": "array"
        }
      },
      "description": "Platform Type List Response",
      "type": "object",
      "id": "PlatformTypesListResponse"
    },
    "AccountsListResponse": {
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountsListResponse\"."
        },
        "accounts": {
          "type": "array",
          "description": "Account collection.",
          "items": {
            "$ref": "Account"
          }
        }
      },
      "description": "Account List Response",
      "type": "object",
      "id": "AccountsListResponse"
    },
    "RuleBlock": {
      "id": "RuleBlock",
      "description": "Contains a list of field filters that the given custom rule will apply.",
      "type": "object",
      "properties": {
        "fieldFilter": {
          "type": "array",
          "items": {
            "$ref": "FieldFilter"
          },
          "description": "Optional. A list of non-auto field filters"
        }
      }
    },
    "Invoice": {
      "description": "Contains information about a single invoice",
      "properties": {
        "paymentsProfileId": {
          "description": "The ID of the payments profile the invoice belongs to. Appears on the invoice PDF as *Billing ID*.",
          "type": "string"
        },
        "currencyCode": {
          "description": "Invoice currency code in ISO 4217 format.",
          "type": "string"
        },
        "serviceStartDate": {
          "type": "string",
          "description": "The invoice service start date."
        },
        "replacedInvoiceIds": {
          "type": "array",
          "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"
          }
        },
        "serviceEndDate": {
          "description": "The invoice service end date.",
          "type": "string"
        },
        "id": {
          "description": "ID of this invoice.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#invoice\"."
        },
        "subtotalAmountMicros": {
          "format": "int64",
          "description": "The pre-tax subtotal amount, in micros of the invoice's currency.",
          "type": "string"
        },
        "totalTaxAmountMicros": {
          "type": "string",
          "description": "The sum of all taxes in invoice, in micros of the invoice's currency.",
          "format": "int64"
        },
        "totalAmountMicros": {
          "type": "string",
          "format": "int64",
          "description": "The invoice total amount, in micros of the invoice's currency."
        },
        "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": {
          "type": "string",
          "description": "The invoice due date."
        },
        "campaign_summaries": {
          "type": "array",
          "description": "The list of summarized campaign information associated with this invoice.",
          "items": {
            "$ref": "CampaignSummary"
          }
        },
        "issueDate": {
          "description": "The date when the invoice was issued.",
          "type": "string"
        },
        "purchaseOrderNumber": {
          "description": "Purchase order number associated with the invoice.",
          "type": "string"
        },
        "paymentsAccountId": {
          "type": "string",
          "description": "The ID of the payments account the invoice belongs to. Appears on the invoice PDF as *Billing Account Number*."
        },
        "invoiceType": {
          "description": "The type of invoice document.",
          "enum": [
            "INVOICE_TYPE_UNSPECIFIED",
            "INVOICE_TYPE_CREDIT",
            "INVOICE_TYPE_INVOICE"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "correctedInvoiceId": {
          "type": "string",
          "description": "The originally issued invoice that is being adjusted by this invoice, if applicable. May appear on invoice PDF as *Reference invoice number*."
        }
      },
      "id": "Invoice",
      "type": "object"
    },
    "DimensionFilter": {
      "id": "DimensionFilter",
      "properties": {
        "dimensionName": {
          "description": "The name of the dimension to filter.",
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "The value of the dimension to filter."
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#dimensionFilter."
        }
      },
      "type": "object",
      "description": "Represents a dimension filter."
    },
    "ReportsConfiguration": {
      "description": "Reporting Configuration",
      "id": "ReportsConfiguration",
      "properties": {
        "lookbackConfiguration": {
          "$ref": "LookbackConfiguration",
          "description": "Default lookback windows for new advertisers in this account."
        },
        "reportGenerationTimeZoneId": {
          "type": "string",
          "format": "int64",
          "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\" "
        },
        "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"
        }
      },
      "type": "object"
    },
    "SortedDimension": {
      "type": "object",
      "id": "SortedDimension",
      "properties": {
        "name": {
          "description": "The name of the dimension.",
          "type": "string"
        },
        "sortOrder": {
          "description": "An optional sort order for the dimension column.",
          "enum": [
            "ASCENDING",
            "DESCENDING"
          ],
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#sortedDimension.",
          "type": "string"
        }
      },
      "description": "Represents a sorted dimension."
    },
    "UserIdentifier": {
      "id": "UserIdentifier",
      "description": "User identifying information. Exactly one type of identifier must be specified.",
      "type": "object",
      "properties": {
        "hashedEmail": {
          "type": "string",
          "description": "Hashed email address using SHA-256 hash function after normalization."
        },
        "hashedPhoneNumber": {
          "description": "Hashed phone number using SHA-256 hash function after normalization (E164 standard).",
          "type": "string"
        },
        "addressInfo": {
          "description": "Address information.",
          "$ref": "OfflineUserAddressInfo"
        }
      }
    },
    "SiteSettings": {
      "type": "object",
      "id": "SiteSettings",
      "description": "Site Settings",
      "properties": {
        "vpaidAdapterChoiceTemplate": {
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ],
          "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.",
          "enum": [
            "DEFAULT",
            "FLASH",
            "HTML5",
            "BOTH"
          ],
          "type": "string"
        },
        "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"
        },
        "tagSetting": {
          "description": "Configuration settings for dynamic and image floodlight tags.",
          "$ref": "TagSetting"
        },
        "disableNewCookie": {
          "type": "boolean",
          "description": "Whether new cookies are disabled for this site."
        },
        "adBlockingOptOut": {
          "type": "boolean",
          "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."
        },
        "activeViewOptOut": {
          "type": "boolean",
          "description": "Whether active view creatives are disabled for this site."
        }
      }
    },
    "SiteVideoSettings": {
      "properties": {
        "obaEnabled": {
          "description": "Whether OBA icons are enabled for this placement.",
          "type": "boolean"
        },
        "publisherSpecificationId": {
          "type": "string",
          "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",
          "format": "int64"
        },
        "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": {
          "description": "Orientation of a site template used for video. This will act as default for new placements created under this site.",
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "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"
        },
        "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"
        },
        "companionSettings": {
          "description": "Settings for the companion creatives of video creatives served to this site.",
          "$ref": "SiteCompanionSetting"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteVideoSettings\".",
          "type": "string"
        }
      },
      "description": "Video Settings",
      "type": "object",
      "id": "SiteVideoSettings"
    },
    "FloodlightConfiguration": {
      "properties": {
        "customViewabilityMetric": {
          "description": "Custom Viewability metric for the floodlight configuration.",
          "$ref": "CustomViewabilityMetric"
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of this floodlight configuration. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "advertiserId": {
          "description": "Advertiser ID of the parent advertiser of this floodlight configuration.",
          "format": "int64",
          "type": "string"
        },
        "id": {
          "description": "ID of this floodlight configuration. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "exposureToConversionEnabled": {
          "type": "boolean",
          "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."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "tagSettings": {
          "description": "Configuration settings for dynamic and image floodlight tags.",
          "$ref": "TagSettings"
        },
        "naturalSearchConversionAttributionOption": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION"
          ],
          "type": "string",
          "description": "Types of attribution options for natural search conversions."
        },
        "omnitureSettings": {
          "description": "Settings for Campaign Manager Omniture integration.",
          "$ref": "OmnitureSettings"
        },
        "firstDayOfWeek": {
          "enum": [
            "SUNDAY",
            "MONDAY"
          ],
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "inAppAttributionTrackingEnabled": {
          "description": "Whether in-app attribution tracking is enabled.",
          "type": "boolean"
        },
        "analyticsDataSharingEnabled": {
          "description": "Whether advertiser data is shared with Google Analytics.",
          "type": "boolean"
        },
        "thirdPartyAuthenticationTokens": {
          "description": "List of third-party authentication tokens enabled for this configuration.",
          "items": {
            "$ref": "ThirdPartyAuthenticationToken"
          },
          "type": "array"
        },
        "userDefinedVariableConfigurations": {
          "type": "array",
          "description": "List of user defined variables enabled for this configuration.",
          "items": {
            "$ref": "UserDefinedVariableConfiguration"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfiguration\"."
        },
        "lookbackConfiguration": {
          "description": "Lookback window settings for this floodlight configuration.",
          "$ref": "LookbackConfiguration"
        }
      },
      "type": "object",
      "description": "Contains properties of a Floodlight configuration.",
      "id": "FloodlightConfiguration"
    },
    "AccountUserProfile": {
      "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.",
      "properties": {
        "locale": {
          "type": "string",
          "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) "
        },
        "campaignFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which campaigns are visible to the user profile."
        },
        "subaccountId": {
          "description": "Subaccount ID of the user profile. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "userAccessType": {
          "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."
          ],
          "type": "string",
          "enum": [
            "NORMAL_USER",
            "SUPER_USER",
            "INTERNAL_ADMINISTRATOR",
            "READ_ONLY_SUPER_USER"
          ],
          "description": "User type of the user profile. This is a read-only field that can be left blank."
        },
        "userRoleId": {
          "description": "User role ID of the user profile. This is a required field.",
          "format": "int64",
          "type": "string"
        },
        "userRoleFilter": {
          "description": "Filter that describes which user roles are visible to the user profile.",
          "$ref": "ObjectFilter"
        },
        "accountId": {
          "type": "string",
          "description": "Account ID of the user profile. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "comments": {
          "type": "string",
          "description": "Comments for this user profile."
        },
        "advertiserFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which advertisers are visible to the user profile."
        },
        "id": {
          "type": "string",
          "description": "ID of the user profile. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "traffickerType": {
          "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"
          ],
          "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"
        },
        "siteFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which sites are visible to the user profile."
        },
        "active": {
          "type": "boolean",
          "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."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfile\".",
          "type": "string"
        },
        "name": {
          "type": "string",
          "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\"#%,\"."
        }
      },
      "id": "AccountUserProfile",
      "type": "object"
    },
    "BillingAssignment": {
      "description": "List account, subaccount, advertiser, and campaign associated with a given Billing Profile.",
      "type": "object",
      "properties": {
        "accountId": {
          "type": "string",
          "description": "ID of the account associated with the billing assignment.This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "type": "string",
          "description": "ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single advertiser"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignment\"."
        },
        "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"
        }
      },
      "id": "BillingAssignment"
    },
    "TagSetting": {
      "properties": {
        "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"
        },
        "includeUnescapedlpurlMacro": {
          "type": "boolean",
          "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."
        },
        "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.",
          "enum": [
            "PLACEHOLDER_WITH_LIST_OF_KEYWORDS",
            "IGNORE",
            "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD"
          ],
          "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."
          ]
        },
        "additionalKeyValues": {
          "type": "string",
          "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."
        }
      },
      "id": "TagSetting",
      "description": "Tag Settings",
      "type": "object"
    },
    "AccountPermission": {
      "description": "AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account.",
      "id": "AccountPermission",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermission\"."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this account permission."
        },
        "name": {
          "type": "string",
          "description": "Name of this account permission."
        },
        "permissionGroupId": {
          "type": "string",
          "format": "int64",
          "description": "Permission group of this account permission."
        },
        "level": {
          "type": "string",
          "description": "Administrative level required to enable this account permission.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "USER",
            "ADMINISTRATOR"
          ]
        },
        "accountProfiles": {
          "type": "array",
          "items": {
            "enum": [
              "ACCOUNT_PROFILE_BASIC",
              "ACCOUNT_PROFILE_STANDARD"
            ],
            "enumDescriptions": [
              "Basic profile has fewer features and lower CPM.",
              "Standard profile as a higher CPM and all the features."
            ],
            "type": "string"
          },
          "description": "Account profiles associated with this account permission. Possible values are: - \"ACCOUNT_PROFILE_BASIC\" - \"ACCOUNT_PROFILE_STANDARD\" "
        }
      }
    },
    "TargetableRemarketingList": {
      "id": "TargetableRemarketingList",
      "properties": {
        "name": {
          "description": "Name of the targetable remarketing list. Is no greater than 128 characters long.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingList\".",
          "type": "string"
        },
        "listSize": {
          "description": "Number of users currently in the list. This is a read-only field.",
          "type": "string",
          "format": "int64"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "Targetable remarketing list ID."
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests."
        },
        "description": {
          "description": "Targetable remarketing list description.",
          "type": "string"
        },
        "subaccountId": {
          "format": "int64",
          "type": "string",
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests."
        },
        "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"
          ],
          "description": "Product from which this targetable remarketing list was originated.",
          "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"
          ]
        },
        "active": {
          "type": "boolean",
          "description": "Whether this targetable remarketing list is active."
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Dimension value for the advertiser ID that owns this targetable remarketing list."
        },
        "lifeSpan": {
          "description": "Number of days that a user should remain in the targetable remarketing list without an impression.",
          "type": "string",
          "format": "int64"
        }
      },
      "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.",
      "type": "object"
    },
    "AccountUserProfilesListResponse": {
      "id": "AccountUserProfilesListResponse",
      "type": "object",
      "properties": {
        "accountUserProfiles": {
          "type": "array",
          "items": {
            "$ref": "AccountUserProfile"
          },
          "description": "Account user profile collection."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfilesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Account User Profile List Response"
    },
    "TargetWindow": {
      "type": "object",
      "description": "Target Window.",
      "id": "TargetWindow",
      "properties": {
        "targetWindowOption": {
          "description": "Type of browser window for which the backup image of the flash creative can be displayed.",
          "enum": [
            "NEW_WINDOW",
            "CURRENT_WINDOW",
            "CUSTOM"
          ],
          "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\""
          ],
          "type": "string"
        },
        "customHtml": {
          "description": "User-entered value.",
          "type": "string"
        }
      }
    },
    "FeedIngestionStatus": {
      "properties": {
        "ingestionErrorRecords": {
          "description": "Output only. The ingestion error records of the feed.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "IngestionErrorRecord"
          }
        },
        "ingestionStatus": {
          "description": "Output only. The ingestion status of the feed.",
          "$ref": "IngestionStatus",
          "readOnly": true
        },
        "state": {
          "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."
          ],
          "description": "Output only. The processing state of the feed.",
          "enum": [
            "FEED_PROCESSING_STATE_UNKNOWN",
            "CANCELLED",
            "INGESTING_QUEUED",
            "INGESTING",
            "INGESTED_SUCCESS",
            "INGESTED_FAILURE",
            "REQUEST_TO_PUBLISH",
            "PUBLISHING",
            "PUBLISHED_SUCCESS",
            "PUBLISHED_FAILURE"
          ],
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "FeedIngestionStatus",
      "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.",
      "type": "object"
    },
    "GeoTargeting": {
      "properties": {
        "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"
          }
        },
        "cities": {
          "items": {
            "$ref": "City"
          },
          "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."
        },
        "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"
          }
        },
        "regions": {
          "type": "array",
          "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"
          }
        },
        "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.",
          "type": "array",
          "items": {
            "$ref": "Metro"
          }
        }
      },
      "description": "Geographical Targeting.",
      "id": "GeoTargeting",
      "type": "object"
    },
    "CreativeOptimizationConfiguration": {
      "id": "CreativeOptimizationConfiguration",
      "properties": {
        "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.",
          "format": "int64",
          "type": "string"
        },
        "optimizationActivitys": {
          "description": "List of optimization activities associated with this configuration.",
          "items": {
            "$ref": "OptimizationActivity"
          },
          "type": "array"
        },
        "optimizationModel": {
          "enum": [
            "CLICK",
            "POST_CLICK",
            "POST_IMPRESSION",
            "POST_CLICK_AND_IMPRESSION",
            "VIDEO_COMPLETION"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "Optimization model for this configuration."
        },
        "name": {
          "description": "Name of this creative optimization config. This is a required field and must be less than 129 characters long.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Creative optimization settings."
    },
    "MobileCarrier": {
      "id": "MobileCarrier",
      "properties": {
        "id": {
          "type": "string",
          "description": "ID of this mobile carrier.",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarrier\"."
        },
        "countryDartId": {
          "format": "int64",
          "description": "DART ID of the country to which this mobile carrier belongs.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this mobile carrier."
        },
        "countryCode": {
          "description": "Country code of the country to which this mobile carrier belongs.",
          "type": "string"
        }
      },
      "description": "Contains information about a mobile carrier that can be targeted by ads.",
      "type": "object"
    },
    "PlacementAssignment": {
      "type": "object",
      "id": "PlacementAssignment",
      "description": "Placement Assignment.",
      "properties": {
        "active": {
          "type": "boolean",
          "description": "Whether this placement assignment is active. When true, the placement will be included in the ad's rotation."
        },
        "placementIdDimensionValue": {
          "description": "Dimension value for the ID of the placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "placementId": {
          "format": "int64",
          "description": "ID of the placement to be assigned. This is a required field.",
          "type": "string"
        },
        "sslRequired": {
          "type": "boolean",
          "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."
        }
      }
    },
    "DeliverySchedule": {
      "type": "object",
      "id": "DeliverySchedule",
      "description": "Delivery Schedule.",
      "properties": {
        "impressionRatio": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "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"
        },
        "frequencyCap": {
          "description": "Limit on the number of times an individual user can be served the ad within a specified period of time.",
          "$ref": "FrequencyCap"
        },
        "priority": {
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "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.",
          "type": "string"
        }
      }
    },
    "ThirdPartyTrackingUrl": {
      "id": "ThirdPartyTrackingUrl",
      "type": "object",
      "properties": {
        "thirdPartyUrlType": {
          "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.",
          "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."
          ],
          "type": "string"
        },
        "url": {
          "description": "URL for the specified third-party URL type.",
          "type": "string"
        }
      },
      "description": "Third-party Tracking URL."
    },
    "ContentSourceMetaData": {
      "id": "ContentSourceMetaData",
      "description": "Contains the meta data of the content source. This is a read-only field.",
      "properties": {
        "separator": {
          "type": "string",
          "description": "Output only. The separator of the content source.",
          "readOnly": true
        },
        "charset": {
          "readOnly": true,
          "description": "Output only. The charset of the content source.",
          "type": "string"
        },
        "fieldNames": {
          "description": "Output only. The list of column names in the content source.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "rowNumber": {
          "type": "integer",
          "description": "Output only. The number of rows in the content source.",
          "readOnly": true,
          "format": "int32"
        }
      },
      "type": "object"
    },
    "DimensionValueRequest": {
      "id": "DimensionValueRequest",
      "type": "object",
      "description": "Represents a DimensionValuesRequest.",
      "properties": {
        "dimensionName": {
          "type": "string",
          "description": "The name of the dimension for which values should be requested."
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "kind": {
          "type": "string",
          "description": "The kind of request this is, in this case dfareporting#dimensionValueRequest ."
        },
        "filters": {
          "type": "array",
          "description": "The list of filters by which to filter values. The filters are ANDed.",
          "items": {
            "$ref": "DimensionFilter"
          }
        }
      }
    },
    "PostalCodesListResponse": {
      "description": "Postal Code List Response",
      "properties": {
        "postalCodes": {
          "type": "array",
          "description": "Postal code collection.",
          "items": {
            "$ref": "PostalCode"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCodesListResponse\".",
          "type": "string"
        }
      },
      "type": "object",
      "id": "PostalCodesListResponse"
    },
    "PlacementStrategy": {
      "type": "object",
      "id": "PlacementStrategy",
      "properties": {
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this placement strategy.This is a read-only field that can be left blank."
        },
        "name": {
          "type": "string",
          "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."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategy\"."
        },
        "id": {
          "description": "ID of this placement strategy. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Contains properties of a placement strategy."
    },
    "ConversionError": {
      "type": "object",
      "id": "ConversionError",
      "description": "The error code and description for a conversion that failed to insert or update.",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionError\"."
        },
        "message": {
          "type": "string",
          "description": "A description of the error."
        },
        "code": {
          "type": "string",
          "description": "The error code.",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "INVALID_ARGUMENT",
            "INTERNAL",
            "PERMISSION_DENIED",
            "NOT_FOUND"
          ]
        }
      }
    },
    "RemarketingList": {
      "type": "object",
      "id": "RemarketingList",
      "properties": {
        "active": {
          "type": "boolean",
          "description": "Whether this remarketing list is active."
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "format": "int64"
        },
        "id": {
          "format": "int64",
          "description": "Remarketing list ID. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "listPopulationRule": {
          "description": "Rule used to populate the remarketing list with users.",
          "$ref": "ListPopulationRule"
        },
        "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"
          ],
          "type": "string",
          "description": "Product from which this remarketing list was originated."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "format": "int64",
          "description": "Dimension value for the advertiser ID that owns this remarketing list. This is a required field.",
          "type": "string"
        },
        "description": {
          "description": "Remarketing list description.",
          "type": "string"
        },
        "listSize": {
          "description": "Number of users currently in the list. This is a read-only field.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingList\"."
        },
        "name": {
          "description": "Name of the remarketing list. This is a required field. Must be no greater than 128 characters long.",
          "type": "string"
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "type": "string"
        },
        "lifeSpan": {
          "type": "string",
          "description": "Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive.",
          "format": "int64"
        }
      },
      "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."
    },
    "DynamicProfileGenerateCodeResponse": {
      "properties": {
        "code": {
          "type": "string",
          "description": "Generated code for the dynamic profile. The code will need to be unescaped."
        }
      },
      "type": "object",
      "id": "DynamicProfileGenerateCodeResponse",
      "description": "Response message for DfareportingDynamicProfiles.GenerateCode."
    },
    "PricingSchedule": {
      "description": "Pricing Schedule",
      "type": "object",
      "properties": {
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "pricingPeriods": {
          "items": {
            "$ref": "PricingSchedulePricingPeriod"
          },
          "description": "Pricing periods for this placement.",
          "type": "array"
        },
        "flighted": {
          "type": "boolean",
          "description": "Whether this placement is flighted. If true, pricing periods will be computed automatically."
        },
        "testingStartDate": {
          "format": "date",
          "type": "string"
        },
        "capCostOption": {
          "description": "Placement cap cost option.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "CAP_COST_NONE",
            "CAP_COST_MONTHLY",
            "CAP_COST_CUMULATIVE"
          ]
        },
        "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"
        },
        "pricingType": {
          "type": "string",
          "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"
          ],
          "description": "Placement pricing type. This field is required on insertion."
        }
      },
      "id": "PricingSchedule"
    },
    "AdvertiserGroupsListResponse": {
      "description": "Advertiser Group List Response",
      "id": "AdvertiserGroupsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroupsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "advertiserGroups": {
          "type": "array",
          "description": "Advertiser group collection.",
          "items": {
            "$ref": "AdvertiserGroup"
          }
        }
      },
      "type": "object"
    },
    "File": {
      "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": {
        "status": {
          "enum": [
            "PROCESSING",
            "REPORT_AVAILABLE",
            "FAILED",
            "CANCELLED",
            "QUEUED"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "description": "The status of the report file."
        },
        "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"
        },
        "fileName": {
          "description": "The filename of the file.",
          "type": "string"
        },
        "lastModifiedTime": {
          "format": "int64",
          "type": "string",
          "description": "The timestamp in milliseconds since epoch when this file was last modified."
        },
        "reportId": {
          "format": "int64",
          "type": "string",
          "description": "The ID of the report this file was generated from."
        },
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "The unique ID of this report file."
        },
        "format": {
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "type": "string",
          "description": "The output format of the report. Only available once the file is available."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#file\".",
          "type": "string"
        },
        "urls": {
          "description": "The URLs where the completed report file can be downloaded.",
          "type": "object",
          "properties": {
            "browserUrl": {
              "type": "string",
              "description": "The URL for downloading the report data through a browser."
            },
            "apiUrl": {
              "description": "The URL for downloading the report data through the API.",
              "type": "string"
            }
          }
        }
      },
      "id": "File",
      "type": "object"
    },
    "ReportDataResponse": {
      "type": "object",
      "id": "ReportDataResponse",
      "description": "Represents a response to report data request.",
      "properties": {
        "rows": {
          "description": "Output only. The resulting set of matching data rows.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "ReportDataRow"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Output only. Token to retrieve the next page of rows, or empty if end of results.",
          "readOnly": true
        },
        "columnHeaders": {
          "items": {
            "$ref": "ColumnHeader"
          },
          "description": "Output only. Ordered descriptors of the requested column fields.",
          "readOnly": true,
          "type": "array"
        },
        "totalRow": {
          "$ref": "ReportDataRow",
          "readOnly": true,
          "description": "Output only. Singular aggregate total row for the entire query matching the criteria. Column headers apply in the exact same order as data rows. In the total_row: - All dimension columns contain an empty string (\"\"), as aggregation does not apply. - Non-summable metric columns (e.g. Reach metrics) contain an empty string (\"\"), as grand total aggregation cannot be mathematically/logically computed for them."
        }
      }
    },
    "LanguagesListResponse": {
      "id": "LanguagesListResponse",
      "type": "object",
      "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"
          }
        }
      },
      "description": "Language List Response"
    },
    "AdvertiserGroup": {
      "type": "object",
      "id": "AdvertiserGroup",
      "properties": {
        "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.",
          "format": "int64",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this advertiser group. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroup\".",
          "type": "string"
        }
      },
      "description": "Groups advertisers together so that reports can be generated for the entire group at once."
    },
    "EncryptionInfo": {
      "id": "EncryptionInfo",
      "type": "object",
      "properties": {
        "encryptionEntityType": {
          "description": "The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "enum": [
            "ENCRYPTION_ENTITY_TYPE_UNKNOWN",
            "DCM_ACCOUNT",
            "DCM_ADVERTISER",
            "DBM_PARTNER",
            "DBM_ADVERTISER",
            "ADWORDS_CUSTOMER",
            "DFP_NETWORK_CODE"
          ]
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#encryptionInfo\"."
        },
        "encryptionEntityId": {
          "description": "The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.",
          "type": "string",
          "format": "int64"
        },
        "encryptionSource": {
          "description": "Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.",
          "enum": [
            "ENCRYPTION_SCOPE_UNKNOWN",
            "AD_SERVING",
            "DATA_TRANSFER"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "type": "string"
        }
      },
      "description": "A description of how user IDs are encrypted."
    },
    "CustomViewabilityMetric": {
      "properties": {
        "id": {
          "description": "ID of the custom viewability metric.",
          "type": "string",
          "format": "int64"
        },
        "name": {
          "description": "Name of the custom viewability metric.",
          "type": "string"
        },
        "configuration": {
          "$ref": "CustomViewabilityMetricConfiguration",
          "description": "Configuration of the custom viewability metric."
        }
      },
      "description": "Custom Viewability Metric",
      "type": "object",
      "id": "CustomViewabilityMetric"
    },
    "Creative": {
      "description": "Contains properties of a Creative.",
      "id": "Creative",
      "properties": {
        "backupImageTargetWindow": {
          "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.",
          "$ref": "TargetWindow"
        },
        "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."
        },
        "studioTraffickedCreativeId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "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"
          }
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play the video before counting a view. Applicable to the following creative types: all INSTREAM_VIDEO."
        },
        "id": {
          "format": "int64",
          "description": "ID of this creative. This is a read-only, auto-generated field. Applicable to all creative types.",
          "type": "string"
        },
        "customKeyValues": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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."
        },
        "redirectUrl": {
          "type": "string",
          "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"
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "additionalSizes": {
          "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.",
          "type": "array",
          "items": {
            "$ref": "Size"
          }
        },
        "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"
        },
        "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."
        },
        "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"
        },
        "overrideCss": {
          "description": "Override CSS value for rich media creatives. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "authoringSource": {
          "description": "Source application where creative was authored. Presently, only DBM authored creatives will have this field set. Applicable to all creative types.",
          "type": "string",
          "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"
          ]
        },
        "backupImageFeatures": {
          "type": "array",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "type": "string",
            "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"
            ]
          },
          "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."
        },
        "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."
        },
        "sslCompliant": {
          "type": "boolean",
          "description": "Whether the creative is SSL-compliant. This is a read-only field. Applicable to all creative types."
        },
        "active": {
          "type": "boolean",
          "description": "Whether the creative is active. Applicable to all creative types."
        },
        "timerCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array",
          "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."
        },
        "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"
        },
        "counterCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "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."
        },
        "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"
        },
        "name": {
          "type": "string",
          "description": "Required. Name of the creative. This must be less than 256 characters long. Applicable to all creative types."
        },
        "mediaDuration": {
          "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.",
          "type": "number",
          "format": "float"
        },
        "exitCustomEvents": {
          "type": "array",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "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."
        },
        "archived": {
          "description": "Whether the creative is archived. Applicable to all creative types.",
          "type": "boolean"
        },
        "obaIcon": {
          "description": "Online behavioral advertising icon to be added to the creative. Applicable to the following creative types: all INSTREAM_VIDEO.",
          "$ref": "ObaIcon"
        },
        "creativeFieldAssignments": {
          "description": "Creative field assignments for this creative. Applicable to all creative types.",
          "type": "array",
          "items": {
            "$ref": "CreativeFieldAssignment"
          }
        },
        "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.",
          "$ref": "FsCommand"
        },
        "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.",
          "type": "array",
          "items": {
            "$ref": "ThirdPartyTrackingUrl"
          }
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this creative. This is a read-only field. Applicable to all creative types.",
          "$ref": "DimensionValue"
        },
        "authoringTool": {
          "description": "Authoring tool for HTML5 banner creatives. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "enum": [
            "NINJA",
            "SWIFFY"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "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"
        },
        "creativeAssets": {
          "items": {
            "$ref": "CreativeAsset"
          },
          "type": "array",
          "description": "Assets associated with a creative. Applicable to all but the following creative types: INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and REDIRECT"
        },
        "commercialId": {
          "type": "string",
          "description": "Industry standard ID assigned to creative for reach and frequency. Applicable to INSTREAM_VIDEO_REDIRECT creatives."
        },
        "totalFileSize": {
          "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.",
          "type": "string"
        },
        "autoAdvanceImages": {
          "type": "boolean",
          "description": "Whether images are automatically advanced for image gallery creatives. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY."
        },
        "htmlCodeLocked": {
          "type": "boolean",
          "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."
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Required. Advertiser ID of this creative. This is a required field. Applicable to all creative types."
        },
        "compatibility": {
          "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\" ",
          "type": "array",
          "items": {
            "enum": [
              "DISPLAY",
              "DISPLAY_INTERSTITIAL",
              "APP",
              "APP_INTERSTITIAL",
              "IN_STREAM_VIDEO",
              "IN_STREAM_AUDIO"
            ],
            "enumDescriptions": [
              "",
              "",
              "Deprecated enum value. No longer supported.",
              "Deprecated enum value. No longer supported.",
              "",
              ""
            ],
            "type": "string"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creative\"."
        },
        "renderingIdDimensionValue": {
          "description": "Dimension value for the rendering ID of this creative. This is a read-only field. Applicable to all creative types.",
          "$ref": "DimensionValue"
        },
        "lastModifiedInfo": {
          "description": "Creative last modification information. This is a read-only field. Applicable to all creative types.",
          "$ref": "LastModifiedInfo"
        },
        "thirdPartyRichMediaImpressionsUrl": {
          "type": "string",
          "description": "Third-party URL used to record rich media impressions. Applicable to the following creative types: all RICH_MEDIA."
        },
        "artworkType": {
          "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.",
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "type": "string"
        },
        "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"
        },
        "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."
        },
        "requiredFlashVersion": {
          "format": "int32",
          "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"
        },
        "adParameters": {
          "type": "string",
          "description": "Ad parameters user for VPAID creative. This is a read-only field. Applicable to the following creative types: all VPAID."
        },
        "clickTags": {
          "type": "array",
          "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"
          }
        },
        "backupImageReportingLabel": {
          "type": "string",
          "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."
        },
        "syntheticContentAttestationStatus": {
          "enumDescriptions": [
            "No attestation has been provided.",
            "Attested as created or edited using AI.",
            "Attested as not created or edited using AI."
          ],
          "type": "string",
          "enum": [
            "SYNTHETIC_CONTENT_ATTESTATION_STATUS_UNSPECIFIED",
            "IS_SYNTHETIC",
            "NOT_SYNTHETIC"
          ],
          "description": "Optional. Whether to add a label to the creative as created or edited using AI when served in regions with local AI labeling regulations. [Learn more about labeling requirements in AI regulations.](https://support.google.com/campaignmanager/answer/17232030)"
        },
        "studioCreativeId": {
          "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.",
          "format": "int64",
          "type": "string"
        },
        "renderingId": {
          "type": "string",
          "format": "int64",
          "description": "ID of current rendering version. This is a read-only field. Applicable to all creative types."
        },
        "backupImageClickThroughUrl": {
          "description": "Click-through URL for backup image. Applicable to ENHANCED_BANNER when the primary asset type is not HTML_IMAGE.",
          "$ref": "CreativeClickThroughUrl"
        },
        "htmlCode": {
          "type": "string",
          "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."
        },
        "thirdPartyBackupImageImpressionsUrl": {
          "type": "string",
          "description": "Third-party URL used to record backup image impressions. Applicable to the following creative types: all RICH_MEDIA."
        },
        "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."
        },
        "studioAdvertiserId": {
          "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.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "CreativeFieldAssignment": {
      "type": "object",
      "description": "Creative Field Assignment.",
      "id": "CreativeFieldAssignment",
      "properties": {
        "creativeFieldId": {
          "description": "ID of the creative field.",
          "format": "int64",
          "type": "string"
        },
        "creativeFieldValueId": {
          "description": "ID of the creative field value.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "FloodlightConfigurationsListResponse": {
      "id": "FloodlightConfigurationsListResponse",
      "type": "object",
      "properties": {
        "floodlightConfigurations": {
          "items": {
            "$ref": "FloodlightConfiguration"
          },
          "description": "Floodlight configuration collection.",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfigurationsListResponse\"."
        }
      },
      "description": "Floodlight Configuration List Response"
    },
    "IngestionErrorRecord": {
      "properties": {
        "errors": {
          "items": {
            "$ref": "FieldError"
          },
          "description": "Output only. The list of field errors of the ingestion error record.",
          "type": "array",
          "readOnly": true
        },
        "recordId": {
          "type": "string",
          "description": "Output only. The record ID of the ingestion error record.",
          "readOnly": true
        }
      },
      "description": "Contains the ingestion error record of the dynamic feed. limited to 100 records.",
      "id": "IngestionErrorRecord",
      "type": "object"
    },
    "PlacementGroupsListResponse": {
      "type": "object",
      "description": "Placement Group List Response",
      "id": "PlacementGroupsListResponse",
      "properties": {
        "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"
        },
        "placementGroups": {
          "type": "array",
          "description": "Placement group collection.",
          "items": {
            "$ref": "PlacementGroup"
          }
        }
      }
    },
    "FloodlightActivityDynamicTag": {
      "properties": {
        "tag": {
          "description": "Tag code.",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this dynamic tag. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "name": {
          "description": "Name of this tag.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "FloodlightActivityDynamicTag",
      "description": "Dynamic Tag"
    },
    "ReportCompatibleFields": {
      "properties": {
        "dimensionFilters": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report."
        },
        "pivotedActivityMetrics": {
          "type": "array",
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report."
        },
        "metrics": {
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          }
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#reportCompatibleFields."
        },
        "dimensions": {
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "type": "array"
        }
      },
      "id": "ReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"STANDARD\".",
      "type": "object"
    },
    "PlacementsGenerateTagsResponse": {
      "id": "PlacementsGenerateTagsResponse",
      "type": "object",
      "properties": {
        "placementTags": {
          "items": {
            "$ref": "PlacementTag"
          },
          "description": "Set of generated tags for the specified placements.",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementsGenerateTagsResponse\"."
        }
      },
      "description": "Placement GenerateTags Response"
    },
    "BillingRatesListResponse": {
      "type": "object",
      "properties": {
        "billingRates": {
          "description": "Billing rates collection.",
          "type": "array",
          "items": {
            "$ref": "BillingRate"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingRatesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "id": "BillingRatesListResponse",
      "description": "Billing Rate List Response"
    },
    "BillingProfile": {
      "description": "Contains properties of a Campaign Manager Billing Profile.",
      "type": "object",
      "properties": {
        "paymentsCustomerId": {
          "type": "string",
          "description": "The ID of the payment customer the billing profile belongs to. This is a read-only field."
        },
        "isDefault": {
          "description": "True if the billing profile is the account default profile. This is a read-only field.",
          "type": "boolean"
        },
        "currencyCode": {
          "type": "string",
          "description": "Billing currency code in ISO 4217 format.This is a read-only field."
        },
        "purchaseOrder": {
          "type": "string",
          "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."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this billing profile. This is a read-only, auto-generated field."
        },
        "status": {
          "type": "string",
          "description": "Status of this billing profile.This is a read-only field.",
          "enum": [
            "UNDER_REVIEW",
            "ACTIVE",
            "ARCHIVED"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ]
        },
        "invoiceLevel": {
          "type": "string",
          "description": "Invoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ACCOUNT_LEVEL",
            "ADVERTISER_LEVEL",
            "CAMPAIGN_LEVEL"
          ]
        },
        "paymentsAccountId": {
          "type": "string",
          "description": "The ID of the payment account the billing profile belongs to. This is a read-only field."
        },
        "secondaryPaymentsCustomerId": {
          "description": "The ID of the secondary payment customer the billing profile belongs to. This is a read-only field.",
          "type": "string"
        },
        "countryCode": {
          "type": "string",
          "description": "Country code of this billing profile.This is a read-only field."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingProfile\"."
        },
        "consolidatedInvoice": {
          "description": "Consolidated invoice option for this billing profile. Used to get a single, consolidated invoice across the chosen invoice level.",
          "type": "boolean"
        },
        "name": {
          "type": "string",
          "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."
        }
      },
      "id": "BillingProfile"
    },
    "CitiesListResponse": {
      "id": "CitiesListResponse",
      "description": "City List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#citiesListResponse\".",
          "type": "string"
        },
        "cities": {
          "type": "array",
          "items": {
            "$ref": "City"
          },
          "description": "City collection."
        }
      },
      "type": "object"
    },
    "CompanionClickThroughOverride": {
      "id": "CompanionClickThroughOverride",
      "type": "object",
      "properties": {
        "clickThroughUrl": {
          "description": "Click-through URL of this companion click-through override.",
          "$ref": "ClickThroughUrl"
        },
        "creativeId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the creative for this companion click-through override."
        }
      },
      "description": "Companion Click-through override."
    },
    "DynamicProfileVersion": {
      "id": "DynamicProfileVersion",
      "description": "Contains dynamic profile version information.",
      "properties": {
        "dynamicProfileFeedSettings": {
          "items": {
            "$ref": "DynamicProfileFeedSettings"
          },
          "description": "Optional. Associated dynamic feeds and their settings (including dynamic rules) for this dynamic profile version.",
          "type": "array"
        },
        "versionId": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "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."
        }
      },
      "type": "object"
    },
    "CreativeFieldValuesListResponse": {
      "id": "CreativeFieldValuesListResponse",
      "properties": {
        "creativeFieldValues": {
          "type": "array",
          "description": "Creative field value collection.",
          "items": {
            "$ref": "CreativeFieldValue"
          }
        },
        "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#creativeFieldValuesListResponse\".",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Creative Field Value List Response"
    },
    "ListTargetingExpression": {
      "description": "Remarketing List Targeting Expression.",
      "id": "ListTargetingExpression",
      "properties": {
        "expression": {
          "description": "Expression describing which lists are being targeted by the ad.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "DimensionValueList": {
      "description": "Represents the list of DimensionValue resources.",
      "properties": {
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        },
        "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"
        },
        "items": {
          "type": "array",
          "items": {
            "$ref": "DimensionValue"
          },
          "description": "The dimension values returned in this response."
        },
        "kind": {
          "type": "string",
          "description": "The kind of list this is, in this case dfareporting#dimensionValueList."
        }
      },
      "id": "DimensionValueList",
      "type": "object"
    },
    "ConversionsBatchInsertResponse": {
      "description": "Insert Conversions Response.",
      "type": "object",
      "id": "ConversionsBatchInsertResponse",
      "properties": {
        "status": {
          "items": {
            "$ref": "ConversionStatus"
          },
          "type": "array",
          "description": "The insert status of each conversion. Statuses are returned in the same order that conversions are inserted."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertResponse\".",
          "type": "string"
        },
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to insert.",
          "type": "boolean"
        }
      }
    },
    "Conversion": {
      "type": "object",
      "description": "A Conversion represents when a user successfully performs a desired action after seeing an ad.",
      "id": "Conversion",
      "properties": {
        "adUserDataConsent": {
          "type": "string",
          "enumDescriptions": [
            "Granted.",
            "Denied."
          ],
          "description": "This represents consent for ad user data.",
          "enum": [
            "GRANTED",
            "DENIED"
          ]
        },
        "quantity": {
          "description": "The quantity of the conversion. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "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"
        },
        "dclid": {
          "type": "string",
          "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."
        },
        "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.",
          "type": "array",
          "items": {
            "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"
        },
        "floodlightActivityId": {
          "type": "string",
          "description": "Floodlight Activity ID of this conversion. This is a required field.",
          "format": "int64"
        },
        "userIdentifiers": {
          "description": "The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.",
          "type": "array",
          "items": {
            "$ref": "UserIdentifier"
          }
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "value": {
          "format": "double",
          "description": "The value of the conversion. Interpreted in CM360 Floodlight config parent advertiser's currency code. This is a required field.",
          "type": "number"
        },
        "floodlightConfigurationId": {
          "description": "Floodlight Configuration ID of this conversion. This is a required field.",
          "format": "int64",
          "type": "string"
        },
        "childDirectedTreatment": {
          "type": "boolean",
          "description": "Whether this particular request may come from a user under the age of 13, under COPPA compliance."
        },
        "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"
        },
        "cartData": {
          "$ref": "CartData",
          "description": "The cart data associated with this conversion."
        },
        "customVariables": {
          "items": {
            "$ref": "CustomFloodlightVariable"
          },
          "description": "Custom floodlight variables.",
          "type": "array"
        },
        "timestampMicros": {
          "type": "string",
          "format": "int64",
          "description": "The timestamp of conversion, in Unix epoch micros. This is a required field."
        },
        "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.",
          "format": "byte",
          "type": "string"
        },
        "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"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversion\".",
          "type": "string"
        }
      }
    },
    "VideoFormat": {
      "description": "Contains information about supported video formats.",
      "type": "object",
      "properties": {
        "resolution": {
          "$ref": "Size",
          "description": "The resolution of this video format."
        },
        "id": {
          "type": "integer",
          "description": "ID of the video format.",
          "format": "int32"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormat\".",
          "type": "string"
        },
        "targetBitRate": {
          "format": "int32",
          "type": "integer",
          "description": "The target bit rate of this video format."
        },
        "fileType": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "FLV",
            "THREEGPP",
            "MP4",
            "WEBM",
            "M3U8"
          ],
          "description": "File type of the video format."
        }
      },
      "id": "VideoFormat"
    },
    "FieldError": {
      "type": "object",
      "properties": {
        "fieldName": {
          "type": "string",
          "description": "Output only. The name of the field.",
          "readOnly": true
        },
        "isError": {
          "description": "Output only. Incidcates whether the field has error or warning.",
          "readOnly": true,
          "type": "boolean"
        },
        "ingestionError": {
          "readOnly": true,
          "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."
          ],
          "description": "Output only. The ingestion error of the field.",
          "type": "string",
          "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"
          ]
        },
        "fieldValues": {
          "description": "Output only. The list of values of the field.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "fieldId": {
          "description": "Output only. The ID of the field.",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "FieldError",
      "description": "Contains the field error of the dynamic feed."
    },
    "ReportDataRow": {
      "type": "object",
      "id": "ReportDataRow",
      "description": "A row of report data.",
      "properties": {
        "values": {
          "description": "Output only. A single sequential list of all cell values matching column_headers indices exactly. - Metric cells that are suppressed due to Minimum Reporting Standard (MRS) privacy protection constraints return \"-\".",
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true
        }
      }
    },
    "UserRolesListResponse": {
      "description": "User Role List Response",
      "id": "UserRolesListResponse",
      "properties": {
        "userRoles": {
          "description": "User role collection.",
          "items": {
            "$ref": "UserRole"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "type": "object"
    },
    "ContentSource": {
      "id": "ContentSource",
      "properties": {
        "contentSourceName": {
          "description": "Optional. The name of the content source. It is defaulted to content source file name if not provided.",
          "type": "string"
        },
        "lastModifiedInfo": {
          "description": "Output only. The last modified timestamp of the content source. This is a read-only field.",
          "$ref": "LastModifiedInfo",
          "readOnly": true
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the content source. This is a read-only field.",
          "readOnly": true
        },
        "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.",
          "readOnly": true,
          "$ref": "ContentSourceMetaData"
        },
        "resourceLink": {
          "description": "Required. The link to the file of the content source.",
          "type": "string"
        },
        "resourceType": {
          "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"
          ],
          "description": "Required. The resource type of the content source.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Contains the content source of the dynamic feed."
    },
    "MeasurementPartnerWrappingData": {
      "properties": {
        "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."
        },
        "wrappedTag": {
          "description": "Tag provided by the measurement partner during wrapping.",
          "type": "string"
        },
        "measurementPartner": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Measurement partner used for wrapping the placement.",
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ]
        },
        "tagWrappingMode": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "Measurement mode for the wrapped placement.",
          "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": "Placement tag wrapping",
      "id": "MeasurementPartnerWrappingData",
      "type": "object"
    },
    "CreativeField": {
      "properties": {
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this creative field. This is a read-only field that can be left blank."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeField\"."
        },
        "advertiserId": {
          "format": "int64",
          "description": "Advertiser ID of this creative field. This is a required field on insertion.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "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."
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this creative field. This is a read-only field that can be left blank."
        },
        "id": {
          "format": "int64",
          "description": "ID of this creative field. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        }
      },
      "description": "Contains properties of a creative field.",
      "type": "object",
      "id": "CreativeField"
    },
    "PlacementConversionDomainOverride": {
      "type": "object",
      "properties": {
        "conversionDomains": {
          "items": {
            "$ref": "PlacementSingleConversionDomain"
          },
          "type": "array"
        }
      },
      "id": "PlacementConversionDomainOverride"
    },
    "AccountPermissionGroupsListResponse": {
      "type": "object",
      "id": "AccountPermissionGroupsListResponse",
      "properties": {
        "accountPermissionGroups": {
          "items": {
            "$ref": "AccountPermissionGroup"
          },
          "description": "Account permission group collection.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroupGroupsListResponse\".",
          "type": "string"
        }
      },
      "description": "Account Permission Group List Response"
    },
    "FeedField": {
      "description": "Each field of the element. This is a required field.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Required. The name of the field.",
          "type": "string"
        },
        "id": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "filterable": {
          "type": "boolean",
          "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 "
        },
        "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"
        },
        "defaultValue": {
          "description": "Optional. The default value of the field.",
          "type": "string"
        },
        "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"
        },
        "type": {
          "description": "Required. The type of the field.",
          "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"
          ]
        }
      },
      "id": "FeedField"
    },
    "CustomValueField": {
      "type": "object",
      "id": "CustomValueField",
      "properties": {
        "fieldId": {
          "format": "int32",
          "type": "integer",
          "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."
    },
    "CompanionSetting": {
      "type": "object",
      "id": "CompanionSetting",
      "description": "Companion Settings",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#companionSetting\"."
        },
        "imageOnly": {
          "type": "boolean",
          "description": "Whether to serve only static images as companions."
        },
        "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"
        }
      }
    },
    "RemarketingValueAttribute": {
      "description": "Contains remarketing value attribute information.",
      "properties": {
        "fieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Field ID in the element."
        },
        "userAttributeIds": {
          "description": "Optional. Remarketing user attribute IDs for auto filtering.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        }
      },
      "id": "RemarketingValueAttribute",
      "type": "object"
    },
    "CreativeFieldsListResponse": {
      "id": "CreativeFieldsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "creativeFields": {
          "description": "Creative field collection.",
          "items": {
            "$ref": "CreativeField"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "Creative Field List Response"
    },
    "VideoFormatsListResponse": {
      "type": "object",
      "id": "VideoFormatsListResponse",
      "properties": {
        "videoFormats": {
          "items": {
            "$ref": "VideoFormat"
          },
          "description": "Video format collection.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormatsListResponse\".",
          "type": "string"
        }
      },
      "description": "Video Format List Response"
    },
    "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": {
        "interstitialTagFormats": {
          "type": "array",
          "items": {
            "enum": [
              "IFRAME_JAVASCRIPT_INTERSTITIAL",
              "INTERNAL_REDIRECT_INTERSTITIAL",
              "JAVASCRIPT_INTERSTITIAL"
            ],
            "enumDescriptions": [
              "",
              "",
              ""
            ],
            "type": "string"
          },
          "description": "Tag types for interstitial placements. Acceptable values are: - \"IFRAME_JAVASCRIPT_INTERSTITIAL\" - \"INTERNAL_REDIRECT_INTERSTITIAL\" - \"JAVASCRIPT_INTERSTITIAL\" "
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this directory site. This is a read-only, auto-generated field."
        },
        "id": {
          "description": "ID of this directory site. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "URL of this directory site."
        },
        "settings": {
          "$ref": "DirectorySiteSettings",
          "description": "Directory site settings."
        },
        "inpageTagFormats": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "STANDARD",
              "IFRAME_JAVASCRIPT_INPAGE",
              "INTERNAL_REDIRECT_INPAGE",
              "JAVASCRIPT_INPAGE"
            ]
          },
          "type": "array",
          "description": "Tag types for regular placements. Acceptable values are: - \"STANDARD\" - \"IFRAME_JAVASCRIPT_INPAGE\" - \"INTERNAL_REDIRECT_INPAGE\" - \"JAVASCRIPT_INPAGE\" "
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySite\".",
          "type": "string"
        },
        "publisherSpecificationId": {
          "type": "string",
          "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",
          "format": "int64",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Name of this directory site."
        }
      },
      "type": "object",
      "id": "DirectorySite"
    },
    "DfareportingStudioCreativeAssetsInsertRequest": {
      "id": "DfareportingStudioCreativeAssetsInsertRequest",
      "properties": {
        "studioAdvertiserId": {
          "format": "int64",
          "description": "Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion.",
          "type": "string"
        },
        "studioAccountId": {
          "type": "string",
          "description": "Optional. Studio account ID of the studio creative asset. It is a optional.",
          "format": "int64"
        },
        "studioCreativeId": {
          "format": "int64",
          "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"
        }
      },
      "type": "object",
      "description": "Request message for DfareportingStudioCreativeAssets.Insert."
    },
    "LastModifiedInfo": {
      "description": "Modification timestamp.",
      "id": "LastModifiedInfo",
      "properties": {
        "time": {
          "type": "string",
          "description": "Timestamp of the last change in milliseconds since epoch.",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "BillingRate": {
      "id": "BillingRate",
      "properties": {
        "name": {
          "description": "Name of this billing rate. This must be less than 256 characters long.",
          "type": "string"
        },
        "unitOfMeasure": {
          "enum": [
            "CPM",
            "CPC",
            "EA",
            "P2C"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "description": "Unit of measure for this billing rate.",
          "type": "string"
        },
        "endDate": {
          "description": "End date of this billing rate.",
          "type": "string"
        },
        "startDate": {
          "type": "string",
          "description": "Start date of this billing rate."
        },
        "type": {
          "description": "Type of this billing rate.",
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "rateInMicros": {
          "format": "int64",
          "type": "string",
          "description": "Flat rate in micros of this billing rate. This cannot co-exist with tiered rate."
        },
        "currencyCode": {
          "type": "string",
          "description": "Billing currency code in ISO 4217 format."
        },
        "tieredRates": {
          "description": "Tiered rate of this billing rate. This cannot co-exist with flat rate.",
          "type": "array",
          "items": {
            "$ref": "BillingRateTieredRate"
          }
        },
        "id": {
          "description": "ID of this billing rate.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "PricingSchedulePricingPeriod": {
      "description": "Pricing Period",
      "properties": {
        "rateOrCostNanos": {
          "format": "int64",
          "type": "string",
          "description": "Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive."
        },
        "pricingComment": {
          "type": "string",
          "description": "Comments for this pricing period."
        },
        "units": {
          "description": "Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive.",
          "type": "string",
          "format": "int64"
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        }
      },
      "type": "object",
      "id": "PricingSchedulePricingPeriod"
    },
    "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": {
            "format": "int32",
            "type": "integer"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteTranscodeSetting\"."
        }
      },
      "id": "SiteTranscodeSetting",
      "type": "object"
    },
    "ListPopulationRule": {
      "type": "object",
      "id": "ListPopulationRule",
      "properties": {
        "floodlightActivityName": {
          "type": "string",
          "description": "Name of floodlight activity associated with this rule. This is a read-only, auto-generated field."
        },
        "floodlightActivityId": {
          "description": "Floodlight activity ID associated with this rule. This field can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "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"
        }
      },
      "description": "Remarketing List Population Rule."
    },
    "TargetableRemarketingListsListResponse": {
      "id": "TargetableRemarketingListsListResponse",
      "properties": {
        "targetableRemarketingLists": {
          "description": "Targetable remarketing list collection.",
          "items": {
            "$ref": "TargetableRemarketingList"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingListsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "type": "object",
      "description": "Targetable remarketing list response"
    },
    "DimensionValue": {
      "description": "Represents a DimensionValue resource.",
      "type": "object",
      "properties": {
        "value": {
          "description": "The value of the dimension.",
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimensionValue.",
          "type": "string"
        },
        "dimensionName": {
          "description": "The name of the dimension.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "The ID associated with the value if available."
        },
        "matchType": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "EXACT",
            "BEGINS_WITH",
            "CONTAINS",
            "WILDCARD_EXPRESSION"
          ],
          "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."
        },
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        }
      },
      "id": "DimensionValue"
    },
    "PlacementsListResponse": {
      "type": "object",
      "properties": {
        "placements": {
          "description": "Placement collection.",
          "type": "array",
          "items": {
            "$ref": "Placement"
          }
        },
        "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#placementsListResponse\".",
          "type": "string"
        }
      },
      "description": "Placement List Response",
      "id": "PlacementsListResponse"
    },
    "PopupWindowProperties": {
      "description": "Popup Window Properties.",
      "type": "object",
      "properties": {
        "showStatusBar": {
          "description": "Whether to display the browser status bar.",
          "type": "boolean"
        },
        "showAddressBar": {
          "description": "Whether to display the browser address bar.",
          "type": "boolean"
        },
        "showMenuBar": {
          "type": "boolean",
          "description": "Whether to display the browser menu bar."
        },
        "showScrollBar": {
          "type": "boolean",
          "description": "Whether to display the browser scroll bar."
        },
        "offset": {
          "$ref": "OffsetPosition",
          "description": "Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES."
        },
        "showToolBar": {
          "type": "boolean",
          "description": "Whether to display the browser tool bar."
        },
        "title": {
          "type": "string",
          "description": "Title of popup window."
        },
        "dimension": {
          "$ref": "Size",
          "description": "Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID"
        },
        "positionType": {
          "type": "string",
          "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."
        }
      },
      "id": "PopupWindowProperties"
    },
    "SizesListResponse": {
      "id": "SizesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sizesListResponse\"."
        },
        "sizes": {
          "items": {
            "$ref": "Size"
          },
          "description": "Size collection.",
          "type": "array"
        }
      },
      "description": "Size List Response"
    },
    "VideoSettings": {
      "properties": {
        "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"
        },
        "durationSeconds": {
          "description": "Duration of a video placement in seconds.",
          "format": "int32",
          "type": "integer"
        },
        "skippableSettings": {
          "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.",
          "$ref": "SkippableSetting"
        },
        "orientation": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ],
          "description": "Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation."
        },
        "obaEnabled": {
          "type": "boolean",
          "description": "Whether OBA icons are enabled for this placement."
        },
        "publisherSpecificationId": {
          "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",
          "type": "string"
        },
        "companionSettings": {
          "description": "Settings for the companion creatives of video creatives served to this placement.",
          "$ref": "CompanionSetting"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoSettings\".",
          "type": "string"
        },
        "obaSettings": {
          "$ref": "ObaIcon",
          "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."
        }
      },
      "type": "object",
      "description": "Video Settings",
      "id": "VideoSettings"
    },
    "AdvertisersListResponse": {
      "type": "object",
      "id": "AdvertisersListResponse",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "advertisers": {
          "items": {
            "$ref": "Advertiser"
          },
          "type": "array",
          "description": "Advertiser collection."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertisersListResponse\".",
          "type": "string"
        }
      },
      "description": "Advertiser List Response"
    },
    "ListPopulationTerm": {
      "properties": {
        "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"
        },
        "remarketingListId": {
          "type": "string",
          "description": "ID of the list in question. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM.",
          "format": "int64"
        },
        "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"
        },
        "operator": {
          "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.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "NUM_EQUALS",
            "NUM_LESS_THAN",
            "NUM_LESS_THAN_EQUAL",
            "NUM_GREATER_THAN",
            "NUM_GREATER_THAN_EQUAL",
            "STRING_EQUALS",
            "STRING_CONTAINS"
          ],
          "type": "string"
        },
        "variableName": {
          "type": "string",
          "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."
        },
        "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"
        },
        "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": [
            "",
            "",
            ""
          ],
          "type": "string",
          "enum": [
            "CUSTOM_VARIABLE_TERM",
            "LIST_MEMBERSHIP_TERM",
            "REFERRER_TERM"
          ]
        }
      },
      "id": "ListPopulationTerm",
      "type": "object",
      "description": "Remarketing List Population Rule Term."
    },
    "PathToConversionReportCompatibleFields": {
      "type": "object",
      "properties": {
        "perInteractionDimensions": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Per-interaction dimensions which are compatible to be selected in the \"perInteractionDimensions\" section of the report."
        },
        "customFloodlightVariables": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Custom floodlight variables which are compatible to be selected in the \"customFloodlightVariables\" section of the report."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.",
          "type": "string"
        },
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        },
        "conversionDimensions": {
          "description": "Conversion dimensions which are compatible to be selected in the \"conversionDimensions\" section of the report.",
          "items": {
            "$ref": "Dimension"
          },
          "type": "array"
        }
      },
      "description": "Represents fields that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\".",
      "id": "PathToConversionReportCompatibleFields"
    },
    "Metro": {
      "properties": {
        "metroCode": {
          "type": "string",
          "description": "Metro code of this metro region. This is equivalent to dma_id."
        },
        "countryCode": {
          "description": "Country code of the country to which this metro region belongs.",
          "type": "string"
        },
        "dmaId": {
          "type": "string",
          "description": "DMA ID of this metro region. This is the ID used for targeting and generating reports, and is equivalent to metro_code.",
          "format": "int64"
        },
        "countryDartId": {
          "format": "int64",
          "type": "string",
          "description": "DART ID of the country to which this metro region belongs."
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this metro region."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metro\".",
          "type": "string"
        },
        "name": {
          "description": "Name of this metro region.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Contains information about a metro region that can be targeted by ads.",
      "id": "Metro"
    },
    "FrequencyCap": {
      "description": "Frequency Cap.",
      "id": "FrequencyCap",
      "type": "object",
      "properties": {
        "duration": {
          "type": "string",
          "description": "Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive.",
          "format": "int64"
        },
        "impressions": {
          "format": "int64",
          "type": "string",
          "description": "Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive."
        }
      }
    },
    "RegionsListResponse": {
      "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"
        }
      },
      "id": "RegionsListResponse",
      "type": "object",
      "description": "Region List Response"
    },
    "CustomRichMediaEvents": {
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#customRichMediaEvents."
        },
        "filteredEventIds": {
          "type": "array",
          "description": "List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.",
          "items": {
            "$ref": "DimensionValue"
          }
        }
      },
      "description": "Represents a Custom Rich Media Events group.",
      "id": "CustomRichMediaEvents"
    },
    "SiteSkippableSetting": {
      "description": "Skippable Settings",
      "id": "SiteSkippableSetting",
      "type": "object",
      "properties": {
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play videos served to this site template before counting a view. Applicable when skippable is true."
        },
        "skipOffset": {
          "description": "Amount of time to play videos served to this site before the skip button should appear. Applicable when skippable is true.",
          "$ref": "VideoOffset"
        },
        "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"
        }
      }
    },
    "CampaignCreativeAssociation": {
      "id": "CampaignCreativeAssociation",
      "type": "object",
      "description": "Identifies a creative which has been associated with a given campaign.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociation\".",
          "type": "string"
        },
        "creativeId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the creative associated with the campaign. This is a required field."
        }
      }
    },
    "UserProfileList": {
      "id": "UserProfileList",
      "properties": {
        "etag": {
          "type": "string",
          "description": "Etag of this resource."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfileList\"."
        },
        "items": {
          "description": "The user profiles returned in this response.",
          "items": {
            "$ref": "UserProfile"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "Represents the list of user profiles."
    },
    "Browser": {
      "id": "Browser",
      "description": "Contains information about a browser that can be targeted by ads.",
      "type": "object",
      "properties": {
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this browser. This is the ID used when generating reports."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browser\"."
        },
        "name": {
          "description": "Name of this browser.",
          "type": "string"
        },
        "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"
        },
        "browserVersionId": {
          "format": "int64",
          "type": "string",
          "description": "ID referring to this grouping of browser and version numbers. This is the ID used for targeting."
        },
        "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"
        }
      }
    },
    "StudioCreativeAsset": {
      "type": "object",
      "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": {
        "type": {
          "enum": [
            "UNKNOWN_TYPE",
            "HTML",
            "VIDEO",
            "IMAGE",
            "FONT"
          ],
          "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."
          ],
          "type": "string",
          "description": "The type of the studio creative asset. It is a auto-generated, read-only field."
        },
        "filesize": {
          "format": "int64",
          "description": "The filesize of the studio creative asset. This is a read-only field.",
          "type": "string"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the studio creative asset. This is a read-only field."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The creation timestamp of the studio creative asset. This is a read-only field."
        },
        "studioAccountId": {
          "format": "int64",
          "description": "Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated..",
          "type": "string"
        },
        "studioAdvertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Studio advertiser ID of this studio creative asset. This is a required field on insertion."
        },
        "id": {
          "format": "int64",
          "readOnly": true,
          "description": "Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "filename": {
          "type": "string",
          "description": "The filename of the studio creative asset. It is default to the original filename of the asset."
        },
        "videoProcessingData": {
          "description": "The processing data of the studio creative asset. This is a read-only field.",
          "$ref": "VideoProcessingData"
        },
        "studioCreativeId": {
          "type": "string",
          "format": "int64",
          "description": "Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set."
        }
      },
      "id": "StudioCreativeAsset"
    },
    "UserProfile": {
      "type": "object",
      "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. ",
      "id": "UserProfile",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfile\".",
          "type": "string"
        },
        "userName": {
          "type": "string",
          "description": "The user name."
        },
        "subAccountId": {
          "description": "The sub account ID this profile belongs to if applicable.",
          "type": "string",
          "format": "int64"
        },
        "subAccountName": {
          "description": "The sub account name this profile belongs to if applicable.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "The account ID to which this profile belongs."
        },
        "accountName": {
          "type": "string",
          "description": "The account name this profile belongs to."
        },
        "etag": {
          "type": "string",
          "description": "Etag of this resource."
        },
        "profileId": {
          "format": "int64",
          "type": "string",
          "description": "The unique ID of the user profile."
        }
      }
    },
    "DateRange": {
      "id": "DateRange",
      "properties": {
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#dateRange."
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "relativeDateRange": {
          "description": "The date range relative to the date of when the report is run.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "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"
          ]
        }
      },
      "type": "object",
      "description": "Represents a date range."
    },
    "PlacementStrategiesListResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategiesListResponse\"."
        },
        "placementStrategies": {
          "description": "Placement strategy collection.",
          "items": {
            "$ref": "PlacementStrategy"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "id": "PlacementStrategiesListResponse",
      "type": "object",
      "description": "Placement Strategy List Response"
    },
    "AdsListResponse": {
      "id": "AdsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#adsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "ads": {
          "items": {
            "$ref": "Ad"
          },
          "description": "Ad collection.",
          "type": "array"
        }
      },
      "description": "Ad List Response",
      "type": "object"
    },
    "DirectorySiteSettings": {
      "properties": {
        "dfpSettings": {
          "$ref": "DfpSettings",
          "description": "Directory site Ad Manager settings."
        },
        "interstitialPlacementAccepted": {
          "type": "boolean",
          "description": "Whether this site accepts interstitial ads."
        },
        "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"
        }
      },
      "description": "Directory Site Settings",
      "id": "DirectorySiteSettings",
      "type": "object"
    },
    "Region": {
      "id": "Region",
      "description": "Contains information about a region that can be targeted by ads.",
      "type": "object",
      "properties": {
        "dartId": {
          "description": "DART ID of this region.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#region\"."
        },
        "regionCode": {
          "description": "Region code.",
          "type": "string"
        },
        "name": {
          "description": "Name of this region.",
          "type": "string"
        },
        "countryDartId": {
          "description": "DART ID of the country to which this region belongs.",
          "format": "int64",
          "type": "string"
        },
        "countryCode": {
          "description": "Country code of the country to which this region belongs.",
          "type": "string"
        }
      }
    },
    "ClickTag": {
      "properties": {
        "clickThroughUrl": {
          "description": "Parameter value for the specified click tag. This field contains a click-through url.",
          "$ref": "CreativeClickThroughUrl"
        },
        "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"
        },
        "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"
        }
      },
      "description": "Creative Click Tag.",
      "id": "ClickTag",
      "type": "object"
    },
    "LookbackConfiguration": {
      "id": "LookbackConfiguration",
      "type": "object",
      "description": "Lookback configuration settings.",
      "properties": {
        "clickDuration": {
          "type": "integer",
          "format": "int32",
          "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."
        },
        "postImpressionActivitiesDuration": {
          "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.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "IngestionStatus": {
      "id": "IngestionStatus",
      "type": "object",
      "description": "Contains the ingestion status of the dynamic feed.",
      "properties": {
        "numActiveRows": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The number of active rows in the feed.",
          "format": "int64"
        },
        "numRowsWithErrors": {
          "format": "int64",
          "description": "Output only. The number of rows with errors in the feed.",
          "type": "string",
          "readOnly": true
        },
        "numRowsProcessed": {
          "description": "Output only. The number of rows processed in the feed.",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "numWarningsTotal": {
          "format": "int64",
          "description": "Output only. The total number of warnings in the feed.",
          "type": "string",
          "readOnly": true
        },
        "numRowsTotal": {
          "description": "Output only. The total number of rows in the feed.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        }
      }
    },
    "FloodlightActivityGroupsListResponse": {
      "id": "FloodlightActivityGroupsListResponse",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "floodlightActivityGroups": {
          "items": {
            "$ref": "FloodlightActivityGroup"
          },
          "description": "Floodlight activity group collection.",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivityGroupsListResponse\"."
        }
      },
      "description": "Floodlight Activity Group List Response",
      "type": "object"
    },
    "BrowsersListResponse": {
      "id": "BrowsersListResponse",
      "description": "Browser List Response",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browsersListResponse\".",
          "type": "string"
        },
        "browsers": {
          "type": "array",
          "items": {
            "$ref": "Browser"
          },
          "description": "Browser collection."
        }
      }
    },
    "DynamicProfileFeedSettings": {
      "description": "Contains dynamic profile specific settings for an associated dynamic feed.",
      "properties": {
        "dynamicRules": {
          "$ref": "DynamicRules",
          "description": "Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile."
        },
        "quantity": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "dynamicFeedId": {
          "format": "int64",
          "description": "Optional. Dynamic feed ID associated with dynamic profile version.",
          "type": "string"
        }
      },
      "id": "DynamicProfileFeedSettings",
      "type": "object"
    },
    "City": {
      "description": "Contains information about a city that can be targeted by ads.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#city\".",
          "type": "string"
        },
        "dartId": {
          "description": "DART ID of this city. This is the ID used for targeting and generating reports.",
          "type": "string",
          "format": "int64"
        },
        "regionDartId": {
          "format": "int64",
          "type": "string",
          "description": "DART ID of the region to which this city belongs."
        },
        "name": {
          "description": "Name of this city.",
          "type": "string"
        },
        "regionCode": {
          "type": "string",
          "description": "Region code of the region to which this city belongs."
        },
        "metroDmaId": {
          "description": "ID of the metro region (DMA) to which this city belongs.",
          "type": "string",
          "format": "int64"
        },
        "metroCode": {
          "description": "Metro region code of the metro region (DMA) to which this city belongs.",
          "type": "string"
        },
        "countryDartId": {
          "format": "int64",
          "type": "string",
          "description": "DART ID of the country to which this city belongs."
        },
        "countryCode": {
          "description": "Country code of the country to which this city belongs.",
          "type": "string"
        }
      },
      "id": "City",
      "type": "object"
    },
    "Element": {
      "properties": {
        "isLocalTimestamp": {
          "type": "boolean",
          "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."
        },
        "reportingLabelFieldId": {
          "format": "int32",
          "type": "integer",
          "description": "Required. The field ID to specify the field used for dynamic reporting in Campaign Manager 360."
        },
        "externalIdFieldId": {
          "description": "Required. The field ID to specify the field used for uniquely identifying the feed row. This is a required field.",
          "format": "int32",
          "type": "integer"
        },
        "elementName": {
          "description": "Optional. The name of the element. It is defaulted to resource file name if not provided.",
          "type": "string"
        },
        "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"
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the element. This is a read-only field.",
          "readOnly": true
        },
        "activeFieldId": {
          "description": "Optional. The field ID to specify the active field in the feed.",
          "type": "integer",
          "format": "int32"
        },
        "startTimestampFieldId": {
          "format": "int32",
          "type": "integer",
          "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."
        },
        "defaultFieldId": {
          "format": "int32",
          "description": "Optional. The field ID to specify the field that represents the default field in the feed.",
          "type": "integer"
        },
        "proximityTargetingFieldId": {
          "description": "Optional. The field ID that specify field used for proximity targeting.",
          "type": "integer",
          "format": "int32"
        },
        "lastModifiedInfo": {
          "description": "Output only. The last modified timestamp of the element. This is a read-only field.",
          "readOnly": true,
          "$ref": "LastModifiedInfo"
        },
        "endTimestampFieldId": {
          "type": "integer",
          "format": "int32",
          "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."
        }
      },
      "id": "Element",
      "description": "Contains the element of the dynamic feed.",
      "type": "object"
    },
    "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.",
      "id": "CustomFloodlightVariable",
      "type": "object",
      "properties": {
        "type": {
          "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"
          ],
          "description": "The type of custom floodlight variable to supply a value for. These map to the \"u[1-100]=\" in the tags.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#customFloodlightVariable\"."
        },
        "value": {
          "description": "The value of the custom floodlight variable. The length of string must not exceed 100 characters.",
          "type": "string"
        }
      }
    },
    "CartDataItem": {
      "id": "CartDataItem",
      "properties": {
        "unitPrice": {
          "format": "double",
          "type": "number",
          "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."
        },
        "quantity": {
          "format": "int32",
          "description": "Number of items sold. This is a required field.",
          "type": "integer"
        },
        "itemId": {
          "description": "The shopping id of the item. Must be equal to the Merchant Center product identifier. This is a required field.",
          "type": "string"
        }
      },
      "description": "Contains data of the items purchased.",
      "type": "object"
    },
    "FileList": {
      "type": "object",
      "properties": {
        "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"
        },
        "etag": {
          "type": "string",
          "description": "Etag of this resource."
        },
        "items": {
          "items": {
            "$ref": "File"
          },
          "description": "The files returned in this response.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#fileList\".",
          "type": "string"
        }
      },
      "id": "FileList",
      "description": "List of files for a report."
    },
    "BillingAssignmentsListResponse": {
      "description": "Billing assignment List Response",
      "type": "object",
      "id": "BillingAssignmentsListResponse",
      "properties": {
        "billingAssignments": {
          "type": "array",
          "description": "Billing assignments collection.",
          "items": {
            "$ref": "BillingAssignment"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignmentsListResponse\".",
          "type": "string"
        }
      }
    },
    "ContentCategoriesListResponse": {
      "id": "ContentCategoriesListResponse",
      "type": "object",
      "description": "Content Category List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategoriesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "contentCategories": {
          "items": {
            "$ref": "ContentCategory"
          },
          "description": "Content category collection.",
          "type": "array"
        }
      }
    },
    "SkippableSetting": {
      "id": "SkippableSetting",
      "description": "Skippable Settings",
      "properties": {
        "skippable": {
          "description": "Whether the user can skip creatives served to this placement.",
          "type": "boolean"
        },
        "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"
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#skippableSetting\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "RichMediaExitOverride": {
      "description": "Rich Media Exit Override.",
      "type": "object",
      "properties": {
        "clickThroughUrl": {
          "$ref": "ClickThroughUrl",
          "description": "Click-through URL of this rich media exit override. Applicable if the enabled field is set to true."
        },
        "enabled": {
          "type": "boolean",
          "description": "Whether to use the clickThroughUrl. If false, the creative-level exit will be used."
        },
        "exitId": {
          "type": "string",
          "format": "int64",
          "description": "ID for the override to refer to a specific exit in the creative."
        }
      },
      "id": "RichMediaExitOverride"
    },
    "VideoProcessingData": {
      "properties": {
        "errorReason": {
          "description": "For a FAILED processing state, the error reason discovered.",
          "type": "string"
        },
        "processingState": {
          "enumDescriptions": [
            "The processing state is unknown.",
            "The asset is being processed.",
            "The asset was successfully processed.",
            "The asset failed to be processed."
          ],
          "description": "Output only. The processing state of the studio creative asset.",
          "enum": [
            "UNKNOWN",
            "PROCESSING",
            "SUCCEEDED",
            "FAILED"
          ],
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "VideoProcessingData",
      "description": "Contains processing data for a video asset.",
      "type": "object"
    },
    "FsCommand": {
      "id": "FsCommand",
      "description": "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"
        },
        "top": {
          "type": "integer",
          "format": "int32",
          "description": "Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER."
        },
        "windowHeight": {
          "format": "int32",
          "description": "Height of the window.",
          "type": "integer"
        },
        "left": {
          "format": "int32",
          "description": "Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.",
          "type": "integer"
        },
        "windowWidth": {
          "format": "int32",
          "type": "integer",
          "description": "Width of the window."
        }
      },
      "type": "object"
    },
    "ReportList": {
      "properties": {
        "kind": {
          "description": "The kind of list this is, in this case dfareporting#reportList.",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "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."
        },
        "items": {
          "type": "array",
          "description": "The reports returned in this response.",
          "items": {
            "$ref": "Report"
          }
        },
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        }
      },
      "description": "Represents the list of reports.",
      "id": "ReportList",
      "type": "object"
    },
    "FloodlightActivity": {
      "properties": {
        "status": {
          "type": "string",
          "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.",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ]
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "secure": {
          "description": "Whether this tag should use SSL.",
          "type": "boolean"
        },
        "publisherTags": {
          "items": {
            "$ref": "FloodlightActivityPublisherDynamicTag"
          },
          "type": "array",
          "description": "Publisher dynamic floodlight tags."
        },
        "id": {
          "description": "ID of this floodlight activity. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "floodlightActivityGroupType": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "description": "Type of the associated floodlight activity group. This is a read-only field.",
          "enum": [
            "COUNTER",
            "SALE"
          ]
        },
        "floodlightActivityGroupTagString": {
          "description": "Tag string of the associated floodlight activity group. This is a read-only field.",
          "type": "string"
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "cacheBustingType": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "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.",
          "enum": [
            "JAVASCRIPT",
            "ACTIVE_SERVER_PAGE",
            "JSP",
            "PHP",
            "COLD_FUSION"
          ]
        },
        "userDefinedVariableTypes": {
          "items": {
            "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",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "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. ",
          "type": "array"
        },
        "advertiserId": {
          "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.",
          "format": "int64",
          "type": "string"
        },
        "attributionEnabled": {
          "type": "boolean",
          "description": "Whether the activity is enabled for attribution."
        },
        "floodlightTagType": {
          "enum": [
            "IFRAME",
            "IMAGE",
            "GLOBAL_SITE_TAG"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "type": "string",
          "description": "The type of Floodlight tag this activity will generate. This is a required field."
        },
        "accountId": {
          "description": "Account ID of this floodlight activity. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "floodlightConfigurationId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivity\"."
        },
        "countingMethod": {
          "type": "string",
          "description": "Counting method for conversions for this floodlight activity. This is a required field.",
          "enum": [
            "STANDARD_COUNTING",
            "UNIQUE_COUNTING",
            "SESSION_COUNTING",
            "TRANSACTIONS_COUNTING",
            "ITEMS_SOLD_COUNTING"
          ],
          "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."
          ]
        },
        "floodlightActivityGroupId": {
          "description": "Floodlight activity group ID of this floodlight activity. This is a required field.",
          "format": "int64",
          "type": "string"
        },
        "notes": {
          "description": "General notes or implementation instructions for the tag.",
          "type": "string"
        },
        "expectedUrl": {
          "description": "URL where this tag will be deployed. If specified, must be less than 256 characters long.",
          "type": "string"
        },
        "conversionCategory": {
          "type": "string",
          "description": "Required. The conversion category of the activity.",
          "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"
          ]
        },
        "subaccountId": {
          "format": "int64",
          "type": "string",
          "description": "Subaccount ID of this floodlight activity. This is a read-only field that can be left blank."
        },
        "defaultTags": {
          "items": {
            "$ref": "FloodlightActivityDynamicTag"
          },
          "description": "Dynamic floodlight tags.",
          "type": "array"
        },
        "sslRequired": {
          "type": "boolean",
          "description": "Whether this floodlight activity must be SSL-compliant."
        },
        "floodlightActivityGroupName": {
          "type": "string",
          "description": "Name of the associated floodlight activity group. This is a read-only field."
        },
        "tagFormat": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "HTML",
            "XHTML"
          ],
          "description": "Tag format type for the floodlight activity. If left blank, the tag format will default to HTML."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        }
      },
      "id": "FloodlightActivity",
      "type": "object",
      "description": "Contains properties of a Floodlight activity."
    },
    "TvCampaignDetail": {
      "description": "TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.",
      "id": "TvCampaignDetail",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\".",
          "type": "string"
        },
        "timepoints": {
          "description": "The timepoints of the TV campaign.",
          "items": {
            "$ref": "TvCampaignTimepoint"
          },
          "type": "array"
        },
        "id": {
          "type": "string",
          "description": "ID of this TV campaign."
        }
      }
    },
    "OffsetPosition": {
      "id": "OffsetPosition",
      "description": "Offset Position.",
      "properties": {
        "left": {
          "description": "Offset distance from left side of an asset or a window.",
          "type": "integer",
          "format": "int32"
        },
        "top": {
          "description": "Offset distance from top side of an asset or a window.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "ListPopulationClause": {
      "id": "ListPopulationClause",
      "description": "A group clause made up of list population terms representing constraints joined by ORs.",
      "properties": {
        "terms": {
          "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"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "SiteCompanionSetting": {
      "type": "object",
      "id": "SiteCompanionSetting",
      "properties": {
        "imageOnly": {
          "description": "Whether to serve only static images as companions.",
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteCompanionSetting\"."
        },
        "companionsDisabled": {
          "description": "Whether companions are disabled for this site template.",
          "type": "boolean"
        },
        "enabledSizes": {
          "items": {
            "$ref": "Size"
          },
          "description": "Allowlist of companion sizes to be served via this site template. Set this list to null or empty to serve all companion sizes.",
          "type": "array"
        }
      },
      "description": "Companion Settings"
    },
    "TranscodeSetting": {
      "type": "object",
      "properties": {
        "enabledVideoFormats": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "description": "Allowlist of video formats to be served to this placement. Set this list to null or empty to serve all video formats."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#transcodeSetting\".",
          "type": "string"
        }
      },
      "description": "Transcode Settings",
      "id": "TranscodeSetting"
    },
    "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."
        },
        "viewThrough": {
          "type": "boolean",
          "description": "Whether this tag is applicable only for view-throughs."
        },
        "clickThrough": {
          "type": "boolean",
          "description": "Whether this tag is applicable only for click-throughs."
        },
        "siteId": {
          "type": "string",
          "format": "int64",
          "description": "Site ID of this dynamic tag."
        },
        "dynamicTag": {
          "$ref": "FloodlightActivityDynamicTag",
          "description": "Dynamic floodlight tag."
        },
        "siteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field."
        }
      },
      "description": "Publisher Dynamic Tag",
      "type": "object",
      "id": "FloodlightActivityPublisherDynamicTag"
    },
    "ConversionsBatchUpdateResponse": {
      "id": "ConversionsBatchUpdateResponse",
      "description": "Update Conversions Response.",
      "properties": {
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to update.",
          "type": "boolean"
        },
        "status": {
          "description": "The update status of each conversion. Statuses are returned in the same order that conversions are updated.",
          "items": {
            "$ref": "ConversionStatus"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateResponse\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "Site": {
      "description": "Contains properties of a site.",
      "properties": {
        "adServingPlatformId": {
          "format": "int64",
          "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"
        },
        "directorySiteIdDimensionValue": {
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "directorySiteId": {
          "format": "int64",
          "description": "Directory site associated with this site. This is a required field that is read-only after insertion.",
          "type": "string"
        },
        "siteSettings": {
          "$ref": "SiteSettings",
          "description": "Site-wide settings."
        },
        "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"
        },
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#site\"."
        },
        "siteContacts": {
          "items": {
            "$ref": "SiteContact"
          },
          "description": "Site contacts.",
          "type": "array"
        },
        "approved": {
          "description": "Whether this site is approved.",
          "type": "boolean"
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this site. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "id": {
          "description": "ID of this site. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "keyName": {
          "type": "string",
          "description": "Key name of this site. This is a read-only, auto-generated field."
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this site. This is a read-only, auto-generated field."
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this site. This is a read-only field that can be left blank."
        }
      },
      "type": "object",
      "id": "Site"
    },
    "UserRole": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this user role. This is a read-only, auto-generated field."
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this user role. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRole\".",
          "type": "string"
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this user role. This is a read-only field that can be left blank."
        },
        "defaultUserRole": {
          "type": "boolean",
          "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."
        },
        "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"
        },
        "permissions": {
          "items": {
            "$ref": "UserRolePermission"
          },
          "description": "List of permissions associated with this user role.",
          "type": "array"
        },
        "parentUserRoleId": {
          "description": "ID of the user role that this user role is based on or copied from. This is a required field.",
          "format": "int64",
          "type": "string"
        }
      },
      "description": "Contains properties of auser role, which is used to manage user access.",
      "id": "UserRole"
    },
    "SiteContact": {
      "id": "SiteContact",
      "properties": {
        "address": {
          "type": "string",
          "description": "Address of this site contact."
        },
        "contactType": {
          "enum": [
            "SALES_PERSON",
            "TRAFFICKER"
          ],
          "description": "Site contact type.",
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string"
        },
        "title": {
          "description": "Title or designation of this site contact.",
          "type": "string"
        },
        "phone": {
          "description": "Primary phone number of this site contact.",
          "type": "string"
        },
        "firstName": {
          "type": "string",
          "description": "First name of this site contact."
        },
        "email": {
          "type": "string",
          "description": "Email address of this site contact. This is a required field."
        },
        "lastName": {
          "type": "string",
          "description": "Last name of this site contact."
        },
        "id": {
          "type": "string",
          "description": "ID of this site contact. This is a read-only, auto-generated field.",
          "format": "int64"
        }
      },
      "description": "Site Contact",
      "type": "object"
    },
    "CampaignSummary": {
      "description": "Represents a summarized campaign information associated with this invoice.",
      "type": "object",
      "properties": {
        "billingInvoiceCode": {
          "type": "string",
          "description": "Campaign billing invoice code."
        },
        "campaignId": {
          "type": "string",
          "description": "Campaign ID.",
          "format": "int64"
        },
        "taxAmountMicros": {
          "description": "The tax amount for this campaign, in micros of the invoice's currency.",
          "format": "int64",
          "type": "string"
        },
        "preTaxAmountMicros": {
          "type": "string",
          "format": "int64",
          "description": "The pre-tax amount for this campaign, in micros of the invoice's currency."
        },
        "totalAmountMicros": {
          "description": "The total amount of charges for this campaign, in micros of the invoice's currency.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "CampaignSummary"
    },
    "MeasurementPartnerCampaignLink": {
      "type": "object",
      "id": "MeasurementPartnerCampaignLink",
      "properties": {
        "partnerCampaignId": {
          "type": "string",
          "description": "Partner campaign ID needed for establishing linking with Measurement partner."
        },
        "measurementPartner": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "description": "Measurement partner used for tag wrapping."
        },
        "linkStatus": {
          "type": "string",
          "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"
          ]
        }
      }
    },
    "MobileApp": {
      "properties": {
        "publisherName": {
          "type": "string",
          "description": "Publisher name."
        },
        "title": {
          "description": "Title of this mobile app.",
          "type": "string"
        },
        "directory": {
          "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"
          ],
          "type": "string",
          "description": "Mobile app directory."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileApp\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this mobile app.",
          "type": "string"
        }
      },
      "description": "Contains information about a mobile app. Used as a landing page deep link.",
      "id": "MobileApp",
      "type": "object"
    },
    "Dimension": {
      "description": "Represents a dimension.",
      "type": "object",
      "id": "Dimension",
      "properties": {
        "name": {
          "description": "The dimension name, e.g. advertiser",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#dimension."
        }
      }
    },
    "Subaccount": {
      "type": "object",
      "id": "Subaccount",
      "description": "Contains properties of a Campaign Manager subaccount.",
      "properties": {
        "accountId": {
          "format": "int64",
          "description": "ID of the account that contains this subaccount. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "ID of this subaccount. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "availablePermissionIds": {
          "description": "IDs of the available user role permissions for this subaccount.",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccount\"."
        },
        "name": {
          "type": "string",
          "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."
        }
      }
    },
    "Report": {
      "description": "Represents a Report resource.",
      "id": "Report",
      "properties": {
        "format": {
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "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": [
            "",
            ""
          ],
          "type": "string"
        },
        "id": {
          "description": "The unique ID identifying this report resource.",
          "type": "string",
          "format": "int64"
        },
        "criteria": {
          "description": "The report criteria for a report of type \"STANDARD\".",
          "properties": {
            "customRichMediaEvents": {
              "$ref": "CustomRichMediaEvents",
              "description": "Custom Rich Media Events group."
            },
            "dateRange": {
              "description": "The date range for which this report should be run.",
              "$ref": "DateRange"
            },
            "metricNames": {
              "items": {
                "type": "string"
              },
              "description": "The list of names of metrics the report should include.",
              "type": "array"
            },
            "dimensionFilters": {
              "items": {
                "$ref": "DimensionValue"
              },
              "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.",
              "type": "array"
            },
            "dimensions": {
              "description": "The list of standard dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "activities": {
              "description": "Activity group.",
              "$ref": "Activities"
            }
          },
          "type": "object"
        },
        "schedule": {
          "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\".",
          "properties": {
            "startDate": {
              "format": "date",
              "type": "string"
            },
            "expirationDate": {
              "format": "date",
              "type": "string"
            },
            "repeatsOnWeekDays": {
              "description": "List of week days \"WEEKLY\" on which scheduled reports should run.",
              "type": "array",
              "items": {
                "enumDescriptions": [
                  "",
                  "",
                  "",
                  "",
                  "",
                  "",
                  ""
                ],
                "enum": [
                  "SUNDAY",
                  "MONDAY",
                  "TUESDAY",
                  "WEDNESDAY",
                  "THURSDAY",
                  "FRIDAY",
                  "SATURDAY"
                ],
                "type": "string"
              }
            },
            "every": {
              "format": "int32",
              "type": "integer",
              "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\"."
            },
            "active": {
              "description": "Whether the schedule is active or not. Must be set to either true or false.",
              "type": "boolean"
            },
            "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"
            },
            "timezone": {
              "description": "The timezone when the report will run.",
              "type": "string"
            },
            "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.",
              "type": "string",
              "enum": [
                "DAY_OF_MONTH",
                "WEEK_OF_MONTH"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            }
          },
          "type": "object"
        },
        "reachCriteria": {
          "properties": {
            "dimensions": {
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array",
              "description": "The list of dimensions the report should include."
            },
            "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"
              }
            },
            "activities": {
              "$ref": "Activities",
              "description": "Activity group."
            },
            "dateRange": {
              "$ref": "DateRange",
              "description": "The date range this report should be run for."
            },
            "metricNames": {
              "items": {
                "type": "string"
              },
              "type": "array",
              "description": "The list of names of metrics the report should include."
            },
            "reachByFrequencyMetricNames": {
              "description": "The list of names of Reach By Frequency metrics the report should include.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "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.",
          "enum": [
            "STANDARD",
            "REACH",
            "PATH_TO_CONVERSION",
            "FLOODLIGHT",
            "CROSS_MEDIA_REACH"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "lastModifiedTime": {
          "type": "string",
          "format": "uint64",
          "description": "The timestamp (in milliseconds since epoch) of when this report was last modified."
        },
        "crossMediaReachCriteria": {
          "properties": {
            "metricNames": {
              "items": {
                "type": "string"
              },
              "type": "array",
              "description": "Required. The list of names of metrics the report should include."
            },
            "dimensions": {
              "description": "Required. The list of dimensions the report should include.",
              "type": "array",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "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"
              }
            }
          },
          "type": "object",
          "description": "Optional. The report criteria for a report of type \"CROSS_MEDIA_REACH\"."
        },
        "floodlightCriteria": {
          "description": "The report criteria for a report of type \"FLOODLIGHT\".",
          "properties": {
            "dateRange": {
              "description": "The date range this report should be run for.",
              "$ref": "DateRange"
            },
            "reportProperties": {
              "description": "The properties of the report.",
              "properties": {
                "includeUnattributedIPConversions": {
                  "type": "boolean",
                  "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."
                },
                "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"
                },
                "includeAttributedIPConversions": {
                  "description": "Include conversions that have no cookie, but do have an exposure path.",
                  "type": "boolean"
                }
              },
              "type": "object"
            },
            "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": {
              "items": {
                "$ref": "DimensionValue"
              },
              "type": "array",
              "description": "The list of custom rich media events to include."
            },
            "dimensions": {
              "type": "array",
              "description": "The list of dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "dimensionFilters": {
              "items": {
                "$ref": "DimensionValue"
              },
              "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."
            },
            "metricNames": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "The list of names of metrics the report should include."
            }
          },
          "type": "object"
        },
        "accountId": {
          "format": "int64",
          "description": "The account ID to which this report belongs.",
          "type": "string"
        },
        "delivery": {
          "type": "object",
          "properties": {
            "emailOwnerDeliveryType": {
              "description": "The type of delivery for the owner to receive, if enabled.",
              "enum": [
                "LINK",
                "ATTACHMENT"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "recipients": {
              "type": "array",
              "description": "The list of recipients to which to email the report.",
              "items": {
                "$ref": "Recipient"
              }
            },
            "emailOwner": {
              "description": "Whether the report should be emailed to the report owner.",
              "type": "boolean"
            },
            "message": {
              "type": "string",
              "description": "The message to be sent with each email."
            }
          },
          "description": "The report's email delivery settings."
        },
        "subAccountId": {
          "description": "The subaccount ID to which this report belongs if applicable.",
          "format": "int64",
          "type": "string"
        },
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "The name of the report."
        },
        "ownerProfileId": {
          "format": "int64",
          "type": "string",
          "description": "The user profile id of the owner of this report."
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#report."
        },
        "pathToConversionCriteria": {
          "description": "The report criteria for a report of type \"PATH_TO_CONVERSION\".",
          "properties": {
            "dateRange": {
              "$ref": "DateRange",
              "description": "The date range this report should be run for."
            },
            "perInteractionDimensions": {
              "items": {
                "$ref": "SortedDimension"
              },
              "description": "The list of per interaction dimensions the report should include.",
              "type": "array"
            },
            "conversionDimensions": {
              "type": "array",
              "description": "The list of conversion dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "activityFilters": {
              "type": "array",
              "description": "The list of 'dfa:activity' values to filter on.",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "customRichMediaEvents": {
              "items": {
                "$ref": "DimensionValue"
              },
              "description": "The list of custom rich media events to include.",
              "type": "array"
            },
            "reportProperties": {
              "type": "object",
              "description": "The properties of the report.",
              "properties": {
                "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"
                },
                "maximumImpressionInteractions": {
                  "format": "int32",
                  "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"
                },
                "pivotOnInteractionPath": {
                  "description": "Enable pivoting on interaction path.",
                  "type": "boolean"
                },
                "includeAttributedIPConversions": {
                  "type": "boolean",
                  "description": "Deprecated: has no effect."
                },
                "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"
                },
                "maximumClickInteractions": {
                  "type": "integer",
                  "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.",
                  "format": "int32"
                },
                "clicksLookbackWindow": {
                  "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": "integer"
                },
                "impressionsLookbackWindow": {
                  "format": "int32",
                  "type": "integer",
                  "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."
                },
                "maximumInteractionGap": {
                  "description": "The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.",
                  "type": "integer",
                  "format": "int32"
                }
              }
            },
            "customFloodlightVariables": {
              "type": "array",
              "items": {
                "$ref": "SortedDimension"
              },
              "description": "The list of custom floodlight variables the report should include."
            },
            "metricNames": {
              "items": {
                "type": "string"
              },
              "description": "The list of names of metrics the report should include.",
              "type": "array"
            },
            "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"
            }
          },
          "type": "object"
        },
        "fileName": {
          "description": "The filename used when generating report files for this report.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "AdBlockingConfiguration": {
      "id": "AdBlockingConfiguration",
      "description": "Campaign ad blocking settings.",
      "type": "object",
      "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"
        }
      }
    },
    "EventTagsListResponse": {
      "id": "EventTagsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTagsListResponse\"."
        },
        "eventTags": {
          "items": {
            "$ref": "EventTag"
          },
          "description": "Event tag collection.",
          "type": "array"
        }
      },
      "description": "Event Tag List Response"
    },
    "Ad": {
      "id": "Ad",
      "description": "Contains properties of a Campaign Manager ad.",
      "type": "object",
      "properties": {
        "targetingTemplateId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "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.",
          "$ref": "GeoTargeting"
        },
        "name": {
          "type": "string",
          "description": "Name of this ad. This is a required field and must be less than 256 characters long."
        },
        "audienceSegmentId": {
          "type": "string",
          "format": "int64",
          "description": "Audience segment ID that is being targeted for this ad. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "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"
        },
        "archived": {
          "description": "Whether this ad is archived. When true, active must be false.",
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "ID of this ad. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "sslRequired": {
          "type": "boolean",
          "description": "Whether this ad requires ssl. This is a read-only field that is auto-generated when the ad is inserted or updated."
        },
        "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"
        },
        "active": {
          "description": "Whether this ad is active. When true, archived must be false.",
          "type": "boolean"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this ad. This is a read-only field that can be left blank."
        },
        "compatibility": {
          "type": "string",
          "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.",
          "enum": [
            "DISPLAY",
            "DISPLAY_INTERSTITIAL",
            "APP",
            "APP_INTERSTITIAL",
            "IN_STREAM_VIDEO",
            "IN_STREAM_AUDIO"
          ],
          "enumDescriptions": [
            "",
            "",
            "Deprecated enum value. No longer supported.",
            "Deprecated enum value. No longer supported.",
            "",
            ""
          ]
        },
        "placementAssignments": {
          "type": "array",
          "items": {
            "$ref": "PlacementAssignment"
          },
          "description": "Placement assignments for this ad."
        },
        "eventTagOverrides": {
          "type": "array",
          "items": {
            "$ref": "EventTagOverride"
          },
          "description": "Event tag overrides for this ad."
        },
        "startTime": {
          "format": "date-time",
          "type": "string"
        },
        "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.",
          "$ref": "KeyValueTargetingExpression"
        },
        "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 .",
          "$ref": "CreativeRotation"
        },
        "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."
        },
        "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"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "type": {
          "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).",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "AD_SERVING_STANDARD_AD",
            "AD_SERVING_DEFAULT_AD",
            "AD_SERVING_CLICK_TRACKER",
            "AD_SERVING_TRACKING",
            "AD_SERVING_BRAND_SAFE_AD"
          ],
          "type": "string"
        },
        "comments": {
          "type": "string",
          "description": "Comments for this ad."
        },
        "endTime": {
          "format": "date-time",
          "type": "string"
        },
        "defaultClickThroughEventTagProperties": {
          "$ref": "DefaultClickThroughEventTagProperties",
          "description": "Default click-through event tag properties for this ad."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#ad\"."
        },
        "campaignIdDimensionValue": {
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "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.",
          "$ref": "DeliverySchedule"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this ad. This is a read-only, auto-generated field."
        },
        "campaignId": {
          "format": "int64",
          "type": "string",
          "description": "Campaign ID of this ad. This is a required field on insertion."
        },
        "clickThroughUrl": {
          "$ref": "ClickThroughUrl",
          "description": "Click-through URL for this ad. This is a required field on insertion. Applicable when type is AD_SERVING_CLICK_TRACKER."
        },
        "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."
        },
        "creativeGroupAssignments": {
          "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.",
          "type": "array",
          "items": {
            "$ref": "CreativeGroupAssignment"
          }
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Advertiser ID of this ad. This is a required field on insertion."
        },
        "size": {
          "$ref": "Size",
          "description": "Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this ad. This is a read-only field."
        },
        "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.",
          "$ref": "ClickThroughUrlSuffixProperties"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this ad. This is a read-only field."
        },
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this ad. This is a read-only field that can be left blank."
        },
        "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.",
          "$ref": "LanguageTargeting"
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting information for this ad.",
          "$ref": "ContextualKeywordTargeting"
        }
      }
    },
    "Activities": {
      "type": "object",
      "properties": {
        "filters": {
          "items": {
            "$ref": "DimensionValue"
          },
          "type": "array",
          "description": "List of activity filters. The dimension values need to be all either of type \"dfa:activity\" or \"dfa:activityGroup\"."
        },
        "metricNames": {
          "description": "List of names of floodlight activity metrics.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#activities.",
          "type": "string"
        }
      },
      "description": "Represents an activity group.",
      "id": "Activities"
    },
    "DayPartTargeting": {
      "id": "DayPartTargeting",
      "properties": {
        "daysOfWeek": {
          "type": "array",
          "description": "Days of the week when the ad will serve. Acceptable values are: - \"SUNDAY\" - \"MONDAY\" - \"TUESDAY\" - \"WEDNESDAY\" - \"THURSDAY\" - \"FRIDAY\" - \"SATURDAY\" ",
          "items": {
            "enum": [
              "SUNDAY",
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          }
        },
        "userLocalTime": {
          "description": "Whether or not to use the user's local time. If false, the America/New York time zone applies.",
          "type": "boolean"
        },
        "hoursOfDay": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "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."
        }
      },
      "type": "object",
      "description": "Day Part Targeting."
    },
    "CreativesListResponse": {
      "id": "CreativesListResponse",
      "type": "object",
      "properties": {
        "creatives": {
          "type": "array",
          "description": "Creative collection.",
          "items": {
            "$ref": "Creative"
          }
        },
        "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"
    },
    "ClickThroughUrlSuffixProperties": {
      "type": "object",
      "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"
    },
    "ConnectionTypesListResponse": {
      "type": "object",
      "description": "Connection Type List Response",
      "id": "ConnectionTypesListResponse",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionTypesListResponse\"."
        },
        "connectionTypes": {
          "type": "array",
          "description": "Collection of connection types such as broadband and mobile.",
          "items": {
            "$ref": "ConnectionType"
          }
        }
      }
    },
    "AccountPermissionsListResponse": {
      "properties": {
        "accountPermissions": {
          "type": "array",
          "description": "Account permission collection.",
          "items": {
            "$ref": "AccountPermission"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionsListResponse\".",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Account Permission List Response",
      "id": "AccountPermissionsListResponse"
    },
    "AdvertiserInvoicesListResponse": {
      "description": "Invoice 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#advertiserInvoicesListResponse\".",
          "type": "string"
        },
        "invoices": {
          "description": "Invoice collection",
          "items": {
            "$ref": "Invoice"
          },
          "type": "array"
        }
      },
      "id": "AdvertiserInvoicesListResponse",
      "type": "object"
    },
    "FieldFilter": {
      "type": "object",
      "description": "Contains field filter information.",
      "properties": {
        "matchType": {
          "enum": [
            "LHS_MATCH_TYPE_UNKNOWN",
            "EQUALS_OR_UNRESTRICTED",
            "EQUALS",
            "UNRESTRICTED",
            "NOT_EQUALS"
          ],
          "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."
          ],
          "type": "string",
          "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."
          ],
          "description": "Optional. Right hand side of the expression.",
          "type": "string",
          "enum": [
            "RHS_VALUE_TYPE_UNKNOWN",
            "STRING",
            "REQUEST",
            "BOOL",
            "DEPENDENT"
          ]
        },
        "dependentFieldValue": {
          "$ref": "DependentFieldValue",
          "description": "Optional. The dependent values, only applicable when rhs_value_type is DEPENDENT."
        },
        "fieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The field ID on the left hand side of the expression."
        },
        "requestValue": {
          "$ref": "RequestValue",
          "description": "Optional. The request value, only applicable when rhs_value_type is REQUEST."
        },
        "boolValue": {
          "type": "boolean",
          "description": "Optional. The boolean values, only applicable when rhs_value_type is BOOL."
        },
        "stringValue": {
          "description": "Optional. The string value, only applicable when rhs_value_type is STRING.",
          "type": "string"
        }
      },
      "id": "FieldFilter"
    },
    "ConnectionType": {
      "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.",
      "type": "object",
      "properties": {
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this connection type."
        },
        "name": {
          "description": "Name of this connection type.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionType\".",
          "type": "string"
        }
      },
      "id": "ConnectionType"
    },
    "DeepLink": {
      "description": "Contains information about a landing page deep link.",
      "type": "object",
      "properties": {
        "fallbackUrl": {
          "description": "The fallback URL. This URL will be served to users who do not have the mobile app installed.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#deepLink\"."
        },
        "mobileApp": {
          "$ref": "MobileApp",
          "description": "The mobile app targeted by this deep link."
        },
        "appUrl": {
          "type": "string",
          "description": "The URL of the mobile app being linked to."
        },
        "remarketingListIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE."
        }
      },
      "id": "DeepLink"
    },
    "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": {
        "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"
        },
        "registry": {
          "enum": [
            "OTHER",
            "AD_ID_OFFICIAL",
            "CLEARCAST",
            "DCM",
            "ARPP",
            "CUSV"
          ],
          "type": "string",
          "description": "Registry used for the Ad ID value.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        }
      },
      "id": "UniversalAdId"
    },
    "ObaIcon": {
      "id": "ObaIcon",
      "description": "Online Behavioral Advertiser icon.",
      "properties": {
        "xPosition": {
          "description": "OBA icon x coordinate position. Accepted values are left or right.",
          "type": "string"
        },
        "yPosition": {
          "description": "OBA icon y coordinate position. Accepted values are top or bottom.",
          "type": "string"
        },
        "iconClickThroughUrl": {
          "type": "string",
          "description": "URL to redirect to when an OBA icon is clicked."
        },
        "size": {
          "description": "OBA icon size.",
          "$ref": "Size"
        },
        "program": {
          "type": "string",
          "description": "Identifies the industry initiative that the icon supports. For example, AdChoices."
        },
        "iconClickTrackingUrl": {
          "description": "URL to track click when an OBA icon is clicked.",
          "type": "string"
        },
        "iconViewTrackingUrl": {
          "description": "URL to track view when an OBA icon is clicked.",
          "type": "string"
        },
        "resourceUrl": {
          "type": "string",
          "description": "OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more"
        }
      },
      "type": "object"
    },
    "DynamicRules": {
      "type": "object",
      "id": "DynamicRules",
      "description": "Contains dynamic rules information.",
      "properties": {
        "ruleType": {
          "enum": [
            "RULE_SET_TYPE_UNKNOWN",
            "OPEN",
            "AUTO",
            "CUSTOM",
            "PROXIMITY_TARGETING"
          ],
          "description": "Optional. The type of the rule, the default value is OPEN.",
          "type": "string",
          "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."
          ]
        },
        "customValueFields": {
          "type": "array",
          "items": {
            "$ref": "CustomValueField"
          },
          "description": "Optional. Mapping between field ID and custom key that are used to match for auto filtering."
        },
        "proximityFilter": {
          "description": "Optional. The proximity targeting rules of the dynamic feed, only applicable when rule type is PROXIMITY_TARGETING.",
          "$ref": "ProximityFilter"
        },
        "rotationType": {
          "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.",
          "type": "string"
        },
        "remarketingValueAttributes": {
          "description": "Optional. The link between an element field ID and a list of user attribute IDs.",
          "items": {
            "$ref": "RemarketingValueAttribute"
          },
          "type": "array"
        },
        "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": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "description": "Optional. List of field IDs in this element that should be auto-targeted. Applicable when rule type is AUTO."
        },
        "customRules": {
          "items": {
            "$ref": "CustomRule"
          },
          "description": "Optional. The custom rules of the dynamic feed, only applicable when rule type is CUSTOM.",
          "type": "array"
        }
      }
    },
    "OfflineUserAddressInfo": {
      "description": "Identify a user by name and address.",
      "properties": {
        "city": {
          "description": "City of the address.",
          "type": "string"
        },
        "hashedLastName": {
          "type": "string",
          "description": "Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation)."
        },
        "countryCode": {
          "type": "string",
          "description": "2-letter country code in ISO-3166-1 alpha-2 of the user's address."
        },
        "state": {
          "type": "string",
          "description": "State code of the address."
        },
        "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": {
          "type": "string",
          "description": "The street address of the user hashed using SHA-256 hash function after normalization (lower case only)."
        },
        "postalCode": {
          "type": "string",
          "description": "Postal code of the user's address."
        }
      },
      "type": "object",
      "id": "OfflineUserAddressInfo"
    },
    "ContentCategory": {
      "id": "ContentCategory",
      "properties": {
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this content category. This is a read-only field that can be left blank."
        },
        "name": {
          "type": "string",
          "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."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this content category. This is a read-only, auto-generated field."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategory\"."
        }
      },
      "type": "object"
    },
    "CreativeAssignment": {
      "properties": {
        "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"
        },
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "active": {
          "description": "Whether this creative assignment is active. When true, the creative will be included in the ad's rotation.",
          "type": "boolean"
        },
        "clickThroughUrl": {
          "description": "Click-through URL of the creative assignment.",
          "$ref": "ClickThroughUrl"
        },
        "weight": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "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.",
          "format": "int32",
          "type": "integer"
        },
        "richMediaExitOverrides": {
          "items": {
            "$ref": "RichMediaExitOverride"
          },
          "type": "array",
          "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 "
        },
        "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"
        },
        "creativeGroupAssignments": {
          "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"
          },
          "type": "array"
        },
        "startTime": {
          "format": "date-time",
          "type": "string"
        },
        "creativeId": {
          "description": "ID of the creative to be assigned. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "creativeIdDimensionValue": {
          "description": "Dimension value for the ID of the creative. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "companionCreativeOverrides": {
          "items": {
            "$ref": "CompanionClickThroughOverride"
          },
          "type": "array",
          "description": "Companion creative overrides for this creative assignment. Applicable to video ads."
        }
      },
      "id": "CreativeAssignment",
      "type": "object",
      "description": "Creative Assignment."
    },
    "CreativeGroupsListResponse": {
      "properties": {
        "creativeGroups": {
          "type": "array",
          "items": {
            "$ref": "CreativeGroup"
          },
          "description": "Creative group collection."
        },
        "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"
        }
      },
      "id": "CreativeGroupsListResponse",
      "description": "Creative Group List Response",
      "type": "object"
    },
    "CreativeAsset": {
      "properties": {
        "id": {
          "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.",
          "type": "string",
          "format": "int64"
        },
        "assetIdentifier": {
          "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.",
          "$ref": "CreativeAssetId"
        },
        "bitRate": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "active": {
          "type": "boolean",
          "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."
        },
        "verticallyLocked": {
          "type": "boolean",
          "description": "Whether the asset is vertically locked. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA."
        },
        "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"
        },
        "transparency": {
          "description": "Whether the asset is transparent. Applicable to the following creative types: all RICH_MEDIA. Additionally, only applicable to HTML5 assets.",
          "type": "boolean"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the asset. This is a read-only, auto-generated field."
        },
        "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.",
          "format": "int32",
          "type": "integer"
        },
        "duration": {
          "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.",
          "type": "integer",
          "format": "int32"
        },
        "hideFlashObjects": {
          "description": "Whether to hide Flash objects flag for an asset. 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"
        },
        "offset": {
          "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.",
          "$ref": "OffsetPosition"
        },
        "positionTopUnit": {
          "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 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."
        },
        "originalBackup": {
          "type": "boolean",
          "description": "Whether the backup asset is original or changed by the user in Campaign Manager. Applicable to the following creative types: all RICH_MEDIA."
        },
        "role": {
          "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. ",
          "type": "string",
          "enum": [
            "PRIMARY",
            "BACKUP_IMAGE",
            "ADDITIONAL_IMAGE",
            "ADDITIONAL_FLASH",
            "PARENT_VIDEO",
            "TRANSCODED_VIDEO",
            "OTHER",
            "ALTERNATE_VIDEO",
            "PARENT_AUDIO",
            "TRANSCODED_AUDIO"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "positionLeftUnit": {
          "type": "string",
          "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.",
          "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."
          ]
        },
        "zipFilename": {
          "type": "string",
          "description": "File name of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER."
        },
        "artworkType": {
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "type": "string",
          "description": "Artwork type of rich media creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA."
        },
        "zipFilesize": {
          "description": "Size of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "type": "string"
        },
        "hideSelectionBoxes": {
          "description": "Whether to hide selection boxes flag for an asset. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "detectedFeatures": {
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "type": "string",
            "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"
            ]
          },
          "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.",
          "type": "array"
        },
        "mediaDuration": {
          "format": "float",
          "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"
        },
        "politeLoad": {
          "type": "boolean",
          "description": "Whether this asset is used as a polite load asset."
        },
        "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."
        },
        "startTimeType": {
          "description": "Initial wait time type before making the asset visible. Applicable to the following creative types: all RICH_MEDIA.",
          "enum": [
            "ASSET_START_TIME_TYPE_NONE",
            "ASSET_START_TIME_TYPE_CUSTOM"
          ],
          "enumDescriptions": [
            "Asset is not automatically displayed.",
            "Asset is automatically displayed after a fixed period of time."
          ],
          "type": "string"
        },
        "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"
        },
        "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"
          ]
        },
        "sslCompliant": {
          "type": "boolean",
          "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."
        },
        "customStartTimeValue": {
          "format": "int32",
          "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"
        },
        "position": {
          "description": "Offset position for an asset. Applicable to the following creative types: all RICH_MEDIA.",
          "$ref": "OffsetPosition"
        },
        "size": {
          "$ref": "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."
        },
        "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"
        },
        "companionCreativeIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "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."
        },
        "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.",
          "format": "float",
          "type": "number"
        },
        "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."
        },
        "zIndex": {
          "type": "integer",
          "format": "int32",
          "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."
        },
        "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."
          ],
          "description": "Type of rich media asset. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "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"
          ]
        },
        "audioSampleRate": {
          "format": "int32",
          "type": "integer",
          "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."
        },
        "backupImageExit": {
          "description": "Exit event configured for the backup image. Applicable to the following creative types: all RICH_MEDIA.",
          "$ref": "CreativeCustomEvent"
        },
        "windowMode": {
          "type": "string",
          "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.",
          "enum": [
            "OPAQUE",
            "WINDOW",
            "TRANSPARENT"
          ],
          "enumDescriptions": [
            "Allows overlapping of Html and SWF content.",
            "Default",
            "Used for non-square borders. Allows overlapping of Html and SWF content."
          ]
        },
        "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"
        },
        "expandedDimension": {
          "description": "Detected expanded dimension for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID.",
          "$ref": "Size"
        },
        "mimeType": {
          "type": "string",
          "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."
        },
        "alignment": {
          "description": "Possible alignments for an asset. This is a read-only field. Applicable to the following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL .",
          "enum": [
            "ALIGNMENT_TOP",
            "ALIGNMENT_RIGHT",
            "ALIGNMENT_BOTTOM",
            "ALIGNMENT_LEFT"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ]
        },
        "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"
        },
        "orientation": {
          "type": "string",
          "description": "Orientation of video asset. This is a read-only, auto-generated field.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "LANDSCAPE",
            "PORTRAIT",
            "SQUARE"
          ]
        },
        "durationType": {
          "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"
          ],
          "type": "string"
        },
        "fileSize": {
          "format": "int64",
          "type": "string",
          "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."
        }
      },
      "description": "Creative Asset.",
      "type": "object",
      "id": "CreativeAsset"
    },
    "UserDefinedVariableConfiguration": {
      "properties": {
        "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"
        },
        "variableType": {
          "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"
          ],
          "description": "Variable name in the tag. This is a required field.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "dataType": {
          "enum": [
            "STRING",
            "NUMBER"
          ],
          "description": "Data type for the variable. This is a required field.",
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ]
        }
      },
      "id": "UserDefinedVariableConfiguration",
      "type": "object",
      "description": "User Defined Variable configuration."
    },
    "UserRolePermissionGroup": {
      "id": "UserRolePermissionGroup",
      "description": "Represents a grouping of related user role permissions.",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of this user role permission group."
        },
        "id": {
          "format": "int64",
          "description": "ID of this user role permission.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroup\".",
          "type": "string"
        }
      }
    },
    "PlatformType": {
      "id": "PlatformType",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformType\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "ID of this platform type.",
          "format": "int64"
        },
        "name": {
          "description": "Name of this platform type.",
          "type": "string"
        }
      },
      "description": "Contains information about a platform type that can be targeted by ads."
    },
    "DefaultClickThroughEventTagProperties": {
      "properties": {
        "overrideInheritedEventTag": {
          "type": "boolean",
          "description": "Whether this entity should override the inherited default click-through event tag with its own defined value."
        },
        "defaultClickThroughEventTagId": {
          "type": "string",
          "description": "ID of the click-through event tag to apply to all ads in this entity's scope.",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "DefaultClickThroughEventTagProperties",
      "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."
    },
    "CustomViewabilityMetricConfiguration": {
      "id": "CustomViewabilityMetricConfiguration",
      "properties": {
        "timePercent": {
          "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.",
          "type": "integer",
          "format": "int32"
        },
        "viewabilityPercent": {
          "format": "int32",
          "description": "The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.",
          "type": "integer"
        },
        "audible": {
          "description": "Whether the video must be audible to count an impression.",
          "type": "boolean"
        },
        "timeMillis": {
          "format": "int32",
          "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"
        }
      },
      "description": "The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.",
      "type": "object"
    },
    "ReportDataQueryRequest": {
      "id": "ReportDataQueryRequest",
      "description": "The request body containing ad-hoc query parameters.",
      "properties": {
        "pageToken": {
          "description": "Optional. Continuation token for paginating results.",
          "type": "string"
        },
        "dimensionFilters": {
          "items": {
            "$ref": "DimensionValue"
          },
          "description": "Optional. The list of dimension values on which report lines are filtered. Utilizes the existing legacy filter message `DimensionValue`.",
          "type": "array"
        },
        "sortBys": {
          "description": "Optional. Sort options across either requested dimensions or metrics.",
          "items": {
            "$ref": "SortBy"
          },
          "type": "array"
        },
        "dimensionNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The list of dimension names to group by."
        },
        "maxResults": {
          "description": "Optional. Maximum number of result rows to return per page. The default value is 100. The maximum allowed value is 1000. Values above 1000 will be coerced (clamped) down to 1000. Negative values will be rejected.",
          "format": "int32",
          "type": "integer"
        },
        "metricNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The list of metric names to include."
        },
        "dateRange": {
          "description": "Optional. The requested date range covering the report duration.",
          "$ref": "DateRange"
        }
      },
      "type": "object"
    },
    "ContextualKeyword": {
      "type": "object",
      "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"
    },
    "ThirdPartyAuthenticationToken": {
      "id": "ThirdPartyAuthenticationToken",
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "Value of the third-party authentication token. This is a read-only, auto-generated field."
        },
        "name": {
          "type": "string",
          "description": "Name of the third-party authentication token."
        }
      },
      "description": "Third Party Authentication Token"
    },
    "CreativeCustomEvent": {
      "type": "object",
      "id": "CreativeCustomEvent",
      "description": "Creative Custom Event.",
      "properties": {
        "advertiserCustomEventType": {
          "description": "Type of the event. This is a read-only field.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "ADVERTISER_EVENT_TIMER",
            "ADVERTISER_EVENT_EXIT",
            "ADVERTISER_EVENT_COUNTER"
          ]
        },
        "popupWindowProperties": {
          "$ref": "PopupWindowProperties",
          "description": "Properties for rich media popup windows. This field is used only for exit events."
        },
        "artworkLabel": {
          "type": "string",
          "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."
        },
        "targetType": {
          "type": "string",
          "enum": [
            "TARGET_BLANK",
            "TARGET_TOP",
            "TARGET_SELF",
            "TARGET_PARENT",
            "TARGET_POPUP"
          ],
          "enumDescriptions": [
            "New tab",
            "Current tab",
            "Same frame",
            "Parent frame",
            "New window with properties specified in window_properties"
          ],
          "description": "Target type used by the event."
        },
        "advertiserCustomEventName": {
          "description": "User-entered name for the event.",
          "type": "string"
        },
        "videoReportingId": {
          "description": "Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.",
          "type": "string"
        },
        "artworkType": {
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "description": "Artwork type used by the creative.This is a read-only field.",
          "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."
          ]
        },
        "advertiserCustomEventId": {
          "type": "string",
          "format": "int64",
          "description": "Unique ID of this event used by Reporting and Data Transfer. This is a read-only field."
        },
        "exitClickThroughUrl": {
          "$ref": "CreativeClickThroughUrl",
          "description": "Exit click-through URL for the event. This field is used only for exit events."
        },
        "id": {
          "description": "ID of this event. This is a required field and should not be modified after insertion.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "LandingPage": {
      "type": "object",
      "description": "Contains information about where a user's browser is taken after the user clicks an ad.",
      "id": "LandingPage",
      "properties": {
        "deepLinks": {
          "items": {
            "$ref": "DeepLink"
          },
          "description": "Links that will direct the user to a mobile app, if installed.",
          "type": "array"
        },
        "id": {
          "type": "string",
          "description": "ID of this landing page. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "url": {
          "type": "string",
          "description": "URL of this landing page. This is a required field."
        },
        "name": {
          "description": "Name of this landing page. This is a required field. It must be less than 256 characters long.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#landingPage\".",
          "type": "string"
        },
        "archived": {
          "description": "Whether this landing page has been archived.",
          "type": "boolean"
        },
        "advertiserId": {
          "description": "Advertiser ID of this landing page. This is a required field.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "VideoOffset": {
      "type": "object",
      "id": "VideoOffset",
      "description": "Video Offset",
      "properties": {
        "offsetPercentage": {
          "type": "integer",
          "description": "Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.",
          "format": "int32"
        },
        "offsetSeconds": {
          "format": "int32",
          "description": "Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.",
          "type": "integer"
        }
      }
    },
    "RequestValue": {
      "id": "RequestValue",
      "type": "object",
      "properties": {
        "userAttributeIds": {
          "type": "array",
          "description": "Optional. User attribute IDs in the request. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "key": {
          "description": "Optional. Custom key in the request. Used only when the field type is CUSTOM_VALUE.",
          "type": "string"
        },
        "excludeFromUserAttributeIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "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."
        }
      },
      "description": "Contains request value information."
    },
    "BillingProfilesListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingProfilesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "billingProfiles": {
          "description": "Billing profiles collection.",
          "type": "array",
          "items": {
            "$ref": "BillingProfile"
          }
        }
      },
      "type": "object",
      "id": "BillingProfilesListResponse",
      "description": "Billing profile List Response"
    },
    "Placement": {
      "properties": {
        "conversionDomainOverride": {
          "$ref": "PlacementConversionDomainOverride",
          "description": "Optional. Conversion domain overrides for a placement."
        },
        "advertiserId": {
          "format": "int64",
          "description": "Advertiser ID of this placement. This field can be left blank.",
          "type": "string"
        },
        "primary": {
          "type": "boolean",
          "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."
        },
        "contentCategoryId": {
          "type": "string",
          "description": "ID of the content category assigned to this placement.",
          "format": "int64"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this placement. This is a read-only field."
        },
        "status": {
          "description": "Third-party placement status.",
          "type": "string",
          "enum": [
            "PENDING_REVIEW",
            "PAYMENT_ACCEPTED",
            "PAYMENT_REJECTED",
            "ACKNOWLEDGE_REJECTION",
            "ACKNOWLEDGE_ACCEPTANCE",
            "DRAFT"
          ],
          "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"
          ]
        },
        "name": {
          "type": "string",
          "description": "Name of this placement.This is a required field and must be less than or equal to 512 characters long."
        },
        "lookbackConfiguration": {
          "$ref": "LookbackConfiguration",
          "description": "Lookback window settings for this placement."
        },
        "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.",
          "format": "int64",
          "type": "string"
        },
        "comment": {
          "description": "Comments for this placement.",
          "type": "string"
        },
        "videoSettings": {
          "description": "A collection of settings which affect video creatives served through this placement. Applicable to placements with IN_STREAM_VIDEO compatibility.",
          "$ref": "VideoSettings"
        },
        "externalId": {
          "description": "External ID for this placement.",
          "type": "string"
        },
        "allowOnYoutube": {
          "type": "boolean",
          "description": "Optional. Whether the placement is enabled for YouTube integration."
        },
        "paymentApproved": {
          "description": "Whether payment was approved for this placement. This is a read-only field relevant only to publisher-paid placements.",
          "type": "boolean"
        },
        "partnerWrappingData": {
          "$ref": "MeasurementPartnerWrappingData",
          "description": "Measurement partner provided settings for a wrapped placement."
        },
        "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.",
          "enum": [
            "DEFAULT",
            "FLASH",
            "HTML5",
            "BOTH"
          ],
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ]
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this placement. This field can be left blank.",
          "format": "int64"
        },
        "placementStrategyId": {
          "description": "ID of the placement strategy assigned to this placement.",
          "format": "int64",
          "type": "string"
        },
        "tagSetting": {
          "description": "Tag settings for this placement.",
          "$ref": "TagSetting"
        },
        "adBlockingOptOut": {
          "type": "boolean",
          "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."
        },
        "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"
        },
        "additionalSizes": {
          "items": {
            "$ref": "Size"
          },
          "description": "Additional sizes associated with this placement. When inserting or updating a placement, only the size ID field is used.",
          "type": "array"
        },
        "activeStatus": {
          "description": "Whether this placement is active, inactive, archived or permanently archived.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PLACEMENT_STATUS_UNKNOWN",
            "PLACEMENT_STATUS_ACTIVE",
            "PLACEMENT_STATUS_INACTIVE",
            "PLACEMENT_STATUS_ARCHIVED",
            "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
          ]
        },
        "directorySiteIdDimensionValue": {
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "wrappingOptOut": {
          "description": "Whether this placement opts out of tag wrapping.",
          "type": "boolean"
        },
        "paymentSource": {
          "enum": [
            "PLACEMENT_AGENCY_PAID",
            "PLACEMENT_PUBLISHER_PAID"
          ],
          "type": "string",
          "description": "Payment source for this placement. This is a required field that is read-only after insertion.",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "publisherUpdateInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the last publisher update. This is a read-only field."
        },
        "youtubeSettings": {
          "description": "Optional. YouTube settings for the placement. The placement must be enabled for YouTube to use this field.",
          "$ref": "YoutubeSettings"
        },
        "siteIdDimensionValue": {
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "sslRequired": {
          "description": "Whether creatives assigned to this placement must be SSL-compliant.",
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placement\"."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this placement. This is a read-only field."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this placement. This is a read-only, auto-generated field."
        },
        "siteServed": {
          "type": "boolean",
          "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."
        },
        "compatibility": {
          "type": "string",
          "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"
          ],
          "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."
        },
        "keyName": {
          "description": "Key name of this placement. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "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.",
          "$ref": "Size"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "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"
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "campaignId": {
          "format": "int64",
          "description": "Campaign ID of this placement. This field is a required field on insertion.",
          "type": "string"
        },
        "placementGroupId": {
          "format": "int64",
          "type": "string",
          "description": "ID of this placement's group, if applicable."
        },
        "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"
        },
        "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": {
            "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"
            ],
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "type": "string"
          },
          "type": "array"
        },
        "pricingSchedule": {
          "description": "Pricing schedule of this placement. This field is required on insertion, specifically subfields startDate, endDate and pricingType.",
          "$ref": "PricingSchedule"
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this placement. This field can be left blank."
        },
        "placementGroupIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the placement group. This is a read-only, auto-generated field."
        }
      },
      "description": "Contains properties of a placement.",
      "type": "object",
      "id": "Placement"
    },
    "CreativeRotation": {
      "description": "Creative Rotation.",
      "properties": {
        "creativeOptimizationConfigurationId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "creativeAssignments": {
          "description": "Creative assignments in this creative rotation.",
          "type": "array",
          "items": {
            "$ref": "CreativeAssignment"
          }
        },
        "type": {
          "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"
          ],
          "description": "Type of creative rotation. Can be used to specify whether to use sequential or random rotation.",
          "type": "string"
        },
        "weightCalculationStrategy": {
          "description": "Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM.",
          "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)."
          ],
          "type": "string",
          "enum": [
            "WEIGHT_STRATEGY_EQUAL",
            "WEIGHT_STRATEGY_CUSTOM",
            "WEIGHT_STRATEGY_HIGHEST_CTR",
            "WEIGHT_STRATEGY_OPTIMIZED"
          ]
        }
      },
      "id": "CreativeRotation",
      "type": "object"
    },
    "Campaign": {
      "id": "Campaign",
      "description": "Contains properties of a Campaign Manager campaign.",
      "properties": {
        "clickThroughUrlSuffixProperties": {
          "$ref": "ClickThroughUrlSuffixProperties",
          "description": "Click-through URL suffix override properties for this campaign."
        },
        "audienceSegmentGroups": {
          "type": "array",
          "description": "Audience segment groups assigned to this campaign. Cannot have more than 300 segment groups.",
          "items": {
            "$ref": "AudienceSegmentGroup"
          }
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this campaign. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "advertiserId": {
          "description": "Advertiser ID of this campaign. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "archived": {
          "description": "Whether this campaign has been archived.",
          "type": "boolean"
        },
        "comment": {
          "description": "Arbitrary comments about this campaign. Must be less than 256 characters long.",
          "type": "string"
        },
        "externalId": {
          "description": "External ID for this campaign.",
          "type": "string"
        },
        "creativeOptimizationConfiguration": {
          "$ref": "CreativeOptimizationConfiguration",
          "description": "Creative optimization configuration for the campaign."
        },
        "euPoliticalAdsDeclaration": {
          "enum": [
            "CONTAINS_EU_POLITICAL_ADS",
            "DOES_NOT_CONTAIN_EU_POLITICAL_ADS"
          ],
          "enumDescriptions": [
            "The campaign contains EU political ads.",
            "The campaign does not contain EU political ads."
          ],
          "type": "string",
          "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."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "advertiserGroupId": {
          "description": "Advertiser group ID of the associated advertiser.",
          "format": "int64",
          "type": "string"
        },
        "additionalCreativeOptimizationConfigurations": {
          "description": "Additional creative optimization configurations for the campaign.",
          "items": {
            "$ref": "CreativeOptimizationConfiguration"
          },
          "type": "array"
        },
        "subaccountId": {
          "description": "Subaccount ID of this campaign. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "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"
        },
        "defaultClickThroughEventTagProperties": {
          "description": "Click-through event tag ID override properties for this campaign.",
          "$ref": "DefaultClickThroughEventTagProperties"
        },
        "adBlockingConfiguration": {
          "$ref": "AdBlockingConfiguration",
          "description": "Ad blocking settings for this campaign."
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of this campaign. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "eventTagOverrides": {
          "description": "Overrides that can be used to activate or deactivate advertiser event tags.",
          "type": "array",
          "items": {
            "$ref": "EventTagOverride"
          }
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the advertiser ID of this campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "creativeGroupIds": {
          "type": "array",
          "description": "List of creative group IDs that are assigned to the campaign.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "createInfo": {
          "description": "Information about the creation of this campaign. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "billingInvoiceCode": {
          "type": "string",
          "description": "Billing invoice code included in the Campaign Manager client billing invoices associated with the campaign."
        },
        "id": {
          "format": "int64",
          "description": "ID of this campaign. This is a read-only auto-generated field.",
          "type": "string"
        },
        "measurementPartnerLink": {
          "description": "Measurement partner campaign link for tag wrapping.",
          "$ref": "MeasurementPartnerCampaignLink"
        },
        "defaultLandingPageId": {
          "type": "string",
          "description": "The default landing page ID for this campaign.",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaign\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "OmnitureSettings": {
      "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": {
          "type": "boolean",
          "description": "Whether Omniture integration is enabled. This property can be enabled only when the \"Advanced Ad Serving\" account setting is enabled."
        }
      },
      "type": "object",
      "id": "OmnitureSettings"
    },
    "TargetingTemplate": {
      "properties": {
        "listTargetingExpression": {
          "$ref": "ListTargetingExpression",
          "description": "Remarketing list targeting criteria."
        },
        "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"
        },
        "technologyTargeting": {
          "description": "Technology platform targeting criteria.",
          "$ref": "TechnologyTargeting"
        },
        "keyValueTargetingExpression": {
          "$ref": "KeyValueTargetingExpression",
          "description": "Key-value targeting criteria."
        },
        "dayPartTargeting": {
          "description": "Time and day targeting criteria.",
          "$ref": "DayPartTargeting"
        },
        "languageTargeting": {
          "description": "Language targeting criteria.",
          "$ref": "LanguageTargeting"
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this targeting template. This is a read-only, auto-generated field."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting criteria.",
          "$ref": "ContextualKeywordTargeting"
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert."
        },
        "accountId": {
          "type": "string",
          "description": "Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.",
          "format": "int64"
        },
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetingTemplate\"."
        },
        "geoTargeting": {
          "description": "Geographical targeting criteria.",
          "$ref": "GeoTargeting"
        }
      },
      "id": "TargetingTemplate",
      "type": "object",
      "description": "Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads."
    },
    "CreativeAssetMetadata": {
      "id": "CreativeAssetMetadata",
      "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": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field."
        },
        "warnedValidationRules": {
          "type": "array",
          "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": {
            "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"
            ],
            "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."
            ],
            "type": "string"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeAssetMetadata\".",
          "type": "string"
        },
        "richMedia": {
          "description": "True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.",
          "type": "boolean"
        },
        "timerCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "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.",
          "type": "array"
        },
        "detectedFeatures": {
          "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",
          "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."
        },
        "exitCustomEvents": {
          "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.",
          "type": "array",
          "items": {
            "$ref": "CreativeCustomEvent"
          }
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "Numeric ID of the asset. This is a read-only, auto-generated field."
        },
        "counterCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "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.",
          "type": "array"
        },
        "clickTags": {
          "items": {
            "$ref": "ClickTag"
          },
          "type": "array",
          "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."
        },
        "assetIdentifier": {
          "description": "ID of the creative asset. This is a required field.",
          "$ref": "CreativeAssetId"
        }
      },
      "type": "object"
    },
    "CampaignsListResponse": {
      "id": "CampaignsListResponse",
      "description": "Campaign List Response",
      "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#campaignsListResponse\".",
          "type": "string"
        },
        "campaigns": {
          "items": {
            "$ref": "Campaign"
          },
          "description": "Campaign collection.",
          "type": "array"
        }
      }
    },
    "PlacementTag": {
      "type": "object",
      "description": "Placement Tag",
      "id": "PlacementTag",
      "properties": {
        "placementId": {
          "type": "string",
          "format": "int64",
          "description": "Placement ID"
        },
        "tagDatas": {
          "type": "array",
          "description": "Tags generated for this placement.",
          "items": {
            "$ref": "TagData"
          }
        }
      }
    },
    "DirectorySitesListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySitesListResponse\".",
          "type": "string"
        },
        "directorySites": {
          "items": {
            "$ref": "DirectorySite"
          },
          "description": "Directory site collection.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "id": "DirectorySitesListResponse",
      "type": "object",
      "description": "Directory Site List Response"
    },
    "SortBy": {
      "type": "object",
      "description": "Specifies the sort configuration for a specific field in the report.",
      "id": "SortBy",
      "properties": {
        "name": {
          "description": "Required. The dimension or metric field name to sort on.",
          "type": "string"
        },
        "sortOrder": {
          "enumDescriptions": [
            "Ascending order.",
            "Descending order."
          ],
          "enum": [
            "ASCENDING",
            "DESCENDING"
          ],
          "description": "Optional. The sort order of this column.",
          "type": "string"
        }
      }
    },
    "RemarketingListShare": {
      "properties": {
        "sharedAdvertiserIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "Advertisers that the remarketing list is shared with."
        },
        "remarketingListId": {
          "description": "Remarketing list ID. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListShare\".",
          "type": "string"
        },
        "sharedAccountIds": {
          "type": "array",
          "description": "Accounts that the remarketing list is shared with.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        }
      },
      "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.",
      "id": "RemarketingListShare"
    },
    "PlacementSingleConversionDomain": {
      "id": "PlacementSingleConversionDomain",
      "properties": {
        "conversionDomainValue": {
          "type": "string"
        },
        "conversionDomainId": {
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "BillingRateTieredRate": {
      "type": "object",
      "id": "BillingRateTieredRate",
      "properties": {
        "highValue": {
          "format": "int64",
          "description": "The maximum for this tier range.",
          "type": "string"
        },
        "rateInMicros": {
          "type": "string",
          "format": "int64",
          "description": "Rate in micros for this tier."
        },
        "lowValue": {
          "description": "The minimum for this tier range.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "CountriesListResponse": {
      "id": "CountriesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#countriesListResponse\"."
        },
        "countries": {
          "type": "array",
          "description": "Country collection.",
          "items": {
            "$ref": "Country"
          }
        }
      },
      "description": "Country List Response"
    },
    "ColumnHeader": {
      "type": "object",
      "id": "ColumnHeader",
      "properties": {
        "name": {
          "description": "Output only. The column name.",
          "readOnly": true,
          "type": "string"
        },
        "type": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Dimension.",
            "Metric."
          ],
          "enum": [
            "COLUMN_TYPE_UNSPECIFIED",
            "DIMENSION",
            "METRIC"
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. The column type."
        }
      },
      "description": "A column header in the report."
    },
    "TargetingTemplatesListResponse": {
      "id": "TargetingTemplatesListResponse",
      "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"
        }
      },
      "type": "object",
      "description": "Targeting Template List Response"
    },
    "ConversionStatus": {
      "description": "The original conversion that was inserted or updated and whether there were any errors.",
      "type": "object",
      "properties": {
        "conversion": {
          "description": "The original conversion that was inserted or updated.",
          "$ref": "Conversion"
        },
        "errors": {
          "items": {
            "$ref": "ConversionError"
          },
          "description": "A list of errors related to this conversion.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionStatus\".",
          "type": "string"
        }
      },
      "id": "ConversionStatus"
    },
    "ConversionsBatchInsertRequest": {
      "id": "ConversionsBatchInsertRequest",
      "description": "Insert Conversions Request.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertRequest\".",
          "type": "string"
        },
        "conversions": {
          "type": "array",
          "items": {
            "$ref": "Conversion"
          },
          "description": "The set of conversions to insert."
        },
        "encryptionInfo": {
          "$ref": "EncryptionInfo",
          "description": "Describes how encryptedUserId or encryptedUserIdCandidates[] is encrypted. This is a required field if encryptedUserId or encryptedUserIdCandidates[] is used."
        }
      },
      "type": "object"
    },
    "ChangeLog": {
      "type": "object",
      "properties": {
        "newValue": {
          "type": "string",
          "description": "New value of the object field."
        },
        "changeTime": {
          "type": "string",
          "format": "date-time"
        },
        "fieldName": {
          "description": "Field name of the object which changed.",
          "type": "string"
        },
        "oldValue": {
          "description": "Old value of the object field.",
          "type": "string"
        },
        "userProfileId": {
          "type": "string",
          "description": "ID of the user who modified the object.",
          "format": "int64"
        },
        "objectType": {
          "type": "string",
          "description": "Object type of the change log."
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of the modified object.",
          "type": "string"
        },
        "userProfileName": {
          "description": "User profile name of the user who modified the object.",
          "type": "string"
        },
        "transactionId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLog\"."
        },
        "id": {
          "type": "string",
          "description": "ID of this change log.",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of the modified object.",
          "format": "int64",
          "type": "string"
        },
        "objectId": {
          "description": "ID of the object of this change log. The object could be a campaign, placement, ad, or other type.",
          "format": "int64",
          "type": "string"
        },
        "action": {
          "description": "Action which caused the change.",
          "type": "string"
        }
      },
      "description": "Describes a change that a user has made to a resource.",
      "id": "ChangeLog"
    },
    "ReachReportCompatibleFields": {
      "properties": {
        "reachByFrequencyMetrics": {
          "description": "Metrics which are compatible to be selected in the \"reachByFrequencyMetricNames\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        },
        "pivotedActivityMetrics": {
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report.",
          "type": "array"
        },
        "metrics": {
          "type": "array",
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report."
        },
        "dimensionFilters": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report."
        },
        "dimensions": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#reachReportCompatibleFields.",
          "type": "string"
        }
      },
      "id": "ReachReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"REACH\".",
      "type": "object"
    },
    "StudioCreativeAssetsResponse": {
      "description": "Response message for DfareportingStudioCreativeAssets.Insert.",
      "properties": {
        "assets": {
          "items": {
            "$ref": "StudioCreativeAsset"
          },
          "description": "The list of studio creative assets.",
          "type": "array"
        }
      },
      "id": "StudioCreativeAssetsResponse",
      "type": "object"
    },
    "CreativeFieldValue": {
      "id": "CreativeFieldValue",
      "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."
        }
      },
      "description": "Contains properties of a creative field value.",
      "type": "object"
    },
    "Metric": {
      "id": "Metric",
      "type": "object",
      "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"
        }
      }
    }
  },
  "version": "v5",
  "batchPath": "batch",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/dfareporting": {
          "description": "View and manage DoubleClick for Advertisers reports"
        },
        "https://www.googleapis.com/auth/ddmconversions": {
          "description": "Manage DoubleClick Digital Marketing conversions"
        },
        "https://www.googleapis.com/auth/dfatrafficking": {
          "description": "View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns"
        }
      }
    }
  },
  "name": "dfareporting"
}
