{
  "ownerDomain": "google.com",
  "name": "dfareporting",
  "servicePath": "dfareporting/v5/",
  "schemas": {
    "RemarketingListsListResponse": {
      "description": "Remarketing list response",
      "type": "object",
      "id": "RemarketingListsListResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListsListResponse\".",
          "type": "string"
        },
        "remarketingLists": {
          "type": "array",
          "description": "Remarketing list collection.",
          "items": {
            "$ref": "RemarketingList"
          }
        }
      }
    },
    "IngestionErrorRecord": {
      "description": "Contains the ingestion error record of the dynamic feed. limited to 100 records.",
      "id": "IngestionErrorRecord",
      "properties": {
        "errors": {
          "type": "array",
          "description": "Output only. The list of field errors of the ingestion error record.",
          "readOnly": true,
          "items": {
            "$ref": "FieldError"
          }
        },
        "recordId": {
          "readOnly": true,
          "description": "Output only. The record ID of the ingestion error record.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ContentSourceMetaData": {
      "type": "object",
      "description": "Contains the meta data of the content source. This is a read-only field.",
      "id": "ContentSourceMetaData",
      "properties": {
        "charset": {
          "readOnly": true,
          "description": "Output only. The charset of the content source.",
          "type": "string"
        },
        "separator": {
          "description": "Output only. The separator of the content source.",
          "readOnly": true,
          "type": "string"
        },
        "rowNumber": {
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The number of rows in the content source.",
          "type": "integer"
        },
        "fieldNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Output only. The list of column names in the content source.",
          "readOnly": true
        }
      }
    },
    "BillingAssignmentsListResponse": {
      "type": "object",
      "id": "BillingAssignmentsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignmentsListResponse\".",
          "type": "string"
        },
        "billingAssignments": {
          "type": "array",
          "items": {
            "$ref": "BillingAssignment"
          },
          "description": "Billing assignments collection."
        }
      },
      "description": "Billing assignment List Response"
    },
    "AdvertiserGroupsListResponse": {
      "description": "Advertiser Group List Response",
      "type": "object",
      "id": "AdvertiserGroupsListResponse",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "advertiserGroups": {
          "items": {
            "$ref": "AdvertiserGroup"
          },
          "type": "array",
          "description": "Advertiser group collection."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroupsListResponse\"."
        }
      }
    },
    "ConversionsBatchUpdateRequest": {
      "type": "object",
      "description": "Update Conversions Request.",
      "properties": {
        "conversions": {
          "description": "The set of conversions to update.",
          "type": "array",
          "items": {
            "$ref": "Conversion"
          }
        },
        "encryptionInfo": {
          "description": "Describes how encryptedUserId is encrypted. This is a required field if encryptedUserId is used.",
          "$ref": "EncryptionInfo"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateRequest\".",
          "type": "string"
        }
      },
      "id": "ConversionsBatchUpdateRequest"
    },
    "BillingProfilesListResponse": {
      "description": "Billing profile List Response",
      "id": "BillingProfilesListResponse",
      "properties": {
        "billingProfiles": {
          "description": "Billing profiles collection.",
          "items": {
            "$ref": "BillingProfile"
          },
          "type": "array"
        },
        "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"
        }
      },
      "type": "object"
    },
    "OffsetPosition": {
      "description": "Offset Position.",
      "type": "object",
      "properties": {
        "left": {
          "format": "int32",
          "type": "integer",
          "description": "Offset distance from left side of an asset or a window."
        },
        "top": {
          "type": "integer",
          "format": "int32",
          "description": "Offset distance from top side of an asset or a window."
        }
      },
      "id": "OffsetPosition"
    },
    "CrossMediaReachReportCompatibleFields": {
      "type": "object",
      "properties": {
        "dimensionFilters": {
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "type": "array"
        },
        "dimensions": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" 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": {
          "description": "The kind of resource this is, in this case dfareporting#crossMediaReachReportCompatibleFields.",
          "type": "string"
        }
      },
      "id": "CrossMediaReachReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\"."
    },
    "PlacementsGenerateTagsResponse": {
      "description": "Placement GenerateTags Response",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementsGenerateTagsResponse\".",
          "type": "string"
        },
        "placementTags": {
          "items": {
            "$ref": "PlacementTag"
          },
          "description": "Set of generated tags for the specified placements.",
          "type": "array"
        }
      },
      "id": "PlacementsGenerateTagsResponse"
    },
    "CreativeGroupAssignment": {
      "id": "CreativeGroupAssignment",
      "properties": {
        "creativeGroupNumber": {
          "description": "Creative group number of the creative group assignment.",
          "type": "string",
          "enum": [
            "CREATIVE_GROUP_ONE",
            "CREATIVE_GROUP_TWO"
          ],
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "creativeGroupId": {
          "type": "string",
          "description": "ID of the creative group to be assigned.",
          "format": "int64"
        }
      },
      "type": "object",
      "description": "Creative Group Assignment."
    },
    "DayPartTargeting": {
      "id": "DayPartTargeting",
      "properties": {
        "daysOfWeek": {
          "items": {
            "type": "string",
            "enum": [
              "SUNDAY",
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "type": "array",
          "description": "Days of the week when the ad will serve. Acceptable values are: - \"SUNDAY\" - \"MONDAY\" - \"TUESDAY\" - \"WEDNESDAY\" - \"THURSDAY\" - \"FRIDAY\" - \"SATURDAY\" "
        },
        "userLocalTime": {
          "description": "Whether or not to use the user's local time. If false, the America/New York time zone applies.",
          "type": "boolean"
        },
        "hoursOfDay": {
          "description": "Hours of the day when the ad will serve, where 0 is midnight to 1 AM and 23 is 11 PM to midnight. Can be specified with days of week, in which case the ad would serve during these hours on the specified days. For example if Monday, Wednesday, Friday are the days of week specified and 9-10am, 3-5pm (hours 9, 15, and 16) is specified, the ad would serve Monday, Wednesdays, and Fridays at 9-10am and 3-5pm. Acceptable values are 0 to 23, inclusive.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        }
      },
      "description": "Day Part Targeting.",
      "type": "object"
    },
    "CreativeCustomEvent": {
      "type": "object",
      "description": "Creative Custom Event.",
      "properties": {
        "advertiserCustomEventId": {
          "type": "string",
          "format": "int64",
          "description": "Unique ID of this event used by Reporting and Data Transfer. This is a read-only field."
        },
        "id": {
          "format": "int64",
          "description": "ID of this event. This is a required field and should not be modified after insertion.",
          "type": "string"
        },
        "artworkType": {
          "enumDescriptions": [
            "The creative is a Flash creative.",
            "The creative is HTML5.",
            "The creative is HTML5 if available, Flash otherwise.",
            "The creative is Image."
          ],
          "type": "string",
          "description": "Artwork type used by the creative.This is a read-only field.",
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ]
        },
        "popupWindowProperties": {
          "$ref": "PopupWindowProperties",
          "description": "Properties for rich media popup windows. This field is used only for exit events."
        },
        "advertiserCustomEventType": {
          "type": "string",
          "enum": [
            "ADVERTISER_EVENT_TIMER",
            "ADVERTISER_EVENT_EXIT",
            "ADVERTISER_EVENT_COUNTER"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Type of the event. This is a read-only field."
        },
        "videoReportingId": {
          "description": "Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.",
          "type": "string"
        },
        "exitClickThroughUrl": {
          "description": "Exit click-through URL for the event. This field is used only for exit events.",
          "$ref": "CreativeClickThroughUrl"
        },
        "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": {
          "enumDescriptions": [
            "New tab",
            "Current tab",
            "Same frame",
            "Parent frame",
            "New window with properties specified in window_properties"
          ],
          "description": "Target type used by the event.",
          "enum": [
            "TARGET_BLANK",
            "TARGET_TOP",
            "TARGET_SELF",
            "TARGET_PARENT",
            "TARGET_POPUP"
          ],
          "type": "string"
        },
        "advertiserCustomEventName": {
          "type": "string",
          "description": "User-entered name for the event."
        }
      },
      "id": "CreativeCustomEvent"
    },
    "AccountPermissionsListResponse": {
      "description": "Account Permission List Response",
      "properties": {
        "accountPermissions": {
          "items": {
            "$ref": "AccountPermission"
          },
          "type": "array",
          "description": "Account permission collection."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionsListResponse\"."
        }
      },
      "id": "AccountPermissionsListResponse",
      "type": "object"
    },
    "CampaignSummary": {
      "properties": {
        "preTaxAmountMicros": {
          "format": "int64",
          "type": "string",
          "description": "The pre-tax amount for this campaign, in micros of the invoice's currency."
        },
        "billingInvoiceCode": {
          "description": "Campaign billing invoice code.",
          "type": "string"
        },
        "taxAmountMicros": {
          "type": "string",
          "description": "The tax amount for this campaign, in micros of the invoice's currency.",
          "format": "int64"
        },
        "totalAmountMicros": {
          "format": "int64",
          "type": "string",
          "description": "The total amount of charges for this campaign, in micros of the invoice's currency."
        },
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID."
        }
      },
      "id": "CampaignSummary",
      "type": "object",
      "description": "Represents a summarized campaign information associated with this invoice."
    },
    "ReportDataRow": {
      "properties": {
        "values": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "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 \"-\"."
        }
      },
      "description": "A row of report data.",
      "id": "ReportDataRow",
      "type": "object"
    },
    "KeyValueTargetingExpression": {
      "description": "Key Value Targeting Expression.",
      "type": "object",
      "properties": {
        "expression": {
          "description": "Keyword expression being targeted by the ad.",
          "type": "string"
        }
      },
      "id": "KeyValueTargetingExpression"
    },
    "AccountUserProfile": {
      "id": "AccountUserProfile",
      "properties": {
        "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"
        },
        "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."
        },
        "advertiserFilter": {
          "description": "Filter that describes which advertisers are visible to the user profile.",
          "$ref": "ObjectFilter"
        },
        "traffickerType": {
          "description": "Trafficker type of this user profile. This is a read-only field.",
          "enum": [
            "INTERNAL_NON_TRAFFICKER",
            "INTERNAL_TRAFFICKER",
            "EXTERNAL_TRAFFICKER"
          ],
          "enumDescriptions": [
            "Internal profile, but is not a trafficker.",
            "Internal profile who is a trafficker.",
            "External profile who is a trafficker."
          ],
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfile\"."
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of the user profile. This is a read-only field that can be left blank."
        },
        "name": {
          "description": "Name of the user profile. This is a required field. Must be less than 64 characters long, must be globally unique, and cannot contain whitespace or any of the following characters: \"&;\u003c\u003e\"#%,\".",
          "type": "string"
        },
        "id": {
          "description": "ID of the user profile. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "userAccessType": {
          "description": "User type of the user profile. This is a read-only field that can be left blank.",
          "enumDescriptions": [
            "Normal user managed by the customer.",
            "Super user managed by internal support teams.",
            "Internal administrator having super user access to only a specific set of networks.",
            "A super-user without permission to mutate any data."
          ],
          "type": "string",
          "enum": [
            "NORMAL_USER",
            "SUPER_USER",
            "INTERNAL_ADMINISTRATOR",
            "READ_ONLY_SUPER_USER"
          ]
        },
        "siteFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which sites are visible to the user profile."
        },
        "userRoleFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which user roles are visible to the user profile."
        },
        "locale": {
          "description": "Locale of the user profile. This is a required field. Acceptable values are: - \"cs\" (Czech) - \"de\" (German) - \"en\" (English) - \"en-GB\" (English United Kingdom) - \"es\" (Spanish) - \"fr\" (French) - \"it\" (Italian) - \"ja\" (Japanese) - \"ko\" (Korean) - \"pl\" (Polish) - \"pt-BR\" (Portuguese Brazil) - \"ru\" (Russian) - \"sv\" (Swedish) - \"tr\" (Turkish) - \"zh-CN\" (Chinese Simplified) - \"zh-TW\" (Chinese Traditional) ",
          "type": "string"
        },
        "subaccountId": {
          "description": "Subaccount ID of the user profile. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "userRoleId": {
          "format": "int64",
          "type": "string",
          "description": "User role ID of the user profile. This is a required field."
        },
        "comments": {
          "type": "string",
          "description": "Comments for this user profile."
        },
        "campaignFilter": {
          "$ref": "ObjectFilter",
          "description": "Filter that describes which campaigns are visible to the user profile."
        }
      },
      "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.",
      "type": "object"
    },
    "MobileAppsListResponse": {
      "type": "object",
      "id": "MobileAppsListResponse",
      "description": "Mobile app List Response",
      "properties": {
        "mobileApps": {
          "description": "Mobile apps collection.",
          "items": {
            "$ref": "MobileApp"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileAppsListResponse\".",
          "type": "string"
        }
      }
    },
    "UserRolePermission": {
      "id": "UserRolePermission",
      "type": "object",
      "description": "Contains properties of a user role permission.",
      "properties": {
        "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."
          ],
          "description": "Levels of availability for a user role permission.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this user role permission."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this user role permission."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermission\".",
          "type": "string"
        },
        "permissionGroupId": {
          "type": "string",
          "description": "ID of the permission group that this user role permission belongs to.",
          "format": "int64"
        }
      }
    },
    "TargetableRemarketingList": {
      "type": "object",
      "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.",
      "properties": {
        "accountId": {
          "type": "string",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "format": "int64"
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Dimension value for the advertiser ID that owns this targetable remarketing list."
        },
        "active": {
          "description": "Whether this targetable remarketing list is active.",
          "type": "boolean"
        },
        "listSource": {
          "type": "string",
          "enum": [
            "REMARKETING_LIST_SOURCE_OTHER",
            "REMARKETING_LIST_SOURCE_ADX",
            "REMARKETING_LIST_SOURCE_DFP",
            "REMARKETING_LIST_SOURCE_XFP",
            "REMARKETING_LIST_SOURCE_DFA",
            "REMARKETING_LIST_SOURCE_GA",
            "REMARKETING_LIST_SOURCE_YOUTUBE",
            "REMARKETING_LIST_SOURCE_DBM",
            "REMARKETING_LIST_SOURCE_GPLUS",
            "REMARKETING_LIST_SOURCE_DMP",
            "REMARKETING_LIST_SOURCE_PLAY_STORE"
          ],
          "description": "Product from which this targetable remarketing list was originated.",
          "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"
          ]
        },
        "name": {
          "description": "Name of the targetable remarketing list. Is no greater than 128 characters long.",
          "type": "string"
        },
        "subaccountId": {
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingList\".",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "Targetable remarketing list ID.",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser.",
          "$ref": "DimensionValue"
        },
        "listSize": {
          "format": "int64",
          "type": "string",
          "description": "Number of users currently in the list. This is a read-only field."
        },
        "lifeSpan": {
          "type": "string",
          "description": "Number of days that a user should remain in the targetable remarketing list without an impression.",
          "format": "int64"
        },
        "description": {
          "description": "Targetable remarketing list description.",
          "type": "string"
        }
      },
      "id": "TargetableRemarketingList"
    },
    "CreativeRotation": {
      "id": "CreativeRotation",
      "description": "Creative Rotation.",
      "properties": {
        "weightCalculationStrategy": {
          "enum": [
            "WEIGHT_STRATEGY_EQUAL",
            "WEIGHT_STRATEGY_CUSTOM",
            "WEIGHT_STRATEGY_HIGHEST_CTR",
            "WEIGHT_STRATEGY_OPTIMIZED"
          ],
          "description": "Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM.",
          "type": "string",
          "enumDescriptions": [
            "The creative weights should all be equal to 1. This is the default value for all ads with a rotation type of Random.",
            "The creative weights can be any user provided positive integer.",
            "The weights will be automatically calculated giving preference to the creative that has the highest CTR. The CTR for campaigns that are optimized for clicks = clicks/impressions. The CTR for campaigns that are optimized for view-through or click through is sum(activities + floodlight weight)/impressions.",
            "The creative weights will be automatically calculated using a formula that could not possibly be explained in these comments. The value will be within some predetermined range (probably 0 - 1,000,000)."
          ]
        },
        "type": {
          "type": "string",
          "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."
          ],
          "description": "Type of creative rotation. Can be used to specify whether to use sequential or random rotation.",
          "enum": [
            "CREATIVE_ROTATION_TYPE_SEQUENTIAL",
            "CREATIVE_ROTATION_TYPE_RANDOM"
          ]
        },
        "creativeOptimizationConfigurationId": {
          "description": "Creative optimization configuration that is used by this ad. It should refer to one of the existing optimization configurations in the ad's campaign. If it is unset or set to 0, then the campaign's default optimization configuration will be used for this ad.",
          "type": "string",
          "format": "int64"
        },
        "creativeAssignments": {
          "description": "Creative assignments in this creative rotation.",
          "type": "array",
          "items": {
            "$ref": "CreativeAssignment"
          }
        }
      },
      "type": "object"
    },
    "Site": {
      "type": "object",
      "properties": {
        "directorySiteId": {
          "description": "Directory site associated with this site. This is a required field that is read-only after insertion.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#site\"."
        },
        "accountId": {
          "description": "Account ID of this site. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "approved": {
          "type": "boolean",
          "description": "Whether this site is approved."
        },
        "videoSettings": {
          "$ref": "SiteVideoSettings",
          "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."
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this site. This is a read-only, auto-generated field."
        },
        "adServingPlatformId": {
          "type": "string",
          "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",
          "format": "int64"
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this site. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "id": {
          "description": "ID of this site. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "siteContacts": {
          "type": "array",
          "description": "Site contacts.",
          "items": {
            "$ref": "SiteContact"
          }
        },
        "directorySiteIdDimensionValue": {
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "siteSettings": {
          "description": "Site-wide settings.",
          "$ref": "SiteSettings"
        },
        "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"
        },
        "keyName": {
          "description": "Key name of this site. This is a read-only, auto-generated field.",
          "type": "string"
        }
      },
      "id": "Site",
      "description": "Contains properties of a site."
    },
    "CampaignsListResponse": {
      "type": "object",
      "properties": {
        "campaigns": {
          "type": "array",
          "items": {
            "$ref": "Campaign"
          },
          "description": "Campaign collection."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignsListResponse\"."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "id": "CampaignsListResponse",
      "description": "Campaign List Response"
    },
    "CustomValueField": {
      "id": "CustomValueField",
      "description": "Contains custom value field information.",
      "properties": {
        "requestKey": {
          "type": "string",
          "description": "Optional. Custom key used to match for auto filtering."
        },
        "fieldId": {
          "type": "integer",
          "description": "Optional. Field ID in the element.",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "UserRolePermissionGroup": {
      "description": "Represents a grouping of related user role permissions.",
      "id": "UserRolePermissionGroup",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of this user role permission group."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroup\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this user role permission.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "CitiesListResponse": {
      "description": "City List Response",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#citiesListResponse\".",
          "type": "string"
        },
        "cities": {
          "items": {
            "$ref": "City"
          },
          "description": "City collection.",
          "type": "array"
        }
      },
      "id": "CitiesListResponse"
    },
    "TvCampaignSummary": {
      "type": "object",
      "properties": {
        "endDate": {
          "type": "string",
          "description": "The end date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\"."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\"."
        },
        "grp": {
          "type": "string",
          "description": "GRP of this TV campaign.",
          "format": "int64"
        },
        "type": {
          "type": "string",
          "enum": [
            "CAMPAIGN_COMPONENT_TYPE_UNSPECIFIED",
            "COMPANY",
            "BRAND",
            "PRODUCT",
            "CAMPAIGN"
          ],
          "description": "\"CampaignComponentType\" of this TV campaign.",
          "enumDescriptions": [
            "Required to exist; do not use.",
            "Company.",
            "Brand.",
            "Product.",
            "Campaign."
          ]
        },
        "id": {
          "type": "string",
          "description": "ID of this TV campaign."
        },
        "impressions": {
          "format": "int64",
          "description": "Impressions across the entire TV campaign.",
          "type": "string"
        },
        "startDate": {
          "description": "The start date of the TV campaign, inclusive. A string of the format: \"yyyy-MM-dd\".",
          "type": "string"
        },
        "name": {
          "description": "Identifier. Name of this TV campaign.",
          "type": "string"
        },
        "spend": {
          "format": "double",
          "type": "number",
          "description": "Spend across the entire TV campaign."
        }
      },
      "id": "TvCampaignSummary",
      "description": "TvCampaignSummary contains aggregate data from a TV campaign."
    },
    "ConversionsBatchInsertResponse": {
      "description": "Insert Conversions Response.",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertResponse\"."
        },
        "status": {
          "description": "The insert status of each conversion. Statuses are returned in the same order that conversions are inserted.",
          "type": "array",
          "items": {
            "$ref": "ConversionStatus"
          }
        },
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to insert.",
          "type": "boolean"
        }
      },
      "id": "ConversionsBatchInsertResponse",
      "type": "object"
    },
    "DimensionValueList": {
      "id": "DimensionValueList",
      "description": "Represents the list of DimensionValue resources.",
      "type": "object",
      "properties": {
        "items": {
          "description": "The dimension values returned in this response.",
          "type": "array",
          "items": {
            "$ref": "DimensionValue"
          }
        },
        "nextPageToken": {
          "type": "string",
          "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."
        },
        "kind": {
          "type": "string",
          "description": "The kind of list this is, in this case dfareporting#dimensionValueList."
        },
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        }
      }
    },
    "OperatingSystemsListResponse": {
      "description": "Operating System List Response",
      "id": "OperatingSystemsListResponse",
      "type": "object",
      "properties": {
        "operatingSystems": {
          "type": "array",
          "description": "Operating system collection.",
          "items": {
            "$ref": "OperatingSystem"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemsListResponse\"."
        }
      }
    },
    "Creative": {
      "properties": {
        "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."
        },
        "active": {
          "type": "boolean",
          "description": "Whether the creative is active. Applicable to all creative types."
        },
        "sslOverride": {
          "type": "boolean",
          "description": "Whether creative should be treated as SSL compliant even if the system scan shows it's not. Applicable to all creative types."
        },
        "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"
        },
        "subaccountId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "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."
        },
        "adParameters": {
          "type": "string",
          "description": "Ad parameters user for VPAID creative. This is a read-only field. Applicable to the following creative types: all VPAID."
        },
        "htmlCodeLocked": {
          "description": "Whether HTML code is generated by Campaign Manager or manually entered. Set to true to ignore changes to htmlCode. Applicable to the following creative types: FLASH_INPAGE and HTML5_BANNER.",
          "type": "boolean"
        },
        "thirdPartyUrls": {
          "type": "array",
          "items": {
            "$ref": "ThirdPartyTrackingUrl"
          },
          "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."
        },
        "customKeyValues": {
          "description": "Custom key-values for a Rich Media creative. Key-values let you customize the creative settings of a Rich Media ad running on your site without having to contact the advertiser. You can use key-values to dynamically change the look or functionality of a creative. Applicable to the following creative types: all RICH_MEDIA, and all VPAID.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "progressOffset": {
          "$ref": "VideoOffset",
          "description": "Amount of time to play the video before counting a view. Applicable to the following creative types: all INSTREAM_VIDEO."
        },
        "companionCreatives": {
          "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"
          },
          "type": "array"
        },
        "thirdPartyBackupImageImpressionsUrl": {
          "description": "Third-party URL used to record backup image impressions. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "studioTraffickedCreativeId": {
          "format": "int64",
          "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."
        },
        "mediaDuration": {
          "type": "number",
          "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.",
          "format": "float"
        },
        "advertiserId": {
          "description": "Required. Advertiser ID of this creative. This is a required field. Applicable to all creative types.",
          "type": "string",
          "format": "int64"
        },
        "adTagKeys": {
          "items": {
            "type": "string"
          },
          "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.",
          "type": "array"
        },
        "creativeAssets": {
          "items": {
            "$ref": "CreativeAsset"
          },
          "description": "Assets associated with a creative. Applicable to all but the following creative types: INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and REDIRECT",
          "type": "array"
        },
        "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."
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this creative. This is a read-only field. Applicable to all creative types."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creative\".",
          "type": "string"
        },
        "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"
        },
        "allowScriptAccess": {
          "type": "boolean",
          "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."
        },
        "backgroundColor": {
          "type": "string",
          "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."
        },
        "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"
        },
        "archived": {
          "description": "Whether the creative is archived. Applicable to all creative types.",
          "type": "boolean"
        },
        "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"
        },
        "backupImageClickThroughUrl": {
          "description": "Click-through URL for backup image. Applicable to ENHANCED_BANNER when the primary asset type is not HTML_IMAGE.",
          "$ref": "CreativeClickThroughUrl"
        },
        "renderingId": {
          "format": "int64",
          "description": "ID of current rendering version. This is a read-only field. Applicable to all creative types.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Required. Name of the creative. This must be less than 256 characters long. Applicable to all creative types."
        },
        "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."
        },
        "commercialId": {
          "description": "Industry standard ID assigned to creative for reach and frequency. Applicable to INSTREAM_VIDEO_REDIRECT creatives.",
          "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.",
          "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."
          ],
          "type": "string",
          "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"
          ]
        },
        "id": {
          "description": "ID of this creative. This is a read-only, auto-generated field. Applicable to all creative types.",
          "type": "string",
          "format": "int64"
        },
        "sslCompliant": {
          "description": "Whether the creative is SSL-compliant. This is a read-only field. Applicable to all creative types.",
          "type": "boolean"
        },
        "clickTags": {
          "type": "array",
          "items": {
            "$ref": "ClickTag"
          },
          "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."
        },
        "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"
        },
        "artworkType": {
          "enum": [
            "ARTWORK_TYPE_FLASH",
            "ARTWORK_TYPE_HTML5",
            "ARTWORK_TYPE_MIXED",
            "ARTWORK_TYPE_IMAGE"
          ],
          "type": "string",
          "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."
          ]
        },
        "accountId": {
          "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.",
          "type": "string",
          "format": "int64"
        },
        "syntheticContentAttestationStatus": {
          "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)",
          "type": "string",
          "enumDescriptions": [
            "No attestation has been provided.",
            "Attested as created or edited using AI.",
            "Attested as not created or edited using AI."
          ]
        },
        "lastModifiedInfo": {
          "description": "Creative last modification information. This is a read-only field. Applicable to all creative types.",
          "$ref": "LastModifiedInfo"
        },
        "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.",
          "$ref": "Size"
        },
        "obaIcon": {
          "description": "Online behavioral advertising icon to be added to the creative. Applicable to the following creative types: all INSTREAM_VIDEO.",
          "$ref": "ObaIcon"
        },
        "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.",
          "format": "int64",
          "type": "string"
        },
        "authoringTool": {
          "description": "Authoring tool for HTML5 banner creatives. This is a read-only field. Applicable to the following creative types: HTML5_BANNER.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "NINJA",
            "SWIFFY"
          ],
          "type": "string"
        },
        "studioCreativeId": {
          "type": "string",
          "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"
        },
        "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"
        },
        "totalFileSize": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "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"
        },
        "timerCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "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.",
          "type": "array"
        },
        "htmlCode": {
          "description": "HTML code for the creative. This is a required field when applicable. This field is ignored if htmlCodeLocked is true. Applicable to the following creative types: all CUSTOM, FLASH_INPAGE, and HTML5_BANNER, and all RICH_MEDIA.",
          "type": "string"
        },
        "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\" ",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "Deprecated enum value. No longer supported.",
              "Deprecated enum value. No longer supported.",
              "",
              ""
            ],
            "type": "string",
            "enum": [
              "DISPLAY",
              "DISPLAY_INTERSTITIAL",
              "APP",
              "APP_INTERSTITIAL",
              "IN_STREAM_VIDEO",
              "IN_STREAM_AUDIO"
            ]
          },
          "type": "array"
        },
        "thirdPartyRichMediaImpressionsUrl": {
          "type": "string",
          "description": "Third-party URL used to record rich media impressions. Applicable to the following creative types: all RICH_MEDIA."
        },
        "version": {
          "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.",
          "type": "integer",
          "format": "int32"
        },
        "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"
        },
        "latestTraffickedCreativeId": {
          "type": "string",
          "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.",
          "format": "int64"
        },
        "backupImageFeatures": {
          "type": "array",
          "items": {
            "enum": [
              "CSS_FONT_FACE",
              "CSS_BACKGROUND_SIZE",
              "CSS_BORDER_IMAGE",
              "CSS_BORDER_RADIUS",
              "CSS_BOX_SHADOW",
              "CSS_FLEX_BOX",
              "CSS_HSLA",
              "CSS_MULTIPLE_BGS",
              "CSS_OPACITY",
              "CSS_RGBA",
              "CSS_TEXT_SHADOW",
              "CSS_ANIMATIONS",
              "CSS_COLUMNS",
              "CSS_GENERATED_CONTENT",
              "CSS_GRADIENTS",
              "CSS_REFLECTIONS",
              "CSS_TRANSFORMS",
              "CSS_TRANSFORMS3D",
              "CSS_TRANSITIONS",
              "APPLICATION_CACHE",
              "CANVAS",
              "CANVAS_TEXT",
              "DRAG_AND_DROP",
              "HASH_CHANGE",
              "HISTORY",
              "AUDIO",
              "VIDEO",
              "INDEXED_DB",
              "INPUT_ATTR_AUTOCOMPLETE",
              "INPUT_ATTR_AUTOFOCUS",
              "INPUT_ATTR_LIST",
              "INPUT_ATTR_PLACEHOLDER",
              "INPUT_ATTR_MAX",
              "INPUT_ATTR_MIN",
              "INPUT_ATTR_MULTIPLE",
              "INPUT_ATTR_PATTERN",
              "INPUT_ATTR_REQUIRED",
              "INPUT_ATTR_STEP",
              "INPUT_TYPE_SEARCH",
              "INPUT_TYPE_TEL",
              "INPUT_TYPE_URL",
              "INPUT_TYPE_EMAIL",
              "INPUT_TYPE_DATETIME",
              "INPUT_TYPE_DATE",
              "INPUT_TYPE_MONTH",
              "INPUT_TYPE_WEEK",
              "INPUT_TYPE_TIME",
              "INPUT_TYPE_DATETIME_LOCAL",
              "INPUT_TYPE_NUMBER",
              "INPUT_TYPE_RANGE",
              "INPUT_TYPE_COLOR",
              "LOCAL_STORAGE",
              "POST_MESSAGE",
              "SESSION_STORAGE",
              "WEB_SOCKETS",
              "WEB_SQL_DATABASE",
              "WEB_WORKERS",
              "GEO_LOCATION",
              "INLINE_SVG",
              "SMIL",
              "SVG_HREF",
              "SVG_CLIP_PATHS",
              "TOUCH",
              "WEBGL",
              "SVG_FILTERS",
              "SVG_FE_IMAGE"
            ],
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "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."
        },
        "counterCustomEvents": {
          "description": "List of counter events configured for the creative. For DISPLAY_IMAGE_GALLERY creatives, these are read-only and auto-generated from clickTags. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID.",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array"
        },
        "autoAdvanceImages": {
          "description": "Whether images are automatically advanced for image gallery creatives. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY.",
          "type": "boolean"
        },
        "type": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "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.",
          "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"
          ]
        },
        "renderingIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the rendering ID of this creative. This is a read-only field. Applicable to all creative types."
        },
        "overrideCss": {
          "description": "Override CSS value for rich media creatives. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "string"
        },
        "creativeFieldAssignments": {
          "type": "array",
          "description": "Creative field assignments for this creative. Applicable to all creative types.",
          "items": {
            "$ref": "CreativeFieldAssignment"
          }
        },
        "additionalSizes": {
          "items": {
            "$ref": "Size"
          },
          "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"
        }
      },
      "id": "Creative",
      "description": "Contains properties of a Creative.",
      "type": "object"
    },
    "ConnectionTypesListResponse": {
      "type": "object",
      "properties": {
        "connectionTypes": {
          "type": "array",
          "items": {
            "$ref": "ConnectionType"
          },
          "description": "Collection of connection types such as broadband and mobile."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionTypesListResponse\"."
        }
      },
      "id": "ConnectionTypesListResponse",
      "description": "Connection Type List Response"
    },
    "FloodlightConfigurationsListResponse": {
      "description": "Floodlight Configuration List Response",
      "id": "FloodlightConfigurationsListResponse",
      "properties": {
        "floodlightConfigurations": {
          "description": "Floodlight configuration collection.",
          "items": {
            "$ref": "FloodlightConfiguration"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfigurationsListResponse\"."
        }
      },
      "type": "object"
    },
    "FloodlightActivitiesListResponse": {
      "type": "object",
      "properties": {
        "floodlightActivities": {
          "description": "Floodlight activity collection.",
          "items": {
            "$ref": "FloodlightActivity"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesListResponse\".",
          "type": "string"
        }
      },
      "id": "FloodlightActivitiesListResponse",
      "description": "Floodlight Activity List Response"
    },
    "DefaultClickThroughEventTagProperties": {
      "type": "object",
      "id": "DefaultClickThroughEventTagProperties",
      "properties": {
        "overrideInheritedEventTag": {
          "type": "boolean",
          "description": "Whether this entity should override the inherited default click-through event tag with its own defined value."
        },
        "defaultClickThroughEventTagId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the click-through event tag to apply to all ads in this entity's scope."
        }
      },
      "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."
    },
    "Recipient": {
      "id": "Recipient",
      "description": "Represents a recipient.",
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#recipient.",
          "type": "string"
        },
        "deliveryType": {
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "LINK",
            "ATTACHMENT"
          ],
          "type": "string",
          "description": "The delivery type for the recipient."
        },
        "email": {
          "description": "The email address of the recipient.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CreativesListResponse": {
      "id": "CreativesListResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "creatives": {
          "description": "Creative collection.",
          "type": "array",
          "items": {
            "$ref": "Creative"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativesListResponse\"."
        }
      },
      "description": "Creative List Response",
      "type": "object"
    },
    "Region": {
      "id": "Region",
      "properties": {
        "countryCode": {
          "description": "Country code of the country to which this region belongs.",
          "type": "string"
        },
        "regionCode": {
          "type": "string",
          "description": "Region code."
        },
        "dartId": {
          "format": "int64",
          "description": "DART ID of this region.",
          "type": "string"
        },
        "name": {
          "description": "Name of this region.",
          "type": "string"
        },
        "countryDartId": {
          "format": "int64",
          "description": "DART ID of the country to which this region belongs.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#region\"."
        }
      },
      "description": "Contains information about a region that can be targeted by ads.",
      "type": "object"
    },
    "AccountPermissionGroupsListResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroupGroupsListResponse\".",
          "type": "string"
        },
        "accountPermissionGroups": {
          "items": {
            "$ref": "AccountPermissionGroup"
          },
          "type": "array",
          "description": "Account permission group collection."
        }
      },
      "description": "Account Permission Group List Response",
      "id": "AccountPermissionGroupsListResponse",
      "type": "object"
    },
    "RemarketingValueAttribute": {
      "properties": {
        "userAttributeIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Optional. Remarketing user attribute IDs for auto filtering.",
          "type": "array"
        },
        "fieldId": {
          "description": "Optional. Field ID in the element.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "RemarketingValueAttribute",
      "description": "Contains remarketing value attribute information.",
      "type": "object"
    },
    "RequestValue": {
      "id": "RequestValue",
      "description": "Contains request value information.",
      "type": "object",
      "properties": {
        "key": {
          "type": "string",
          "description": "Optional. Custom key in the request. Used only when the field type is CUSTOM_VALUE."
        },
        "excludeFromUserAttributeIds": {
          "description": "Optional. User attribute IDs in the request that should be excluded. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "userAttributeIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Optional. User attribute IDs in the request. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.",
          "type": "array"
        }
      }
    },
    "FrequencyCap": {
      "description": "Frequency Cap.",
      "properties": {
        "impressions": {
          "description": "Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.",
          "format": "int64",
          "type": "string"
        },
        "duration": {
          "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",
          "type": "string"
        }
      },
      "id": "FrequencyCap",
      "type": "object"
    },
    "CustomViewabilityMetricConfiguration": {
      "properties": {
        "audible": {
          "type": "boolean",
          "description": "Whether the video must be audible to count an impression."
        },
        "timePercent": {
          "format": "int32",
          "type": "integer",
          "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."
        },
        "viewabilityPercent": {
          "format": "int32",
          "type": "integer",
          "description": "The percentage of video that must be on screen for the Custom Viewability Metric to count an impression."
        },
        "timeMillis": {
          "description": "The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.",
          "format": "int32",
          "type": "integer"
        }
      },
      "type": "object",
      "description": "The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.",
      "id": "CustomViewabilityMetricConfiguration"
    },
    "PlacementTag": {
      "description": "Placement Tag",
      "id": "PlacementTag",
      "properties": {
        "tagDatas": {
          "description": "Tags generated for this placement.",
          "items": {
            "$ref": "TagData"
          },
          "type": "array"
        },
        "placementId": {
          "description": "Placement ID",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "ContentCategoriesListResponse": {
      "type": "object",
      "properties": {
        "contentCategories": {
          "description": "Content category collection.",
          "items": {
            "$ref": "ContentCategory"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategoriesListResponse\".",
          "type": "string"
        }
      },
      "id": "ContentCategoriesListResponse",
      "description": "Content Category List Response"
    },
    "EventTagOverride": {
      "properties": {
        "id": {
          "format": "int64",
          "description": "ID of this event tag override. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "enabled": {
          "description": "Whether this override is enabled.",
          "type": "boolean"
        }
      },
      "id": "EventTagOverride",
      "description": "Event tag override information.",
      "type": "object"
    },
    "PopupWindowProperties": {
      "id": "PopupWindowProperties",
      "properties": {
        "showScrollBar": {
          "type": "boolean",
          "description": "Whether to display the browser scroll bar."
        },
        "showAddressBar": {
          "description": "Whether to display the browser address bar.",
          "type": "boolean"
        },
        "showMenuBar": {
          "description": "Whether to display the browser menu bar.",
          "type": "boolean"
        },
        "showToolBar": {
          "description": "Whether to display the browser tool bar.",
          "type": "boolean"
        },
        "dimension": {
          "description": "Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID",
          "$ref": "Size"
        },
        "title": {
          "description": "Title of popup window.",
          "type": "string"
        },
        "showStatusBar": {
          "description": "Whether to display the browser status bar.",
          "type": "boolean"
        },
        "offset": {
          "description": "Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.",
          "$ref": "OffsetPosition"
        },
        "positionType": {
          "description": "Popup window position either centered or at specific coordinate.",
          "type": "string",
          "enumDescriptions": [
            "window positioning at center.",
            "window positioning by upper left corner coordinates."
          ],
          "enum": [
            "CENTER",
            "COORDINATES"
          ]
        }
      },
      "description": "Popup Window Properties.",
      "type": "object"
    },
    "CampaignCreativeAssociation": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociation\"."
        },
        "creativeId": {
          "description": "ID of the creative associated with the campaign. This is a required field.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "CampaignCreativeAssociation",
      "type": "object",
      "description": "Identifies a creative which has been associated with a given campaign."
    },
    "OperatingSystemVersionsListResponse": {
      "description": "Operating System Version List Response",
      "type": "object",
      "id": "OperatingSystemVersionsListResponse",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersionsListResponse\"."
        },
        "operatingSystemVersions": {
          "description": "Operating system version collection.",
          "items": {
            "$ref": "OperatingSystemVersion"
          },
          "type": "array"
        }
      }
    },
    "StudioCreativeAsset": {
      "properties": {
        "filesize": {
          "format": "int64",
          "description": "The filesize of the studio creative asset. This is a read-only field.",
          "type": "string"
        },
        "studioCreativeId": {
          "format": "int64",
          "description": "Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set.",
          "type": "string"
        },
        "createInfo": {
          "readOnly": true,
          "description": "Output only. The creation timestamp of the studio creative asset. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "studioAdvertiserId": {
          "description": "Studio advertiser ID of this studio creative asset. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "type": {
          "enumDescriptions": [
            "Unknown type of asset.",
            "The asset is an HTML file.",
            "The asset is a video file.",
            "The asset is an image file.",
            "The asset is a font file."
          ],
          "enum": [
            "UNKNOWN_TYPE",
            "HTML",
            "VIDEO",
            "IMAGE",
            "FONT"
          ],
          "type": "string",
          "description": "The type of the studio creative asset. It is a auto-generated, read-only field."
        },
        "studioAccountId": {
          "type": "string",
          "description": "Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated..",
          "format": "int64"
        },
        "filename": {
          "type": "string",
          "description": "The filename of the studio creative asset. It is default to the original filename of the asset."
        },
        "id": {
          "type": "string",
          "description": "Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field.",
          "format": "int64",
          "readOnly": true
        },
        "videoProcessingData": {
          "description": "The processing data of the studio creative asset. This is a read-only field.",
          "$ref": "VideoProcessingData"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The last modified timestamp of the studio creative asset. This is a read-only field.",
          "readOnly": true
        }
      },
      "id": "StudioCreativeAsset",
      "description": " *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains studio creative asset information.",
      "type": "object"
    },
    "ConversionsBatchUpdateResponse": {
      "properties": {
        "status": {
          "type": "array",
          "description": "The update status of each conversion. Statuses are returned in the same order that conversions are updated.",
          "items": {
            "$ref": "ConversionStatus"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchUpdateResponse\"."
        },
        "hasFailures": {
          "description": "Indicates that some or all conversions failed to update.",
          "type": "boolean"
        }
      },
      "description": "Update Conversions Response.",
      "type": "object",
      "id": "ConversionsBatchUpdateResponse"
    },
    "FloodlightActivitiesGenerateTagResponse": {
      "id": "FloodlightActivitiesGenerateTagResponse",
      "properties": {
        "globalSiteTagGlobalSnippet": {
          "description": "The global snippet section of a Google tag. The Google tag sets new cookies on your domain, which will store a unique identifier for a user or the ad click that brought the user to your site. Learn more.",
          "type": "string"
        },
        "floodlightActivityTag": {
          "description": "Generated tag for this Floodlight activity. For Google tags, this is the event snippet.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivitiesGenerateTagResponse\".",
          "type": "string"
        }
      },
      "description": "Floodlight Activity GenerateTag Response",
      "type": "object"
    },
    "SiteSkippableSetting": {
      "properties": {
        "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": {
          "type": "boolean",
          "description": "Whether the user can skip creatives served to this site. This will act as default for new placements created under this site."
        },
        "progressOffset": {
          "description": "Amount of time to play videos served to this site template before counting a view. Applicable when skippable is true.",
          "$ref": "VideoOffset"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteSkippableSetting\".",
          "type": "string"
        }
      },
      "id": "SiteSkippableSetting",
      "description": "Skippable Settings",
      "type": "object"
    },
    "TranscodeSetting": {
      "type": "object",
      "id": "TranscodeSetting",
      "properties": {
        "enabledVideoFormats": {
          "description": "Allowlist of video formats to be served to this placement. Set this list to null or empty to serve all video formats.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#transcodeSetting\"."
        }
      },
      "description": "Transcode Settings"
    },
    "Dimension": {
      "description": "Represents a dimension.",
      "id": "Dimension",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The dimension name, e.g. advertiser"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimension.",
          "type": "string"
        }
      }
    },
    "MobileApp": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileApp\"."
        },
        "publisherName": {
          "type": "string",
          "description": "Publisher name."
        },
        "id": {
          "description": "ID of this mobile app.",
          "type": "string"
        },
        "directory": {
          "description": "Mobile app directory.",
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "title": {
          "description": "Title of this mobile app.",
          "type": "string"
        }
      },
      "id": "MobileApp",
      "type": "object",
      "description": "Contains information about a mobile app. Used as a landing page deep link."
    },
    "Metro": {
      "type": "object",
      "description": "Contains information about a metro region that can be targeted by ads.",
      "id": "Metro",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of this metro region."
        },
        "dmaId": {
          "format": "int64",
          "description": "DMA ID of this metro region. This is the ID used for targeting and generating reports, and is equivalent to metro_code.",
          "type": "string"
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this metro region."
        },
        "countryCode": {
          "description": "Country code of the country to which this metro region belongs.",
          "type": "string"
        },
        "countryDartId": {
          "type": "string",
          "description": "DART ID of the country to which this metro region belongs.",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metro\".",
          "type": "string"
        },
        "metroCode": {
          "type": "string",
          "description": "Metro code of this metro region. This is equivalent to dma_id."
        }
      }
    },
    "BrowsersListResponse": {
      "description": "Browser List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browsersListResponse\".",
          "type": "string"
        },
        "browsers": {
          "description": "Browser collection.",
          "items": {
            "$ref": "Browser"
          },
          "type": "array"
        }
      },
      "id": "BrowsersListResponse",
      "type": "object"
    },
    "Activities": {
      "properties": {
        "metricNames": {
          "description": "List of names of floodlight activity metrics.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#activities."
        },
        "filters": {
          "type": "array",
          "description": "List of activity filters. The dimension values need to be all either of type \"dfa:activity\" or \"dfa:activityGroup\".",
          "items": {
            "$ref": "DimensionValue"
          }
        }
      },
      "type": "object",
      "description": "Represents an activity group.",
      "id": "Activities"
    },
    "City": {
      "id": "City",
      "properties": {
        "dartId": {
          "description": "DART ID of this city. This is the ID used for targeting and generating reports.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#city\".",
          "type": "string"
        },
        "countryCode": {
          "type": "string",
          "description": "Country code of the country to which this city belongs."
        },
        "metroCode": {
          "description": "Metro region code of the metro region (DMA) to which this city belongs.",
          "type": "string"
        },
        "regionDartId": {
          "description": "DART ID of the region to which this city belongs.",
          "type": "string",
          "format": "int64"
        },
        "metroDmaId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the metro region (DMA) to which this city belongs."
        },
        "countryDartId": {
          "format": "int64",
          "description": "DART ID of the country to which this city belongs.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this city."
        },
        "regionCode": {
          "type": "string",
          "description": "Region code of the region to which this city belongs."
        }
      },
      "description": "Contains information about a city that can be targeted by ads.",
      "type": "object"
    },
    "VideoFormatsListResponse": {
      "type": "object",
      "description": "Video Format List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormatsListResponse\".",
          "type": "string"
        },
        "videoFormats": {
          "description": "Video format collection.",
          "type": "array",
          "items": {
            "$ref": "VideoFormat"
          }
        }
      },
      "id": "VideoFormatsListResponse"
    },
    "RemarketingList": {
      "description": "Contains properties of a remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.",
      "properties": {
        "active": {
          "description": "Whether this remarketing list is active.",
          "type": "boolean"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests."
        },
        "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"
          ],
          "description": "Product from which this remarketing list was originated.",
          "type": "string",
          "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"
          ]
        },
        "name": {
          "type": "string",
          "description": "Name of the remarketing list. This is a required field. Must be no greater than 128 characters long."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "Remarketing list ID. This is a read-only, auto-generated field."
        },
        "listPopulationRule": {
          "$ref": "ListPopulationRule",
          "description": "Rule used to populate the remarketing list with users."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Dimension value for the advertiser ID that owns this remarketing list. This is a required field."
        },
        "description": {
          "description": "Remarketing list description.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingList\".",
          "type": "string"
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.",
          "type": "string"
        },
        "listSize": {
          "format": "int64",
          "type": "string",
          "description": "Number of users currently in the list. This is a read-only field."
        },
        "lifeSpan": {
          "description": "Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "RemarketingList"
    },
    "DirectorySitesListResponse": {
      "description": "Directory Site List Response",
      "type": "object",
      "properties": {
        "directorySites": {
          "type": "array",
          "items": {
            "$ref": "DirectorySite"
          },
          "description": "Directory site collection."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySitesListResponse\".",
          "type": "string"
        }
      },
      "id": "DirectorySitesListResponse"
    },
    "PlacementsListResponse": {
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementsListResponse\"."
        },
        "placements": {
          "description": "Placement collection.",
          "items": {
            "$ref": "Placement"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Placement List Response",
      "id": "PlacementsListResponse"
    },
    "UserRolePermissionsListResponse": {
      "id": "UserRolePermissionsListResponse",
      "type": "object",
      "description": "User Role Permission List Response",
      "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\"."
        }
      }
    },
    "MetrosListResponse": {
      "description": "Metro List Response",
      "id": "MetrosListResponse",
      "type": "object",
      "properties": {
        "metros": {
          "description": "Metro collection.",
          "type": "array",
          "items": {
            "$ref": "Metro"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#metrosListResponse\".",
          "type": "string"
        }
      }
    },
    "PricingSchedulePricingPeriod": {
      "type": "object",
      "description": "Pricing Period",
      "id": "PricingSchedulePricingPeriod",
      "properties": {
        "units": {
          "type": "string",
          "format": "int64",
          "description": "Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive."
        },
        "rateOrCostNanos": {
          "format": "int64",
          "description": "Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive.",
          "type": "string"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "pricingComment": {
          "description": "Comments for this pricing period.",
          "type": "string"
        }
      }
    },
    "MeasurementPartnerWrappingData": {
      "type": "object",
      "id": "MeasurementPartnerWrappingData",
      "properties": {
        "measurementPartner": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "description": "Measurement partner used for wrapping the placement."
        },
        "wrappedTag": {
          "type": "string",
          "description": "Tag provided by the measurement partner during wrapping."
        },
        "linkStatus": {
          "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"
          ],
          "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."
          ],
          "type": "string",
          "description": "Placement wrapping status."
        },
        "tagWrappingMode": {
          "description": "Measurement mode for the wrapped placement.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "BLOCKING",
            "MONITORING",
            "MONITORING_READ_ONLY",
            "VIDEO_PIXEL_MONITORING",
            "TRACKING",
            "VPAID_MONITORING",
            "VPAID_BLOCKING",
            "NON_VPAID_MONITORING",
            "VPAID_ONLY_MONITORING",
            "VPAID_ONLY_BLOCKING",
            "VPAID_ONLY_FILTERING",
            "VPAID_FILTERING",
            "NON_VPAID_FILTERING",
            "BLOCKING_FILTERING_VPAID",
            "BLOCKING_FILTERING_VPAID_ONLY"
          ],
          "type": "string"
        }
      },
      "description": "Placement tag wrapping"
    },
    "AccountUserProfilesListResponse": {
      "id": "AccountUserProfilesListResponse",
      "properties": {
        "accountUserProfiles": {
          "items": {
            "$ref": "AccountUserProfile"
          },
          "type": "array",
          "description": "Account user profile collection."
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountUserProfilesListResponse\".",
          "type": "string"
        }
      },
      "description": "Account User Profile List Response",
      "type": "object"
    },
    "IngestionStatus": {
      "id": "IngestionStatus",
      "properties": {
        "numActiveRows": {
          "format": "int64",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The number of active rows in the feed."
        },
        "numWarningsTotal": {
          "format": "int64",
          "readOnly": true,
          "description": "Output only. The total number of warnings in the feed.",
          "type": "string"
        },
        "numRowsProcessed": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. The number of rows processed in the feed."
        },
        "numRowsWithErrors": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. The number of rows with errors in the feed."
        },
        "numRowsTotal": {
          "format": "int64",
          "description": "Output only. The total number of rows in the feed.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Contains the ingestion status of the dynamic feed.",
      "type": "object"
    },
    "StudioCreativeAssetsResponse": {
      "id": "StudioCreativeAssetsResponse",
      "properties": {
        "assets": {
          "type": "array",
          "description": "The list of studio creative assets.",
          "items": {
            "$ref": "StudioCreativeAsset"
          }
        }
      },
      "type": "object",
      "description": "Response message for DfareportingStudioCreativeAssets.Insert."
    },
    "StudioCreative": {
      "id": "StudioCreative",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. Name of this studio creative. This is a required field on insertion.",
          "type": "string"
        },
        "format": {
          "enum": [
            "UNKNOWN",
            "BANNER",
            "EXPANDING",
            "INTERSTITIAL",
            "VPAID_LINEAR_VIDEO"
          ],
          "type": "string",
          "enumDescriptions": [
            "The format of the studio creative is unknown. This value is unused.",
            "Banner format.",
            "Expanding format.",
            "Intertitial format.",
            "VPAID linear video creative format."
          ],
          "description": "Format of this studio creative. This is a required field on insertion."
        },
        "id": {
          "description": "Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.",
          "readOnly": true,
          "format": "int64",
          "type": "string"
        },
        "createdInfo": {
          "description": "The timestamp when the studio creative was created. This is a read-only, auto-generated field.",
          "$ref": "LastModifiedInfo"
        },
        "studioAccountId": {
          "format": "int64",
          "description": "Studio account ID of this creative. This field, if left unset, will be auto-populated.",
          "type": "string"
        },
        "studioAdvertiserId": {
          "description": "Studio advertiser ID of this studio creative. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "studioCampaignId": {
          "type": "string",
          "description": "Studio campaign ID of this studio creative. This is a required field on insertion.",
          "format": "int64"
        },
        "dimension": {
          "$ref": "StudioCreativeDimension",
          "description": "Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING."
        },
        "backupImageAssetId": {
          "format": "int64",
          "type": "string",
          "description": "Backup image asset ID of this studio creative. It is a required field on insertion."
        },
        "dynamicProfileId": {
          "type": "string",
          "format": "int64",
          "description": "Dynamic profile ID of this studio creative."
        },
        "status": {
          "enumDescriptions": [
            "The status of the studio creative is unknown. This value is unused.",
            "The creative is still being developed.",
            "The creative has been published and is ready for QA.",
            "The creative has failed QA and must be corrected.",
            "The creative has passed QA and is ready to be trafficked.",
            "The creative has been trafficked to an adserver."
          ],
          "type": "string",
          "enum": [
            "UNKNOWN_STATUS",
            "IN_DEVELOPMENT",
            "PUBLISHED",
            "QA_REJECTED",
            "QA_APPROVED",
            "TRAFFICKED"
          ],
          "description": "Output only. Status of this studio creative. It is a read-only field.",
          "readOnly": true
        },
        "lastModifiedInfo": {
          "description": "The timestamp when the studio creative was last modified. This is a read-only, auto-generated field.",
          "$ref": "LastModifiedInfo"
        },
        "assetIds": {
          "description": "List of assets associated with this studio creative. It is a required field on insertion.",
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          }
        }
      },
      "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."
    },
    "LastModifiedInfo": {
      "description": "Modification timestamp.",
      "type": "object",
      "properties": {
        "time": {
          "type": "string",
          "format": "int64",
          "description": "Timestamp of the last change in milliseconds since epoch."
        }
      },
      "id": "LastModifiedInfo"
    },
    "VideoOffset": {
      "id": "VideoOffset",
      "description": "Video Offset",
      "type": "object",
      "properties": {
        "offsetPercentage": {
          "format": "int32",
          "type": "integer",
          "description": "Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive."
        },
        "offsetSeconds": {
          "description": "Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "PlatformTypesListResponse": {
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformTypesListResponse\".",
          "type": "string"
        },
        "platformTypes": {
          "description": "Platform type collection.",
          "type": "array",
          "items": {
            "$ref": "PlatformType"
          }
        }
      },
      "id": "PlatformTypesListResponse",
      "description": "Platform Type List Response"
    },
    "BillingRatesListResponse": {
      "properties": {
        "billingRates": {
          "description": "Billing rates collection.",
          "items": {
            "$ref": "BillingRate"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingRatesListResponse\"."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "description": "Billing Rate List Response",
      "type": "object",
      "id": "BillingRatesListResponse"
    },
    "ListTargetingExpression": {
      "id": "ListTargetingExpression",
      "description": "Remarketing List Targeting Expression.",
      "type": "object",
      "properties": {
        "expression": {
          "description": "Expression describing which lists are being targeted by the ad.",
          "type": "string"
        }
      }
    },
    "Campaign": {
      "type": "object",
      "properties": {
        "audienceSegmentGroups": {
          "type": "array",
          "description": "Audience segment groups assigned to this campaign. Cannot have more than 300 segment groups.",
          "items": {
            "$ref": "AudienceSegmentGroup"
          }
        },
        "externalId": {
          "type": "string",
          "description": "External ID for this campaign."
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the advertiser ID of this campaign. This is a read-only, auto-generated field."
        },
        "euPoliticalAdsDeclaration": {
          "enum": [
            "CONTAINS_EU_POLITICAL_ADS",
            "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.",
          "enumDescriptions": [
            "The campaign contains EU political ads.",
            "The campaign does not contain EU political ads."
          ]
        },
        "subaccountId": {
          "description": "Subaccount ID of this campaign. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "advertiserGroupId": {
          "format": "int64",
          "type": "string",
          "description": "Advertiser group ID of the associated advertiser."
        },
        "creativeOptimizationConfiguration": {
          "description": "Creative optimization configuration for the campaign.",
          "$ref": "CreativeOptimizationConfiguration"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "adBlockingConfiguration": {
          "description": "Ad blocking settings for this campaign.",
          "$ref": "AdBlockingConfiguration"
        },
        "creativeGroupIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "List of creative group IDs that are assigned to the campaign."
        },
        "billingInvoiceCode": {
          "type": "string",
          "description": "Billing invoice code included in the Campaign Manager client billing invoices associated with the campaign."
        },
        "clickThroughUrlSuffixProperties": {
          "$ref": "ClickThroughUrlSuffixProperties",
          "description": "Click-through URL suffix override properties for this campaign."
        },
        "advertiserId": {
          "type": "string",
          "format": "int64",
          "description": "Advertiser ID of this campaign. This is a required field."
        },
        "measurementPartnerLink": {
          "description": "Measurement partner campaign link for tag wrapping.",
          "$ref": "MeasurementPartnerCampaignLink"
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "defaultClickThroughEventTagProperties": {
          "description": "Click-through event tag ID override properties for this campaign.",
          "$ref": "DefaultClickThroughEventTagProperties"
        },
        "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"
        },
        "id": {
          "type": "string",
          "description": "ID of this campaign. This is a read-only auto-generated field.",
          "format": "int64"
        },
        "comment": {
          "type": "string",
          "description": "Arbitrary comments about this campaign. Must be less than 256 characters long."
        },
        "additionalCreativeOptimizationConfigurations": {
          "items": {
            "$ref": "CreativeOptimizationConfiguration"
          },
          "description": "Additional creative optimization configurations for the campaign.",
          "type": "array"
        },
        "createInfo": {
          "description": "Information about the creation of this campaign. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "archived": {
          "type": "boolean",
          "description": "Whether this campaign has been archived."
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this campaign. This is a read-only field."
        },
        "eventTagOverrides": {
          "type": "array",
          "description": "Overrides that can be used to activate or deactivate advertiser event tags.",
          "items": {
            "$ref": "EventTagOverride"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaign\".",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this campaign. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "defaultLandingPageId": {
          "format": "int64",
          "description": "The default landing page ID for this campaign.",
          "type": "string"
        },
        "startDate": {
          "format": "date",
          "type": "string"
        }
      },
      "id": "Campaign",
      "description": "Contains properties of a Campaign Manager campaign."
    },
    "ClickThroughUrlSuffixProperties": {
      "type": "object",
      "id": "ClickThroughUrlSuffixProperties",
      "properties": {
        "overrideInheritedSuffix": {
          "type": "boolean",
          "description": "Whether this entity should override the inherited click-through URL suffix with its own defined value."
        },
        "clickThroughUrlSuffix": {
          "type": "string",
          "description": "Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long."
        }
      },
      "description": "Click Through URL Suffix settings."
    },
    "ContentCategory": {
      "properties": {
        "name": {
          "description": "Name of this content category. This is a required field and must be less than 256 characters long and unique among content categories of the same account.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#contentCategory\".",
          "type": "string"
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of this content category. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this content category. This is a read-only, auto-generated field."
        }
      },
      "id": "ContentCategory",
      "type": "object"
    },
    "SiteSettings": {
      "properties": {
        "activeViewOptOut": {
          "type": "boolean",
          "description": "Whether active view creatives are disabled for this site."
        },
        "tagSetting": {
          "$ref": "TagSetting",
          "description": "Configuration settings for dynamic and image floodlight tags."
        },
        "videoActiveViewOptOutTemplate": {
          "description": "Whether Verification and ActiveView for in-stream video creatives are disabled by default for new placements created under this site. This value will be used to populate the placement.videoActiveViewOptOut field, when no value is specified for the new placement.",
          "type": "boolean"
        },
        "vpaidAdapterChoiceTemplate": {
          "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"
          ],
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "disableNewCookie": {
          "description": "Whether new cookies are disabled for this site.",
          "type": "boolean"
        },
        "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."
        }
      },
      "description": "Site Settings",
      "type": "object",
      "id": "SiteSettings"
    },
    "UserIdentifier": {
      "properties": {
        "addressInfo": {
          "description": "Address information.",
          "$ref": "OfflineUserAddressInfo"
        },
        "hashedPhoneNumber": {
          "type": "string",
          "description": "Hashed phone number using SHA-256 hash function after normalization (E164 standard)."
        },
        "hashedEmail": {
          "description": "Hashed email address using SHA-256 hash function after normalization.",
          "type": "string"
        }
      },
      "description": "User identifying information. Exactly one type of identifier must be specified.",
      "id": "UserIdentifier",
      "type": "object"
    },
    "ListPopulationClause": {
      "id": "ListPopulationClause",
      "description": "A group clause made up of list population terms representing constraints joined by ORs.",
      "type": "object",
      "properties": {
        "terms": {
          "type": "array",
          "description": "Terms of this list population clause. Each clause is made up of list population terms representing constraints and are joined by ORs.",
          "items": {
            "$ref": "ListPopulationTerm"
          }
        }
      }
    },
    "TechnologyTargeting": {
      "type": "object",
      "description": "Technology Targeting.",
      "properties": {
        "platformTypes": {
          "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.",
          "type": "array"
        },
        "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"
        },
        "operatingSystems": {
          "items": {
            "$ref": "OperatingSystem"
          },
          "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.",
          "type": "array"
        },
        "browsers": {
          "items": {
            "$ref": "Browser"
          },
          "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.",
          "type": "array"
        },
        "connectionTypes": {
          "type": "array",
          "description": "Connection types that this ad targets. For each connection type only id is required. The other fields are populated automatically when the ad is inserted or updated.",
          "items": {
            "$ref": "ConnectionType"
          }
        },
        "mobileCarriers": {
          "description": "Mobile carriers that this ad targets. For each mobile carrier only id is required, and the other fields are populated automatically when the ad is inserted or updated. If targeting a mobile carrier, do not set targeting for any zip codes.",
          "type": "array",
          "items": {
            "$ref": "MobileCarrier"
          }
        }
      },
      "id": "TechnologyTargeting"
    },
    "ReportList": {
      "id": "ReportList",
      "description": "Represents the list of reports.",
      "properties": {
        "items": {
          "type": "array",
          "description": "The reports returned in this response.",
          "items": {
            "$ref": "Report"
          }
        },
        "kind": {
          "type": "string",
          "description": "The kind of list this is, in this case dfareporting#reportList."
        },
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        },
        "nextPageToken": {
          "description": "Continuation token used to page through reports. To retrieve the next page of results, set the next request's \"pageToken\" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CreativeGroupsListResponse": {
      "id": "CreativeGroupsListResponse",
      "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#creativeGroupsListResponse\"."
        },
        "creativeGroups": {
          "items": {
            "$ref": "CreativeGroup"
          },
          "description": "Creative group collection.",
          "type": "array"
        }
      },
      "description": "Creative Group List Response",
      "type": "object"
    },
    "OfflineUserAddressInfo": {
      "type": "object",
      "description": "Identify a user by name and address.",
      "properties": {
        "countryCode": {
          "description": "2-letter country code in ISO-3166-1 alpha-2 of the user's address.",
          "type": "string"
        },
        "hashedFirstName": {
          "type": "string",
          "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)."
        },
        "city": {
          "description": "City of the address.",
          "type": "string"
        },
        "state": {
          "type": "string",
          "description": "State code of the address."
        },
        "postalCode": {
          "type": "string",
          "description": "Postal code of the user's address."
        },
        "hashedLastName": {
          "description": "Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).",
          "type": "string"
        },
        "hashedStreetAddress": {
          "type": "string",
          "description": "The street address of the user hashed using SHA-256 hash function after normalization (lower case only)."
        }
      },
      "id": "OfflineUserAddressInfo"
    },
    "CustomRule": {
      "properties": {
        "ruleBlocks": {
          "type": "array",
          "description": "Optional. A list of field filter, the custom rule will apply.",
          "items": {
            "$ref": "RuleBlock"
          }
        },
        "priority": {
          "type": "integer",
          "description": "Optional. Priority of the custom rule.",
          "format": "int32"
        },
        "name": {
          "type": "string",
          "description": "Optional. Name of this custom rule."
        }
      },
      "description": "Contains custom rule information.",
      "id": "CustomRule",
      "type": "object"
    },
    "TagSettings": {
      "id": "TagSettings",
      "type": "object",
      "description": "Dynamic and Image Tag Settings.",
      "properties": {
        "imageTagEnabled": {
          "description": "Whether image tags are enabled.",
          "type": "boolean"
        },
        "dynamicTagEnabled": {
          "description": "Whether dynamic floodlight tags are enabled.",
          "type": "boolean"
        }
      }
    },
    "LanguagesListResponse": {
      "description": "Language List Response",
      "id": "LanguagesListResponse",
      "properties": {
        "languages": {
          "description": "Language collection.",
          "type": "array",
          "items": {
            "$ref": "Language"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#languagesListResponse\"."
        }
      },
      "type": "object"
    },
    "TvCampaignSummariesListResponse": {
      "id": "TvCampaignSummariesListResponse",
      "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": {
          "items": {
            "$ref": "TvCampaignSummary"
          },
          "description": "List of TV campaign summaries.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "PlacementGroupsListResponse": {
      "id": "PlacementGroupsListResponse",
      "description": "Placement Group List Response",
      "properties": {
        "placementGroups": {
          "description": "Placement group collection.",
          "type": "array",
          "items": {
            "$ref": "PlacementGroup"
          }
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementGroupsListResponse\"."
        }
      },
      "type": "object"
    },
    "Placement": {
      "description": "Contains properties of a placement.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Name of this placement.This is a required field and must be less than or equal to 512 characters long.",
          "type": "string"
        },
        "campaignIdDimensionValue": {
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "conversionDomainOverride": {
          "$ref": "PlacementConversionDomainOverride",
          "description": "Optional. Conversion domain overrides for a placement."
        },
        "adServingPlatformId": {
          "type": "string",
          "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",
          "format": "int64"
        },
        "keyName": {
          "description": "Key name of this placement. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "comment": {
          "type": "string",
          "description": "Comments for this placement."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this placement. This is a read-only field."
        },
        "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": {
          "type": "string",
          "format": "int64",
          "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."
        },
        "partnerWrappingData": {
          "description": "Measurement partner provided settings for a wrapped placement.",
          "$ref": "MeasurementPartnerWrappingData"
        },
        "tagSetting": {
          "description": "Tag settings for this placement.",
          "$ref": "TagSetting"
        },
        "tagFormats": {
          "items": {
            "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": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "type": "array",
          "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\" "
        },
        "publisherUpdateInfo": {
          "description": "Information about the last publisher update. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "paymentSource": {
          "type": "string",
          "enum": [
            "PLACEMENT_AGENCY_PAID",
            "PLACEMENT_PUBLISHER_PAID"
          ],
          "description": "Payment source for this placement. This is a required field that is read-only after insertion.",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "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"
        },
        "lookbackConfiguration": {
          "$ref": "LookbackConfiguration",
          "description": "Lookback window settings for this placement."
        },
        "id": {
          "format": "int64",
          "description": "ID of this placement. This is a read-only, auto-generated field.",
          "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."
        },
        "placementGroupIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the placement group. This is a read-only, auto-generated field."
        },
        "siteId": {
          "type": "string",
          "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"
        },
        "videoSettings": {
          "$ref": "VideoSettings",
          "description": "A collection of settings which affect video creatives served through this placement. Applicable to placements with IN_STREAM_VIDEO compatibility."
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this placement. This is a read-only field."
        },
        "videoActiveViewOptOut": {
          "type": "boolean",
          "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."
        },
        "placementStrategyId": {
          "description": "ID of the placement strategy assigned to this placement.",
          "format": "int64",
          "type": "string"
        },
        "directorySiteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field."
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this placement. This field can be left blank.",
          "type": "string"
        },
        "campaignId": {
          "type": "string",
          "format": "int64",
          "description": "Campaign ID of this placement. This field is a required field on insertion."
        },
        "paymentApproved": {
          "type": "boolean",
          "description": "Whether payment was approved for this placement. This is a read-only field relevant only to publisher-paid placements."
        },
        "pricingSchedule": {
          "$ref": "PricingSchedule",
          "description": "Pricing schedule of this placement. This field is required on insertion, specifically subfields startDate, endDate and pricingType."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placement\".",
          "type": "string"
        },
        "wrappingOptOut": {
          "type": "boolean",
          "description": "Whether this placement opts out of tag wrapping."
        },
        "youtubeSettings": {
          "description": "Optional. YouTube settings for the placement. The placement must be enabled for YouTube to use this field.",
          "$ref": "YoutubeSettings"
        },
        "allowOnYoutube": {
          "type": "boolean",
          "description": "Optional. Whether the placement is enabled for YouTube integration."
        },
        "placementGroupId": {
          "description": "ID of this placement's group, if applicable.",
          "type": "string",
          "format": "int64"
        },
        "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"
        },
        "sslRequired": {
          "description": "Whether creatives assigned to this placement must be SSL-compliant.",
          "type": "boolean"
        },
        "externalId": {
          "description": "External ID for this placement.",
          "type": "string"
        },
        "siteServed": {
          "description": "Optional. Whether the ads in the placement are served by another platform and CM is only used for tracking or they are served by CM. A false value indicates the ad is served by CM.",
          "type": "boolean"
        },
        "vpaidAdapterChoice": {
          "type": "string",
          "enum": [
            "DEFAULT",
            "FLASH",
            "HTML5",
            "BOTH"
          ],
          "description": "VPAID adapter setting for this placement. Controls which VPAID format the measurement adapter will use for in-stream video creatives assigned to this placement. *Note:* Flash is no longer supported. This field now defaults to HTML5 when the following values are provided: FLASH, BOTH.",
          "enumDescriptions": [
            "DEFAULT means Google chooses which adapter, if any, to serve.",
            "",
            "",
            ""
          ]
        },
        "contentCategoryId": {
          "description": "ID of the content category assigned to this placement.",
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "Account ID of this placement. This field can be left blank."
        },
        "advertiserId": {
          "format": "int64",
          "description": "Advertiser ID of this placement. This field can be left blank.",
          "type": "string"
        },
        "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": "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.",
          "type": "string"
        },
        "siteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "activeStatus": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "Whether this placement is active, inactive, archived or permanently archived.",
          "type": "string",
          "enum": [
            "PLACEMENT_STATUS_UNKNOWN",
            "PLACEMENT_STATUS_ACTIVE",
            "PLACEMENT_STATUS_INACTIVE",
            "PLACEMENT_STATUS_ARCHIVED",
            "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
          ]
        },
        "status": {
          "enum": [
            "PENDING_REVIEW",
            "PAYMENT_ACCEPTED",
            "PAYMENT_REJECTED",
            "ACKNOWLEDGE_REJECTION",
            "ACKNOWLEDGE_ACCEPTANCE",
            "DRAFT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Placement is not yet reviewed by publisher.",
            "Placement Ad Serving fee is accepted by publisher",
            "Placement Ad Serving fee is rejected by publisher",
            "Advertisers has accepted rejection of placement ad serving fee. This will suppress future notification on DDMM UI",
            "Advertisers has accepted acceptance of placement ad serving fee. This will suppress future notification on DDMM UI",
            "Advertisers is still working on placement not yet ready for Publisher review; default status for pub-paid placements"
          ],
          "description": "Third-party placement status."
        }
      },
      "id": "Placement"
    },
    "ContextualKeywordTargeting": {
      "description": "Contextual Keyword Targeting.",
      "type": "object",
      "properties": {
        "keywords": {
          "type": "array",
          "description": "Contextual keywords that this ad targets",
          "items": {
            "$ref": "ContextualKeyword"
          }
        }
      },
      "id": "ContextualKeywordTargeting"
    },
    "DynamicProfileGenerateCodeResponse": {
      "properties": {
        "code": {
          "description": "Generated code for the dynamic profile. The code will need to be unescaped.",
          "type": "string"
        }
      },
      "id": "DynamicProfileGenerateCodeResponse",
      "type": "object",
      "description": "Response message for DfareportingDynamicProfiles.GenerateCode."
    },
    "AccountPermission": {
      "id": "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.",
      "type": "object",
      "properties": {
        "accountProfiles": {
          "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"
          },
          "type": "array",
          "description": "Account profiles associated with this account permission. Possible values are: - \"ACCOUNT_PROFILE_BASIC\" - \"ACCOUNT_PROFILE_STANDARD\" "
        },
        "name": {
          "description": "Name of this account permission.",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this account permission."
        },
        "level": {
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string",
          "description": "Administrative level required to enable this account permission.",
          "enum": [
            "USER",
            "ADMINISTRATOR"
          ]
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermission\".",
          "type": "string"
        },
        "permissionGroupId": {
          "type": "string",
          "description": "Permission group of this account permission.",
          "format": "int64"
        }
      }
    },
    "ThirdPartyAuthenticationToken": {
      "id": "ThirdPartyAuthenticationToken",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the third-party authentication token."
        },
        "value": {
          "type": "string",
          "description": "Value of the third-party authentication token. This is a read-only, auto-generated field."
        }
      },
      "type": "object",
      "description": "Third Party Authentication Token"
    },
    "DimensionValueRequest": {
      "description": "Represents a DimensionValuesRequest.",
      "properties": {
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "filters": {
          "type": "array",
          "description": "The list of filters by which to filter values. The filters are ANDed.",
          "items": {
            "$ref": "DimensionFilter"
          }
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "dimensionName": {
          "description": "The name of the dimension for which values should be requested.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "The kind of request this is, in this case dfareporting#dimensionValueRequest ."
        }
      },
      "type": "object",
      "id": "DimensionValueRequest"
    },
    "File": {
      "properties": {
        "lastModifiedTime": {
          "type": "string",
          "format": "int64",
          "description": "The timestamp in milliseconds since epoch when this file was last modified."
        },
        "status": {
          "enum": [
            "PROCESSING",
            "REPORT_AVAILABLE",
            "FAILED",
            "CANCELLED",
            "QUEUED"
          ],
          "description": "The status of the report file.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "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"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#file\".",
          "type": "string"
        },
        "fileName": {
          "description": "The filename of the file.",
          "type": "string"
        },
        "format": {
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string",
          "description": "The output format of the report. Only available once the file is available."
        },
        "reportId": {
          "description": "The ID of the report this file was generated from.",
          "type": "string",
          "format": "int64"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "The unique ID of this report file."
        },
        "urls": {
          "description": "The URLs where the completed report file can be downloaded.",
          "type": "object",
          "properties": {
            "apiUrl": {
              "type": "string",
              "description": "The URL for downloading the report data through the API."
            },
            "browserUrl": {
              "description": "The URL for downloading the report data through a browser.",
              "type": "string"
            }
          }
        }
      },
      "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\".",
      "type": "object",
      "id": "File"
    },
    "TvCampaignTimepoint": {
      "properties": {
        "dateWindow": {
          "enumDescriptions": [
            "Default value, should never be set.",
            "One Day.",
            "One week.",
            "Four weeks.",
            "Eight weeks.",
            "Twelve weeks."
          ],
          "description": "The date window of the timepoint.",
          "enum": [
            "WEEKS_UNSPECIFIED",
            "DAYS_ONE",
            "WEEKS_ONE",
            "WEEKS_FOUR",
            "WEEKS_EIGHT",
            "WEEKS_TWELVE"
          ],
          "type": "string"
        },
        "spend": {
          "format": "double",
          "type": "number",
          "description": "The spend within the time range of the timepoint."
        },
        "startDate": {
          "type": "string",
          "description": "The start date of the timepoint. A string in the format of \"yyyy-MM-dd\"."
        }
      },
      "type": "object",
      "description": "A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.",
      "id": "TvCampaignTimepoint"
    },
    "UserDefinedVariableConfiguration": {
      "description": "User Defined Variable configuration.",
      "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": {
          "description": "Variable name in the tag. This is a required field.",
          "type": "string",
          "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"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "dataType": {
          "type": "string",
          "enum": [
            "STRING",
            "NUMBER"
          ],
          "description": "Data type for the variable. This is a required field.",
          "enumDescriptions": [
            "",
            ""
          ]
        }
      },
      "type": "object",
      "id": "UserDefinedVariableConfiguration"
    },
    "PlacementAssignment": {
      "description": "Placement Assignment.",
      "properties": {
        "placementId": {
          "type": "string",
          "description": "ID of the placement to be assigned. This is a required field.",
          "format": "int64"
        },
        "active": {
          "type": "boolean",
          "description": "Whether this placement assignment is active. When true, the placement will be included in the ad's rotation."
        },
        "placementIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the placement. This is a read-only, auto-generated field."
        },
        "sslRequired": {
          "description": "Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        }
      },
      "id": "PlacementAssignment",
      "type": "object"
    },
    "Element": {
      "type": "object",
      "id": "Element",
      "description": "Contains the element of the dynamic feed.",
      "properties": {
        "reportingLabelFieldId": {
          "description": "Required. The field ID to specify the field used for dynamic reporting in Campaign Manager 360.",
          "type": "integer",
          "format": "int32"
        },
        "activeFieldId": {
          "description": "Optional. The field ID to specify the active field in the feed.",
          "format": "int32",
          "type": "integer"
        },
        "startTimestampFieldId": {
          "description": "Optional. The field ID to specify the field that represents the start timestamp. Only applicable if you're planning to use scheduling in your dynamic creative.",
          "type": "integer",
          "format": "int32"
        },
        "elementName": {
          "description": "Optional. The name of the element. It is defaulted to resource file name if not provided.",
          "type": "string"
        },
        "externalIdFieldId": {
          "type": "integer",
          "format": "int32",
          "description": "Required. The field ID to specify the field used for uniquely identifying the feed row. This is a required field."
        },
        "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"
        },
        "proximityTargetingFieldId": {
          "description": "Optional. The field ID that specify field used for proximity targeting.",
          "type": "integer",
          "format": "int32"
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the element. This is a read-only field.",
          "readOnly": true
        },
        "defaultFieldId": {
          "type": "integer",
          "description": "Optional. The field ID to specify the field that represents the default field in the feed.",
          "format": "int32"
        },
        "endTimestampFieldId": {
          "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.",
          "type": "integer"
        },
        "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."
        },
        "lastModifiedInfo": {
          "readOnly": true,
          "$ref": "LastModifiedInfo",
          "description": "Output only. The last modified timestamp of the element. This is a read-only field."
        }
      }
    },
    "FloodlightActivity": {
      "type": "object",
      "properties": {
        "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"
        },
        "userDefinedVariableTypes": {
          "description": "List of the user-defined variables used by this conversion tag. These map to the \"u[1-100]=\" in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive. ",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "U1",
              "U2",
              "U3",
              "U4",
              "U5",
              "U6",
              "U7",
              "U8",
              "U9",
              "U10",
              "U11",
              "U12",
              "U13",
              "U14",
              "U15",
              "U16",
              "U17",
              "U18",
              "U19",
              "U20",
              "U21",
              "U22",
              "U23",
              "U24",
              "U25",
              "U26",
              "U27",
              "U28",
              "U29",
              "U30",
              "U31",
              "U32",
              "U33",
              "U34",
              "U35",
              "U36",
              "U37",
              "U38",
              "U39",
              "U40",
              "U41",
              "U42",
              "U43",
              "U44",
              "U45",
              "U46",
              "U47",
              "U48",
              "U49",
              "U50",
              "U51",
              "U52",
              "U53",
              "U54",
              "U55",
              "U56",
              "U57",
              "U58",
              "U59",
              "U60",
              "U61",
              "U62",
              "U63",
              "U64",
              "U65",
              "U66",
              "U67",
              "U68",
              "U69",
              "U70",
              "U71",
              "U72",
              "U73",
              "U74",
              "U75",
              "U76",
              "U77",
              "U78",
              "U79",
              "U80",
              "U81",
              "U82",
              "U83",
              "U84",
              "U85",
              "U86",
              "U87",
              "U88",
              "U89",
              "U90",
              "U91",
              "U92",
              "U93",
              "U94",
              "U95",
              "U96",
              "U97",
              "U98",
              "U99",
              "U100"
            ]
          },
          "type": "array"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "Account ID of this floodlight activity. This is a read-only field that can be left blank."
        },
        "sslCompliant": {
          "type": "boolean",
          "description": "Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags."
        },
        "secure": {
          "description": "Whether this tag should use SSL.",
          "type": "boolean"
        },
        "floodlightActivityGroupName": {
          "type": "string",
          "description": "Name of the associated floodlight activity group. This is a read-only field."
        },
        "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"
        },
        "floodlightTagType": {
          "enum": [
            "IFRAME",
            "IMAGE",
            "GLOBAL_SITE_TAG"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "The type of Floodlight tag this activity will generate. This is a required field."
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "floodlightActivityGroupTagString": {
          "description": "Tag string of the associated floodlight activity group. This is a read-only field.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivity\"."
        },
        "expectedUrl": {
          "description": "URL where this tag will be deployed. If specified, must be less than 256 characters long.",
          "type": "string"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "attributionEnabled": {
          "description": "Whether the activity is enabled for attribution.",
          "type": "boolean"
        },
        "floodlightActivityGroupId": {
          "description": "Floodlight activity group ID of this floodlight activity. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ACTIVE",
            "ARCHIVED_AND_DISABLED",
            "ARCHIVED",
            "DISABLED_POLICY"
          ],
          "description": "The status of the activity. This can only be set to ACTIVE or ARCHIVED_AND_DISABLED. The ARCHIVED status is no longer supported and cannot be set for Floodlight activities. The DISABLED_POLICY status indicates that a Floodlight activity is violating Google policy. Contact your account manager for more information."
        },
        "id": {
          "description": "ID of this floodlight activity. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "tagFormat": {
          "enum": [
            "HTML",
            "XHTML"
          ],
          "type": "string",
          "description": "Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "defaultTags": {
          "description": "Dynamic floodlight tags.",
          "items": {
            "$ref": "FloodlightActivityDynamicTag"
          },
          "type": "array"
        },
        "notes": {
          "type": "string",
          "description": "General notes or implementation instructions for the tag."
        },
        "sslRequired": {
          "description": "Whether this floodlight activity must be SSL-compliant.",
          "type": "boolean"
        },
        "floodlightConfigurationId": {
          "format": "int64",
          "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."
        },
        "countingMethod": {
          "type": "string",
          "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."
          ],
          "description": "Counting method for conversions for this floodlight activity. This is a required field."
        },
        "publisherTags": {
          "items": {
            "$ref": "FloodlightActivityPublisherDynamicTag"
          },
          "description": "Publisher dynamic floodlight tags.",
          "type": "array"
        },
        "cacheBustingType": {
          "type": "string",
          "enum": [
            "JAVASCRIPT",
            "ACTIVE_SERVER_PAGE",
            "JSP",
            "PHP",
            "COLD_FUSION"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "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."
        },
        "floodlightConfigurationIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "floodlightActivityGroupType": {
          "type": "string",
          "description": "Type of the associated floodlight activity group. This is a read-only field.",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "COUNTER",
            "SALE"
          ]
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "conversionCategory": {
          "description": "Required. The conversion category of the activity.",
          "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"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified category (called \"Other\" externally).",
            "Purchase, sales, or \"order placed\" event.",
            "Signup user action.",
            "User visiting a page.",
            "Software download action (as for an app). A conversion type that is created as a download type may not have its category changed.",
            ". The addition of items to a shopping cart or bag on an advertiser site.",
            "When someone enters the checkout flow on an advertiser site.",
            "The start of a paid subscription for a product or service.",
            "A submission of a form on an advertiser site indicating business interest.",
            "A booking of an appointment with an advertiser's business.",
            "A quote or price estimate request.",
            "A search for an advertiser's business location.",
            "A click to an advertiser's partner site, e.g. a referral.",
            "A call, SMS, email, chat or other type of contact to an advertiser.",
            "A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser.",
            "A lead conversion imported from an external source into Google Ads, that has further completed a desired stage as defined by the lead gen advertiser.",
            "Conversion event that provides the revenue value of impressions that were shown in-app to users."
          ]
        }
      },
      "id": "FloodlightActivity",
      "description": "Contains properties of a Floodlight activity."
    },
    "CrossDimensionReachReportCompatibleFields": {
      "type": "object",
      "description": "Represents fields that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\".",
      "properties": {
        "breakdown": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"breakdown\" 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": {
          "description": "The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.",
          "type": "string"
        },
        "dimensionFilters": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report."
        },
        "overlapMetrics": {
          "type": "array",
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected in the \"overlapMetricNames\" section of the report."
        }
      },
      "id": "CrossDimensionReachReportCompatibleFields"
    },
    "DependentFieldValue": {
      "description": "Contains dependent field value information.",
      "properties": {
        "dynamicFeedId": {
          "type": "string",
          "description": "Optional. The ID of the dynamic feed that value's field will match against.",
          "format": "int64"
        },
        "fieldId": {
          "description": "Optional. The field id of the dependent field.",
          "type": "integer",
          "format": "int32"
        },
        "elementId": {
          "type": "string",
          "format": "int64",
          "description": "Optional. The ID of the element that value's field will match against."
        }
      },
      "type": "object",
      "id": "DependentFieldValue"
    },
    "SortedDimension": {
      "description": "Represents a sorted dimension.",
      "properties": {
        "sortOrder": {
          "enum": [
            "ASCENDING",
            "DESCENDING"
          ],
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string",
          "description": "An optional sort order for the dimension column."
        },
        "name": {
          "description": "The name of the dimension.",
          "type": "string"
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#sortedDimension.",
          "type": "string"
        }
      },
      "id": "SortedDimension",
      "type": "object"
    },
    "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": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#directorySite\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this directory site. This is a read-only, auto-generated field."
        },
        "inpageTagFormats": {
          "description": "Tag types for regular placements. Acceptable values are: - \"STANDARD\" - \"IFRAME_JAVASCRIPT_INPAGE\" - \"INTERNAL_REDIRECT_INPAGE\" - \"JAVASCRIPT_INPAGE\" ",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              ""
            ],
            "type": "string",
            "enum": [
              "STANDARD",
              "IFRAME_JAVASCRIPT_INPAGE",
              "INTERNAL_REDIRECT_INPAGE",
              "JAVASCRIPT_INPAGE"
            ]
          },
          "type": "array"
        },
        "interstitialTagFormats": {
          "type": "array",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              ""
            ],
            "enum": [
              "IFRAME_JAVASCRIPT_INTERSTITIAL",
              "INTERNAL_REDIRECT_INTERSTITIAL",
              "JAVASCRIPT_INTERSTITIAL"
            ]
          },
          "description": "Tag types for interstitial placements. Acceptable values are: - \"IFRAME_JAVASCRIPT_INTERSTITIAL\" - \"INTERNAL_REDIRECT_INTERSTITIAL\" - \"JAVASCRIPT_INTERSTITIAL\" "
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this directory site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "publisherSpecificationId": {
          "description": "Output only. Default publisher specification ID of video placements under this directory site. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "settings": {
          "description": "Directory site settings.",
          "$ref": "DirectorySiteSettings"
        },
        "name": {
          "type": "string",
          "description": "Name of this directory site."
        },
        "url": {
          "description": "URL of this directory site.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "DirectorySite"
    },
    "GeoTargeting": {
      "id": "GeoTargeting",
      "properties": {
        "regions": {
          "type": "array",
          "items": {
            "$ref": "Region"
          },
          "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."
        },
        "cities": {
          "type": "array",
          "items": {
            "$ref": "City"
          },
          "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."
        },
        "excludeCountries": {
          "type": "boolean",
          "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."
        },
        "postalCodes": {
          "items": {
            "$ref": "PostalCode"
          },
          "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.",
          "type": "array"
        },
        "metros": {
          "description": "Metros to be targeted. For each metro only dmaId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a metro, do not target or exclude the country of the metro.",
          "items": {
            "$ref": "Metro"
          },
          "type": "array"
        },
        "countries": {
          "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.",
          "type": "array",
          "items": {
            "$ref": "Country"
          }
        }
      },
      "description": "Geographical Targeting.",
      "type": "object"
    },
    "Language": {
      "properties": {
        "name": {
          "description": "Name of this language.",
          "type": "string"
        },
        "languageCode": {
          "description": "Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are \"en\" for English or \"zh_CN\" for Simplified Chinese.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#language\".",
          "type": "string"
        },
        "id": {
          "description": "Language ID of this language. This is the ID used for targeting and generating reports.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object",
      "id": "Language",
      "description": "Contains information about a language that can be targeted by ads."
    },
    "EventTag": {
      "properties": {
        "urlEscapeLevels": {
          "type": "integer",
          "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."
        },
        "siteFilterType": {
          "enumDescriptions": [
            "The event tag should only ever fire on specified sites.",
            "The event tag should fire on all sites EXCEPT the specified sites."
          ],
          "type": "string",
          "description": "Site filter type for this event tag. If no type is specified then the event tag will be applied to all sites.",
          "enum": [
            "ALLOWLIST",
            "BLOCKLIST"
          ]
        },
        "campaignIdDimensionValue": {
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "type": {
          "enum": [
            "IMPRESSION_IMAGE_EVENT_TAG",
            "IMPRESSION_JAVASCRIPT_EVENT_TAG",
            "CLICK_THROUGH_EVENT_TAG"
          ],
          "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."
          ],
          "description": "Event tag type. Can be used to specify whether to use a third-party pixel, a third-party JavaScript URL, or a third-party click-through URL for either impression or click tracking. This is a required field.",
          "type": "string"
        },
        "excludeFromAdxRequests": {
          "type": "boolean",
          "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."
        },
        "name": {
          "description": "Name of this event tag. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "status": {
          "enum": [
            "ENABLED",
            "DISABLED"
          ],
          "enumDescriptions": [
            "",
            ""
          ],
          "type": "string",
          "description": "Status of this event tag. Must be ENABLED for this event tag to fire. This is a required field."
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "url": {
          "type": "string",
          "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."
        },
        "sslCompliant": {
          "description": "Whether this tag is SSL-compliant or not. This is a read-only field.",
          "type": "boolean"
        },
        "advertiserId": {
          "format": "int64",
          "description": "Advertiser ID of this event tag. This field or the campaignId field is required on insertion.",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this event tag. This is a read-only, auto-generated field."
        },
        "enabledByDefault": {
          "type": "boolean",
          "description": "Whether this event tag should be automatically enabled for all of the advertiser's campaigns and ads."
        },
        "siteIds": {
          "type": "array",
          "description": "Filter list of site IDs associated with this event tag. The siteFilterType determines whether this is a allowlist or blocklist filter.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTag\"."
        },
        "accountId": {
          "type": "string",
          "description": "Account ID of this event tag. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "campaignId": {
          "type": "string",
          "description": "Campaign ID of this event tag. This field or the advertiserId field is required on insertion.",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this event tag. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "EventTag",
      "type": "object",
      "description": "Contains properties of an event tag."
    },
    "TargetingTemplate": {
      "description": "Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.",
      "type": "object",
      "id": "TargetingTemplate",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser."
        },
        "technologyTargeting": {
          "$ref": "TechnologyTargeting",
          "description": "Technology platform targeting criteria."
        },
        "listTargetingExpression": {
          "description": "Remarketing list targeting criteria.",
          "$ref": "ListTargetingExpression"
        },
        "geoTargeting": {
          "$ref": "GeoTargeting",
          "description": "Geographical targeting criteria."
        },
        "languageTargeting": {
          "$ref": "LanguageTargeting",
          "description": "Language targeting criteria."
        },
        "subaccountId": {
          "format": "int64",
          "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"
        },
        "accountId": {
          "description": "Account 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"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "dayPartTargeting": {
          "description": "Time and day targeting criteria.",
          "$ref": "DayPartTargeting"
        },
        "id": {
          "format": "int64",
          "description": "ID of this targeting template. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "keyValueTargetingExpression": {
          "$ref": "KeyValueTargetingExpression",
          "description": "Key-value targeting criteria."
        },
        "advertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetingTemplate\"."
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting criteria.",
          "$ref": "ContextualKeywordTargeting"
        }
      }
    },
    "SiteCompanionSetting": {
      "id": "SiteCompanionSetting",
      "description": "Companion Settings",
      "type": "object",
      "properties": {
        "companionsDisabled": {
          "type": "boolean",
          "description": "Whether companions are disabled for this site template."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteCompanionSetting\".",
          "type": "string"
        },
        "imageOnly": {
          "description": "Whether to serve only static images as companions.",
          "type": "boolean"
        },
        "enabledSizes": {
          "type": "array",
          "description": "Allowlist of companion sizes to be served via this site template. Set this list to null or empty to serve all companion sizes.",
          "items": {
            "$ref": "Size"
          }
        }
      }
    },
    "RegionsListResponse": {
      "description": "Region List Response",
      "type": "object",
      "properties": {
        "regions": {
          "type": "array",
          "items": {
            "$ref": "Region"
          },
          "description": "Region collection."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#regionsListResponse\".",
          "type": "string"
        }
      },
      "id": "RegionsListResponse"
    },
    "DeliverySchedule": {
      "description": "Delivery Schedule.",
      "properties": {
        "priority": {
          "description": "Serving priority of an ad, with respect to other ads. The lower the priority number, the greater the priority with which it is served.",
          "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": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "frequencyCap": {
          "$ref": "FrequencyCap",
          "description": "Limit on the number of times an individual user can be served the ad within a specified period of time."
        },
        "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"
        }
      },
      "type": "object",
      "id": "DeliverySchedule"
    },
    "DeepLink": {
      "description": "Contains information about a landing page deep link.",
      "type": "object",
      "properties": {
        "appUrl": {
          "description": "The URL of the mobile app being linked to.",
          "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."
        },
        "fallbackUrl": {
          "description": "The fallback URL. This URL will be served to users who do not have the mobile app installed.",
          "type": "string"
        },
        "remarketingListIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "type": "array",
          "description": "Ads served to users on these remarketing lists will use this deep link. Applicable when mobileApp.directory is APPLE_APP_STORE."
        }
      },
      "id": "DeepLink"
    },
    "UserRolePermissionGroupsListResponse": {
      "description": "User Role Permission Group List Response",
      "id": "UserRolePermissionGroupsListResponse",
      "properties": {
        "userRolePermissionGroups": {
          "type": "array",
          "items": {
            "$ref": "UserRolePermissionGroup"
          },
          "description": "User role permission group collection."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRolePermissionGroupsListResponse\"."
        }
      },
      "type": "object"
    },
    "AdvertiserInvoicesListResponse": {
      "description": "Invoice List Response",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "invoices": {
          "items": {
            "$ref": "Invoice"
          },
          "type": "array",
          "description": "Invoice collection"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserInvoicesListResponse\".",
          "type": "string"
        }
      },
      "id": "AdvertiserInvoicesListResponse"
    },
    "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",
          "description": "Dynamic targeting key collection.",
          "items": {
            "$ref": "DynamicTargetingKey"
          }
        }
      },
      "description": "Dynamic Targeting Key List Response"
    },
    "UserProfileList": {
      "type": "object",
      "description": "Represents the list of user profiles.",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfileList\"."
        },
        "etag": {
          "description": "Etag of this resource.",
          "type": "string"
        },
        "items": {
          "description": "The user profiles returned in this response.",
          "items": {
            "$ref": "UserProfile"
          },
          "type": "array"
        }
      },
      "id": "UserProfileList"
    },
    "DynamicFeed": {
      "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.",
      "properties": {
        "contentSource": {
          "$ref": "ContentSource",
          "description": "Required. The content source of the dynamic feed. This is a required field."
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The last modified timestamp of the dynamic feed. This is a read-only field."
        },
        "dynamicFeedId": {
          "description": "Output only. Unique ID of this dynamic feed. This is a read-only, auto-generated field.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "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."
        },
        "status": {
          "enumDescriptions": [
            "The status is unknown.",
            "The feedstatus is active.",
            "The feed status is inactive.",
            "The feed status is deleted."
          ],
          "readOnly": true,
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "type": "string",
          "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."
        },
        "createInfo": {
          "readOnly": true,
          "description": "Output only. The creation timestamp of the dynamic feed. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "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"
        },
        "feedIngestionStatus": {
          "$ref": "FeedIngestionStatus",
          "readOnly": true,
          "description": "Output only. The ingestion status of the dynamic feed. This is a read-only field."
        },
        "hasPublished": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Indicates whether the dynamic feed has a published version. This is a read-only field."
        },
        "studioAdvertiserId": {
          "format": "int64",
          "description": "Required. Advertiser ID of this dynamic feed. This is a required field.",
          "type": "string"
        }
      },
      "id": "DynamicFeed",
      "type": "object"
    },
    "ReportsConfiguration": {
      "description": "Reporting Configuration",
      "properties": {
        "reportGenerationTimeZoneId": {
          "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\" ",
          "type": "string"
        },
        "lookbackConfiguration": {
          "description": "Default lookback windows for new advertisers in this account.",
          "$ref": "LookbackConfiguration"
        },
        "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."
        }
      },
      "type": "object",
      "id": "ReportsConfiguration"
    },
    "MobileCarrier": {
      "properties": {
        "id": {
          "type": "string",
          "description": "ID of this mobile carrier.",
          "format": "int64"
        },
        "name": {
          "description": "Name of this mobile carrier.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarrier\"."
        },
        "countryDartId": {
          "description": "DART ID of the country to which this mobile carrier belongs.",
          "format": "int64",
          "type": "string"
        },
        "countryCode": {
          "description": "Country code of the country to which this mobile carrier belongs.",
          "type": "string"
        }
      },
      "id": "MobileCarrier",
      "type": "object",
      "description": "Contains information about a mobile carrier that can be targeted by ads."
    },
    "AccountActiveAdSummary": {
      "properties": {
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the account."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountActiveAdSummary\".",
          "type": "string"
        },
        "availableAds": {
          "description": "Ads that can be activated for the account.",
          "format": "int64",
          "type": "string"
        },
        "activeAds": {
          "description": "Ads that have been activated for the account",
          "format": "int64",
          "type": "string"
        },
        "activeAdsLimitTier": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "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"
          ],
          "type": "string"
        }
      },
      "description": "Gets a summary of active ads in an account.",
      "id": "AccountActiveAdSummary",
      "type": "object"
    },
    "VideoSettings": {
      "id": "VideoSettings",
      "description": "Video Settings",
      "type": "object",
      "properties": {
        "orientation": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "type": "string",
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ],
          "description": "Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation."
        },
        "companionSettings": {
          "description": "Settings for the companion creatives of video creatives served to this placement.",
          "$ref": "CompanionSetting"
        },
        "obaEnabled": {
          "type": "boolean",
          "description": "Whether OBA icons are enabled for this placement."
        },
        "durationSeconds": {
          "description": "Duration of a video placement in seconds.",
          "type": "integer",
          "format": "int32"
        },
        "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"
        },
        "publisherSpecificationId": {
          "type": "string",
          "format": "int64",
          "description": "Publisher specification ID of a video placement. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max"
        },
        "obaSettings": {
          "description": "Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.",
          "$ref": "ObaIcon"
        },
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoSettings\"."
        }
      }
    },
    "DfareportingStudioCreativeAssetsInsertRequest": {
      "id": "DfareportingStudioCreativeAssetsInsertRequest",
      "properties": {
        "studioAccountId": {
          "format": "int64",
          "description": "Optional. Studio account ID of the studio creative asset. It is a optional.",
          "type": "string"
        },
        "studioAdvertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion."
        },
        "studioCreativeId": {
          "type": "string",
          "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.",
          "format": "int64"
        }
      },
      "type": "object",
      "description": "Request message for DfareportingStudioCreativeAssets.Insert."
    },
    "DfpSettings": {
      "id": "DfpSettings",
      "properties": {
        "publisherPortalOnly": {
          "type": "boolean",
          "description": "Whether this directory site is available only via Publisher Portal."
        },
        "dfpNetworkName": {
          "description": "Ad Manager network name for this directory site.",
          "type": "string"
        },
        "pubPaidPlacementAccepted": {
          "type": "boolean",
          "description": "Whether this directory site accepts publisher-paid tags."
        },
        "dfpNetworkCode": {
          "type": "string",
          "description": "Ad Manager network code for this directory site."
        },
        "programmaticPlacementAccepted": {
          "description": "Whether this directory site accepts programmatic placements.",
          "type": "boolean"
        }
      },
      "type": "object",
      "description": "Google Ad Manager Settings"
    },
    "MeasurementPartnerCampaignLink": {
      "properties": {
        "partnerCampaignId": {
          "description": "Partner campaign ID needed for establishing linking with Measurement partner.",
          "type": "string"
        },
        "measurementPartner": {
          "type": "string",
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ],
          "description": "Measurement partner used for tag wrapping.",
          "enumDescriptions": [
            "",
            "",
            ""
          ]
        },
        "linkStatus": {
          "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."
          ],
          "type": "string",
          "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": "."
        }
      },
      "id": "MeasurementPartnerCampaignLink",
      "type": "object"
    },
    "SiteTranscodeSetting": {
      "type": "object",
      "description": "Transcode Settings",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteTranscodeSetting\"."
        },
        "enabledVideoFormats": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "description": "Allowlist of video formats to be served to this site template. Set this list to null or empty to serve all video formats."
        }
      },
      "id": "SiteTranscodeSetting"
    },
    "RuleBlock": {
      "type": "object",
      "properties": {
        "fieldFilter": {
          "description": "Optional. A list of non-auto field filters",
          "items": {
            "$ref": "FieldFilter"
          },
          "type": "array"
        }
      },
      "id": "RuleBlock",
      "description": "Contains a list of field filters that the given custom rule will apply."
    },
    "DimensionValue": {
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimensionValue.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "The ID associated with the value if available."
        },
        "etag": {
          "description": "The eTag of this response for caching purposes.",
          "type": "string"
        },
        "matchType": {
          "type": "string",
          "enum": [
            "EXACT",
            "BEGINS_WITH",
            "CONTAINS",
            "WILDCARD_EXPRESSION"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "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."
        },
        "dimensionName": {
          "type": "string",
          "description": "The name of the dimension."
        },
        "value": {
          "description": "The value of the dimension.",
          "type": "string"
        }
      },
      "id": "DimensionValue",
      "description": "Represents a DimensionValue resource.",
      "type": "object"
    },
    "PlacementConversionDomainOverride": {
      "id": "PlacementConversionDomainOverride",
      "properties": {
        "conversionDomains": {
          "type": "array",
          "items": {
            "$ref": "PlacementSingleConversionDomain"
          }
        }
      },
      "type": "object"
    },
    "PlacementStrategiesListResponse": {
      "id": "PlacementStrategiesListResponse",
      "description": "Placement Strategy List Response",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategiesListResponse\"."
        },
        "placementStrategies": {
          "items": {
            "$ref": "PlacementStrategy"
          },
          "description": "Placement strategy collection.",
          "type": "array"
        }
      }
    },
    "CustomViewabilityMetric": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the custom viewability metric."
        },
        "configuration": {
          "description": "Configuration of the custom viewability metric.",
          "$ref": "CustomViewabilityMetricConfiguration"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of the custom viewability metric."
        }
      },
      "id": "CustomViewabilityMetric",
      "description": "Custom Viewability Metric",
      "type": "object"
    },
    "CreativeClickThroughUrl": {
      "description": "Click-through URL",
      "type": "object",
      "id": "CreativeClickThroughUrl",
      "properties": {
        "landingPageId": {
          "format": "int64",
          "description": "ID of the landing page for the click-through URL.",
          "type": "string"
        },
        "computedClickThroughUrl": {
          "description": "Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. ",
          "type": "string"
        },
        "customClickThroughUrl": {
          "description": "Custom click-through URL. Applicable if the landingPageId field is left unset.",
          "type": "string"
        }
      }
    },
    "ReachReportCompatibleFields": {
      "properties": {
        "metrics": {
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Metric"
          }
        },
        "dimensionFilters": {
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "type": "array"
        },
        "dimensions": {
          "items": {
            "$ref": "Dimension"
          },
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report."
        },
        "pivotedActivityMetrics": {
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Metric"
          }
        },
        "reachByFrequencyMetrics": {
          "items": {
            "$ref": "Metric"
          },
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"reachByFrequencyMetricNames\" section of the report."
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#reachReportCompatibleFields."
        }
      },
      "id": "ReachReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"REACH\".",
      "type": "object"
    },
    "CampaignCreativeAssociationsListResponse": {
      "description": "Campaign Creative Association List Response",
      "id": "CampaignCreativeAssociationsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#campaignCreativeAssociationsListResponse\".",
          "type": "string"
        },
        "campaignCreativeAssociations": {
          "type": "array",
          "description": "Campaign creative association collection",
          "items": {
            "$ref": "CampaignCreativeAssociation"
          }
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "SortBy": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The dimension or metric field name to sort on."
        },
        "sortOrder": {
          "enum": [
            "ASCENDING",
            "DESCENDING"
          ],
          "type": "string",
          "enumDescriptions": [
            "Ascending order.",
            "Descending order."
          ],
          "description": "Optional. The sort order of this column."
        }
      },
      "id": "SortBy",
      "description": "Specifies the sort configuration for a specific field in the report."
    },
    "ReportDataResponse": {
      "properties": {
        "columnHeaders": {
          "items": {
            "$ref": "ColumnHeader"
          },
          "type": "array",
          "description": "Output only. Ordered descriptors of the requested column fields.",
          "readOnly": true
        },
        "nextPageToken": {
          "type": "string",
          "description": "Output only. Token to retrieve the next page of rows, or empty if end of results.",
          "readOnly": true
        },
        "rows": {
          "description": "Output only. The resulting set of matching data rows.",
          "items": {
            "$ref": "ReportDataRow"
          },
          "readOnly": true,
          "type": "array"
        },
        "totalRow": {
          "$ref": "ReportDataRow",
          "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.",
          "readOnly": true
        }
      },
      "description": "Represents a response to report data request.",
      "type": "object",
      "id": "ReportDataResponse"
    },
    "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",
      "properties": {
        "value": {
          "description": "The value of the custom floodlight variable. The length of string must not exceed 100 characters.",
          "type": "string"
        },
        "type": {
          "description": "The type of custom floodlight variable to supply a value for. These map to the \"u[1-100]=\" in the tags.",
          "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": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#customFloodlightVariable\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "MobileCarriersListResponse": {
      "type": "object",
      "id": "MobileCarriersListResponse",
      "properties": {
        "mobileCarriers": {
          "type": "array",
          "items": {
            "$ref": "MobileCarrier"
          },
          "description": "Mobile carrier collection."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#mobileCarriersListResponse\"."
        }
      },
      "description": "Mobile Carrier List Response"
    },
    "ConnectionType": {
      "properties": {
        "id": {
          "format": "int64",
          "description": "ID of this connection type.",
          "type": "string"
        },
        "name": {
          "description": "Name of this connection type.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#connectionType\"."
        }
      },
      "id": "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"
    },
    "CompatibleFields": {
      "type": "object",
      "properties": {
        "reportCompatibleFields": {
          "$ref": "ReportCompatibleFields",
          "description": "Contains items that are compatible to be selected for a report of type \"STANDARD\"."
        },
        "crossDimensionReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_DIMENSION_REACH\".",
          "$ref": "CrossDimensionReachReportCompatibleFields"
        },
        "reachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"REACH\".",
          "$ref": "ReachReportCompatibleFields"
        },
        "floodlightReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"FLOODLIGHT\".",
          "$ref": "FloodlightReportCompatibleFields"
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#compatibleFields."
        },
        "crossMediaReachReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"CROSS_MEDIA_REACH\".",
          "$ref": "CrossMediaReachReportCompatibleFields"
        },
        "pathToConversionReportCompatibleFields": {
          "description": "Contains items that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\".",
          "$ref": "PathToConversionReportCompatibleFields"
        }
      },
      "id": "CompatibleFields",
      "description": "Represents a response to the queryCompatibleFields method. Next ID: 10"
    },
    "FeedIngestionStatus": {
      "id": "FeedIngestionStatus",
      "type": "object",
      "properties": {
        "ingestionErrorRecords": {
          "readOnly": true,
          "items": {
            "$ref": "IngestionErrorRecord"
          },
          "type": "array",
          "description": "Output only. The ingestion error records of the feed."
        },
        "state": {
          "enum": [
            "FEED_PROCESSING_STATE_UNKNOWN",
            "CANCELLED",
            "INGESTING_QUEUED",
            "INGESTING",
            "INGESTED_SUCCESS",
            "INGESTED_FAILURE",
            "REQUEST_TO_PUBLISH",
            "PUBLISHING",
            "PUBLISHED_SUCCESS",
            "PUBLISHED_FAILURE"
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. The processing state of the feed.",
          "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."
          ]
        },
        "ingestionStatus": {
          "$ref": "IngestionStatus",
          "readOnly": true,
          "description": "Output only. The ingestion status of the feed."
        }
      },
      "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."
    },
    "ChangeLog": {
      "description": "Describes a change that a user has made to a resource.",
      "properties": {
        "newValue": {
          "type": "string",
          "description": "New value of the object field."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLog\"."
        },
        "userProfileId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the user who modified the object."
        },
        "oldValue": {
          "description": "Old value of the object field.",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of the modified object.",
          "format": "int64",
          "type": "string"
        },
        "objectType": {
          "type": "string",
          "description": "Object type of the change log."
        },
        "subaccountId": {
          "description": "Subaccount ID of the modified object.",
          "format": "int64",
          "type": "string"
        },
        "transactionId": {
          "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.",
          "format": "int64"
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this change log."
        },
        "userProfileName": {
          "description": "User profile name of the user who modified the object.",
          "type": "string"
        },
        "objectId": {
          "description": "ID of the object of this change log. The object could be a campaign, placement, ad, or other type.",
          "type": "string",
          "format": "int64"
        },
        "fieldName": {
          "description": "Field name of the object which changed.",
          "type": "string"
        },
        "action": {
          "description": "Action which caused the change.",
          "type": "string"
        },
        "changeTime": {
          "format": "date-time",
          "type": "string"
        }
      },
      "type": "object",
      "id": "ChangeLog"
    },
    "FloodlightActivityPublisherDynamicTag": {
      "description": "Publisher Dynamic Tag",
      "type": "object",
      "properties": {
        "dynamicTag": {
          "description": "Dynamic floodlight tag.",
          "$ref": "FloodlightActivityDynamicTag"
        },
        "directorySiteId": {
          "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.",
          "format": "int64",
          "type": "string"
        },
        "siteId": {
          "description": "Site ID of this dynamic tag.",
          "format": "int64",
          "type": "string"
        },
        "clickThrough": {
          "type": "boolean",
          "description": "Whether this tag is applicable only for click-throughs."
        },
        "viewThrough": {
          "description": "Whether this tag is applicable only for view-throughs.",
          "type": "boolean"
        },
        "siteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field."
        }
      },
      "id": "FloodlightActivityPublisherDynamicTag"
    },
    "BillingRate": {
      "type": "object",
      "properties": {
        "id": {
          "description": "ID of this billing rate.",
          "type": "string",
          "format": "int64"
        },
        "currencyCode": {
          "type": "string",
          "description": "Billing currency code in ISO 4217 format."
        },
        "rateInMicros": {
          "description": "Flat rate in micros of this billing rate. This cannot co-exist with tiered rate.",
          "format": "int64",
          "type": "string"
        },
        "endDate": {
          "type": "string",
          "description": "End date of this billing rate."
        },
        "name": {
          "type": "string",
          "description": "Name of this billing rate. This must be less than 256 characters long."
        },
        "startDate": {
          "description": "Start date of this billing rate.",
          "type": "string"
        },
        "unitOfMeasure": {
          "description": "Unit of measure for this billing rate.",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "CPM",
            "CPC",
            "EA",
            "P2C"
          ],
          "type": "string"
        },
        "tieredRates": {
          "type": "array",
          "description": "Tiered rate of this billing rate. This cannot co-exist with flat rate.",
          "items": {
            "$ref": "BillingRateTieredRate"
          }
        },
        "type": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "AD_SERVING",
            "CLICKS",
            "MINIMUM_SERVICE",
            "PATH_TO_CONVERSION",
            "RICH_MEDIA_INPAGE",
            "RICH_MEDIA_EXPANDING",
            "RICH_MEDIA_FLOATING",
            "RICH_MEDIA_VIDEO",
            "RICH_MEDIA_TEASER",
            "RICH_MEDIA_VPAID",
            "INSTREAM_VIDEO",
            "PIXEL",
            "TRACKING",
            "TRAFFICKING_FEATURE",
            "CUSTOM_REPORTS",
            "EXPOSURE_TO_CONVERSION",
            "DATA_TRANSFER",
            "DATA_TRANSFER_SETUP",
            "STARTUP",
            "STATEMENT_OF_WORK",
            "PROVIDED_LIST",
            "PROVIDED_LIST_SETUP",
            "ENHANCED_FORMATS",
            "TRACKING_AD_IMPRESSIONS",
            "TRACKING_AD_CLICKS",
            "NIELSEN_DIGITAL_AD_RATINGS_FEE",
            "INSTREAM_VIDEO_REDIRECT",
            "INSTREAM_VIDEO_VPAID",
            "DISPLAY_AD_SERVING",
            "VIDEO_AD_SERVING",
            "AUDIO_AD_SERVING",
            "ADVANCED_DISPLAY_AD_SERVING"
          ],
          "description": "Type of this billing rate."
        }
      },
      "id": "BillingRate"
    },
    "OperatingSystem": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystem\".",
          "type": "string"
        },
        "desktop": {
          "description": "Whether this operating system is for desktop.",
          "type": "boolean"
        },
        "mobile": {
          "type": "boolean",
          "description": "Whether this operating system is for mobile."
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this operating system. This is the ID used for targeting."
        },
        "name": {
          "description": "Name of this operating system.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Contains information about an operating system that can be targeted by ads.",
      "id": "OperatingSystem"
    },
    "AudienceSegment": {
      "id": "AudienceSegment",
      "description": "Audience Segment.",
      "properties": {
        "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": {
          "type": "string",
          "format": "int64",
          "description": "ID of this audience segment. This is a read-only, auto-generated field."
        }
      },
      "type": "object"
    },
    "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.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Required. Identifier. Name of this dynamic profile. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "dynamicProfileId": {
          "format": "int64",
          "type": "string",
          "readOnly": true,
          "description": "Output only. Unique ID of this dynamic profile. This is a read-only, auto-generated field."
        },
        "archiveStatus": {
          "enum": [
            "ARCHIVE_STATUS_UNKNOWN",
            "UNARCHIVED",
            "ARCHIVED"
          ],
          "type": "string",
          "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."
          ],
          "description": "Optional. Archive status of this dynamic profile."
        },
        "status": {
          "enum": [
            "STATUS_UNKNOWN",
            "ACTIVE",
            "INACTIVE",
            "DELETED"
          ],
          "description": "Optional. Status of this dynamic profile.",
          "enumDescriptions": [
            "The dynamic profile status is unknown. This value is unused.",
            "The dynamic profile is active.",
            "The dynamic profile is inactive.",
            "The dynamic profile is deleted."
          ],
          "type": "string"
        },
        "lastModifiedInfo": {
          "description": "Output only. The last modified timestamp of the dynamic profile. This is a read-only field.",
          "readOnly": true,
          "$ref": "LastModifiedInfo"
        },
        "active": {
          "description": "Optional. Active version of the dynamic profile.",
          "$ref": "DynamicProfileVersion"
        },
        "description": {
          "type": "string",
          "description": "Optional. Description of this dynamic profile."
        },
        "studioAdvertiserId": {
          "format": "int64",
          "type": "string",
          "description": "Required. Advertiser ID of this dynamic profile. This is a required field on insertion."
        },
        "draft": {
          "$ref": "DynamicProfileVersion",
          "description": "Optional. Draft version of the dynamic profile."
        },
        "kind": {
          "description": "Output only. Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicProfile\".",
          "type": "string",
          "readOnly": true
        },
        "createInfo": {
          "readOnly": true,
          "$ref": "LastModifiedInfo",
          "description": "Output only. The creation timestamp of the dynamic profile. This is a read-only field."
        }
      },
      "id": "DynamicProfile"
    },
    "Country": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of this country."
        },
        "dartId": {
          "description": "DART ID of this country. This is the ID used for targeting and generating reports.",
          "format": "int64",
          "type": "string"
        },
        "sslEnabled": {
          "description": "Whether ad serving supports secure servers in this country.",
          "type": "boolean"
        },
        "tvDataProviders": {
          "readOnly": true,
          "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"
            ],
            "type": "string",
            "enumDescriptions": [
              "",
              "Allows populating multiple tvCampaignId filters and tvCampaignEndDate filter on the report.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "type": "array",
          "description": "Output only. The TV data providers supported in this country."
        },
        "countryCode": {
          "description": "Country code.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#country\"."
        }
      },
      "description": "Contains information about a country that can be targeted by ads.",
      "id": "Country"
    },
    "CreativeFieldValuesListResponse": {
      "id": "CreativeFieldValuesListResponse",
      "description": "Creative Field Value List Response",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldValuesListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "creativeFieldValues": {
          "type": "array",
          "items": {
            "$ref": "CreativeFieldValue"
          },
          "description": "Creative field value collection."
        }
      },
      "type": "object"
    },
    "ObjectFilter": {
      "id": "ObjectFilter",
      "type": "object",
      "description": "Object Filter.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#objectFilter\".",
          "type": "string"
        },
        "status": {
          "type": "string",
          "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.",
          "enumDescriptions": [
            "Profile has access to none of the objects.",
            "Profile has access to only specific objects.",
            "Profile has access to all objects."
          ]
        },
        "objectIds": {
          "type": "array",
          "description": "Applicable when status is ASSIGNED. The user has access to objects with these object IDs.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "AccountsListResponse": {
      "description": "Account List Response",
      "id": "AccountsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountsListResponse\".",
          "type": "string"
        },
        "accounts": {
          "items": {
            "$ref": "Account"
          },
          "type": "array",
          "description": "Account collection."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      }
    },
    "AudienceSegmentGroup": {
      "type": "object",
      "id": "AudienceSegmentGroup",
      "description": "Audience Segment Group.",
      "properties": {
        "id": {
          "format": "int64",
          "type": "string",
          "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."
        }
      }
    },
    "StudioCreativeDimension": {
      "description": "Dimension information for a studio creative.",
      "properties": {
        "height": {
          "description": "Height of the studio creative.",
          "type": "integer",
          "format": "int32"
        },
        "width": {
          "type": "integer",
          "description": "Width of the studio creative.",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "StudioCreativeDimension"
    },
    "DirectorySiteSettings": {
      "description": "Directory Site Settings",
      "properties": {
        "activeViewOptOut": {
          "description": "Whether this directory site has disabled active view creatives.",
          "type": "boolean"
        },
        "dfpSettings": {
          "description": "Directory site Ad Manager settings.",
          "$ref": "DfpSettings"
        },
        "interstitialPlacementAccepted": {
          "description": "Whether this site accepts interstitial ads.",
          "type": "boolean"
        },
        "instreamVideoPlacementAccepted": {
          "description": "Whether this site accepts in-stream video ads.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "DirectorySiteSettings"
    },
    "DimensionFilter": {
      "id": "DimensionFilter",
      "type": "object",
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#dimensionFilter.",
          "type": "string"
        },
        "dimensionName": {
          "type": "string",
          "description": "The name of the dimension to filter."
        },
        "value": {
          "description": "The value of the dimension to filter.",
          "type": "string"
        }
      },
      "description": "Represents a dimension filter."
    },
    "Report": {
      "properties": {
        "type": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "enum": [
            "STANDARD",
            "REACH",
            "PATH_TO_CONVERSION",
            "FLOODLIGHT",
            "CROSS_MEDIA_REACH"
          ],
          "description": "The type of the report."
        },
        "subAccountId": {
          "format": "int64",
          "description": "The subaccount ID to which this report belongs if applicable.",
          "type": "string"
        },
        "floodlightCriteria": {
          "properties": {
            "reportProperties": {
              "description": "The properties of the report.",
              "type": "object",
              "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."
                },
                "includeAttributedIPConversions": {
                  "description": "Include conversions that have no cookie, but do have an exposure path.",
                  "type": "boolean"
                },
                "includeUnattributedCookieConversions": {
                  "type": "boolean",
                  "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."
                }
              }
            },
            "floodlightConfigId": {
              "description": "The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'.",
              "$ref": "DimensionValue"
            },
            "customRichMediaEvents": {
              "description": "The list of custom rich media events to include.",
              "type": "array",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "dimensions": {
              "description": "The list of dimensions the report should include.",
              "type": "array",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "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."
            },
            "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"
            }
          },
          "type": "object",
          "description": "The report criteria for a report of type \"FLOODLIGHT\"."
        },
        "name": {
          "description": "The name of the report.",
          "type": "string"
        },
        "schedule": {
          "type": "object",
          "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"
            },
            "every": {
              "type": "integer",
              "format": "int32",
              "description": "Defines every how many days, weeks or months the report should be run. Needs to be set when \"repeats\" is either \"DAILY\", \"WEEKLY\" or \"MONTHLY\"."
            },
            "repeats": {
              "type": "string",
              "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. "
            },
            "expirationDate": {
              "format": "date",
              "type": "string"
            },
            "repeatsOnWeekDays": {
              "description": "List of week days \"WEEKLY\" on which scheduled reports should run.",
              "items": {
                "enumDescriptions": [
                  "",
                  "",
                  "",
                  "",
                  "",
                  "",
                  ""
                ],
                "enum": [
                  "SUNDAY",
                  "MONDAY",
                  "TUESDAY",
                  "WEDNESDAY",
                  "THURSDAY",
                  "FRIDAY",
                  "SATURDAY"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "timezone": {
              "type": "string",
              "description": "The timezone when the report will run."
            },
            "runsOnDayOfMonth": {
              "type": "string",
              "enum": [
                "DAY_OF_MONTH",
                "WEEK_OF_MONTH"
              ],
              "description": "Enum to define for \"MONTHLY\" scheduled reports whether reports should be repeated on the same day of the month as \"startDate\" or the same day of the week of the month. Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), \"DAY_OF_MONTH\" would run subsequent reports on the 2nd of every Month, and \"WEEK_OF_MONTH\" would run subsequent reports on the first Monday of the month.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "active": {
              "type": "boolean",
              "description": "Whether the schedule is active or not. Must be set to either true or false."
            }
          }
        },
        "id": {
          "description": "The unique ID identifying this report resource.",
          "type": "string",
          "format": "int64"
        },
        "pathToConversionCriteria": {
          "description": "The report criteria for a report of type \"PATH_TO_CONVERSION\".",
          "type": "object",
          "properties": {
            "perInteractionDimensions": {
              "description": "The list of per interaction dimensions the report should include.",
              "type": "array",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "customRichMediaEvents": {
              "type": "array",
              "items": {
                "$ref": "DimensionValue"
              },
              "description": "The list of custom rich media events to include."
            },
            "reportProperties": {
              "properties": {
                "pivotOnInteractionPath": {
                  "type": "boolean",
                  "description": "Enable pivoting on interaction path."
                },
                "maximumClickInteractions": {
                  "format": "int32",
                  "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."
                },
                "impressionsLookbackWindow": {
                  "type": "integer",
                  "format": "int32",
                  "description": "CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90."
                },
                "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"
                },
                "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."
                },
                "includeAttributedIPConversions": {
                  "type": "boolean",
                  "description": "Deprecated: has no effect."
                },
                "maximumInteractionGap": {
                  "type": "integer",
                  "format": "int32",
                  "description": "The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90."
                },
                "includeUnattributedCookieConversions": {
                  "description": "Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.",
                  "type": "boolean"
                },
                "maximumImpressionInteractions": {
                  "type": "integer",
                  "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": "object",
              "description": "The properties of the report."
            },
            "conversionDimensions": {
              "description": "The list of conversion dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "customFloodlightVariables": {
              "description": "The list of custom floodlight variables the report should include.",
              "type": "array",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "metricNames": {
              "items": {
                "type": "string"
              },
              "description": "The list of names of metrics the report should include.",
              "type": "array"
            },
            "floodlightConfigId": {
              "$ref": "DimensionValue",
              "description": "The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'."
            },
            "dateRange": {
              "description": "The date range this report should be run for.",
              "$ref": "DateRange"
            },
            "activityFilters": {
              "type": "array",
              "description": "The list of 'dfa:activity' values to filter on.",
              "items": {
                "$ref": "DimensionValue"
              }
            }
          }
        },
        "fileName": {
          "description": "The filename used when generating report files for this report.",
          "type": "string"
        },
        "delivery": {
          "description": "The report's email delivery settings.",
          "type": "object",
          "properties": {
            "emailOwner": {
              "description": "Whether the report should be emailed to the report owner.",
              "type": "boolean"
            },
            "emailOwnerDeliveryType": {
              "enum": [
                "LINK",
                "ATTACHMENT"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "description": "The type of delivery for the owner to receive, if enabled."
            },
            "message": {
              "type": "string",
              "description": "The message to be sent with each email."
            },
            "recipients": {
              "type": "array",
              "description": "The list of recipients to which to email the report.",
              "items": {
                "$ref": "Recipient"
              }
            }
          }
        },
        "crossMediaReachCriteria": {
          "type": "object",
          "properties": {
            "metricNames": {
              "items": {
                "type": "string"
              },
              "description": "Required. The list of names of metrics the report should include.",
              "type": "array"
            },
            "dateRange": {
              "$ref": "DateRange",
              "description": "Required. The date range this report should be run for."
            },
            "dimensions": {
              "type": "array",
              "description": "Required. The list of dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              }
            },
            "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"
              }
            }
          },
          "description": "Optional. The report criteria for a report of type \"CROSS_MEDIA_REACH\"."
        },
        "format": {
          "enum": [
            "CSV",
            "EXCEL"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "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."
        },
        "reachCriteria": {
          "type": "object",
          "description": "The report criteria for a report of type \"REACH\".",
          "properties": {
            "dimensionFilters": {
              "type": "array",
              "description": "The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.",
              "items": {
                "$ref": "DimensionValue"
              }
            },
            "dateRange": {
              "description": "The date range this report should be run for.",
              "$ref": "DateRange"
            },
            "dimensions": {
              "items": {
                "$ref": "SortedDimension"
              },
              "description": "The list of dimensions the report should include.",
              "type": "array"
            },
            "activities": {
              "description": "Activity group.",
              "$ref": "Activities"
            },
            "customRichMediaEvents": {
              "description": "Custom Rich Media Events group.",
              "$ref": "CustomRichMediaEvents"
            },
            "reachByFrequencyMetricNames": {
              "type": "array",
              "description": "The list of names of Reach By Frequency metrics the report should include.",
              "items": {
                "type": "string"
              }
            },
            "metricNames": {
              "description": "The list of names of metrics the report should include.",
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "lastModifiedTime": {
          "format": "uint64",
          "description": "The timestamp (in milliseconds since epoch) of when this report was last modified.",
          "type": "string"
        },
        "criteria": {
          "properties": {
            "metricNames": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "The list of names of metrics the report should include."
            },
            "dimensions": {
              "description": "The list of standard dimensions the report should include.",
              "items": {
                "$ref": "SortedDimension"
              },
              "type": "array"
            },
            "activities": {
              "$ref": "Activities",
              "description": "Activity group."
            },
            "dimensionFilters": {
              "type": "array",
              "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."
            },
            "customRichMediaEvents": {
              "$ref": "CustomRichMediaEvents",
              "description": "Custom Rich Media Events group."
            },
            "dateRange": {
              "$ref": "DateRange",
              "description": "The date range for which this report should be run."
            }
          },
          "description": "The report criteria for a report of type \"STANDARD\".",
          "type": "object"
        },
        "etag": {
          "type": "string",
          "description": "The eTag of this response for caching purposes."
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#report."
        },
        "accountId": {
          "format": "int64",
          "type": "string",
          "description": "The account ID to which this report belongs."
        },
        "ownerProfileId": {
          "type": "string",
          "description": "The user profile id of the owner of this report.",
          "format": "int64"
        }
      },
      "id": "Report",
      "type": "object",
      "description": "Represents a Report resource."
    },
    "CreativeAssetMetadata": {
      "properties": {
        "exitCustomEvents": {
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array",
          "description": "List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset."
        },
        "id": {
          "description": "Numeric ID of the asset. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "warnedValidationRules": {
          "items": {
            "type": "string",
            "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": "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\" "
        },
        "timerCustomEvents": {
          "type": "array",
          "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."
        },
        "assetIdentifier": {
          "description": "ID of the creative asset. This is a required field.",
          "$ref": "CreativeAssetId"
        },
        "counterCustomEvents": {
          "description": "List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
          "items": {
            "$ref": "CreativeCustomEvent"
          },
          "type": "array"
        },
        "detectedFeatures": {
          "description": "List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.",
          "type": "array",
          "items": {
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "POST_MESSAGE always required due to html5 implementation.",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ],
            "enum": [
              "CSS_FONT_FACE",
              "CSS_BACKGROUND_SIZE",
              "CSS_BORDER_IMAGE",
              "CSS_BORDER_RADIUS",
              "CSS_BOX_SHADOW",
              "CSS_FLEX_BOX",
              "CSS_HSLA",
              "CSS_MULTIPLE_BGS",
              "CSS_OPACITY",
              "CSS_RGBA",
              "CSS_TEXT_SHADOW",
              "CSS_ANIMATIONS",
              "CSS_COLUMNS",
              "CSS_GENERATED_CONTENT",
              "CSS_GRADIENTS",
              "CSS_REFLECTIONS",
              "CSS_TRANSFORMS",
              "CSS_TRANSFORMS3D",
              "CSS_TRANSITIONS",
              "APPLICATION_CACHE",
              "CANVAS",
              "CANVAS_TEXT",
              "DRAG_AND_DROP",
              "HASH_CHANGE",
              "HISTORY",
              "AUDIO",
              "VIDEO",
              "INDEXED_DB",
              "INPUT_ATTR_AUTOCOMPLETE",
              "INPUT_ATTR_AUTOFOCUS",
              "INPUT_ATTR_LIST",
              "INPUT_ATTR_PLACEHOLDER",
              "INPUT_ATTR_MAX",
              "INPUT_ATTR_MIN",
              "INPUT_ATTR_MULTIPLE",
              "INPUT_ATTR_PATTERN",
              "INPUT_ATTR_REQUIRED",
              "INPUT_ATTR_STEP",
              "INPUT_TYPE_SEARCH",
              "INPUT_TYPE_TEL",
              "INPUT_TYPE_URL",
              "INPUT_TYPE_EMAIL",
              "INPUT_TYPE_DATETIME",
              "INPUT_TYPE_DATE",
              "INPUT_TYPE_MONTH",
              "INPUT_TYPE_WEEK",
              "INPUT_TYPE_TIME",
              "INPUT_TYPE_DATETIME_LOCAL",
              "INPUT_TYPE_NUMBER",
              "INPUT_TYPE_RANGE",
              "INPUT_TYPE_COLOR",
              "LOCAL_STORAGE",
              "POST_MESSAGE",
              "SESSION_STORAGE",
              "WEB_SOCKETS",
              "WEB_SQL_DATABASE",
              "WEB_WORKERS",
              "GEO_LOCATION",
              "INLINE_SVG",
              "SMIL",
              "SVG_HREF",
              "SVG_CLIP_PATHS",
              "TOUCH",
              "WEBGL",
              "SVG_FILTERS",
              "SVG_FE_IMAGE"
            ],
            "type": "string"
          }
        },
        "clickTags": {
          "items": {
            "$ref": "ClickTag"
          },
          "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.",
          "type": "array"
        },
        "richMedia": {
          "description": "True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.",
          "type": "boolean"
        },
        "idDimensionValue": {
          "description": "Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeAssetMetadata\".",
          "type": "string"
        }
      },
      "type": "object",
      "description": "CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.",
      "id": "CreativeAssetMetadata"
    },
    "ProximityFilter": {
      "description": "Contains proximity filter information.",
      "id": "ProximityFilter",
      "properties": {
        "radiusValue": {
          "type": "integer",
          "description": "Optional. Radius length in units defined by radius_units.",
          "format": "int32"
        },
        "radiusUnitType": {
          "enum": [
            "RADIUS_UNIT_TYPE_UNKNOWN",
            "KILOMETERS",
            "MILES"
          ],
          "description": "Optional. The units of the radius value",
          "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"
        },
        "fieldId": {
          "format": "int32",
          "description": "Optional. Field ID in the element.",
          "type": "integer"
        },
        "radiusBucketType": {
          "enum": [
            "RADIUS_BUCKET_TYPE_UNKNOWN",
            "SMALL",
            "MEDIUM",
            "LARGE",
            "MULTI_REGIONAL",
            "NATIONAL"
          ],
          "type": "string",
          "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": "object"
    },
    "OptimizationActivity": {
      "description": "Creative optimization activity.",
      "type": "object",
      "id": "OptimizationActivity",
      "properties": {
        "floodlightActivityIdDimensionValue": {
          "description": "Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "weight": {
          "format": "int32",
          "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."
        },
        "floodlightActivityId": {
          "format": "int64",
          "type": "string",
          "description": "Floodlight activity ID of this optimization activity. This is a required field."
        }
      }
    },
    "TagSetting": {
      "properties": {
        "keywordOption": {
          "type": "string",
          "enum": [
            "PLACEHOLDER_WITH_LIST_OF_KEYWORDS",
            "IGNORE",
            "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD"
          ],
          "description": "Option specifying how keywords are embedded in ad tags. This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders.",
          "enumDescriptions": [
            "Creates DART ad tags with a placeholder, such as kw=[keyword] and a list of keywords. The site trafficker must replace [keyword] with the keywords targeted by an ad.",
            "Creates DART ad tags that do not have a placeholder for keywords and creates a list of keywords separately from the DART ad tags. Use this option if the site uses a keyword referrer or is a site that uses DART for Publishers.",
            "Results in unique tag generation for each relevant keyword during tag export. For example, an ad with three keywords will generate three tags with each tag having its kw= parameter filled in with the relevant keyword values."
          ]
        },
        "includeClickTracking": {
          "description": "Whether click-tracking string should be included in the tags.",
          "type": "boolean"
        },
        "additionalKeyValues": {
          "description": "Additional key-values to be included in tags. Each key-value pair must be of the form key=value, and pairs must be separated by a semicolon (;). Keys and values must not contain commas. For example, id=2;color=red is a valid value for this field.",
          "type": "string"
        },
        "includeClickThroughUrls": {
          "description": "Whether static landing page URLs should be included in the tags. New placements will default to the value set on their site.",
          "type": "boolean"
        },
        "includeUnescapedlpurlMacro": {
          "description": "Optional. Indicates that the unescapedlpurl macro should be included in the tag for the static landing page. New placements will default to the value set on their site.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "TagSetting",
      "description": "Tag Settings"
    },
    "UserProfile": {
      "id": "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. ",
      "properties": {
        "userName": {
          "description": "The user name.",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "int64",
          "description": "The account ID to which this profile belongs."
        },
        "profileId": {
          "type": "string",
          "description": "The unique ID of the user profile.",
          "format": "int64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userProfile\".",
          "type": "string"
        },
        "accountName": {
          "type": "string",
          "description": "The account name this profile belongs to."
        },
        "subAccountId": {
          "type": "string",
          "format": "int64",
          "description": "The sub account ID this profile belongs to if applicable."
        },
        "subAccountName": {
          "type": "string",
          "description": "The sub account name this profile belongs to if applicable."
        },
        "etag": {
          "type": "string",
          "description": "Etag of this resource."
        }
      }
    },
    "PostalCode": {
      "description": "Contains information about a postal code that can be targeted by ads.",
      "type": "object",
      "properties": {
        "countryDartId": {
          "format": "int64",
          "type": "string",
          "description": "DART ID of the country to which this postal code belongs."
        },
        "code": {
          "type": "string",
          "description": "Postal code. This is equivalent to the id field."
        },
        "id": {
          "type": "string",
          "description": "ID of this postal code."
        },
        "countryCode": {
          "description": "Country code of the country to which this postal code belongs.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCode\".",
          "type": "string"
        }
      },
      "id": "PostalCode"
    },
    "ConversionsBatchInsertRequest": {
      "id": "ConversionsBatchInsertRequest",
      "properties": {
        "conversions": {
          "description": "The set of conversions to insert.",
          "items": {
            "$ref": "Conversion"
          },
          "type": "array"
        },
        "encryptionInfo": {
          "description": "Describes how encryptedUserId or encryptedUserIdCandidates[] is encrypted. This is a required field if encryptedUserId or encryptedUserIdCandidates[] is used.",
          "$ref": "EncryptionInfo"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionsBatchInsertRequest\".",
          "type": "string"
        }
      },
      "description": "Insert Conversions Request.",
      "type": "object"
    },
    "UserRole": {
      "type": "object",
      "properties": {
        "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"
        },
        "defaultUserRole": {
          "description": "Whether this is a default user role. Default user roles are created by the system for the account/subaccount and cannot be modified or deleted. Each default user role comes with a basic set of preassigned permissions.",
          "type": "boolean"
        },
        "id": {
          "type": "string",
          "description": "ID of this user role. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "subaccountId": {
          "description": "Subaccount ID of this user role. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "parentUserRoleId": {
          "type": "string",
          "description": "ID of the user role that this user role is based on or copied from. This is a required field.",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#userRole\"."
        },
        "accountId": {
          "description": "Account ID of this user role. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "UserRole",
      "description": "Contains properties of auser role, which is used to manage user access."
    },
    "FloodlightActivityDynamicTag": {
      "description": "Dynamic Tag",
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "ID of this dynamic tag. This is a read-only, auto-generated field.",
          "format": "int64"
        },
        "tag": {
          "type": "string",
          "description": "Tag code."
        },
        "name": {
          "type": "string",
          "description": "Name of this tag."
        }
      },
      "id": "FloodlightActivityDynamicTag"
    },
    "SiteVideoSettings": {
      "properties": {
        "transcodeSettings": {
          "$ref": "SiteTranscodeSetting",
          "description": "Settings for the transcodes of video creatives served to this site. This will act as default for new placements created under this site."
        },
        "publisherSpecificationId": {
          "type": "string",
          "format": "int64",
          "description": "Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max"
        },
        "obaSettings": {
          "description": "Settings for the OBA icon of video creatives served to this site. This will act as default for new placements created under this site.",
          "$ref": "ObaIcon"
        },
        "obaEnabled": {
          "description": "Whether OBA icons are enabled for this placement.",
          "type": "boolean"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#siteVideoSettings\".",
          "type": "string"
        },
        "companionSettings": {
          "$ref": "SiteCompanionSetting",
          "description": "Settings for the companion creatives of video creatives served to this site."
        },
        "orientation": {
          "enum": [
            "ANY",
            "LANDSCAPE",
            "PORTRAIT"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Orientation of a site template used for video. This will act as default for new placements created under this site."
        },
        "skippableSettings": {
          "description": "Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site.",
          "$ref": "SiteSkippableSetting"
        }
      },
      "type": "object",
      "description": "Video Settings",
      "id": "SiteVideoSettings"
    },
    "CreativeField": {
      "id": "CreativeField",
      "description": "Contains properties of a creative field.",
      "type": "object",
      "properties": {
        "subaccountId": {
          "type": "string",
          "format": "int64",
          "description": "Subaccount ID of this creative field. This is a read-only field that can be left blank."
        },
        "advertiserId": {
          "type": "string",
          "description": "Advertiser ID of this creative field. This is a required field on insertion.",
          "format": "int64"
        },
        "accountId": {
          "description": "Account ID of this creative field. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeField\"."
        },
        "id": {
          "description": "ID of this creative field. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "name": {
          "description": "Name of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.",
          "type": "string"
        }
      }
    },
    "TargetableRemarketingListsListResponse": {
      "type": "object",
      "id": "TargetableRemarketingListsListResponse",
      "description": "Targetable remarketing list response",
      "properties": {
        "targetableRemarketingLists": {
          "description": "Targetable remarketing list collection.",
          "items": {
            "$ref": "TargetableRemarketingList"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#targetableRemarketingListsListResponse\".",
          "type": "string"
        }
      }
    },
    "ConversionError": {
      "type": "object",
      "properties": {
        "code": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "description": "The error code.",
          "type": "string",
          "enum": [
            "INVALID_ARGUMENT",
            "INTERNAL",
            "PERMISSION_DENIED",
            "NOT_FOUND"
          ]
        },
        "message": {
          "description": "A description of the error.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionError\"."
        }
      },
      "description": "The error code and description for a conversion that failed to insert or update.",
      "id": "ConversionError"
    },
    "FieldFilter": {
      "description": "Contains field filter information.",
      "properties": {
        "matchType": {
          "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."
          ],
          "description": "Optional. Left hand side of the expression match type.",
          "type": "string",
          "enum": [
            "LHS_MATCH_TYPE_UNKNOWN",
            "EQUALS_OR_UNRESTRICTED",
            "EQUALS",
            "UNRESTRICTED",
            "NOT_EQUALS"
          ]
        },
        "dependentFieldValue": {
          "$ref": "DependentFieldValue",
          "description": "Optional. The dependent values, only applicable when rhs_value_type is DEPENDENT."
        },
        "stringValue": {
          "description": "Optional. The string value, only applicable when rhs_value_type is STRING.",
          "type": "string"
        },
        "valueType": {
          "type": "string",
          "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.",
          "enum": [
            "RHS_VALUE_TYPE_UNKNOWN",
            "STRING",
            "REQUEST",
            "BOOL",
            "DEPENDENT"
          ]
        },
        "boolValue": {
          "description": "Optional. The boolean values, only applicable when rhs_value_type is BOOL.",
          "type": "boolean"
        },
        "requestValue": {
          "description": "Optional. The request value, only applicable when rhs_value_type is REQUEST.",
          "$ref": "RequestValue"
        },
        "fieldId": {
          "format": "int32",
          "description": "Optional. The field ID on the left hand side of the expression.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "FieldFilter"
    },
    "FieldError": {
      "id": "FieldError",
      "description": "Contains the field error of the dynamic feed.",
      "type": "object",
      "properties": {
        "ingestionError": {
          "type": "string",
          "description": "Output only. The ingestion error of the field.",
          "enum": [
            "UNKNOWN_PARSING_ERROR",
            "MISSING_ID",
            "MISSING_REPORTING_LABEL",
            "EMPTY_VALUE",
            "ASSET_DOWNLOAD_ERROR",
            "ID_TOO_LONG",
            "DUPLICATE_ID",
            "PARSING_ERROR",
            "COUNTRY_PARSING_ERROR",
            "LONG_PARSING_ERROR",
            "BOOL_PARSING_ERROR",
            "EXPANDED_URL_PARSING_ERROR",
            "FLOAT_PARSING_ERROR",
            "DATETIME_PARSING_ERROR",
            "INVALID_PREFERENCE_VALUE",
            "GEO_NOT_FOUND_ERROR",
            "GEO_PARSING_ERROR",
            "GEO_PROXIMITY_TARGETING_MULTIPLE_LOCATION_ERROR",
            "POSTAL_CODE_PARSING_ERROR",
            "METRO_CODE_PARSING_ERROR",
            "DATETIME_WITHOUT_TIMEZONE_PARSING_ERROR",
            "WEIGHT_PARSING_ERROR",
            "CREATIVE_DIMENSION_PARSING_ERROR",
            "MULTIVALUE_ID",
            "ENDTIME_BEFORE_STARTTIME",
            "INVALID_ASSET_LIBRARY_HANDLE",
            "INVALID_ASSET_LIBRARY_VIDEO_HANDLE",
            "INVALID_ASSET_LIBRARY_DIRECTORY_HANDLE",
            "DYNAMIC_TARGETING_KEY_NOT_DEFINED_FOR_ADVERTISER",
            "USERLIST_ID_NOT_ACCESSIBLE_FOR_ADVERTISER",
            "ENDTIME_PASSED",
            "ENDTIME_TOO_SOON",
            "TEXT_ASSET_REFERENCE",
            "IMAGE_ASSET_SCS_REFERENCE",
            "AIRPORT_GEO_TARGET",
            "CANONICAL_NAME_QUERY_MISMATCH",
            "NO_DEFAULT_ROW",
            "NO_ACTIVE_DEFAULT_ROW",
            "NO_DEFAULT_ROW_IN_DATE_RANGE",
            "NO_ACTIVE_DEFAULT_ROW_IN_DATE_RANGE",
            "PAYLOAD_LIMIT_EXCEEDED",
            "SSL_NOT_COMPLIANT"
          ],
          "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."
          ]
        },
        "fieldName": {
          "type": "string",
          "description": "Output only. The name of the field.",
          "readOnly": true
        },
        "fieldId": {
          "description": "Output only. The ID of the field.",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        },
        "fieldValues": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The list of values of the field.",
          "type": "array"
        },
        "isError": {
          "description": "Output only. Incidcates whether the field has error or warning.",
          "readOnly": true,
          "type": "boolean"
        }
      }
    },
    "DynamicProfileFeedSettings": {
      "description": "Contains dynamic profile specific settings for an associated dynamic feed.",
      "properties": {
        "quantity": {
          "format": "int32",
          "description": "Optional. The number of this dynamic feed rows needed by the dynamic profile, default value is 1. Acceptable values are between 1 to 99, inclusive.",
          "type": "integer"
        },
        "dynamicFeedId": {
          "format": "int64",
          "description": "Optional. Dynamic feed ID associated with dynamic profile version.",
          "type": "string"
        },
        "dynamicRules": {
          "$ref": "DynamicRules",
          "description": "Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile."
        }
      },
      "type": "object",
      "id": "DynamicProfileFeedSettings"
    },
    "SizesListResponse": {
      "description": "Size List Response",
      "properties": {
        "sizes": {
          "type": "array",
          "description": "Size collection.",
          "items": {
            "$ref": "Size"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sizesListResponse\".",
          "type": "string"
        }
      },
      "type": "object",
      "id": "SizesListResponse"
    },
    "ColumnHeader": {
      "description": "A column header in the report.",
      "type": "object",
      "id": "ColumnHeader",
      "properties": {
        "type": {
          "description": "Output only. The column type.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Dimension.",
            "Metric."
          ],
          "enum": [
            "COLUMN_TYPE_UNSPECIFIED",
            "DIMENSION",
            "METRIC"
          ],
          "type": "string",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The column name."
        }
      }
    },
    "FsCommand": {
      "id": "FsCommand",
      "type": "object",
      "properties": {
        "top": {
          "type": "integer",
          "description": "Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.",
          "format": "int32"
        },
        "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"
        },
        "windowWidth": {
          "format": "int32",
          "type": "integer",
          "description": "Width of the window."
        },
        "windowHeight": {
          "format": "int32",
          "type": "integer",
          "description": "Height of the window."
        },
        "left": {
          "description": "Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.",
          "format": "int32",
          "type": "integer"
        }
      },
      "description": "FsCommand."
    },
    "ListPopulationRule": {
      "id": "ListPopulationRule",
      "description": "Remarketing List Population Rule.",
      "properties": {
        "floodlightActivityId": {
          "description": "Floodlight activity ID associated with this rule. This field can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "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.",
          "type": "array",
          "items": {
            "$ref": "ListPopulationClause"
          }
        },
        "floodlightActivityName": {
          "description": "Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CustomRichMediaEvents": {
      "properties": {
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#customRichMediaEvents.",
          "type": "string"
        },
        "filteredEventIds": {
          "items": {
            "$ref": "DimensionValue"
          },
          "description": "List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.",
          "type": "array"
        }
      },
      "id": "CustomRichMediaEvents",
      "type": "object",
      "description": "Represents a Custom Rich Media Events group."
    },
    "UserRolesListResponse": {
      "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#userRolesListResponse\".",
          "type": "string"
        },
        "userRoles": {
          "items": {
            "$ref": "UserRole"
          },
          "type": "array",
          "description": "User role collection."
        }
      },
      "id": "UserRolesListResponse",
      "description": "User Role List Response",
      "type": "object"
    },
    "PlacementStrategy": {
      "description": "Contains properties of a placement strategy.",
      "properties": {
        "accountId": {
          "description": "Account ID of this placement strategy.This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "id": {
          "description": "ID of this placement strategy. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "name": {
          "description": "Name of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementStrategy\"."
        }
      },
      "type": "object",
      "id": "PlacementStrategy"
    },
    "Subaccount": {
      "description": "Contains properties of a Campaign Manager subaccount.",
      "properties": {
        "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."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this subaccount. This is a read-only, auto-generated field."
        },
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccount\"."
        },
        "availablePermissionIds": {
          "type": "array",
          "description": "IDs of the available user role permissions for this subaccount.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      },
      "id": "Subaccount",
      "type": "object"
    },
    "BillingRateTieredRate": {
      "type": "object",
      "properties": {
        "rateInMicros": {
          "type": "string",
          "description": "Rate in micros for this tier.",
          "format": "int64"
        },
        "highValue": {
          "format": "int64",
          "type": "string",
          "description": "The maximum for this tier range."
        },
        "lowValue": {
          "description": "The minimum for this tier range.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "BillingRateTieredRate"
    },
    "ContextualKeyword": {
      "id": "ContextualKeyword",
      "type": "object",
      "description": "Contains information about a Contextual Keyword that can be targeted by ads.",
      "properties": {
        "keyword": {
          "type": "string",
          "description": "The keyword that can be targeted by ads."
        }
      }
    },
    "SiteContact": {
      "id": "SiteContact",
      "type": "object",
      "properties": {
        "lastName": {
          "type": "string",
          "description": "Last name of this site contact."
        },
        "firstName": {
          "description": "First name of this site contact.",
          "type": "string"
        },
        "title": {
          "description": "Title or designation of this site contact.",
          "type": "string"
        },
        "contactType": {
          "description": "Site contact type.",
          "enum": [
            "SALES_PERSON",
            "TRAFFICKER"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "address": {
          "type": "string",
          "description": "Address of this site contact."
        },
        "phone": {
          "description": "Primary phone number of this site contact.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this site contact. This is a read-only, auto-generated field."
        },
        "email": {
          "type": "string",
          "description": "Email address of this site contact. This is a required field."
        }
      },
      "description": "Site Contact"
    },
    "AccountPermissionGroup": {
      "properties": {
        "id": {
          "description": "ID of this account permission group.",
          "format": "int64",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Name of this account permission group."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#accountPermissionGroup\".",
          "type": "string"
        }
      },
      "id": "AccountPermissionGroup",
      "type": "object",
      "description": "AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions."
    },
    "CartDataItem": {
      "type": "object",
      "properties": {
        "unitPrice": {
          "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.",
          "format": "double"
        },
        "quantity": {
          "description": "Number of items sold. This is a required field.",
          "format": "int32",
          "type": "integer"
        },
        "itemId": {
          "type": "string",
          "description": "The shopping id of the item. Must be equal to the Merchant Center product identifier. This is a required field."
        }
      },
      "description": "Contains data of the items purchased.",
      "id": "CartDataItem"
    },
    "UniversalAdId": {
      "id": "UniversalAdId",
      "properties": {
        "registry": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "description": "Registry used for the Ad ID value.",
          "enum": [
            "OTHER",
            "AD_ID_OFFICIAL",
            "CLEARCAST",
            "DCM",
            "ARPP",
            "CUSV"
          ]
        },
        "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"
        }
      },
      "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."
    },
    "RichMediaExitOverride": {
      "id": "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": {
          "description": "Whether to use the clickThroughUrl. If false, the creative-level exit will be used.",
          "type": "boolean"
        },
        "exitId": {
          "type": "string",
          "description": "ID for the override to refer to a specific exit in the creative.",
          "format": "int64"
        }
      }
    },
    "CountriesListResponse": {
      "description": "Country List Response",
      "id": "CountriesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#countriesListResponse\".",
          "type": "string"
        },
        "countries": {
          "items": {
            "$ref": "Country"
          },
          "description": "Country collection.",
          "type": "array"
        }
      }
    },
    "OperatingSystemVersion": {
      "type": "object",
      "id": "OperatingSystemVersion",
      "properties": {
        "majorVersion": {
          "type": "string",
          "description": "Major version (leftmost number) of this operating system version."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#operatingSystemVersion\"."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this operating system version."
        },
        "minorVersion": {
          "description": "Minor version (number after the first dot) of this operating system version.",
          "type": "string"
        },
        "operatingSystem": {
          "description": "Operating system of this operating system version.",
          "$ref": "OperatingSystem"
        },
        "name": {
          "type": "string",
          "description": "Name of this operating system version."
        }
      },
      "description": "Contains information about a particular version of an operating system that can be targeted by ads."
    },
    "ContentSource": {
      "properties": {
        "resourceLink": {
          "type": "string",
          "description": "Required. The link to the file of the content source."
        },
        "resourceType": {
          "enum": [
            "RESOURCE_TYPE_UNSPECIFIED",
            "RESOURCE_TYPE_GOOGLE_SPREADSHEET",
            "RESOURCE_TYPE_REMOTE_FILE"
          ],
          "type": "string",
          "enumDescriptions": [
            "The resource type is unspecified.",
            "The resource type is google spreadsheet.",
            "The resource type is remote file."
          ],
          "description": "Required. The resource type of the content source."
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Output only. The last modified timestamp of the content source. This is a read-only field.",
          "readOnly": true
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "readOnly": true,
          "description": "Output only. The creation timestamp of the content source. This is a read-only field."
        },
        "contentSourceName": {
          "description": "Optional. The name of the content source. It is defaulted to content source file name if not provided.",
          "type": "string"
        },
        "metaData": {
          "$ref": "ContentSourceMetaData",
          "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
        }
      },
      "description": "Contains the content source of the dynamic feed.",
      "type": "object",
      "id": "ContentSource"
    },
    "DynamicRules": {
      "description": "Contains dynamic rules information.",
      "properties": {
        "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."
          ],
          "type": "string",
          "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.",
          "enum": [
            "ROTATION_TYPE_UNKNOWN",
            "RANDOM",
            "OPTIMIZED",
            "WEIGHTED"
          ]
        },
        "customValueFields": {
          "type": "array",
          "description": "Optional. Mapping between field ID and custom key that are used to match for auto filtering.",
          "items": {
            "$ref": "CustomValueField"
          }
        },
        "customRules": {
          "type": "array",
          "description": "Optional. The custom rules of the dynamic feed, only applicable when rule type is CUSTOM.",
          "items": {
            "$ref": "CustomRule"
          }
        },
        "proximityFilter": {
          "description": "Optional. The proximity targeting rules of the dynamic feed, only applicable when rule type is PROXIMITY_TARGETING.",
          "$ref": "ProximityFilter"
        },
        "weightFieldId": {
          "type": "integer",
          "description": "Optional. The field ID for the feed that will be used for weighted rotation, only applicable when rotation type is WEIGHTED.",
          "format": "int32"
        },
        "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."
          ]
        },
        "remarketingValueAttributes": {
          "items": {
            "$ref": "RemarketingValueAttribute"
          },
          "description": "Optional. The link between an element field ID and a list of user attribute IDs.",
          "type": "array"
        },
        "autoTargetedFieldIds": {
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "description": "Optional. List of field IDs in this element that should be auto-targeted. Applicable when rule type is AUTO.",
          "type": "array"
        }
      },
      "id": "DynamicRules",
      "type": "object"
    },
    "DateRange": {
      "id": "DateRange",
      "properties": {
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#dateRange."
        },
        "startDate": {
          "format": "date",
          "type": "string"
        },
        "endDate": {
          "type": "string",
          "format": "date"
        },
        "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."
    },
    "FloodlightReportCompatibleFields": {
      "description": "Represents fields that are compatible to be selected for a report of type \"FlOODLIGHT\".",
      "id": "FloodlightReportCompatibleFields",
      "properties": {
        "metrics": {
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "type": "array"
        },
        "dimensions": {
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report.",
          "type": "array"
        },
        "dimensionFilters": {
          "type": "array",
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "items": {
            "$ref": "Dimension"
          }
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#floodlightReportCompatibleFields.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversionStatus\"."
        },
        "errors": {
          "items": {
            "$ref": "ConversionError"
          },
          "type": "array",
          "description": "A list of errors related to this conversion."
        }
      },
      "id": "ConversionStatus"
    },
    "Advertiser": {
      "description": "Contains properties of a Campaign Manager advertiser.",
      "type": "object",
      "properties": {
        "advertiserGroupId": {
          "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.",
          "format": "int64"
        },
        "defaultEmail": {
          "type": "string",
          "description": "Default email address used in sender field for tag emails."
        },
        "clickThroughUrlSuffix": {
          "type": "string",
          "description": "Suffix added to click-through URL of ad creative associations under this advertiser. Must be less than 129 characters long."
        },
        "subaccountId": {
          "description": "Subaccount ID of this advertiser.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#advertiser\".",
          "type": "string"
        },
        "status": {
          "type": "string",
          "enum": [
            "APPROVED",
            "ON_HOLD"
          ],
          "enumDescriptions": [
            "Approved (ads can deliver)",
            "On-hold (all ads are stopped)"
          ],
          "description": "Status of this advertiser."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "description": "ID of this advertiser. This is a read-only, auto-generated field."
        },
        "suspended": {
          "description": "Suspension status of this advertiser.",
          "type": "boolean"
        },
        "floodlightConfigurationId": {
          "description": "Floodlight configuration ID of this advertiser. The floodlight configuration ID will be created automatically, so on insert this field should be left blank. This field can be set to another advertiser's floodlight configuration ID in order to share that advertiser's floodlight configuration with this advertiser, so long as: - This advertiser's original floodlight configuration is not already associated with floodlight activities or floodlight activity groups. - This advertiser's original floodlight configuration is not already shared with another advertiser. ",
          "type": "string",
          "format": "int64"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "originalFloodlightConfigurationId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "measurementPartnerLink": {
          "$ref": "MeasurementPartnerAdvertiserLink",
          "description": "Measurement partner advertiser link for tag wrapping."
        },
        "accountId": {
          "description": "Account ID of this advertiser.This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "name": {
          "type": "string",
          "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."
        },
        "defaultClickThroughEventTagId": {
          "type": "string",
          "description": "ID of the click-through event tag to apply by default to the landing pages of this advertiser's campaigns.",
          "format": "int64"
        },
        "euPoliticalAdsDeclaration": {
          "description": "Optional. Whether the advertiser plans to serve EU political ads.",
          "enumDescriptions": [
            "You'll need to confirm if your campaign contains EU political advertising.",
            "All new campaigns will have “No” selected for the question that asks if your campaign has EU political ads. You can change this for any campaign at any time."
          ],
          "enum": [
            "ADVERTISER_PLANS_TO_SERVE_EU_POLITICAL_ADS",
            "ADVERTISER_DOES_NOT_PLAN_TO_SERVE_EU_POLITICAL_ADS"
          ],
          "type": "string"
        }
      },
      "id": "Advertiser"
    },
    "CompanionClickThroughOverride": {
      "description": "Companion Click-through override.",
      "type": "object",
      "properties": {
        "creativeId": {
          "format": "int64",
          "description": "ID of the creative for this companion click-through override.",
          "type": "string"
        },
        "clickThroughUrl": {
          "description": "Click-through URL of this companion click-through override.",
          "$ref": "ClickThroughUrl"
        }
      },
      "id": "CompanionClickThroughOverride"
    },
    "AdvertiserLandingPagesListResponse": {
      "id": "AdvertiserLandingPagesListResponse",
      "description": "Landing Page 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#advertiserLandingPagesListResponse\"."
        },
        "landingPages": {
          "type": "array",
          "description": "Landing page collection",
          "items": {
            "$ref": "LandingPage"
          }
        }
      },
      "type": "object"
    },
    "Metric": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The metric name, e.g. impressions"
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#metric."
        }
      },
      "type": "object",
      "description": "Represents a metric.",
      "id": "Metric"
    },
    "FloodlightActivityGroup": {
      "description": "Contains properties of a Floodlight activity group.",
      "properties": {
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this floodlight activity group. This is a read-only, auto-generated field."
        },
        "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": {
          "type": "string",
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "COUNTER",
            "SALE"
          ],
          "description": "Type of the floodlight activity group. This is a required field that is read-only after insertion."
        },
        "name": {
          "type": "string",
          "description": "Name of this floodlight activity group. This is a required field. Must be less than 65 characters long and cannot contain quotes."
        },
        "floodlightConfigurationId": {
          "format": "int64",
          "type": "string",
          "description": "Floodlight configuration ID of this floodlight activity group. This is a required field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivityGroup\".",
          "type": "string"
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this floodlight activity group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "floodlightConfigurationIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field."
        },
        "tagString": {
          "description": "Value of the type= parameter in the floodlight tag, which the ad servers use to identify the activity group that the activity belongs to. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activity groups of the same floodlight configuration. This field is read-only after insertion.",
          "type": "string"
        },
        "accountId": {
          "description": "Account ID of this floodlight activity group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight activity group. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        }
      },
      "id": "FloodlightActivityGroup",
      "type": "object"
    },
    "TagData": {
      "id": "TagData",
      "type": "object",
      "description": "Placement Tag Data",
      "properties": {
        "creativeId": {
          "description": "Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.",
          "type": "string",
          "format": "int64"
        },
        "impressionTag": {
          "description": "Tag string for serving an ad.",
          "type": "string"
        },
        "clickTag": {
          "description": "Tag string to record a click.",
          "type": "string"
        },
        "format": {
          "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",
          "description": "TagData tag format of this tag."
        },
        "adId": {
          "description": "Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "ClickThroughUrl": {
      "description": "Click-through URL",
      "properties": {
        "customClickThroughUrl": {
          "description": "Custom click-through URL. Applicable if the defaultLandingPage field is set to false and the landingPageId field is left unset.",
          "type": "string"
        },
        "computedClickThroughUrl": {
          "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. "
        },
        "defaultLandingPage": {
          "description": "Whether the campaign default landing page is used.",
          "type": "boolean"
        },
        "landingPageId": {
          "description": "ID of the landing page for the click-through URL. Applicable if the defaultLandingPage field is set to false.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "ClickThroughUrl",
      "type": "object"
    },
    "CreativeAsset": {
      "id": "CreativeAsset",
      "type": "object",
      "description": "Creative Asset.",
      "properties": {
        "artworkType": {
          "type": "string",
          "description": "Artwork type of rich media creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "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."
          ]
        },
        "politeLoad": {
          "type": "boolean",
          "description": "Whether this asset is used as a polite load asset."
        },
        "expandedDimension": {
          "$ref": "Size",
          "description": "Detected expanded dimension for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID."
        },
        "mimeType": {
          "description": "Detected MIME type for audio or video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "type": "string"
        },
        "flashVersion": {
          "format": "int32",
          "type": "integer",
          "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."
        },
        "transparency": {
          "type": "boolean",
          "description": "Whether the asset is transparent. Applicable to the following creative types: all RICH_MEDIA. Additionally, only applicable to HTML5 assets."
        },
        "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.",
          "type": "array",
          "items": {
            "$ref": "Size"
          }
        },
        "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"
        },
        "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"
        },
        "zipFilename": {
          "type": "string",
          "description": "File name of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER."
        },
        "pushdownDuration": {
          "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.",
          "type": "number"
        },
        "collapsedSize": {
          "$ref": "Size",
          "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."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of the asset. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "childAssetType": {
          "enumDescriptions": [
            "swf files",
            "flv and any other video files types",
            "image files",
            "rest of the supported file types .txt, .xml etc."
          ],
          "type": "string",
          "description": "Rich media child asset type. This is a read-only field. Applicable to the following creative types: all VPAID.",
          "enum": [
            "CHILD_ASSET_TYPE_FLASH",
            "CHILD_ASSET_TYPE_VIDEO",
            "CHILD_ASSET_TYPE_IMAGE",
            "CHILD_ASSET_TYPE_DATA"
          ]
        },
        "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"
        },
        "verticallyLocked": {
          "description": "Whether the asset is vertically locked. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "orientation": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "LANDSCAPE",
            "PORTRAIT",
            "SQUARE"
          ],
          "description": "Orientation of video asset. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "backupImageExit": {
          "$ref": "CreativeCustomEvent",
          "description": "Exit event configured for the backup image. Applicable to the following creative types: all RICH_MEDIA."
        },
        "audioSampleRate": {
          "type": "integer",
          "format": "int32",
          "description": "Audio sample bit rate in hertz. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID."
        },
        "alignment": {
          "type": "string",
          "description": "Possible alignments for an asset. This is a read-only field. Applicable to the following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL .",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "ALIGNMENT_TOP",
            "ALIGNMENT_RIGHT",
            "ALIGNMENT_BOTTOM",
            "ALIGNMENT_LEFT"
          ]
        },
        "streamingServingUrl": {
          "type": "string",
          "description": "Streaming URL for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID."
        },
        "positionLeftUnit": {
          "description": "Offset left unit for an asset. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "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"
          ]
        },
        "zipFilesize": {
          "type": "string",
          "description": "Size of zip file. This is a read-only field. Applicable to the following creative types: HTML5_BANNER."
        },
        "role": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "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. ",
          "enum": [
            "PRIMARY",
            "BACKUP_IMAGE",
            "ADDITIONAL_IMAGE",
            "ADDITIONAL_FLASH",
            "PARENT_VIDEO",
            "TRANSCODED_VIDEO",
            "OTHER",
            "ALTERNATE_VIDEO",
            "PARENT_AUDIO",
            "TRANSCODED_AUDIO"
          ]
        },
        "windowMode": {
          "enumDescriptions": [
            "Allows overlapping of Html and SWF content.",
            "Default",
            "Used for non-square borders. Allows overlapping of Html and SWF content."
          ],
          "enum": [
            "OPAQUE",
            "WINDOW",
            "TRANSPARENT"
          ],
          "description": "Window mode options for flash assets. Applicable to the following creative types: FLASH_INPAGE, RICH_MEDIA_DISPLAY_EXPANDING, RICH_MEDIA_IM_EXPAND, RICH_MEDIA_DISPLAY_BANNER, and RICH_MEDIA_INPAGE_FLOATING.",
          "type": "string"
        },
        "durationType": {
          "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."
          ],
          "type": "string",
          "enum": [
            "ASSET_DURATION_TYPE_AUTO",
            "ASSET_DURATION_TYPE_NONE",
            "ASSET_DURATION_TYPE_CUSTOM"
          ],
          "description": "Duration type for which an asset will be displayed. Applicable to the following creative types: all RICH_MEDIA."
        },
        "frameRate": {
          "format": "float",
          "type": "number",
          "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."
        },
        "size": {
          "description": "Size associated with this creative asset. This is a required field when applicable; however for IMAGE and FLASH_INPAGE, creatives if left blank, this field will be automatically set using the actual size of the associated image asset. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER, IMAGE, and all RICH_MEDIA. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
          "$ref": "Size"
        },
        "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"
        },
        "hideFlashObjects": {
          "type": "boolean",
          "description": "Whether to hide Flash objects flag for an asset. Applicable to the following creative types: all RICH_MEDIA."
        },
        "positionTopUnit": {
          "description": "Offset top unit for an asset. This is a read-only field if the asset displayType is ASSET_DISPLAY_TYPE_OVERLAY. Applicable to the following creative types: all RICH_MEDIA.",
          "enum": [
            "OFFSET_UNIT_PIXEL",
            "OFFSET_UNIT_PERCENT",
            "OFFSET_UNIT_PIXEL_FROM_CENTER"
          ],
          "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."
          ]
        },
        "mediaDuration": {
          "description": "Detected duration for audio or video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.",
          "format": "float",
          "type": "number"
        },
        "duration": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "companionCreativeIds": {
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array",
          "description": "List of companion creatives assigned to an in-stream video creative asset. Acceptable values include IDs of existing flash and image creatives. Applicable to INSTREAM_VIDEO creative type with dynamicAssetSelection set to true."
        },
        "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."
        },
        "position": {
          "$ref": "OffsetPosition",
          "description": "Offset position for an asset. Applicable to the following creative types: all RICH_MEDIA."
        },
        "progressiveServingUrl": {
          "type": "string",
          "description": "Progressive URL for video asset. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO and all VPAID."
        },
        "id": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "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."
        },
        "originalBackup": {
          "description": "Whether the backup asset is original or changed by the user in Campaign Manager. Applicable to the following creative types: all RICH_MEDIA.",
          "type": "boolean"
        },
        "zIndex": {
          "description": "zIndex value of an asset. Applicable to the following creative types: all RICH_MEDIA.Additionally, only applicable to assets whose displayType is NOT one of the following types: ASSET_DISPLAY_TYPE_INPAGE or ASSET_DISPLAY_TYPE_OVERLAY. Acceptable values are -999999999 to 999999999, inclusive.",
          "format": "int32",
          "type": "integer"
        },
        "displayType": {
          "enum": [
            "ASSET_DISPLAY_TYPE_INPAGE",
            "ASSET_DISPLAY_TYPE_FLOATING",
            "ASSET_DISPLAY_TYPE_OVERLAY",
            "ASSET_DISPLAY_TYPE_EXPANDING",
            "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH",
            "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING",
            "ASSET_DISPLAY_TYPE_PEEL_DOWN",
            "ASSET_DISPLAY_TYPE_VPAID_LINEAR",
            "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR",
            "ASSET_DISPLAY_TYPE_BACKDROP"
          ],
          "description": "Type of rich media asset. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA.",
          "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."
          ]
        },
        "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"
        },
        "startTimeType": {
          "type": "string",
          "enumDescriptions": [
            "Asset is not automatically displayed.",
            "Asset is automatically displayed after a fixed period of time."
          ],
          "enum": [
            "ASSET_START_TIME_TYPE_NONE",
            "ASSET_START_TIME_TYPE_CUSTOM"
          ],
          "description": "Initial wait time type before making the asset visible. Applicable to the following creative types: all RICH_MEDIA."
        },
        "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"
        },
        "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"
        },
        "hideSelectionBoxes": {
          "description": "Whether to hide selection boxes flag for an asset. Applicable to the following creative types: all RICH_MEDIA.",
          "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"
        },
        "fileSize": {
          "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.",
          "format": "int64"
        },
        "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"
        }
      }
    },
    "AdvertisersListResponse": {
      "type": "object",
      "description": "Advertiser List Response",
      "id": "AdvertisersListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertisersListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "advertisers": {
          "items": {
            "$ref": "Advertiser"
          },
          "type": "array",
          "description": "Advertiser collection."
        }
      }
    },
    "LanguageTargeting": {
      "description": "Language Targeting.",
      "type": "object",
      "id": "LanguageTargeting",
      "properties": {
        "languages": {
          "items": {
            "$ref": "Language"
          },
          "type": "array",
          "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."
        }
      }
    },
    "FeedSchedule": {
      "id": "FeedSchedule",
      "type": "object",
      "properties": {
        "startMinute": {
          "type": "string",
          "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."
        },
        "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"
        },
        "timeZone": {
          "type": "string",
          "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\"."
        },
        "repeatValue": {
          "type": "string",
          "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."
        },
        "scheduleEnabled": {
          "type": "boolean",
          "description": "Optional. Whether the schedule is enabled."
        }
      },
      "description": "Contains the schedule of the dynamic feed."
    },
    "AdBlockingConfiguration": {
      "description": "Campaign ad blocking settings.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "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."
        }
      },
      "id": "AdBlockingConfiguration",
      "type": "object"
    },
    "FloodlightConfiguration": {
      "type": "object",
      "description": "Contains properties of a Floodlight configuration.",
      "properties": {
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "accountId": {
          "description": "Account ID of this floodlight configuration. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "thirdPartyAuthenticationTokens": {
          "description": "List of third-party authentication tokens enabled for this configuration.",
          "type": "array",
          "items": {
            "$ref": "ThirdPartyAuthenticationToken"
          }
        },
        "advertiserId": {
          "type": "string",
          "description": "Advertiser ID of the parent advertiser of this floodlight configuration.",
          "format": "int64"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this floodlight configuration. This is a read-only, auto-generated field."
        },
        "firstDayOfWeek": {
          "type": "string",
          "enum": [
            "SUNDAY",
            "MONDAY"
          ],
          "enumDescriptions": [
            "",
            ""
          ]
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightConfiguration\"."
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "lookbackConfiguration": {
          "description": "Lookback window settings for this floodlight configuration.",
          "$ref": "LookbackConfiguration"
        },
        "inAppAttributionTrackingEnabled": {
          "description": "Whether in-app attribution tracking is enabled.",
          "type": "boolean"
        },
        "userDefinedVariableConfigurations": {
          "description": "List of user defined variables enabled for this configuration.",
          "type": "array",
          "items": {
            "$ref": "UserDefinedVariableConfiguration"
          }
        },
        "customViewabilityMetric": {
          "$ref": "CustomViewabilityMetric",
          "description": "Custom Viewability metric for the floodlight configuration."
        },
        "tagSettings": {
          "description": "Configuration settings for dynamic and image floodlight tags.",
          "$ref": "TagSettings"
        },
        "naturalSearchConversionAttributionOption": {
          "description": "Types of attribution options for natural search conversions.",
          "enum": [
            "EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION",
            "INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ]
        },
        "analyticsDataSharingEnabled": {
          "description": "Whether advertiser data is shared with Google Analytics.",
          "type": "boolean"
        },
        "omnitureSettings": {
          "$ref": "OmnitureSettings",
          "description": "Settings for Campaign Manager Omniture integration."
        },
        "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"
        }
      },
      "id": "FloodlightConfiguration"
    },
    "DynamicProfileVersion": {
      "description": "Contains dynamic profile version information.",
      "id": "DynamicProfileVersion",
      "properties": {
        "versionId": {
          "format": "int64",
          "description": "Output only. Version ID of this dynamic profile version. This is a read-only, auto-generated field. -1 for draft version, 0+ for published versions.",
          "readOnly": true,
          "type": "string"
        },
        "dynamicProfileFeedSettings": {
          "type": "array",
          "description": "Optional. Associated dynamic feeds and their settings (including dynamic rules) for this dynamic profile version.",
          "items": {
            "$ref": "DynamicProfileFeedSettings"
          }
        }
      },
      "type": "object"
    },
    "CreativeAssignment": {
      "type": "object",
      "id": "CreativeAssignment",
      "description": "Creative Assignment.",
      "properties": {
        "active": {
          "type": "boolean",
          "description": "Whether this creative assignment is active. When true, the creative will be included in the ad's rotation."
        },
        "richMediaExitOverrides": {
          "description": "Rich media exit overrides for this creative assignment. Applicable when the creative type is any of the following: - DISPLAY - RICH_MEDIA_INPAGE - RICH_MEDIA_INPAGE_FLOATING - RICH_MEDIA_IM_EXPAND - RICH_MEDIA_EXPANDING - RICH_MEDIA_INTERSTITIAL_FLOAT - RICH_MEDIA_MOBILE_IN_APP - RICH_MEDIA_MULTI_FLOATING - RICH_MEDIA_PEEL_DOWN - VPAID_LINEAR - VPAID_NON_LINEAR ",
          "items": {
            "$ref": "RichMediaExitOverride"
          },
          "type": "array"
        },
        "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"
        },
        "endTime": {
          "format": "date-time",
          "type": "string"
        },
        "weight": {
          "format": "int32",
          "type": "integer",
          "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."
        },
        "clickThroughUrl": {
          "description": "Click-through URL of the creative assignment.",
          "$ref": "ClickThroughUrl"
        },
        "sequence": {
          "format": "int32",
          "type": "integer",
          "description": "Sequence number of the creative assignment, applicable when the rotation type is CREATIVE_ROTATION_TYPE_SEQUENTIAL. Acceptable values are 1 to 65535, inclusive."
        },
        "companionCreativeOverrides": {
          "description": "Companion creative overrides for this creative assignment. Applicable to video ads.",
          "type": "array",
          "items": {
            "$ref": "CompanionClickThroughOverride"
          }
        },
        "creativeIdDimensionValue": {
          "description": "Dimension value for the ID of the creative. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "creativeId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the creative to be assigned. This is a required field."
        },
        "creativeGroupAssignments": {
          "items": {
            "$ref": "CreativeGroupAssignment"
          },
          "type": "array",
          "description": "Creative group assignments for this creative assignment. Only one assignment per creative group number is allowed for a maximum of two assignments."
        },
        "startTime": {
          "format": "date-time",
          "type": "string"
        },
        "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"
        }
      }
    },
    "ChangeLogsListResponse": {
      "id": "ChangeLogsListResponse",
      "properties": {
        "changeLogs": {
          "type": "array",
          "description": "Change log collection.",
          "items": {
            "$ref": "ChangeLog"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#changeLogsListResponse\"."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        }
      },
      "description": "Change Log List Response",
      "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.",
          "type": "string",
          "format": "int64"
        },
        "optimizationActivitys": {
          "type": "array",
          "items": {
            "$ref": "OptimizationActivity"
          },
          "description": "List of optimization activities associated with 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"
        },
        "optimizationModel": {
          "description": "Optimization model for this configuration.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "CLICK",
            "POST_CLICK",
            "POST_IMPRESSION",
            "POST_CLICK_AND_IMPRESSION",
            "VIDEO_COMPLETION"
          ]
        }
      },
      "type": "object",
      "description": "Creative optimization settings."
    },
    "FileList": {
      "description": "List of files for a report.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "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."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#fileList\".",
          "type": "string"
        },
        "items": {
          "type": "array",
          "description": "The files returned in this response.",
          "items": {
            "$ref": "File"
          }
        },
        "etag": {
          "type": "string",
          "description": "Etag of this resource."
        }
      },
      "id": "FileList",
      "type": "object"
    },
    "VideoProcessingData": {
      "id": "VideoProcessingData",
      "type": "object",
      "description": "Contains processing data for a video asset.",
      "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.",
          "readOnly": true,
          "enum": [
            "UNKNOWN",
            "PROCESSING",
            "SUCCEEDED",
            "FAILED"
          ],
          "type": "string"
        }
      }
    },
    "PricingSchedule": {
      "type": "object",
      "properties": {
        "pricingPeriods": {
          "type": "array",
          "description": "Pricing periods for this placement.",
          "items": {
            "$ref": "PricingSchedulePricingPeriod"
          }
        },
        "floodlightActivityId": {
          "description": "Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.",
          "type": "string",
          "format": "int64"
        },
        "startDate": {
          "type": "string",
          "format": "date"
        },
        "pricingType": {
          "type": "string",
          "description": "Placement pricing type. This field is required on insertion.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "PRICING_TYPE_CPM",
            "PRICING_TYPE_CPC",
            "PRICING_TYPE_CPA",
            "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
            "PRICING_TYPE_FLAT_RATE_CLICKS",
            "PRICING_TYPE_CPM_ACTIVEVIEW"
          ]
        },
        "testingStartDate": {
          "type": "string",
          "format": "date"
        },
        "flighted": {
          "description": "Whether this placement is flighted. If true, pricing periods will be computed automatically.",
          "type": "boolean"
        },
        "endDate": {
          "format": "date",
          "type": "string"
        },
        "capCostOption": {
          "description": "Placement cap cost option.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "CAP_COST_NONE",
            "CAP_COST_MONTHLY",
            "CAP_COST_CUMULATIVE"
          ]
        }
      },
      "description": "Pricing Schedule",
      "id": "PricingSchedule"
    },
    "ObaIcon": {
      "id": "ObaIcon",
      "description": "Online Behavioral Advertiser icon.",
      "properties": {
        "iconClickTrackingUrl": {
          "type": "string",
          "description": "URL to track click when an OBA icon is clicked."
        },
        "program": {
          "description": "Identifies the industry initiative that the icon supports. For example, AdChoices.",
          "type": "string"
        },
        "yPosition": {
          "description": "OBA icon y coordinate position. Accepted values are top or bottom.",
          "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"
        },
        "iconClickThroughUrl": {
          "description": "URL to redirect to when an OBA icon is clicked.",
          "type": "string"
        },
        "size": {
          "$ref": "Size",
          "description": "OBA icon size."
        },
        "xPosition": {
          "type": "string",
          "description": "OBA icon x coordinate position. Accepted values are left or right."
        }
      },
      "type": "object"
    },
    "SkippableSetting": {
      "id": "SkippableSetting",
      "description": "Skippable Settings",
      "properties": {
        "skipOffset": {
          "description": "Amount of time to play videos served to this placement before the skip button should appear. Applicable when skippable is true.",
          "$ref": "VideoOffset"
        },
        "skippable": {
          "description": "Whether the user can skip creatives served to this placement.",
          "type": "boolean"
        },
        "progressOffset": {
          "description": "Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true.",
          "$ref": "VideoOffset"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#skippableSetting\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "SubaccountsListResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token to be used for the next list operation."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#subaccountsListResponse\".",
          "type": "string"
        },
        "subaccounts": {
          "type": "array",
          "items": {
            "$ref": "Subaccount"
          },
          "description": "Subaccount collection."
        }
      },
      "description": "Subaccount List Response",
      "id": "SubaccountsListResponse"
    },
    "TargetingTemplatesListResponse": {
      "description": "Targeting Template List Response",
      "type": "object",
      "properties": {
        "targetingTemplates": {
          "type": "array",
          "description": "Targeting template collection.",
          "items": {
            "$ref": "TargetingTemplate"
          }
        },
        "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#targetingTemplatesListResponse\".",
          "type": "string"
        }
      },
      "id": "TargetingTemplatesListResponse"
    },
    "EncryptionInfo": {
      "type": "object",
      "id": "EncryptionInfo",
      "properties": {
        "encryptionSource": {
          "enum": [
            "ENCRYPTION_SCOPE_UNKNOWN",
            "AD_SERVING",
            "DATA_TRANSFER"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer."
        },
        "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.",
          "format": "int64",
          "type": "string"
        },
        "encryptionEntityType": {
          "type": "string",
          "enum": [
            "ENCRYPTION_ENTITY_TYPE_UNKNOWN",
            "DCM_ACCOUNT",
            "DCM_ADVERTISER",
            "DBM_PARTNER",
            "DBM_ADVERTISER",
            "ADWORDS_CUSTOMER",
            "DFP_NETWORK_CODE"
          ],
          "description": "The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        }
      },
      "description": "A description of how user IDs are encrypted."
    },
    "FloodlightActivityGroupsListResponse": {
      "id": "FloodlightActivityGroupsListResponse",
      "description": "Floodlight Activity Group List Response",
      "properties": {
        "floodlightActivityGroups": {
          "items": {
            "$ref": "FloodlightActivityGroup"
          },
          "type": "array",
          "description": "Floodlight activity group collection."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#floodlightActivityGroupsListResponse\".",
          "type": "string"
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "SitesListResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#sitesListResponse\"."
        },
        "sites": {
          "items": {
            "$ref": "Site"
          },
          "type": "array",
          "description": "Site collection."
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "description": "Site List Response",
      "id": "SitesListResponse",
      "type": "object"
    },
    "Invoice": {
      "description": "Contains information about a single invoice",
      "properties": {
        "issueDate": {
          "description": "The date when the invoice was issued.",
          "type": "string"
        },
        "subtotalAmountMicros": {
          "description": "The pre-tax subtotal amount, in micros of the invoice's currency.",
          "format": "int64",
          "type": "string"
        },
        "campaign_summaries": {
          "type": "array",
          "description": "The list of summarized campaign information associated with this invoice.",
          "items": {
            "$ref": "CampaignSummary"
          }
        },
        "invoiceType": {
          "description": "The type of invoice document.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "INVOICE_TYPE_UNSPECIFIED",
            "INVOICE_TYPE_CREDIT",
            "INVOICE_TYPE_INVOICE"
          ],
          "type": "string"
        },
        "currencyCode": {
          "description": "Invoice currency code in ISO 4217 format.",
          "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*."
        },
        "totalAmountMicros": {
          "description": "The invoice total amount, in micros of the invoice's currency.",
          "format": "int64",
          "type": "string"
        },
        "correctedInvoiceId": {
          "description": "The originally issued invoice that is being adjusted by this invoice, if applicable. May appear on invoice PDF as *Reference invoice number*.",
          "type": "string"
        },
        "id": {
          "description": "ID of this invoice.",
          "type": "string"
        },
        "replacedInvoiceIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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."
        },
        "serviceStartDate": {
          "description": "The invoice service start date.",
          "type": "string"
        },
        "purchaseOrderNumber": {
          "description": "Purchase order number associated with the invoice.",
          "type": "string"
        },
        "paymentsProfileId": {
          "type": "string",
          "description": "The ID of the payments profile the invoice belongs to. Appears on the invoice PDF as *Billing ID*."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#invoice\".",
          "type": "string"
        },
        "serviceEndDate": {
          "type": "string",
          "description": "The invoice service end date."
        },
        "dueDate": {
          "type": "string",
          "description": "The invoice due date."
        },
        "pdfUrl": {
          "type": "string",
          "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."
        },
        "totalTaxAmountMicros": {
          "description": "The sum of all taxes in invoice, in micros of the invoice's currency.",
          "format": "int64",
          "type": "string"
        }
      },
      "type": "object",
      "id": "Invoice"
    },
    "CreativeFieldsListResponse": {
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldsListResponse\"."
        },
        "creativeFields": {
          "description": "Creative field collection.",
          "type": "array",
          "items": {
            "$ref": "CreativeField"
          }
        },
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        }
      },
      "id": "CreativeFieldsListResponse",
      "description": "Creative Field List Response"
    },
    "CartData": {
      "properties": {
        "merchantId": {
          "type": "string",
          "format": "int64",
          "description": "The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details."
        },
        "items": {
          "type": "array",
          "items": {
            "$ref": "CartDataItem"
          },
          "description": "Data of the items purchased."
        },
        "merchantFeedLabel": {
          "description": "The feed labels associated with the feed where your items are uploaded. For more information, please refer to \u200b\u200b https://support.google.com/merchants/answer/12453549. Providing the feed label reduces ambiguity in identifying the right offer details.",
          "type": "string"
        },
        "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"
        }
      },
      "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)",
      "type": "object",
      "id": "CartData"
    },
    "ClickTag": {
      "type": "object",
      "description": "Creative Click Tag.",
      "properties": {
        "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": {
          "type": "string",
          "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."
        },
        "clickThroughUrl": {
          "description": "Parameter value for the specified click tag. This field contains a click-through url.",
          "$ref": "CreativeClickThroughUrl"
        }
      },
      "id": "ClickTag"
    },
    "PlacementGroup": {
      "id": "PlacementGroup",
      "type": "object",
      "properties": {
        "placementGroupType": {
          "enum": [
            "PLACEMENT_PACKAGE",
            "PLACEMENT_ROADBLOCK"
          ],
          "description": "Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion.",
          "type": "string",
          "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."
          ]
        },
        "campaignId": {
          "description": "Campaign ID of this placement group. This field is required on insertion.",
          "type": "string",
          "format": "int64"
        },
        "siteIdDimensionValue": {
          "description": "Dimension value for the ID of the site. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "name": {
          "type": "string",
          "description": "Name of this placement group. This is a required field and must be less than 256 characters long."
        },
        "pricingSchedule": {
          "description": "Pricing schedule of this placement group. This field is required on insertion.",
          "$ref": "PricingSchedule"
        },
        "accountId": {
          "description": "Account ID of this placement group. This is a read-only field that can be left blank.",
          "type": "string",
          "format": "int64"
        },
        "childPlacementIds": {
          "description": "IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "directorySiteIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the directory site. This is a read-only, auto-generated field."
        },
        "directorySiteId": {
          "format": "int64",
          "description": "Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion.",
          "type": "string"
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this placement group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "idDimensionValue": {
          "description": "Dimension value for the ID of this placement group. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "siteId": {
          "format": "int64",
          "type": "string",
          "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."
        },
        "createInfo": {
          "description": "Information about the creation of this placement group. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#placementGroup\".",
          "type": "string"
        },
        "comment": {
          "description": "Comments for this placement group.",
          "type": "string"
        },
        "externalId": {
          "description": "External ID for this placement.",
          "type": "string"
        },
        "primaryPlacementId": {
          "description": "ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements.",
          "format": "int64",
          "type": "string"
        },
        "id": {
          "description": "ID of this placement group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "lastModifiedInfo": {
          "description": "Information about the most recent modification of this placement group. This is a read-only field.",
          "$ref": "LastModifiedInfo"
        },
        "advertiserId": {
          "format": "int64",
          "description": "Advertiser ID of this placement group. This is a required field on insertion.",
          "type": "string"
        },
        "contentCategoryId": {
          "description": "ID of the content category assigned to this placement group.",
          "format": "int64",
          "type": "string"
        },
        "placementStrategyId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the placement strategy assigned to this placement group."
        },
        "primaryPlacementIdDimensionValue": {
          "description": "Dimension value for the ID of the primary placement. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "activeStatus": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "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"
        }
      },
      "description": "Contains properties of a package or roadblock."
    },
    "YoutubeSettings": {
      "description": "Contains the YouTube settings.",
      "properties": {
        "headlines": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The headlines associated with the call to actions. Currently only one headline is supported."
        },
        "descriptions": {
          "type": "array",
          "description": "Optional. The descriptions. Currently only one description is supported.",
          "items": {
            "type": "string"
          }
        },
        "longHeadlines": {
          "description": "Optional. The long headlines. Currently only one long headline is supported.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "callToActions": {
          "items": {
            "enum": [
              "CALL_TO_ACTION_UNKNOWN",
              "CALL_TO_ACTION_LEARN_MORE",
              "CALL_TO_ACTION_GET_QUOTE",
              "CALL_TO_ACTION_APPLY_NOW",
              "CALL_TO_ACTION_SIGN_UP",
              "CALL_TO_ACTION_CONTACT_US",
              "CALL_TO_ACTION_SUBSCRIBE",
              "CALL_TO_ACTION_DOWNLOAD",
              "CALL_TO_ACTION_BOOK_NOW",
              "CALL_TO_ACTION_GET_OFFER",
              "CALL_TO_ACTION_SHOP_NOW",
              "CALL_TO_ACTION_VISIT_STORE",
              "CALL_TO_ACTION_CALL_NOW",
              "CALL_TO_ACTION_VIEW_MENU",
              "CALL_TO_ACTION_TEST_DRIVE",
              "CALL_TO_ACTION_SCHEDULE_NOW",
              "CALL_TO_ACTION_BUY_NOW",
              "CALL_TO_ACTION_DONATE_NOW",
              "CALL_TO_ACTION_ORDER_NOW",
              "CALL_TO_ACTION_PLAY_NOW",
              "CALL_TO_ACTION_SEE_MORE",
              "CALL_TO_ACTION_START_NOW",
              "CALL_TO_ACTION_VISIT_SITE",
              "CALL_TO_ACTION_WATCH_NOW"
            ],
            "type": "string",
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              ""
            ]
          },
          "description": "Optional. The call to actions. Currently only one call to action 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."
        },
        "businessName": {
          "type": "string",
          "description": "Optional. The business name."
        }
      },
      "type": "object",
      "id": "YoutubeSettings"
    },
    "Account": {
      "description": "Contains properties of a Campaign Manager account.",
      "type": "object",
      "id": "Account",
      "properties": {
        "activeViewOptOut": {
          "description": "Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.",
          "type": "boolean"
        },
        "shareReportsWithTwitter": {
          "type": "boolean",
          "description": "Share Path to Conversion reports with Twitter."
        },
        "availablePermissionIds": {
          "description": "User role permissions available to the user roles of this account.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#account\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this account. This is a read-only, auto-generated field.",
          "format": "int64",
          "type": "string"
        },
        "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"
        },
        "nielsenOcrEnabled": {
          "type": "boolean",
          "description": "Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default."
        },
        "teaserSizeLimit": {
          "format": "int64",
          "type": "string",
          "description": "File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive."
        },
        "locale": {
          "type": "string",
          "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) "
        },
        "maximumImageSize": {
          "type": "string",
          "description": "Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.",
          "format": "int64"
        },
        "reportsConfiguration": {
          "description": "Reporting configuration of this account.",
          "$ref": "ReportsConfiguration"
        },
        "defaultCreativeSizeId": {
          "type": "string",
          "format": "int64",
          "description": "Default placement dimensions for this account."
        },
        "accountProfile": {
          "type": "string",
          "enumDescriptions": [
            "Basic profile has fewer features and lower CPM.",
            "Standard profile as a higher CPM and all the features."
          ],
          "enum": [
            "ACCOUNT_PROFILE_BASIC",
            "ACCOUNT_PROFILE_STANDARD"
          ],
          "description": "Profile for this account. This is a read-only field that can be left blank."
        },
        "description": {
          "type": "string",
          "description": "Description of this account."
        },
        "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"
        },
        "countryId": {
          "format": "int64",
          "type": "string",
          "description": "ID of the country associated with this account."
        },
        "active": {
          "description": "Whether this account is active.",
          "type": "boolean"
        },
        "activeAdsLimitTier": {
          "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": [
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "Maximum number of active ads allowed for this account.",
          "type": "string"
        },
        "accountPermissionIds": {
          "type": "array",
          "description": "Account permissions assigned to this account.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "PathToConversionReportCompatibleFields": {
      "id": "PathToConversionReportCompatibleFields",
      "properties": {
        "customFloodlightVariables": {
          "description": "Custom floodlight variables which are compatible to be selected in the \"customFloodlightVariables\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Dimension"
          }
        },
        "metrics": {
          "items": {
            "$ref": "Metric"
          },
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report.",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields."
        },
        "conversionDimensions": {
          "description": "Conversion dimensions which are compatible to be selected in the \"conversionDimensions\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Dimension"
          }
        },
        "perInteractionDimensions": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Per-interaction dimensions which are compatible to be selected in the \"perInteractionDimensions\" section of the report."
        }
      },
      "type": "object",
      "description": "Represents fields that are compatible to be selected for a report of type \"PATH_TO_CONVERSION\"."
    },
    "Size": {
      "properties": {
        "id": {
          "description": "ID of this size. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        },
        "height": {
          "type": "integer",
          "format": "int32",
          "description": "Height of this size. Acceptable values are 0 to 32767, inclusive."
        },
        "width": {
          "format": "int32",
          "description": "Width of this size. Acceptable values are 0 to 32767, inclusive.",
          "type": "integer"
        },
        "iab": {
          "description": "IAB standard size. This is a read-only, auto-generated field.",
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#size\"."
        }
      },
      "description": "Represents the dimensions of ads, placements, creatives, or creative assets.",
      "type": "object",
      "id": "Size"
    },
    "Ad": {
      "id": "Ad",
      "description": "Contains properties of a Campaign Manager ad.",
      "properties": {
        "placementAssignments": {
          "description": "Placement assignments for this ad.",
          "type": "array",
          "items": {
            "$ref": "PlacementAssignment"
          }
        },
        "subaccountId": {
          "type": "string",
          "description": "Subaccount ID of this ad. This is a read-only field that can be left blank.",
          "format": "int64"
        },
        "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"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#ad\".",
          "type": "string"
        },
        "clickThroughUrl": {
          "description": "Click-through URL for this ad. This is a required field on insertion. Applicable when type is AD_SERVING_CLICK_TRACKER.",
          "$ref": "ClickThroughUrl"
        },
        "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"
        },
        "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": "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."
        },
        "endTime": {
          "type": "string",
          "format": "date-time"
        },
        "active": {
          "description": "Whether this ad is active. When true, archived must be false.",
          "type": "boolean"
        },
        "lastModifiedInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the most recent modification of this ad. This is a read-only field."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this ad. This is a read-only, auto-generated field."
        },
        "languageTargeting": {
          "$ref": "LanguageTargeting",
          "description": "Language targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "comments": {
          "type": "string",
          "description": "Comments for this ad."
        },
        "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.",
          "$ref": "DayPartTargeting"
        },
        "name": {
          "description": "Name of this ad. This is a required field and must be less than 256 characters long.",
          "type": "string"
        },
        "campaignIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the campaign. This is a read-only, auto-generated field."
        },
        "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"
        },
        "accountId": {
          "description": "Account ID of this ad. This is a read-only field that can be left blank.",
          "format": "int64",
          "type": "string"
        },
        "type": {
          "enum": [
            "AD_SERVING_STANDARD_AD",
            "AD_SERVING_DEFAULT_AD",
            "AD_SERVING_CLICK_TRACKER",
            "AD_SERVING_TRACKING",
            "AD_SERVING_BRAND_SAFE_AD"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "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).",
          "type": "string"
        },
        "deliverySchedule": {
          "$ref": "DeliverySchedule",
          "description": "Delivery schedule information for this ad. Applicable when type is AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with subfields priority and impressionRatio are required on insertion when type is AD_SERVING_STANDARD_AD."
        },
        "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"
        },
        "sslRequired": {
          "description": "Whether this ad requires ssl. This is a read-only field that is auto-generated when the ad is inserted or updated.",
          "type": "boolean"
        },
        "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"
        },
        "keyValueTargetingExpression": {
          "$ref": "KeyValueTargetingExpression",
          "description": "Key-value targeting information for this ad. This field must be left blank if the ad is using a targeting template. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "advertiserId": {
          "description": "Advertiser ID of this ad. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "idDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of this ad. This is a read-only, auto-generated field."
        },
        "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."
        },
        "campaignId": {
          "description": "Campaign ID of this ad. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "audienceSegmentId": {
          "format": "int64",
          "type": "string",
          "description": "Audience segment ID that is being targeted for this ad. Applicable when type is AD_SERVING_STANDARD_AD."
        },
        "createInfo": {
          "$ref": "LastModifiedInfo",
          "description": "Information about the creation of this ad. This is a read-only field."
        },
        "defaultClickThroughEventTagProperties": {
          "$ref": "DefaultClickThroughEventTagProperties",
          "description": "Default click-through event tag properties for this ad."
        },
        "contextualKeywordTargeting": {
          "description": "Optional. Contextual keyword targeting information for this ad.",
          "$ref": "ContextualKeywordTargeting"
        },
        "targetingTemplateId": {
          "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.",
          "type": "string",
          "format": "int64"
        },
        "sslCompliant": {
          "type": "boolean",
          "description": "Whether this ad is ssl compliant. This is a read-only field that is auto-generated when the ad is inserted or updated."
        },
        "archived": {
          "description": "Whether this ad is archived. When true, active must be false.",
          "type": "boolean"
        },
        "advertiserIdDimensionValue": {
          "$ref": "DimensionValue",
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field."
        },
        "eventTagOverrides": {
          "type": "array",
          "items": {
            "$ref": "EventTagOverride"
          },
          "description": "Event tag overrides for this 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.",
          "items": {
            "$ref": "CreativeGroupAssignment"
          },
          "type": "array"
        },
        "startTime": {
          "type": "string",
          "format": "date-time"
        },
        "size": {
          "description": "Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD.",
          "$ref": "Size"
        }
      },
      "type": "object"
    },
    "RemarketingListShare": {
      "id": "RemarketingListShare",
      "description": "Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.",
      "properties": {
        "sharedAccountIds": {
          "type": "array",
          "description": "Accounts that the remarketing list is shared with.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "sharedAdvertiserIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Advertisers that the remarketing list is shared with."
        },
        "remarketingListId": {
          "type": "string",
          "format": "int64",
          "description": "Remarketing list ID. This is a read-only, auto-generated field."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#remarketingListShare\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CreativeFieldValue": {
      "id": "CreativeFieldValue",
      "type": "object",
      "description": "Contains properties of a creative field value.",
      "properties": {
        "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"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeFieldValue\"."
        },
        "id": {
          "format": "int64",
          "description": "ID of this creative field value. This is a read-only, auto-generated field.",
          "type": "string"
        }
      }
    },
    "DynamicTargetingKey": {
      "description": "Contains properties of a dynamic targeting key. Dynamic targeting keys are unique, user-friendly labels, created at the advertiser level in DCM, that can be assigned to ads, creatives, and placements and used for targeting with Studio dynamic creatives. Use these labels instead of numeric Campaign Manager IDs (such as placement IDs) to save time and avoid errors in your dynamic feeds.",
      "id": "DynamicTargetingKey",
      "properties": {
        "name": {
          "type": "string",
          "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."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#dynamicTargetingKey\".",
          "type": "string"
        },
        "objectId": {
          "type": "string",
          "format": "int64",
          "description": "ID of the object of this dynamic targeting key. This is a required field."
        },
        "objectType": {
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "enum": [
            "OBJECT_ADVERTISER",
            "OBJECT_AD",
            "OBJECT_CREATIVE",
            "OBJECT_PLACEMENT"
          ],
          "description": "Type of the object of this dynamic targeting key. This is a required field."
        }
      },
      "type": "object"
    },
    "VideoFormat": {
      "id": "VideoFormat",
      "description": "Contains information about supported video formats.",
      "type": "object",
      "properties": {
        "fileType": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "description": "File type of the video format.",
          "type": "string",
          "enum": [
            "FLV",
            "THREEGPP",
            "MP4",
            "WEBM",
            "M3U8"
          ]
        },
        "id": {
          "description": "ID of the video format.",
          "type": "integer",
          "format": "int32"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#videoFormat\"."
        },
        "targetBitRate": {
          "type": "integer",
          "description": "The target bit rate of this video format.",
          "format": "int32"
        },
        "resolution": {
          "$ref": "Size",
          "description": "The resolution of this video format."
        }
      }
    },
    "ListPopulationTerm": {
      "description": "Remarketing List Population Rule Term.",
      "properties": {
        "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.",
          "enum": [
            "NUM_EQUALS",
            "NUM_LESS_THAN",
            "NUM_LESS_THAN_EQUAL",
            "NUM_GREATER_THAN",
            "NUM_GREATER_THAN_EQUAL",
            "STRING_EQUALS",
            "STRING_CONTAINS"
          ],
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string"
        },
        "negation": {
          "description": "Whether to negate the comparison result of this term during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.",
          "type": "boolean"
        },
        "variableFriendlyName": {
          "type": "string",
          "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."
        },
        "remarketingListId": {
          "description": "ID of the list in question. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM.",
          "type": "string",
          "format": "int64"
        },
        "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"
        },
        "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"
        },
        "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."
        },
        "type": {
          "enum": [
            "CUSTOM_VARIABLE_TERM",
            "LIST_MEMBERSHIP_TERM",
            "REFERRER_TERM"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "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."
        }
      },
      "type": "object",
      "id": "ListPopulationTerm"
    },
    "EventTagsListResponse": {
      "type": "object",
      "description": "Event Tag List Response",
      "id": "EventTagsListResponse",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#eventTagsListResponse\"."
        },
        "eventTags": {
          "type": "array",
          "description": "Event tag collection.",
          "items": {
            "$ref": "EventTag"
          }
        }
      }
    },
    "Browser": {
      "description": "Contains information about a browser that can be targeted by ads.",
      "type": "object",
      "properties": {
        "browserVersionId": {
          "description": "ID referring to this grouping of browser and version numbers. This is the ID used for targeting.",
          "type": "string",
          "format": "int64"
        },
        "minorVersion": {
          "description": "Minor version number (number after first dot on left) of this browser. For example, for Chrome 5.0.375.86 beta, this field should be set to 0. An asterisk (*) may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome *.* targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3.* targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is.",
          "type": "string"
        },
        "majorVersion": {
          "description": "Major version number (leftmost number) of this browser. For example, for Chrome 5.0.376.86 beta, this field should be set to 5. An asterisk (*) may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome *.* targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3.* targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is.",
          "type": "string"
        },
        "name": {
          "description": "Name of this browser.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#browser\".",
          "type": "string"
        },
        "dartId": {
          "type": "string",
          "format": "int64",
          "description": "DART ID of this browser. This is the ID used when generating reports."
        }
      },
      "id": "Browser"
    },
    "CreativeAssetId": {
      "description": "Creative Asset ID.",
      "type": "object",
      "id": "CreativeAssetId",
      "properties": {
        "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."
        },
        "type": {
          "enum": [
            "IMAGE",
            "FLASH",
            "VIDEO",
            "HTML",
            "HTML_IMAGE",
            "AUDIO"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "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."
        }
      }
    },
    "ThirdPartyTrackingUrl": {
      "type": "object",
      "id": "ThirdPartyTrackingUrl",
      "properties": {
        "thirdPartyUrlType": {
          "type": "string",
          "enumDescriptions": [
            "Used to count impressions of the ad after video buffering is complete.",
            "Used to track user clicks on the video.",
            "Used to track the number of times a user starts a video.",
            "Used to track the number of times the video plays to 25% of its length.",
            "Used to track the number of times the video plays to 50% of its length.",
            "Used to track the number of times the video plays to 75% of its length.",
            "Used to track the number of times the video plays to the end.",
            "Used to track the number of times a user mutes the video.",
            "Used to track the number of times a user pauses the video.",
            "Used to track the number of times a user replays the video.",
            "Used to track the number of times a user expands the video to full-screen size.",
            "Used to track the number of times a user stops the video.",
            "Used to track the number of times a user performs a custom click, such as clicking on a video hot spot.",
            "Used for DFA6 compatibility, this is deprecating in favor of event tags.",
            "Used by Studio RichMediaCreative, maps to its thirdPartyImpressionsUrl",
            "Used by Studio RichMediaCreative, maps to its thirdPartyRichMediaImpressionsUrl",
            "Used by Studio RichMediaCreative, maps to its thirdPartyBackupImageImpressionsUrl",
            "Used to track the number of times the video was skipped.",
            "Used to track the number of times the video plays to an offset determined by the user."
          ],
          "enum": [
            "IMPRESSION",
            "CLICK_TRACKING",
            "VIDEO_START",
            "VIDEO_FIRST_QUARTILE",
            "VIDEO_MIDPOINT",
            "VIDEO_THIRD_QUARTILE",
            "VIDEO_COMPLETE",
            "VIDEO_MUTE",
            "VIDEO_PAUSE",
            "VIDEO_REWIND",
            "VIDEO_FULLSCREEN",
            "VIDEO_STOP",
            "VIDEO_CUSTOM",
            "SURVEY",
            "RICH_MEDIA_IMPRESSION",
            "RICH_MEDIA_RM_IMPRESSION",
            "RICH_MEDIA_BACKUP_IMPRESSION",
            "VIDEO_SKIP",
            "VIDEO_PROGRESS"
          ],
          "description": "Third-party URL type for in-stream video and in-stream audio creatives."
        },
        "url": {
          "type": "string",
          "description": "URL for the specified third-party URL type."
        }
      },
      "description": "Third-party Tracking URL."
    },
    "AdvertiserGroup": {
      "description": "Groups advertisers together so that reports can be generated for the entire group at once.",
      "properties": {
        "accountId": {
          "format": "int64",
          "description": "Account ID of this advertiser group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "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."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#advertiserGroup\".",
          "type": "string"
        },
        "id": {
          "description": "ID of this advertiser group. This is a read-only, auto-generated field.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "AdvertiserGroup",
      "type": "object"
    },
    "MeasurementPartnerAdvertiserLink": {
      "type": "object",
      "id": "MeasurementPartnerAdvertiserLink",
      "properties": {
        "measurementPartner": {
          "type": "string",
          "description": "Measurement partner used for tag wrapping.",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "NONE",
            "INTEGRAL_AD_SCIENCE",
            "DOUBLE_VERIFY"
          ]
        },
        "partnerAdvertiserId": {
          "description": "partner Advertiser Id.",
          "type": "string"
        },
        "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"
          ]
        }
      }
    },
    "Conversion": {
      "properties": {
        "encryptedUserId": {
          "type": "string",
          "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."
        },
        "floodlightConfigurationId": {
          "description": "Floodlight Configuration ID of this conversion. This is a required field.",
          "format": "int64",
          "type": "string"
        },
        "impressionId": {
          "type": "string",
          "description": "The impression ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, mobileDeviceId, and gclid. One of these identifiers must be set."
        },
        "nonPersonalizedAd": {
          "type": "boolean",
          "description": "Whether the conversion was for a non personalized ad."
        },
        "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"
        },
        "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"
        },
        "gclid": {
          "type": "string",
          "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."
        },
        "limitAdTracking": {
          "type": "boolean",
          "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."
        },
        "floodlightActivityId": {
          "format": "int64",
          "type": "string",
          "description": "Floodlight Activity ID of this conversion. This is a required field."
        },
        "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."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#conversion\".",
          "type": "string"
        },
        "userIdentifiers": {
          "description": "The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.",
          "items": {
            "$ref": "UserIdentifier"
          },
          "type": "array"
        },
        "ordinal": {
          "type": "string",
          "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."
        },
        "customVariables": {
          "description": "Custom floodlight variables.",
          "type": "array",
          "items": {
            "$ref": "CustomFloodlightVariable"
          }
        },
        "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"
        },
        "adUserDataConsent": {
          "type": "string",
          "enumDescriptions": [
            "Granted.",
            "Denied."
          ],
          "enum": [
            "GRANTED",
            "DENIED"
          ],
          "description": "This represents consent for ad user data."
        },
        "timestampMicros": {
          "description": "The timestamp of conversion, in Unix epoch micros. This is a required field.",
          "type": "string",
          "format": "int64"
        },
        "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"
        },
        "encryptedUserIdCandidates": {
          "items": {
            "type": "string"
          },
          "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"
        },
        "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"
        },
        "quantity": {
          "type": "string",
          "format": "int64",
          "description": "The quantity of the conversion. This is a required field."
        },
        "cartData": {
          "description": "The cart data associated with this conversion.",
          "$ref": "CartData"
        },
        "childDirectedTreatment": {
          "description": "Whether this particular request may come from a user under the age of 13, under COPPA compliance.",
          "type": "boolean"
        }
      },
      "type": "object",
      "description": "A Conversion represents when a user successfully performs a desired action after seeing an ad.",
      "id": "Conversion"
    },
    "FeedField": {
      "description": "Each field of the element. This is a required field.",
      "type": "object",
      "id": "FeedField",
      "properties": {
        "type": {
          "enum": [
            "TYPE_UNKNOWN",
            "STRING",
            "LONG",
            "GPA_SERVED_IMAGE_URL",
            "GPA_SERVED_ASSET_URL",
            "COUNTRY_CODE_ISO",
            "FLOAT",
            "CM360_KEYWORD",
            "CM360_SITE_ID",
            "BOOL",
            "EXIT_URL",
            "DATETIME",
            "CM360_CREATIVE_ID",
            "CM360_PLACEMENT_ID",
            "CM360_AD_ID",
            "CM360_ADVERTISER_ID",
            "CM360_CAMPAIGN_ID",
            "CITY",
            "REGION",
            "POSTAL_CODE",
            "METRO",
            "CUSTOM_VALUE",
            "REMARKETING_VALUE",
            "GEO_CANONICAL",
            "WEIGHT",
            "STRING_LIST",
            "CREATIVE_DIMENSION",
            "USERLIST_ID",
            "ASSET_LIBRARY_DIRECTORY_HANDLE",
            "ASSET_LIBRARY_VIDEO_HANDLE",
            "ASSET_LIBRARY_HANDLE",
            "THIRD_PARTY_SERVED_URL",
            "CM360_DYNAMIC_TARGETING_KEY",
            "DV360_LINE_ITEM_ID"
          ],
          "description": "Required. The type of the field.",
          "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."
          ]
        },
        "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"
        },
        "defaultValue": {
          "type": "string",
          "description": "Optional. The default value of the field."
        },
        "filterable": {
          "description": "Optional. Whether the field is filterable. Could be set as true when the field type is any of the following and is not renderable: - STRING - BOOL - COUNTRY_CODE_ISO - CM360_SITE_ID - CM360_KEYWORD - CM360_CREATIVE_ID - CM360_PLACEMENT_ID - CM360_AD_ID - CM360_ADVERTISER_ID - CM360_CAMPAIGN_ID - CITY - REGION - POSTAL_CODE - METRO - CUSTOM_VALUE - REMARKETING_VALUE - GEO_CANONICAL - STRING_LIST - CREATIVE_DIMENSION - USERLIST_ID - CM360_DYNAMIC_TARGETING_KEY - DV360_LINE_ITEM_ID ",
          "type": "boolean"
        },
        "renderable": {
          "type": "boolean",
          "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 "
        },
        "id": {
          "description": "Required. The ID of the field. The ID is based on the column index starting from 0, and it should match the column index in the resource link.",
          "format": "int32",
          "type": "integer"
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the field."
        }
      }
    },
    "DynamicFeedsInsertRequest": {
      "properties": {
        "dynamicProfileId": {
          "type": "string",
          "description": "Required. Dynamic profile ID of the inserted dynamic feed.",
          "format": "int64"
        },
        "dynamicFeed": {
          "description": "Required. Dynamic feed to insert.",
          "$ref": "DynamicFeed"
        }
      },
      "id": "DynamicFeedsInsertRequest",
      "type": "object",
      "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynamic feed itself don't need the dynamic profile id."
    },
    "LandingPage": {
      "id": "LandingPage",
      "description": "Contains information about where a user's browser is taken after the user clicks an ad.",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#landingPage\"."
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this landing page. This is a read-only, auto-generated field."
        },
        "advertiserId": {
          "type": "string",
          "description": "Advertiser ID of this landing page. This is a required field.",
          "format": "int64"
        },
        "deepLinks": {
          "type": "array",
          "description": "Links that will direct the user to a mobile app, if installed.",
          "items": {
            "$ref": "DeepLink"
          }
        },
        "name": {
          "description": "Name of this landing page. This is a required field. It must be less than 256 characters long.",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "URL of this landing page. This is a required field."
        },
        "archived": {
          "description": "Whether this landing page has been archived.",
          "type": "boolean"
        }
      }
    },
    "PlacementSingleConversionDomain": {
      "type": "object",
      "properties": {
        "conversionDomainId": {
          "type": "string",
          "format": "int64"
        },
        "conversionDomainValue": {
          "type": "string"
        }
      },
      "id": "PlacementSingleConversionDomain"
    },
    "CreativeFieldAssignment": {
      "type": "object",
      "id": "CreativeFieldAssignment",
      "description": "Creative Field Assignment.",
      "properties": {
        "creativeFieldValueId": {
          "description": "ID of the creative field value.",
          "format": "int64",
          "type": "string"
        },
        "creativeFieldId": {
          "type": "string",
          "description": "ID of the creative field.",
          "format": "int64"
        }
      }
    },
    "BillingProfile": {
      "id": "BillingProfile",
      "description": "Contains properties of a Campaign Manager Billing Profile.",
      "properties": {
        "invoiceLevel": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Invoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign.",
          "enum": [
            "ACCOUNT_LEVEL",
            "ADVERTISER_LEVEL",
            "CAMPAIGN_LEVEL"
          ]
        },
        "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"
        },
        "countryCode": {
          "type": "string",
          "description": "Country code of this billing profile.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"
        },
        "currencyCode": {
          "description": "Billing currency code in ISO 4217 format.This is a read-only field.",
          "type": "string"
        },
        "purchaseOrder": {
          "description": "Purchase order (PO) for this billing profile. This PO number is used in the invoices for all of the advertisers in this billing profile.",
          "type": "string"
        },
        "status": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Status of this billing profile.This is a read-only field.",
          "enum": [
            "UNDER_REVIEW",
            "ACTIVE",
            "ARCHIVED"
          ],
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this billing profile. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "paymentsAccountId": {
          "type": "string",
          "description": "The ID of the payment account the billing profile belongs to. This is a read-only field."
        },
        "paymentsCustomerId": {
          "description": "The ID of the payment customer the billing profile belongs to. This is a read-only field.",
          "type": "string"
        },
        "isDefault": {
          "type": "boolean",
          "description": "True if the billing profile is the account default profile. This is a read-only field."
        },
        "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."
        }
      },
      "type": "object"
    },
    "LookbackConfiguration": {
      "type": "object",
      "properties": {
        "postImpressionActivitiesDuration": {
          "format": "int32",
          "type": "integer",
          "description": "Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive."
        },
        "clickDuration": {
          "description": "Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Lookback configuration settings.",
      "id": "LookbackConfiguration"
    },
    "PostalCodesListResponse": {
      "id": "PostalCodesListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#postalCodesListResponse\"."
        },
        "postalCodes": {
          "type": "array",
          "description": "Postal code collection.",
          "items": {
            "$ref": "PostalCode"
          }
        }
      },
      "description": "Postal Code List Response"
    },
    "TvCampaignDetail": {
      "type": "object",
      "description": "TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.",
      "id": "TvCampaignDetail",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#tvCampaignSummary\"."
        },
        "timepoints": {
          "items": {
            "$ref": "TvCampaignTimepoint"
          },
          "type": "array",
          "description": "The timepoints of the TV campaign."
        },
        "id": {
          "description": "ID of this TV campaign.",
          "type": "string"
        }
      }
    },
    "OmnitureSettings": {
      "type": "object",
      "description": "Omniture Integration Settings.",
      "properties": {
        "omnitureIntegrationEnabled": {
          "type": "boolean",
          "description": "Whether Omniture integration is enabled. This property can be enabled only when the \"Advanced Ad Serving\" account setting is enabled."
        },
        "omnitureCostDataEnabled": {
          "type": "boolean",
          "description": "Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true."
        }
      },
      "id": "OmnitureSettings"
    },
    "AdsListResponse": {
      "id": "AdsListResponse",
      "properties": {
        "nextPageToken": {
          "description": "Pagination token to be used for the next list operation.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#adsListResponse\"."
        },
        "ads": {
          "description": "Ad collection.",
          "type": "array",
          "items": {
            "$ref": "Ad"
          }
        }
      },
      "description": "Ad List Response",
      "type": "object"
    },
    "CompanionSetting": {
      "properties": {
        "companionsDisabled": {
          "description": "Whether companions are disabled for this placement.",
          "type": "boolean"
        },
        "enabledSizes": {
          "items": {
            "$ref": "Size"
          },
          "description": "Allowlist of companion sizes to be served to this placement. Set this list to null or empty to serve all companion sizes.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#companionSetting\".",
          "type": "string"
        },
        "imageOnly": {
          "type": "boolean",
          "description": "Whether to serve only static images as companions."
        }
      },
      "id": "CompanionSetting",
      "description": "Companion Settings",
      "type": "object"
    },
    "ReportDataQueryRequest": {
      "type": "object",
      "description": "The request body containing ad-hoc query parameters.",
      "properties": {
        "dateRange": {
          "description": "Optional. The requested date range covering the report duration.",
          "$ref": "DateRange"
        },
        "dimensionNames": {
          "description": "Optional. The list of dimension names to group by.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "sortBys": {
          "items": {
            "$ref": "SortBy"
          },
          "type": "array",
          "description": "Optional. Sort options across either requested dimensions or metrics."
        },
        "pageToken": {
          "type": "string",
          "description": "Optional. Continuation token for paginating results."
        },
        "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"
        },
        "maxResults": {
          "type": "integer",
          "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"
        },
        "metricNames": {
          "type": "array",
          "description": "Required. The list of metric names to include.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ReportDataQueryRequest"
    },
    "CreativeGroup": {
      "type": "object",
      "properties": {
        "advertiserId": {
          "description": "Advertiser ID of this creative group. This is a required field on insertion.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeGroup\".",
          "type": "string"
        },
        "subaccountId": {
          "format": "int64",
          "description": "Subaccount ID of this creative group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "advertiserIdDimensionValue": {
          "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.",
          "$ref": "DimensionValue"
        },
        "accountId": {
          "format": "int64",
          "description": "Account ID of this creative group. This is a read-only field that can be left blank.",
          "type": "string"
        },
        "name": {
          "description": "Name of this creative group. This is a required field and must be less than 256 characters long and unique among creative groups of the same advertiser.",
          "type": "string"
        },
        "id": {
          "format": "int64",
          "description": "ID of this creative group. This is a read-only, auto-generated field.",
          "type": "string"
        },
        "groupNumber": {
          "format": "int32",
          "type": "integer",
          "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."
        }
      },
      "description": "Contains properties of a creative group.",
      "id": "CreativeGroup"
    },
    "PlatformType": {
      "id": "PlatformType",
      "type": "object",
      "description": "Contains information about a platform type that can be targeted by ads.",
      "properties": {
        "name": {
          "description": "Name of this platform type.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#platformType\".",
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "int64",
          "description": "ID of this platform type."
        }
      }
    },
    "BillingAssignment": {
      "type": "object",
      "id": "BillingAssignment",
      "description": "List account, subaccount, advertiser, and campaign associated with a given Billing Profile.",
      "properties": {
        "accountId": {
          "description": "ID of the account associated with the billing assignment.This is a read-only, auto-generated field.",
          "type": "string"
        },
        "campaignId": {
          "description": "ID of the campaign associated with the billing assignment. Wildcard (*) means this assignment is not limited to a single campaign",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#billingAssignment\"."
        },
        "advertiserId": {
          "type": "string",
          "description": "ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single advertiser"
        },
        "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"
        }
      }
    },
    "TargetWindow": {
      "description": "Target Window.",
      "properties": {
        "targetWindowOption": {
          "description": "Type of browser window for which the backup image of the flash creative can be displayed.",
          "type": "string",
          "enumDescriptions": [
            "Open up a new window to display the backup image Corresponds to \"_blank\" in html",
            "Use the current window to display the backup image Corresponds to \"_top\" in html",
            "User-defined HTML used to display the backup image Corresponds to \"other\""
          ],
          "enum": [
            "NEW_WINDOW",
            "CURRENT_WINDOW",
            "CUSTOM"
          ]
        },
        "customHtml": {
          "type": "string",
          "description": "User-entered value."
        }
      },
      "type": "object",
      "id": "TargetWindow"
    },
    "ReportCompatibleFields": {
      "type": "object",
      "id": "ReportCompatibleFields",
      "description": "Represents fields that are compatible to be selected for a report of type \"STANDARD\".",
      "properties": {
        "dimensions": {
          "type": "array",
          "items": {
            "$ref": "Dimension"
          },
          "description": "Dimensions which are compatible to be selected in the \"dimensions\" section of the report."
        },
        "metrics": {
          "items": {
            "$ref": "Metric"
          },
          "type": "array",
          "description": "Metrics which are compatible to be selected in the \"metricNames\" section of the report."
        },
        "kind": {
          "description": "The kind of resource this is, in this case dfareporting#reportCompatibleFields.",
          "type": "string"
        },
        "dimensionFilters": {
          "description": "Dimensions which are compatible to be selected in the \"dimensionFilters\" section of the report.",
          "type": "array",
          "items": {
            "$ref": "Dimension"
          }
        },
        "pivotedActivityMetrics": {
          "description": "Metrics which are compatible to be selected as activity metrics to pivot on in the \"activities\" section of the report.",
          "items": {
            "$ref": "Metric"
          },
          "type": "array"
        }
      }
    }
  },
  "fullyEncodeReservedExpansion": true,
  "batchPath": "batch",
  "basePath": "/dfareporting/v5/",
  "title": "Campaign Manager 360 API",
  "protocol": "rest",
  "kind": "discovery#restDescription",
  "resources": {
    "placementStrategies": {
      "methods": {
        "insert": {
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "PlacementStrategy"
          },
          "id": "dfareporting.placementStrategies.insert",
          "description": "Inserts a new placement strategy.",
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "required": true
            }
          },
          "response": {
            "$ref": "PlacementStrategy"
          },
          "httpMethod": "POST",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies"
        },
        "update": {
          "httpMethod": "PUT",
          "id": "dfareporting.placementStrategies.update",
          "description": "Updates an existing placement strategy.",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "PlacementStrategy"
          },
          "path": "userprofiles/{+profileId}/placementStrategies",
          "request": {
            "$ref": "PlacementStrategy"
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "description": "Gets one placement strategy by ID.",
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "response": {
            "$ref": "PlacementStrategy"
          },
          "id": "dfareporting.placementStrategies.get",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "Placement strategy ID.",
              "format": "int64",
              "required": true
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/placementStrategies",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of placement strategies, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementStrategiesListResponse"
          },
          "httpMethod": "GET",
          "id": "dfareporting.placementStrategies.list",
          "parameters": {
            "sortOrder": {
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "sortField": {
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "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\"."
            },
            "ids": {
              "description": "Select only placement strategies with these IDs.",
              "location": "query",
              "format": "int64",
              "repeated": true,
              "type": "string"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "type": "integer",
              "default": "1000",
              "location": "query",
              "format": "int32"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            }
          }
        },
        "delete": {
          "description": "Deletes an existing placement strategy.",
          "id": "dfareporting.placementStrategies.delete",
          "path": "userprofiles/{+profileId}/placementStrategies/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies/{placementStrategiesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Placement strategy ID.",
              "required": true,
              "format": "int64"
            }
          },
          "httpMethod": "DELETE",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing placement strategy. This method supports patch semantics.",
          "parameters": {
            "id": {
              "description": "Required. PlacementStrategy ID.",
              "location": "query",
              "type": "string",
              "format": "int64",
              "required": true
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "request": {
            "$ref": "PlacementStrategy"
          },
          "path": "userprofiles/{+profileId}/placementStrategies",
          "httpMethod": "PATCH",
          "id": "dfareporting.placementStrategies.patch",
          "flatPath": "userprofiles/{userprofilesId}/placementStrategies",
          "response": {
            "$ref": "PlacementStrategy"
          }
        }
      }
    },
    "floodlightActivityGroups": {
      "methods": {
        "insert": {
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "id": "dfareporting.floodlightActivityGroups.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new floodlight activity group.",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "request": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "update": {
          "description": "Updates an existing floodlight activity group.",
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "id": "dfareporting.floodlightActivityGroups.update",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "request": {
            "$ref": "FloodlightActivityGroup"
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups",
          "parameters": {
            "floodlightConfigurationId": {
              "format": "int64",
              "location": "query",
              "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."
            },
            "sortOrder": {
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "default": "ASCENDING",
              "location": "query",
              "description": "Order of sorted results."
            },
            "ids": {
              "description": "Select only floodlight activity groups with the specified IDs. Must specify either advertiserId or floodlightConfigurationId for a non-empty result.",
              "type": "string",
              "location": "query",
              "format": "int64",
              "repeated": true
            },
            "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"
            },
            "maxResults": {
              "location": "query",
              "description": "Maximum number of results to return.",
              "type": "integer",
              "default": "1000",
              "format": "int32"
            },
            "sortField": {
              "location": "query",
              "default": "ID",
              "description": "Field by which to sort the list.",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string"
            },
            "type": {
              "location": "query",
              "type": "string",
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "description": "Select only floodlight activity groups with the specified floodlight activity group type.",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "advertiserId": {
              "description": "Select only floodlight activity groups with the specified advertiser ID. Must specify either advertiserId or floodlightConfigurationId for a non-empty result.",
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "id": "dfareporting.floodlightActivityGroups.list",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "response": {
            "$ref": "FloodlightActivityGroupsListResponse"
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging."
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64"
            },
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "Floodlight activity Group ID.",
              "format": "int64",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups/{floodlightActivityGroupsId}",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one floodlight activity group by ID.",
          "path": "userprofiles/{+profileId}/floodlightActivityGroups/{+id}",
          "id": "dfareporting.floodlightActivityGroups.get"
        },
        "patch": {
          "httpMethod": "PATCH",
          "id": "dfareporting.floodlightActivityGroups.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "type": "string",
              "location": "query",
              "format": "int64",
              "description": "Required. EventTag ID.",
              "required": true
            },
            "profileId": {
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing floodlight activity group. This method supports patch semantics.",
          "response": {
            "$ref": "FloodlightActivityGroup"
          },
          "path": "userprofiles/{+profileId}/floodlightActivityGroups",
          "request": {
            "$ref": "FloodlightActivityGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivityGroups"
        }
      }
    },
    "mobileApps": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/mobileApps/{+id}",
          "id": "dfareporting.mobileApps.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "Mobile app ID.",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "MobileApp"
          },
          "description": "Gets one mobile app by ID.",
          "flatPath": "userprofiles/{userprofilesId}/mobileApps/{mobileAppsId}"
        },
        "list": {
          "path": "userprofiles/{+profileId}/mobileApps",
          "flatPath": "userprofiles/{userprofilesId}/mobileApps",
          "id": "dfareporting.mobileApps.list",
          "response": {
            "$ref": "MobileAppsListResponse"
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "type": "integer",
              "format": "int32",
              "default": "1000",
              "location": "query"
            },
            "ids": {
              "location": "query",
              "type": "string",
              "description": "Select only apps with these IDs.",
              "repeated": true
            },
            "searchString": {
              "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\".",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "directories": {
              "description": "Select only apps from these directories.",
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "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"
              ],
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves list of available mobile apps."
        }
      }
    },
    "reportData": {
      "methods": {
        "query": {
          "request": {
            "$ref": "ReportDataQueryRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "description": "Executes an ad-hoc query and returns structured JSON payload data.",
          "response": {
            "$ref": "ReportDataResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{profileId}/reportdata/query",
          "flatPath": "userprofiles/{profileId}/reportdata/query",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "Required. The Campaign Manager 360 user profile ID.",
              "required": true,
              "type": "string"
            }
          },
          "id": "dfareporting.reportData.query"
        }
      }
    },
    "operatingSystemVersions": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of operating system versions.",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/operatingSystemVersions",
          "id": "dfareporting.operatingSystemVersions.list",
          "response": {
            "$ref": "OperatingSystemVersionsListResponse"
          },
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions"
        },
        "get": {
          "response": {
            "$ref": "OperatingSystemVersion"
          },
          "description": "Gets one operating system version by ID.",
          "flatPath": "userprofiles/{userprofilesId}/operatingSystemVersions/{operatingSystemVersionsId}",
          "path": "userprofiles/{+profileId}/operatingSystemVersions/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.operatingSystemVersions.get",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "Operating system version ID.",
              "required": true
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "tvCampaignDetails": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/tvCampaignDetails/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.tvCampaignDetails.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "description": "Required. TV Campaign ID.",
              "type": "string"
            },
            "accountId": {
              "location": "query",
              "description": "Required. Account ID associated with this request.",
              "format": "int64",
              "type": "string"
            },
            "tvDataProvider": {
              "description": "Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.",
              "location": "query",
              "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"
              ],
              "enumDescriptions": [
                "",
                "Allows populating multiple tvCampaignId filters and tvCampaignEndDate filter on the report.",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "Required. User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "countryDartId": {
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US).",
              "format": "int64",
              "location": "query",
              "type": "string"
            }
          },
          "response": {
            "$ref": "TvCampaignDetail"
          },
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignDetails/{tvCampaignDetailsId}",
          "description": "Gets one TvCampaignDetail by ID."
        }
      }
    },
    "userProfiles": {
      "methods": {
        "list": {
          "description": "Retrieves list of user profiles for a user.",
          "path": "userprofiles",
          "parameters": {},
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [],
          "response": {
            "$ref": "UserProfileList"
          },
          "id": "dfareporting.userProfiles.list",
          "flatPath": "userprofiles"
        },
        "get": {
          "path": "userprofiles/{profileId}",
          "description": "Gets one user profile by ID.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "UserProfile"
          },
          "flatPath": "userprofiles/{profileId}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "The user profile ID.",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "id": "dfareporting.userProfiles.get",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions",
            "https://www.googleapis.com/auth/dfareporting",
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "changeLogs": {
      "methods": {
        "list": {
          "parameters": {
            "userProfileIds": {
              "type": "string",
              "format": "int64",
              "description": "Select only change logs with these user profile IDs.",
              "repeated": true,
              "location": "query"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "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."
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only change logs with these IDs."
            },
            "maxResults": {
              "type": "integer",
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "location": "query"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64"
            },
            "searchString": {
              "location": "query",
              "description": "Select only change logs whose object ID, user name, old or new values match the search string.",
              "type": "string"
            },
            "objectIds": {
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query",
              "description": "Select only change logs with these object IDs."
            },
            "objectType": {
              "description": "Select only change logs with the specified object type.",
              "type": "string",
              "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"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query"
            },
            "maxChangeTime": {
              "location": "query",
              "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.",
              "type": "string"
            },
            "action": {
              "description": "Select only change logs with the specified 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"
              ],
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "description": "Retrieves a list of change logs. This method supports paging.",
          "id": "dfareporting.changeLogs.list",
          "path": "userprofiles/{+profileId}/changeLogs",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/changeLogs",
          "response": {
            "$ref": "ChangeLogsListResponse"
          }
        },
        "get": {
          "path": "userprofiles/{+profileId}/changeLogs/{+id}",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "description": "Change log ID.",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "id": "dfareporting.changeLogs.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "ChangeLog"
          },
          "flatPath": "userprofiles/{userprofilesId}/changeLogs/{changeLogsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one change log by ID."
        }
      }
    },
    "studioCreatives": {
      "methods": {
        "publish": {
          "path": "studio/creatives/{+studioCreativeId}/publish",
          "flatPath": "studio/creatives/{creativesId}/publish",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "studioCreativeId"
          ],
          "parameters": {
            "studioCreativeId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Required. Studio creative ID.",
              "format": "int64",
              "required": true
            }
          },
          "description": "Publish for a studio creative.",
          "id": "dfareporting.studioCreatives.publish",
          "httpMethod": "POST"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "studioCreativeId": {
              "description": "Required. Studio creative ID.",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "type": "string"
            }
          },
          "description": "Gets a studio creative by ID.",
          "httpMethod": "GET",
          "path": "studio/creatives/{+studioCreativeId}",
          "id": "dfareporting.studioCreatives.get",
          "response": {
            "$ref": "StudioCreative"
          },
          "parameterOrder": [
            "studioCreativeId"
          ],
          "flatPath": "studio/creatives/{creativesId}"
        },
        "insert": {
          "id": "dfareporting.studioCreatives.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "studio/creatives",
          "path": "studio/creatives",
          "response": {
            "$ref": "StudioCreative"
          },
          "parameterOrder": [],
          "request": {
            "$ref": "StudioCreative"
          },
          "httpMethod": "POST",
          "description": "Inserts a new studio creative.",
          "parameters": {}
        }
      }
    },
    "mobileCarriers": {
      "methods": {
        "get": {
          "response": {
            "$ref": "MobileCarrier"
          },
          "httpMethod": "GET",
          "id": "dfareporting.mobileCarriers.get",
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers/{mobileCarriersId}",
          "description": "Gets one mobile carrier by ID.",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            },
            "id": {
              "location": "path",
              "description": "Mobile carrier ID.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/mobileCarriers/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Retrieves a list of mobile carriers.",
          "httpMethod": "GET",
          "id": "dfareporting.mobileCarriers.list",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "MobileCarriersListResponse"
          },
          "path": "userprofiles/{+profileId}/mobileCarriers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/mobileCarriers"
        }
      }
    },
    "cities": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/cities",
          "flatPath": "userprofiles/{userprofilesId}/cities",
          "response": {
            "$ref": "CitiesListResponse"
          },
          "description": "Retrieves a list of cities, possibly filtered.",
          "parameters": {
            "countryDartIds": {
              "location": "query",
              "repeated": true,
              "description": "Select only cities from these countries.",
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "dartIds": {
              "description": "Select only cities with these DART IDs.",
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "regionDartIds": {
              "type": "string",
              "format": "int64",
              "repeated": true,
              "location": "query",
              "description": "Select only cities from these regions."
            },
            "namePrefix": {
              "description": "Select only cities with names starting with this prefix.",
              "location": "query",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.cities.list"
        }
      }
    },
    "billingRates": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.billingRates.list",
          "parameters": {
            "billingProfileId": {
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "description": "Billing profile ID of this billing rate."
            },
            "profileId": {
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingRates",
          "response": {
            "$ref": "BillingRatesListResponse"
          },
          "description": "Retrieves a list of billing rates. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingRates",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "userRoles": {
      "methods": {
        "delete": {
          "description": "Deletes an existing user role.",
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "id": "dfareporting.userRoles.delete",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "type": "string",
              "format": "int64",
              "required": true,
              "description": "User role ID.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "DELETE",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "response": {
            "$ref": "UserRolesListResponse"
          },
          "description": "Retrieves a list of user roles, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "parameters": {
            "accountUserRoleOnly": {
              "type": "boolean",
              "description": "Select only account level user roles not associated with any specific subaccount.",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string"
            },
            "maxResults": {
              "type": "integer",
              "format": "int32",
              "default": "1000",
              "description": "Maximum number of results to return.",
              "location": "query"
            },
            "subaccountId": {
              "format": "int64",
              "location": "query",
              "description": "Select only user roles that belong to this subaccount.",
              "type": "string"
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "ids": {
              "description": "Select only user roles with the specified IDs.",
              "repeated": true,
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "sortField": {
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "location": "query",
              "description": "Field by which to sort the list."
            },
            "sortOrder": {
              "location": "query",
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "searchString": {
              "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",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/userRoles",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.userRoles.list",
          "parameterOrder": [
            "profileId"
          ]
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "UserRole"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new user role.",
          "path": "userprofiles/{+profileId}/userRoles",
          "id": "dfareporting.userRoles.insert",
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "UserRole"
          },
          "httpMethod": "POST"
        },
        "update": {
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/userRoles",
          "id": "dfareporting.userRoles.update",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "UserRole"
          },
          "response": {
            "$ref": "UserRole"
          },
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "description": "Updates an existing user role.",
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one user role by ID.",
          "response": {
            "$ref": "UserRole"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.userRoles.get",
          "flatPath": "userprofiles/{userprofilesId}/userRoles/{userRolesId}",
          "path": "userprofiles/{+profileId}/userRoles/{+id}",
          "parameters": {
            "id": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User role ID.",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          },
          "httpMethod": "GET"
        },
        "patch": {
          "flatPath": "userprofiles/{userprofilesId}/userRoles",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "UserRole"
          },
          "request": {
            "$ref": "UserRole"
          },
          "path": "userprofiles/{+profileId}/userRoles",
          "id": "dfareporting.userRoles.patch",
          "description": "Updates an existing user role. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "id": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "description": "Required. UserRole ID.",
              "required": true
            }
          },
          "httpMethod": "PATCH"
        }
      }
    },
    "advertiserInvoices": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "id": "dfareporting.advertiserInvoices.list",
          "path": "userprofiles/{+profileId}/advertisers/{+advertiserId}/invoices",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "format": "int64"
            },
            "issueMonth": {
              "description": "Month for which invoices are needed in the format YYYYMM. Required field",
              "type": "string",
              "location": "query"
            },
            "maxResults": {
              "format": "int32",
              "type": "integer",
              "default": "1000",
              "location": "query",
              "description": "Maximum number of results to return."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "advertiserId": {
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "Advertiser ID of this invoice."
            }
          },
          "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.",
          "response": {
            "$ref": "AdvertiserInvoicesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}/invoices"
        }
      }
    },
    "creativeGroups": {
      "methods": {
        "patch": {
          "parameters": {
            "id": {
              "type": "string",
              "required": true,
              "description": "Required. Creative Group ID.",
              "location": "query",
              "format": "int64"
            },
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "httpMethod": "PATCH",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/creativeGroups",
          "response": {
            "$ref": "CreativeGroup"
          },
          "description": "Updates an existing creative group. This method supports patch semantics.",
          "id": "dfareporting.creativeGroups.patch",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "request": {
            "$ref": "CreativeGroup"
          }
        },
        "list": {
          "id": "dfareporting.creativeGroups.list",
          "description": "Retrieves a list of creative groups, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "parameters": {
            "advertiserIds": {
              "format": "int64",
              "repeated": true,
              "type": "string",
              "description": "Select only creative groups that belong to these advertisers.",
              "location": "query"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "default": "ASCENDING",
              "description": "Order of sorted results.",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "sortField": {
              "default": "ID",
              "description": "Field by which to sort the list.",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "ids": {
              "format": "int64",
              "description": "Select only creative groups with these IDs.",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "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"
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            },
            "maxResults": {
              "default": "1000",
              "format": "int32",
              "description": "Maximum number of results to return.",
              "location": "query",
              "type": "integer"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "groupNumber": {
              "format": "int32",
              "type": "integer",
              "location": "query",
              "description": "Select only creative groups that belong to this subgroup."
            }
          },
          "response": {
            "$ref": "CreativeGroupsListResponse"
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "get": {
          "description": "Gets one creative group by ID.",
          "response": {
            "$ref": "CreativeGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/creativeGroups/{+id}",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Creative group ID.",
              "location": "path",
              "format": "int64",
              "required": true
            }
          },
          "id": "dfareporting.creativeGroups.get",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups/{creativeGroupsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "update": {
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Updates an existing creative group.",
          "response": {
            "$ref": "CreativeGroup"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "path": "userprofiles/{+profileId}/creativeGroups",
          "id": "dfareporting.creativeGroups.update",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "CreativeGroup"
          }
        },
        "insert": {
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "httpMethod": "POST",
          "request": {
            "$ref": "CreativeGroup"
          },
          "path": "userprofiles/{+profileId}/creativeGroups",
          "id": "dfareporting.creativeGroups.insert",
          "flatPath": "userprofiles/{userprofilesId}/creativeGroups",
          "description": "Inserts a new creative group.",
          "response": {
            "$ref": "CreativeGroup"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "accountUserProfiles": {
      "methods": {
        "patch": {
          "parameters": {
            "id": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "required": true,
              "description": "Required. AccountUserProfile ID."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "request": {
            "$ref": "AccountUserProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "httpMethod": "PATCH",
          "description": "Updates an existing account user profile. This method supports patch semantics.",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "id": "dfareporting.accountUserProfiles.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "update": {
          "response": {
            "$ref": "AccountUserProfile"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "httpMethod": "PUT",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "request": {
            "$ref": "AccountUserProfile"
          },
          "id": "dfareporting.accountUserProfiles.update",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing account user profile."
        },
        "list": {
          "id": "dfareporting.accountUserProfiles.list",
          "response": {
            "$ref": "AccountUserProfilesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of account user profiles, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "httpMethod": "GET",
          "parameters": {
            "sortField": {
              "default": "ID",
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "type": "string"
            },
            "subaccountId": {
              "description": "Select only user profiles with the specified subaccount ID.",
              "type": "string",
              "format": "int64",
              "location": "query"
            },
            "maxResults": {
              "format": "int32",
              "location": "query",
              "type": "integer",
              "default": "1000",
              "description": "Maximum number of results to return."
            },
            "userRoleId": {
              "description": "Select only user profiles with the specified user role ID.",
              "location": "query",
              "type": "string",
              "format": "int64"
            },
            "active": {
              "description": "Select only active user profiles.",
              "location": "query",
              "type": "boolean"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "default": "ASCENDING",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results."
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "ids": {
              "description": "Select only user profiles with these IDs.",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "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\".",
              "type": "string",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new account user profile.",
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/accountUserProfiles",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "id": "dfareporting.accountUserProfiles.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "AccountUserProfile"
          },
          "request": {
            "$ref": "AccountUserProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountUserProfiles"
        },
        "get": {
          "flatPath": "userprofiles/{profileId}/accountUserProfiles/{accountUserProfilesId}",
          "response": {
            "$ref": "AccountUserProfile"
          },
          "path": "userprofiles/{profileId}/accountUserProfiles/{+id}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "type": "string"
            },
            "id": {
              "description": "User profile ID.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "id": "dfareporting.accountUserProfiles.get",
          "description": "Gets one account user profile by ID."
        }
      }
    },
    "files": {
      "methods": {
        "list": {
          "path": "userprofiles/{profileId}/files",
          "flatPath": "userprofiles/{profileId}/files",
          "response": {
            "$ref": "FileList"
          },
          "parameters": {
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "default": "DESCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "location": "query"
            },
            "maxResults": {
              "format": "int32",
              "type": "integer",
              "description": "Maximum number of results to return.",
              "default": "10",
              "location": "query"
            },
            "scope": {
              "description": "The scope that defines which results are returned.",
              "enumDescriptions": [
                "All files in account.",
                "My files.",
                "Files shared with me."
              ],
              "type": "string",
              "enum": [
                "ALL",
                "MINE",
                "SHARED_WITH_ME"
              ],
              "default": "MINE",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "The Campaign Manager 360 user profile ID.",
              "required": true,
              "type": "string"
            },
            "sortField": {
              "description": "The field by which to sort the list.",
              "type": "string",
              "enumDescriptions": [
                "Sort by file ID.",
                "Sort by 'lastmodifiedAt' field."
              ],
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME"
              ],
              "default": "LAST_MODIFIED_TIME",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "description": "The value of the nextToken from the previous result page.",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "httpMethod": "GET",
          "description": "Lists files for a user profile.",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.files.list"
        },
        "get": {
          "id": "dfareporting.files.get",
          "flatPath": "reports/{reportId}/files/{fileId}",
          "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
          "response": {
            "$ref": "File"
          },
          "path": "reports/{reportId}/files/{fileId}",
          "parameters": {
            "reportId": {
              "format": "int64",
              "location": "path",
              "description": "The ID of the report.",
              "required": true,
              "type": "string"
            },
            "fileId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "description": "The ID of the report file.",
              "location": "path"
            }
          },
          "parameterOrder": [
            "reportId",
            "fileId"
          ],
          "httpMethod": "GET",
          "supportsMediaDownload": true,
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ]
        }
      }
    },
    "userRolePermissionGroups": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/userRolePermissionGroups",
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups",
          "description": "Gets a list of all supported user role permission groups.",
          "httpMethod": "GET",
          "response": {
            "$ref": "UserRolePermissionGroupsListResponse"
          },
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.userRolePermissionGroups.list"
        },
        "get": {
          "id": "dfareporting.userRolePermissionGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User role permission group ID.",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/userRolePermissionGroups/{+id}",
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissionGroups/{userRolePermissionGroupsId}",
          "description": "Gets one user role permission group by ID.",
          "response": {
            "$ref": "UserRolePermissionGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "accountPermissionGroups": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.accountPermissionGroups.get",
          "description": "Gets one account permission group by ID.",
          "parameters": {
            "id": {
              "format": "int64",
              "type": "string",
              "description": "Account permission group ID.",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "profileId": {
              "format": "int64",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/accountPermissionGroups/{+id}",
          "response": {
            "$ref": "AccountPermissionGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups/{accountPermissionGroupsId}"
        },
        "list": {
          "id": "dfareporting.accountPermissionGroups.list",
          "response": {
            "$ref": "AccountPermissionGroupsListResponse"
          },
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/accountPermissionGroups",
          "description": "Retrieves the list of account permission groups.",
          "path": "userprofiles/{+profileId}/accountPermissionGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "campaignCreativeAssociations": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId",
            "campaignId"
          ],
          "description": "Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.",
          "httpMethod": "GET",
          "id": "dfareporting.campaignCreativeAssociations.list",
          "parameters": {
            "campaignId": {
              "location": "path",
              "description": "Campaign ID in this association.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "maxResults": {
              "location": "query",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "format": "int32",
              "type": "integer"
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "location": "query",
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            }
          },
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "response": {
            "$ref": "CampaignCreativeAssociationsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations"
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "format": "int64",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "campaignId": {
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "Campaign ID in this association.",
              "required": true,
              "format": "int64"
            }
          },
          "id": "dfareporting.campaignCreativeAssociations.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.",
          "request": {
            "$ref": "CampaignCreativeAssociation"
          },
          "response": {
            "$ref": "CampaignCreativeAssociation"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}/campaignCreativeAssociations",
          "path": "userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations",
          "parameterOrder": [
            "profileId",
            "campaignId"
          ]
        }
      }
    },
    "placements": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "Placement"
          },
          "description": "Inserts a new placement.",
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "id": "dfareporting.placements.insert",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Placement"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/placements"
        },
        "get": {
          "id": "dfareporting.placements.get",
          "path": "userprofiles/{+profileId}/placements/{+id}",
          "description": "Gets one placement by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placements/{placementsId}",
          "httpMethod": "GET",
          "response": {
            "$ref": "Placement"
          },
          "parameters": {
            "id": {
              "required": true,
              "description": "Placement ID.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "location": "path",
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/placements",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "siteIds": {
              "format": "int64",
              "description": "Select only placements that are associated with these sites.",
              "location": "query",
              "type": "string",
              "repeated": true
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query"
            },
            "sizeIds": {
              "type": "string",
              "location": "query",
              "description": "Select only placements that are associated with these sizes.",
              "repeated": true,
              "format": "int64"
            },
            "pricingTypes": {
              "repeated": true,
              "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.",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ]
            },
            "minStartDate": {
              "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\".",
              "location": "query"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "advertiserIds": {
              "repeated": true,
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only placements that belong to these advertisers."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "location": "query",
              "format": "int32",
              "default": "1000",
              "type": "integer"
            },
            "ids": {
              "repeated": true,
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Select only placements with these IDs."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "maxEndDate": {
              "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\".",
              "type": "string"
            },
            "placementStrategyIds": {
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "description": "Select only placements that are associated with these placement strategies."
            },
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for placements by name or ID. Wildcards (*) are allowed. For example, \"placement*2015\" will return placements with names like \"placement June 2015\", \"placement May 2015\", or simply \"placements 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"placement\" will match placements with name \"my placement\", \"placement 2015\", or simply \"placement\" ."
            },
            "activeStatus": {
              "location": "query",
              "description": "Select only placements with these active statuses.",
              "repeated": true,
              "enum": [
                "PLACEMENT_STATUS_UNKNOWN",
                "PLACEMENT_STATUS_ACTIVE",
                "PLACEMENT_STATUS_INACTIVE",
                "PLACEMENT_STATUS_ARCHIVED",
                "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "type": "string"
            },
            "compatibilities": {
              "type": "string",
              "location": "query",
              "enum": [
                "DISPLAY",
                "DISPLAY_INTERSTITIAL",
                "APP",
                "APP_INTERSTITIAL",
                "IN_STREAM_VIDEO",
                "IN_STREAM_AUDIO"
              ],
              "repeated": true,
              "enumDescriptions": [
                "",
                "",
                "Deprecated enum value. No longer supported.",
                "Deprecated enum value. No longer supported.",
                "",
                ""
              ],
              "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."
            },
            "contentCategoryIds": {
              "description": "Select only placements that are associated with these content categories.",
              "type": "string",
              "format": "int64",
              "repeated": true,
              "location": "query"
            },
            "campaignIds": {
              "format": "int64",
              "location": "query",
              "description": "Select only placements that belong to these campaigns.",
              "repeated": true,
              "type": "string"
            },
            "paymentSource": {
              "location": "query",
              "enum": [
                "PLACEMENT_AGENCY_PAID",
                "PLACEMENT_PUBLISHER_PAID"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Select only placements with this payment source."
            },
            "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": {
              "type": "string",
              "location": "query",
              "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\"."
            },
            "groupIds": {
              "type": "string",
              "format": "int64",
              "description": "Select only placements that belong to these placement groups.",
              "repeated": true,
              "location": "query"
            },
            "directorySiteIds": {
              "description": "Select only placements that are associated with these directory sites.",
              "format": "int64",
              "type": "string",
              "location": "query",
              "repeated": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placements.list",
          "httpMethod": "GET",
          "description": "Retrieves a list of placements, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementsListResponse"
          }
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "Placement"
          },
          "id": "dfareporting.placements.update",
          "response": {
            "$ref": "Placement"
          },
          "path": "userprofiles/{+profileId}/placements",
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "httpMethod": "PUT",
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "description": "Updates an existing placement."
        },
        "patch": {
          "path": "userprofiles/{+profileId}/placements",
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "id": {
              "required": true,
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Required. Placement ID."
            }
          },
          "id": "dfareporting.placements.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing placement. This method supports patch semantics.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Placement"
          },
          "flatPath": "userprofiles/{userprofilesId}/placements",
          "request": {
            "$ref": "Placement"
          }
        },
        "generatetags": {
          "httpMethod": "POST",
          "id": "dfareporting.placements.generatetags",
          "path": "userprofiles/{+profileId}/placements/generatetags",
          "description": "Generates tags for a placement.",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "location": "path",
              "type": "string",
              "format": "int64"
            },
            "tagProperties.gppMacrosIncluded": {
              "type": "boolean",
              "location": "query",
              "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."
            },
            "placementIds": {
              "repeated": true,
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Generate tags for these placements."
            },
            "campaignId": {
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Generate placements belonging to this campaign. This is a required field."
            },
            "tagFormats": {
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "repeated": true,
              "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",
              "description": "Tag formats to generate for these placements. *Note:* PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements."
            },
            "tagProperties.tcfGdprMacrosIncluded": {
              "default": "true",
              "location": "query",
              "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.",
              "type": "boolean"
            },
            "tagProperties.dcDbmMacroIncluded": {
              "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.",
              "location": "query",
              "type": "boolean"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placements/generatetags",
          "response": {
            "$ref": "PlacementsGenerateTagsResponse"
          },
          "parameterOrder": [
            "profileId"
          ]
        }
      }
    },
    "advertiserLandingPages": {
      "methods": {
        "patch": {
          "id": "dfareporting.advertiserLandingPages.patch",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing landing page. This method supports patch semantics.",
          "httpMethod": "PATCH",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "response": {
            "$ref": "LandingPage"
          },
          "request": {
            "$ref": "LandingPage"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "id": {
              "type": "string",
              "format": "int64",
              "location": "query",
              "description": "Required. Landing Page ID.",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/advertiserLandingPages/{+id}",
          "description": "Gets one landing page by ID.",
          "id": "dfareporting.advertiserLandingPages.get",
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages/{advertiserLandingPagesId}",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "Landing page ID.",
              "required": true
            }
          },
          "response": {
            "$ref": "LandingPage"
          },
          "httpMethod": "GET"
        },
        "update": {
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "format": "int64"
            }
          },
          "description": "Updates an existing landing page.",
          "response": {
            "$ref": "LandingPage"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "id": "dfareporting.advertiserLandingPages.update",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "LandingPage"
          },
          "path": "userprofiles/{+profileId}/advertiserLandingPages"
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string"
            }
          },
          "httpMethod": "POST",
          "request": {
            "$ref": "LandingPage"
          },
          "response": {
            "$ref": "LandingPage"
          },
          "description": "Inserts a new landing page.",
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "id": "dfareporting.advertiserLandingPages.insert",
          "path": "userprofiles/{+profileId}/advertiserLandingPages",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "description": "Retrieves a list of landing pages.",
          "parameters": {
            "searchString": {
              "location": "query",
              "type": "string",
              "description": "Allows searching for landing pages by name or ID. Wildcards (*) are allowed. For example, \"landingpage*2017\" will return landing pages with names like \"landingpage July 2017\", \"landingpage March 2017\", or simply \"landingpage 2017\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"landingpage\" will match campaigns with name \"my landingpage\", \"landingpage 2015\", or simply \"landingpage\"."
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "format": "int64",
              "description": "Select only landing pages with these IDs.",
              "type": "string"
            },
            "sortField": {
              "location": "query",
              "description": "Field by which to sort the list.",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "advertiserIds": {
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query",
              "description": "Select only landing pages that belong to these advertisers."
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING"
            },
            "maxResults": {
              "type": "integer",
              "format": "int32",
              "location": "query",
              "default": "1000",
              "description": "Maximum number of results to return."
            },
            "archived": {
              "location": "query",
              "type": "boolean",
              "description": "Select only archived landing pages. Don't set this field to select both archived and non-archived landing pages."
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64"
            },
            "subaccountId": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "description": "Select only landing pages that belong to this subaccount."
            },
            "campaignIds": {
              "description": "Select only landing pages that are associated with these campaigns.",
              "type": "string",
              "location": "query",
              "format": "int64",
              "repeated": true
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserLandingPages",
          "id": "dfareporting.advertiserLandingPages.list",
          "response": {
            "$ref": "AdvertiserLandingPagesListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/advertiserLandingPages"
        }
      }
    },
    "floodlightConfigurations": {
      "methods": {
        "patch": {
          "id": "dfareporting.floodlightConfigurations.patch",
          "description": "Updates an existing floodlight configuration. This method supports patch semantics.",
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "request": {
            "$ref": "FloodlightConfiguration"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "description": "Required. EventTag ID.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "required": true
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            }
          },
          "request": {
            "$ref": "FloodlightConfiguration"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightConfigurations.update",
          "description": "Updates an existing floodlight configuration.",
          "path": "userprofiles/{+profileId}/floodlightConfigurations",
          "parameterOrder": [
            "profileId"
          ]
        },
        "get": {
          "response": {
            "$ref": "FloodlightConfiguration"
          },
          "parameters": {
            "id": {
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "Floodlight configuration ID.",
              "type": "string",
              "required": true
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations/{floodlightConfigurationsId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one floodlight configuration by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightConfigurations.get",
          "path": "userprofiles/{+profileId}/floodlightConfigurations/{+id}"
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "description": "Retrieves a list of floodlight configurations, possibly filtered.",
          "id": "dfareporting.floodlightConfigurations.list",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "ids": {
              "format": "int64",
              "description": "Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned.",
              "repeated": true,
              "location": "query",
              "type": "string"
            }
          },
          "response": {
            "$ref": "FloodlightConfigurationsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightConfigurations",
          "path": "userprofiles/{+profileId}/floodlightConfigurations"
        }
      }
    },
    "studioCreativeAssets": {
      "methods": {
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {},
          "supportsMediaUpload": true,
          "description": "Inserts a new studio creative asset.",
          "request": {
            "$ref": "DfareportingStudioCreativeAssetsInsertRequest"
          },
          "response": {
            "$ref": "StudioCreativeAssetsResponse"
          },
          "mediaUpload": {
            "accept": [
              "*/*"
            ],
            "maxSize": "1073741824",
            "protocols": {
              "simple": {
                "path": "/upload/dfareporting/v5/studio/creativeAssets",
                "multipart": true
              }
            }
          },
          "path": "studio/creativeAssets",
          "flatPath": "studio/creativeAssets",
          "id": "dfareporting.studioCreativeAssets.insert",
          "parameterOrder": []
        }
      }
    },
    "languages": {
      "methods": {
        "list": {
          "description": "Retrieves a list of languages.",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64"
            }
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/languages",
          "flatPath": "userprofiles/{userprofilesId}/languages",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "LanguagesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.languages.list"
        }
      }
    },
    "targetableRemarketingLists": {
      "methods": {
        "list": {
          "parameters": {
            "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\"."
            },
            "sortOrder": {
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "maxResults": {
              "type": "integer",
              "default": "1000",
              "location": "query",
              "format": "int32",
              "description": "Maximum number of results to return."
            },
            "advertiserId": {
              "location": "query",
              "format": "int64",
              "type": "string",
              "description": "Required. Select only targetable remarketing lists targetable by these advertisers.",
              "required": true
            },
            "active": {
              "type": "boolean",
              "location": "query",
              "description": "Select only active or only inactive targetable remarketing lists."
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "sortField": {
              "description": "Field by which to sort the list.",
              "default": "ID",
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ]
            }
          },
          "description": "Retrieves a list of targetable remarketing lists, possibly filtered. This method supports paging.",
          "path": "userprofiles/{+profileId}/targetableRemarketingLists",
          "httpMethod": "GET",
          "id": "dfareporting.targetableRemarketingLists.list",
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "response": {
            "$ref": "TargetableRemarketingListsListResponse"
          }
        },
        "get": {
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/targetableRemarketingLists/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "description": "Remarketing list ID.",
              "location": "path",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true
            }
          },
          "id": "dfareporting.targetableRemarketingLists.get",
          "response": {
            "$ref": "TargetableRemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetableRemarketingLists/{targetableRemarketingListsId}",
          "description": "Gets one remarketing list by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        }
      }
    },
    "accountPermissions": {
      "methods": {
        "get": {
          "response": {
            "$ref": "AccountPermission"
          },
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions/{accountPermissionsId}",
          "httpMethod": "GET",
          "id": "dfareporting.accountPermissions.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "description": "Account permission ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/accountPermissions/{+id}",
          "description": "Gets one account permission by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/accountPermissions",
          "id": "dfareporting.accountPermissions.list",
          "description": "Retrieves the list of account permissions.",
          "response": {
            "$ref": "AccountPermissionsListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/accountPermissions",
          "parameters": {
            "profileId": {
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true
            }
          },
          "httpMethod": "GET"
        }
      }
    },
    "browsers": {
      "methods": {
        "list": {
          "id": "dfareporting.browsers.list",
          "description": "Retrieves a list of browsers.",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/browsers",
          "flatPath": "userprofiles/{userprofilesId}/browsers",
          "response": {
            "$ref": "BrowsersListResponse"
          },
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "dimensionValues": {
      "methods": {
        "query": {
          "id": "dfareporting.dimensionValues.query",
          "request": {
            "$ref": "DimensionValueRequest"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves list of report dimension values for a list of filters.",
          "flatPath": "userprofiles/{profileId}/dimensionvalues/query",
          "path": "userprofiles/{profileId}/dimensionvalues/query",
          "httpMethod": "POST",
          "response": {
            "$ref": "DimensionValueList"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "maxResults": {
              "default": "100",
              "location": "query",
              "type": "integer",
              "format": "int32",
              "description": "Maximum number of results to return."
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "The value of the nextToken from the previous result page."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ]
        }
      }
    },
    "advertisers": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.advertisers.get",
          "description": "Gets one advertiser by ID.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers/{advertisersId}",
          "response": {
            "$ref": "Advertiser"
          },
          "path": "userprofiles/{+profileId}/advertisers/{+id}",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            },
            "id": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "Advertiser ID.",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "GET"
        },
        "list": {
          "response": {
            "$ref": "AdvertisersListResponse"
          },
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of advertisers, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "floodlightConfigurationIds": {
              "repeated": true,
              "location": "query",
              "format": "int64",
              "description": "Select only advertisers with these floodlight configuration IDs.",
              "type": "string"
            },
            "sortField": {
              "location": "query",
              "default": "ID",
              "description": "Field by which to sort the list.",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "includeAdvertisersWithoutGroupsOnly": {
              "location": "query",
              "type": "boolean",
              "description": "Select only advertisers which do not belong to any advertiser group."
            },
            "sortOrder": {
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "type": "string",
              "location": "query",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "ids": {
              "type": "string",
              "repeated": true,
              "location": "query",
              "description": "Select only advertisers with these IDs.",
              "format": "int64"
            },
            "status": {
              "description": "Select only advertisers with the specified status.",
              "enumDescriptions": [
                "Approved (ads can deliver)",
                "On-hold (all ads are stopped)"
              ],
              "enum": [
                "APPROVED",
                "ON_HOLD"
              ],
              "type": "string",
              "location": "query"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "type": "integer",
              "default": "1000",
              "format": "int32",
              "location": "query"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "onlyParent": {
              "type": "boolean",
              "description": "Select only advertisers which use another advertiser's floodlight configuration.",
              "location": "query"
            },
            "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"
            },
            "advertiserGroupIds": {
              "location": "query",
              "description": "Select only advertisers with these advertiser group IDs.",
              "repeated": true,
              "type": "string",
              "format": "int64"
            },
            "subaccountId": {
              "location": "query",
              "description": "Select only advertisers with these subaccount IDs.",
              "format": "int64",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.advertisers.list"
        },
        "patch": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "response": {
            "$ref": "Advertiser"
          },
          "id": "dfareporting.advertisers.patch",
          "description": "Updates an existing advertiser. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/advertisers",
          "request": {
            "$ref": "Advertiser"
          },
          "httpMethod": "PATCH",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "required": true,
              "description": "Required. Advertiser ID.",
              "type": "string",
              "location": "query",
              "format": "int64"
            }
          }
        },
        "update": {
          "path": "userprofiles/{+profileId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Advertiser"
          },
          "description": "Updates an existing advertiser.",
          "httpMethod": "PUT",
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "id": "dfareporting.advertisers.update",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string"
            }
          },
          "request": {
            "$ref": "Advertiser"
          }
        },
        "insert": {
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/advertisers",
          "flatPath": "userprofiles/{userprofilesId}/advertisers",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Advertiser"
          },
          "request": {
            "$ref": "Advertiser"
          },
          "description": "Inserts a new advertiser.",
          "id": "dfareporting.advertisers.insert",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "POST"
        }
      }
    },
    "advertiserGroups": {
      "methods": {
        "patch": {
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "required": true
            },
            "id": {
              "type": "string",
              "location": "query",
              "required": true,
              "format": "int64",
              "description": "Required. Advertiser Group ID."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "id": "dfareporting.advertiserGroups.patch",
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "description": "Updates an existing advertiser group. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups"
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Updates an existing advertiser group.",
          "id": "dfareporting.advertiserGroups.update",
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId"
          ]
        },
        "insert": {
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Inserts a new advertiser group.",
          "id": "dfareporting.advertiserGroups.insert",
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "AdvertiserGroup"
          },
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "response": {
            "$ref": "AdvertiserGroup"
          }
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups",
          "response": {
            "$ref": "AdvertiserGroupsListResponse"
          },
          "httpMethod": "GET",
          "description": "Retrieves a list of advertiser groups, possibly filtered. This method supports paging.",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "description": "Field by which to sort the list.",
              "location": "query"
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "format": "int32",
              "default": "1000",
              "description": "Maximum number of results to return."
            },
            "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\"."
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "ids": {
              "description": "Select only advertiser groups with these IDs.",
              "type": "string",
              "format": "int64",
              "repeated": true,
              "location": "query"
            },
            "sortOrder": {
              "location": "query",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "description": "Order of sorted results."
            }
          },
          "id": "dfareporting.advertiserGroups.list",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "delete": {
          "id": "dfareporting.advertiserGroups.delete",
          "httpMethod": "DELETE",
          "parameters": {
            "id": {
              "format": "int64",
              "required": true,
              "description": "Advertiser group ID.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            }
          },
          "description": "Deletes an existing advertiser group.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}"
        },
        "get": {
          "description": "Gets one advertiser group by ID.",
          "response": {
            "$ref": "AdvertiserGroup"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/advertiserGroups/{advertiserGroupsId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/advertiserGroups/{+id}",
          "id": "dfareporting.advertiserGroups.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "Advertiser group ID.",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          }
        }
      }
    },
    "metros": {
      "methods": {
        "list": {
          "response": {
            "$ref": "MetrosListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/metros",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of metros.",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "id": "dfareporting.metros.list",
          "path": "userprofiles/{+profileId}/metros"
        }
      }
    },
    "ads": {
      "methods": {
        "patch": {
          "path": "userprofiles/{+profileId}/ads",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Updates an existing ad. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "httpMethod": "PATCH",
          "id": "dfareporting.ads.patch",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Ad"
          },
          "request": {
            "$ref": "Ad"
          },
          "parameters": {
            "id": {
              "required": true,
              "type": "string",
              "format": "int64",
              "description": "Required. RemarketingList ID.",
              "location": "query"
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          }
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/ads/{adsId}",
          "response": {
            "$ref": "Ad"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one ad by ID.",
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/ads/{+id}",
          "parameters": {
            "profileId": {
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "id": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Ad ID."
            }
          },
          "id": "dfareporting.ads.get"
        },
        "insert": {
          "path": "userprofiles/{+profileId}/ads",
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "Ad"
          },
          "id": "dfareporting.ads.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "required": true
            }
          },
          "request": {
            "$ref": "Ad"
          },
          "description": "Inserts a new ad."
        },
        "update": {
          "request": {
            "$ref": "Ad"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing ad.",
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Ad"
          },
          "path": "userprofiles/{+profileId}/ads",
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "PUT",
          "id": "dfareporting.ads.update"
        },
        "list": {
          "id": "dfareporting.ads.list",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/ads",
          "response": {
            "$ref": "AdsListResponse"
          },
          "description": "Retrieves a list of ads, possibly filtered. This method supports paging.",
          "flatPath": "userprofiles/{userprofilesId}/ads",
          "httpMethod": "GET",
          "parameters": {
            "compatibility": {
              "enum": [
                "DISPLAY",
                "DISPLAY_INTERSTITIAL",
                "APP",
                "APP_INTERSTITIAL",
                "IN_STREAM_VIDEO",
                "IN_STREAM_AUDIO"
              ],
              "location": "query",
              "type": "string",
              "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.",
              "enumDescriptions": [
                "",
                "",
                "Deprecated enum value. No longer supported.",
                "Deprecated enum value. No longer supported.",
                "",
                ""
              ]
            },
            "audienceSegmentIds": {
              "format": "int64",
              "description": "Select only ads with these audience segment IDs.",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "sortField": {
              "location": "query",
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ],
              "description": "Field by which to sort the list.",
              "type": "string"
            },
            "sortOrder": {
              "location": "query",
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "creativeIds": {
              "location": "query",
              "description": "Select only ads with these creative IDs assigned.",
              "repeated": true,
              "type": "string",
              "format": "int64"
            },
            "campaignIds": {
              "format": "int64",
              "type": "string",
              "repeated": true,
              "description": "Select only ads with these campaign IDs.",
              "location": "query"
            },
            "sslCompliant": {
              "type": "boolean",
              "description": "Select only ads that are SSL-compliant.",
              "location": "query"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "landingPageIds": {
              "format": "int64",
              "location": "query",
              "description": "Select only ads with these landing page IDs.",
              "type": "string",
              "repeated": true
            },
            "creativeOptimizationConfigurationIds": {
              "type": "string",
              "description": "Select only ads with these creative optimization configuration IDs.",
              "format": "int64",
              "repeated": true,
              "location": "query"
            },
            "sslRequired": {
              "location": "query",
              "description": "Select only ads that require SSL.",
              "type": "boolean"
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"ad*2015\" will return objects with names like \"ad June 2015\", \"ad April 2015\", or simply \"ad 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"ad\" will match objects with name \"my ad\", \"ad 2015\", or simply \"ad\".",
              "location": "query",
              "type": "string"
            },
            "active": {
              "type": "boolean",
              "description": "Select only active ads.",
              "location": "query"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "location": "query",
              "type": "integer",
              "format": "int32",
              "default": "1000"
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "description": "Select only ads with these IDs.",
              "type": "string"
            },
            "type": {
              "repeated": true,
              "type": "string",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "enum": [
                "AD_SERVING_STANDARD_AD",
                "AD_SERVING_DEFAULT_AD",
                "AD_SERVING_CLICK_TRACKER",
                "AD_SERVING_TRACKING",
                "AD_SERVING_BRAND_SAFE_AD"
              ],
              "description": "Select only ads with these types."
            },
            "sizeIds": {
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "description": "Select only ads with these size IDs."
            },
            "advertiserId": {
              "format": "int64",
              "location": "query",
              "description": "Select only ads with this advertiser ID.",
              "type": "string"
            },
            "archived": {
              "description": "Select only archived ads.",
              "type": "boolean",
              "location": "query"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "placementIds": {
              "description": "Select only ads with these placement IDs assigned.",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "type": "string"
            },
            "dynamicClickTracker": {
              "type": "boolean",
              "location": "query",
              "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."
            },
            "overriddenEventTagId": {
              "description": "Select only ads with this event tag override ID.",
              "type": "string",
              "location": "query",
              "format": "int64"
            },
            "remarketingListIds": {
              "repeated": true,
              "type": "string",
              "location": "query",
              "format": "int64",
              "description": "Select only ads whose list targeting expression use these remarketing list IDs."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "dynamicTargetingKeys": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "DynamicTargetingKey"
          },
          "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.",
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys",
          "id": "dfareporting.dynamicTargetingKeys.insert",
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DynamicTargetingKey"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ]
        },
        "list": {
          "description": "Retrieves a list of dynamic targeting keys.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.dynamicTargetingKeys.list",
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys",
          "httpMethod": "GET",
          "parameters": {
            "objectType": {
              "type": "string",
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "description": "Select only dynamic targeting keys with this object type.",
              "location": "query"
            },
            "objectId": {
              "type": "string",
              "format": "int64",
              "location": "query",
              "description": "Select only dynamic targeting keys with this object ID."
            },
            "names": {
              "type": "string",
              "description": "Select only dynamic targeting keys exactly matching these names.",
              "repeated": true,
              "location": "query"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "advertiserId": {
              "location": "query",
              "format": "int64",
              "description": "Select only dynamic targeting keys whose object has this advertiser ID.",
              "type": "string"
            }
          },
          "response": {
            "$ref": "DynamicTargetingKeysListResponse"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys"
        },
        "delete": {
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "objectId": {
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "ID of the object of this dynamic targeting key. This is a required field.",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "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"
            },
            "objectType": {
              "type": "string",
              "required": true,
              "enum": [
                "OBJECT_ADVERTISER",
                "OBJECT_AD",
                "OBJECT_CREATIVE",
                "OBJECT_PLACEMENT"
              ],
              "enumDescriptions": [
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "description": "Required. Type of the object of this dynamic targeting key. This is a required field."
            }
          },
          "id": "dfareporting.dynamicTargetingKeys.delete",
          "httpMethod": "DELETE",
          "parameterOrder": [
            "profileId",
            "objectId",
            "name",
            "objectType"
          ],
          "description": "Deletes an existing dynamic targeting key.",
          "flatPath": "userprofiles/{userprofilesId}/dynamicTargetingKeys/{dynamicTargetingKeysId}",
          "path": "userprofiles/{+profileId}/dynamicTargetingKeys/{+objectId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "campaigns": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "advertiserIds": {
              "type": "string",
              "description": "Select only campaigns that belong to these advertisers.",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only campaigns with these IDs."
            },
            "atLeastOneOptimizationActivity": {
              "description": "Select only campaigns that have at least one optimization activity.",
              "type": "boolean",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64"
            },
            "searchString": {
              "description": "Allows searching for campaigns by name or ID. Wildcards (*) are allowed. For example, \"campaign*2015\" will return campaigns with names like \"campaign June 2015\", \"campaign April 2015\", or simply \"campaign 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"campaign\" will match campaigns with name \"my campaign\", \"campaign 2015\", or simply \"campaign\".",
              "location": "query",
              "type": "string"
            },
            "advertiserGroupIds": {
              "description": "Select only campaigns whose advertisers belong to these advertiser groups.",
              "location": "query",
              "format": "int64",
              "repeated": true,
              "type": "string"
            },
            "overriddenEventTagId": {
              "location": "query",
              "description": "Select only campaigns that have overridden this event tag ID.",
              "format": "int64",
              "type": "string"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "type": "string",
              "description": "Field by which to sort the list.",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "excludedIds": {
              "description": "Exclude campaigns with these IDs.",
              "format": "int64",
              "location": "query",
              "type": "string",
              "repeated": true
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "format": "int32",
              "default": "1000",
              "location": "query",
              "type": "integer"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "location": "query",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "subaccountId": {
              "type": "string",
              "format": "int64",
              "location": "query",
              "description": "Select only campaigns that belong to this subaccount."
            },
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "archived": {
              "type": "boolean",
              "location": "query",
              "description": "Select only archived campaigns. Don't set this field to select both archived and non-archived campaigns."
            }
          },
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "id": "dfareporting.campaigns.list",
          "response": {
            "$ref": "CampaignsListResponse"
          },
          "path": "userprofiles/{+profileId}/campaigns",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of campaigns, possibly filtered. This method supports paging."
        },
        "insert": {
          "description": "Inserts a new campaign.",
          "request": {
            "$ref": "Campaign"
          },
          "response": {
            "$ref": "Campaign"
          },
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/campaigns",
          "id": "dfareporting.campaigns.insert"
        },
        "patch": {
          "request": {
            "$ref": "Campaign"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            },
            "id": {
              "location": "query",
              "type": "string",
              "description": "Required. Campaign ID.",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Updates an existing campaign. This method supports patch semantics.",
          "id": "dfareporting.campaigns.patch",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Campaign"
          },
          "path": "userprofiles/{+profileId}/campaigns",
          "flatPath": "userprofiles/{userprofilesId}/campaigns"
        },
        "update": {
          "path": "userprofiles/{+profileId}/campaigns",
          "id": "dfareporting.campaigns.update",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Updates an existing campaign.",
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Campaign"
          },
          "flatPath": "userprofiles/{userprofilesId}/campaigns",
          "response": {
            "$ref": "Campaign"
          }
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Campaign ID."
            },
            "profileId": {
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "path": "userprofiles/{+profileId}/campaigns/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.campaigns.get",
          "flatPath": "userprofiles/{userprofilesId}/campaigns/{campaignsId}",
          "description": "Gets one campaign by ID.",
          "response": {
            "$ref": "Campaign"
          }
        }
      }
    },
    "postalCodes": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "code"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "code": {
              "description": "Postal code ID.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/postalCodes/{+code}",
          "httpMethod": "GET",
          "response": {
            "$ref": "PostalCode"
          },
          "description": "Gets one postal code by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/postalCodes/{postalCodesId}",
          "id": "dfareporting.postalCodes.get"
        },
        "list": {
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of postal codes.",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/postalCodes",
          "response": {
            "$ref": "PostalCodesListResponse"
          },
          "id": "dfareporting.postalCodes.list",
          "path": "userprofiles/{+profileId}/postalCodes",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "placementGroups": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "parameters": {
            "placementGroupType": {
              "description": "Select only placement groups belonging with this group type. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting.",
              "enumDescriptions": [
                "A simple group of site-placements (tags). Basically acts as a single pricing point for a group of tags.",
                "A group of site-placements (tags) that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. This kind of group requires one of its assigned site-placements to be marked as primary for reporting purposes."
              ],
              "enum": [
                "PLACEMENT_PACKAGE",
                "PLACEMENT_ROADBLOCK"
              ],
              "location": "query",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "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\"."
            },
            "advertiserIds": {
              "description": "Select only placement groups that belong to these advertisers.",
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "contentCategoryIds": {
              "description": "Select only placement groups that are associated with these content categories.",
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "description": "Maximum number of results to return.",
              "default": "800",
              "format": "int32"
            },
            "campaignIds": {
              "description": "Select only placement groups that belong to these campaigns.",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "type": "string"
            },
            "siteIds": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only placement groups that are associated with these sites."
            },
            "sortField": {
              "location": "query",
              "description": "Field by which to sort the list.",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "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\".",
              "type": "string",
              "location": "query"
            },
            "activeStatus": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "repeated": true,
              "enum": [
                "PLACEMENT_STATUS_UNKNOWN",
                "PLACEMENT_STATUS_ACTIVE",
                "PLACEMENT_STATUS_INACTIVE",
                "PLACEMENT_STATUS_ARCHIVED",
                "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"
              ],
              "type": "string",
              "description": "Select only placements with these active statuses."
            },
            "placementStrategyIds": {
              "location": "query",
              "repeated": true,
              "description": "Select only placement groups that are associated with these placement strategies.",
              "format": "int64",
              "type": "string"
            },
            "searchString": {
              "location": "query",
              "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\".",
              "type": "string"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING",
              "location": "query"
            },
            "ids": {
              "format": "int64",
              "description": "Select only placement groups with these IDs.",
              "type": "string",
              "repeated": true,
              "location": "query"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "minStartDate": {
              "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\".",
              "type": "string"
            },
            "pricingTypes": {
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "location": "query",
              "repeated": true,
              "enum": [
                "PRICING_TYPE_CPM",
                "PRICING_TYPE_CPC",
                "PRICING_TYPE_CPA",
                "PRICING_TYPE_FLAT_RATE_IMPRESSIONS",
                "PRICING_TYPE_FLAT_RATE_CLICKS",
                "PRICING_TYPE_CPM_ACTIVEVIEW"
              ],
              "type": "string",
              "description": "Select only placement groups with these pricing types."
            },
            "directorySiteIds": {
              "location": "query",
              "format": "int64",
              "repeated": true,
              "description": "Select only placement groups that are associated with these directory sites.",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/placementGroups",
          "response": {
            "$ref": "PlacementGroupsListResponse"
          },
          "description": "Retrieves a list of placement groups, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.placementGroups.list"
        },
        "insert": {
          "description": "Inserts a new placement group.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "PlacementGroup"
          },
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "request": {
            "$ref": "PlacementGroup"
          },
          "id": "dfareporting.placementGroups.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/placementGroups"
        },
        "patch": {
          "id": "dfareporting.placementGroups.patch",
          "description": "Updates an existing placement group. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "PlacementGroup"
          },
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "required": true,
              "description": "Required. Placement ID."
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "request": {
            "$ref": "PlacementGroup"
          }
        },
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/placementGroups",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "PlacementGroup"
          },
          "id": "dfareporting.placementGroups.update",
          "path": "userprofiles/{+profileId}/placementGroups",
          "httpMethod": "PUT",
          "request": {
            "$ref": "PlacementGroup"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing placement group."
        },
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Placement group ID.",
              "required": true,
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "format": "int64"
            }
          },
          "id": "dfareporting.placementGroups.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/placementGroups/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/placementGroups/{placementGroupsId}",
          "description": "Gets one placement group by ID.",
          "response": {
            "$ref": "PlacementGroup"
          }
        }
      }
    },
    "subaccounts": {
      "methods": {
        "insert": {
          "description": "Inserts a new subaccount.",
          "path": "userprofiles/{+profileId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "Subaccount"
          },
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "httpMethod": "POST",
          "id": "dfareporting.subaccounts.insert",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64"
            }
          },
          "response": {
            "$ref": "Subaccount"
          }
        },
        "get": {
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.subaccounts.get",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "location": "path",
              "description": "Subaccount ID.",
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/subaccounts/{subaccountsId}",
          "response": {
            "$ref": "Subaccount"
          },
          "description": "Gets one subaccount by ID.",
          "path": "userprofiles/{+profileId}/subaccounts/{+id}"
        },
        "update": {
          "path": "userprofiles/{+profileId}/subaccounts",
          "id": "dfareporting.subaccounts.update",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing subaccount.",
          "request": {
            "$ref": "Subaccount"
          },
          "httpMethod": "PUT",
          "response": {
            "$ref": "Subaccount"
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "patch": {
          "request": {
            "$ref": "Subaccount"
          },
          "id": "dfareporting.subaccounts.patch",
          "description": "Updates an existing subaccount. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Subaccount"
          },
          "path": "userprofiles/{+profileId}/subaccounts",
          "httpMethod": "PATCH",
          "parameters": {
            "id": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "Required. Subaccount ID.",
              "location": "query"
            },
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          }
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.subaccounts.list",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "maxResults": {
              "format": "int32",
              "type": "integer",
              "location": "query",
              "default": "1000",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "location": "query",
              "type": "string",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "searchString": {
              "type": "string",
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"subaccount*2015\" will return objects with names like \"subaccount June 2015\", \"subaccount April 2015\", or simply \"subaccount 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"subaccount\" will match objects with name \"my subaccount\", \"subaccount 2015\", or simply \"subaccount\" .",
              "location": "query"
            },
            "ids": {
              "type": "string",
              "description": "Select only subaccounts with these IDs.",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "type": "string",
              "location": "query"
            }
          },
          "response": {
            "$ref": "SubaccountsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/subaccounts",
          "path": "userprofiles/{+profileId}/subaccounts",
          "description": "Gets a list of subaccounts, possibly filtered. This method supports paging."
        }
      }
    },
    "eventTags": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.eventTags.get",
          "parameters": {
            "id": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "Event tag ID.",
              "type": "string",
              "location": "path"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "description": "Gets one event tag by ID.",
          "response": {
            "$ref": "EventTag"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}"
        },
        "patch": {
          "description": "Updates an existing event tag. This method supports patch semantics.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "id": {
              "location": "query",
              "description": "Required. EventTag ID.",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64"
            }
          },
          "request": {
            "$ref": "EventTag"
          },
          "httpMethod": "PATCH",
          "response": {
            "$ref": "EventTag"
          },
          "path": "userprofiles/{+profileId}/eventTags",
          "id": "dfareporting.eventTags.patch",
          "flatPath": "userprofiles/{userprofilesId}/eventTags"
        },
        "update": {
          "description": "Updates an existing event tag.",
          "request": {
            "$ref": "EventTag"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "httpMethod": "PUT",
          "parameterOrder": [
            "profileId"
          ],
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "id": "dfareporting.eventTags.update",
          "response": {
            "$ref": "EventTag"
          },
          "path": "userprofiles/{+profileId}/eventTags"
        },
        "insert": {
          "request": {
            "$ref": "EventTag"
          },
          "path": "userprofiles/{+profileId}/eventTags",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.eventTags.insert",
          "flatPath": "userprofiles/{userprofilesId}/eventTags",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "description": "Inserts a new event tag.",
          "httpMethod": "POST",
          "response": {
            "$ref": "EventTag"
          }
        },
        "delete": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "id": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "Event tag ID.",
              "format": "int64",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.eventTags.delete",
          "flatPath": "userprofiles/{userprofilesId}/eventTags/{eventTagsId}",
          "path": "userprofiles/{+profileId}/eventTags/{+id}",
          "description": "Deletes an existing event tag."
        },
        "list": {
          "description": "Retrieves a list of event tags, possibly filtered.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.eventTags.list",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/eventTags",
          "parameters": {
            "advertiserId": {
              "type": "string",
              "format": "int64",
              "description": "Select only event tags that belong to this advertiser.",
              "location": "query"
            },
            "sortOrder": {
              "location": "query",
              "default": "ASCENDING",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results."
            },
            "eventTagTypes": {
              "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",
              "enum": [
                "IMPRESSION_IMAGE_EVENT_TAG",
                "IMPRESSION_JAVASCRIPT_EVENT_TAG",
                "CLICK_THROUGH_EVENT_TAG"
              ],
              "location": "query",
              "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.",
              "repeated": true
            },
            "searchString": {
              "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\".",
              "type": "string",
              "location": "query"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "location": "query",
              "description": "Field by which to sort the list."
            },
            "definitionsOnly": {
              "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.",
              "location": "query",
              "type": "boolean"
            },
            "adId": {
              "format": "int64",
              "location": "query",
              "type": "string",
              "description": "Select only event tags that belong to this ad."
            },
            "ids": {
              "type": "string",
              "format": "int64",
              "repeated": true,
              "description": "Select only event tags with these IDs.",
              "location": "query"
            },
            "campaignId": {
              "type": "string",
              "format": "int64",
              "description": "Select only event tags that belong to this campaign.",
              "location": "query"
            },
            "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.",
              "type": "boolean",
              "location": "query"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "EventTagsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/eventTags"
        }
      }
    },
    "creativeFields": {
      "methods": {
        "get": {
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one creative field by ID.",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "id": {
              "required": true,
              "description": "Creative Field ID",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}",
          "response": {
            "$ref": "CreativeField"
          },
          "id": "dfareporting.creativeFields.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+id}"
        },
        "list": {
          "httpMethod": "GET",
          "parameters": {
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "description": "Order of sorted results.",
              "default": "ASCENDING"
            },
            "advertiserIds": {
              "type": "string",
              "description": "Select only creative fields that belong to these advertisers.",
              "format": "int64",
              "location": "query",
              "repeated": true
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            },
            "ids": {
              "type": "string",
              "description": "Select only creative fields with these IDs.",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "description": "Maximum number of results to return.",
              "format": "int32",
              "type": "integer"
            },
            "searchString": {
              "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\".",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request."
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "location": "query",
              "description": "Field by which to sort the list."
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/creativeFields",
          "id": "dfareporting.creativeFields.list",
          "description": "Retrieves a list of creative fields, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "CreativeFieldsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields"
        },
        "patch": {
          "id": "dfareporting.creativeFields.patch",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64"
            },
            "id": {
              "description": "CreativeField ID.",
              "required": true,
              "type": "string",
              "location": "query",
              "format": "int64"
            }
          },
          "description": "Updates an existing creative field. This method supports patch semantics.",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "response": {
            "$ref": "CreativeField"
          },
          "httpMethod": "PATCH",
          "path": "userprofiles/{+profileId}/creativeFields",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeField"
          }
        },
        "delete": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "id": {
              "description": "Creative Field ID",
              "format": "int64",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+id}",
          "id": "dfareporting.creativeFields.delete",
          "description": "Deletes an existing creative field.",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}"
        },
        "insert": {
          "request": {
            "$ref": "CreativeField"
          },
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "path": "userprofiles/{+profileId}/creativeFields",
          "httpMethod": "POST",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new creative field.",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "CreativeField"
          },
          "id": "dfareporting.creativeFields.insert"
        },
        "update": {
          "response": {
            "$ref": "CreativeField"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields",
          "id": "dfareporting.creativeFields.update",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "PUT",
          "description": "Updates an existing creative field.",
          "request": {
            "$ref": "CreativeField"
          },
          "path": "userprofiles/{+profileId}/creativeFields",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          }
        }
      }
    },
    "remarketingListShares": {
      "methods": {
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "httpMethod": "PATCH",
          "id": "dfareporting.remarketingListShares.patch",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "id": {
              "description": "Required. RemarketingList ID.",
              "required": true,
              "location": "query",
              "type": "string",
              "format": "int64"
            }
          },
          "request": {
            "$ref": "RemarketingListShare"
          },
          "path": "userprofiles/{+profileId}/remarketingListShares",
          "description": "Updates an existing remarketing list share. This method supports patch semantics."
        },
        "update": {
          "response": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares",
          "request": {
            "$ref": "RemarketingListShare"
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.remarketingListShares.update",
          "path": "userprofiles/{+profileId}/remarketingListShares",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "format": "int64"
            }
          },
          "httpMethod": "PUT",
          "description": "Updates an existing remarketing list share."
        },
        "get": {
          "response": {
            "$ref": "RemarketingListShare"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingListShares/{remarketingListSharesId}",
          "path": "userprofiles/{+profileId}/remarketingListShares/{+remarketingListId}",
          "description": "Gets one remarketing list share by remarketing list ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "remarketingListId"
          ],
          "id": "dfareporting.remarketingListShares.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "remarketingListId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "Remarketing list ID.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          }
        }
      }
    },
    "platformTypes": {
      "methods": {
        "get": {
          "response": {
            "$ref": "PlatformType"
          },
          "flatPath": "userprofiles/{userprofilesId}/platformTypes/{platformTypesId}",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.platformTypes.get",
          "parameters": {
            "id": {
              "required": true,
              "type": "string",
              "description": "Platform type ID.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "description": "Gets one platform type by ID.",
          "path": "userprofiles/{+profileId}/platformTypes/{+id}"
        },
        "list": {
          "id": "dfareporting.platformTypes.list",
          "path": "userprofiles/{+profileId}/platformTypes",
          "flatPath": "userprofiles/{userprofilesId}/platformTypes",
          "response": {
            "$ref": "PlatformTypesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Retrieves a list of platform types.",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET"
        }
      }
    },
    "regions": {
      "methods": {
        "list": {
          "response": {
            "$ref": "RegionsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/regions",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "path": "userprofiles/{+profileId}/regions",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "id": "dfareporting.regions.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of regions."
        }
      }
    },
    "directorySites": {
      "methods": {
        "list": {
          "id": "dfareporting.directorySites.list",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/directorySites",
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "format": "int32",
              "type": "integer",
              "default": "1000",
              "location": "query",
              "description": "Maximum number of results to return."
            },
            "acceptsInStreamVideoPlacements": {
              "location": "query",
              "type": "boolean",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "location": "query",
              "description": "Field by which to sort the list."
            },
            "sortOrder": {
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "default": "ASCENDING",
              "description": "Order of sorted results."
            },
            "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"
            },
            "acceptsPublisherPaidPlacements": {
              "location": "query",
              "description": "Select only directory sites that accept publisher paid placements. This field can be left blank.",
              "type": "boolean"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "acceptsInterstitialPlacements": {
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "type": "boolean",
              "location": "query"
            },
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "active": {
              "description": "Select only active directory sites. Leave blank to retrieve both active and inactive directory sites.",
              "type": "boolean",
              "location": "query"
            },
            "dfpNetworkCode": {
              "location": "query",
              "description": "Select only directory sites with this Ad Manager network code.",
              "type": "string"
            },
            "ids": {
              "description": "Select only directory sites with these IDs.",
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/directorySites",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DirectorySitesListResponse"
          },
          "description": "Retrieves a list of directory sites, possibly filtered. This method supports paging."
        },
        "get": {
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "id": {
              "location": "path",
              "description": "Directory site ID.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "description": "Gets one directory site by ID.",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/directorySites/{directorySitesId}",
          "response": {
            "$ref": "DirectorySite"
          },
          "id": "dfareporting.directorySites.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/directorySites/{+id}"
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DirectorySite"
          },
          "httpMethod": "POST",
          "id": "dfareporting.directorySites.insert",
          "flatPath": "userprofiles/{userprofilesId}/directorySites",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Inserts a new directory site.",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "DirectorySite"
          },
          "path": "userprofiles/{+profileId}/directorySites"
        }
      }
    },
    "accounts": {
      "methods": {
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/accounts/{accountsId}",
          "response": {
            "$ref": "Account"
          },
          "id": "dfareporting.accounts.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/accounts/{+id}",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "format": "int64",
              "required": true,
              "type": "string"
            },
            "id": {
              "description": "Account ID.",
              "required": true,
              "format": "int64",
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "description": "Gets one account by ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves the list of accounts, possibly filtered. This method supports paging.",
          "response": {
            "$ref": "AccountsListResponse"
          },
          "path": "userprofiles/{+profileId}/accounts",
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "id": "dfareporting.accounts.list",
          "httpMethod": "GET",
          "parameters": {
            "ids": {
              "type": "string",
              "location": "query",
              "repeated": true,
              "description": "Select only accounts with these IDs.",
              "format": "int64"
            },
            "searchString": {
              "type": "string",
              "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"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "location": "query",
              "default": "ASCENDING",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string"
            },
            "maxResults": {
              "default": "1000",
              "location": "query",
              "format": "int32",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "profileId": {
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true
            },
            "sortField": {
              "default": "ID",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "location": "query"
            },
            "active": {
              "description": "Select only active accounts. Don't set this field to select both active and non-active accounts.",
              "location": "query",
              "type": "boolean"
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            }
          }
        },
        "patch": {
          "request": {
            "$ref": "Account"
          },
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "description": "Updates an existing account. This method supports patch semantics.",
          "response": {
            "$ref": "Account"
          },
          "httpMethod": "PATCH",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "id": {
              "format": "int64",
              "required": true,
              "description": "Required. Account ID.",
              "type": "string",
              "location": "query"
            }
          },
          "id": "dfareporting.accounts.patch",
          "path": "userprofiles/{+profileId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Account"
          },
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/accounts",
          "httpMethod": "PUT",
          "id": "dfareporting.accounts.update",
          "request": {
            "$ref": "Account"
          },
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "description": "Updates an existing account."
        }
      }
    },
    "reports": {
      "resources": {
        "files": {
          "methods": {
            "get": {
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "response": {
                "$ref": "File"
              },
              "path": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "id": "dfareporting.reports.files.get",
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
              "description": "Retrieves a report file by its report ID and file ID. This method supports media download.",
              "parameters": {
                "profileId": {
                  "description": "The Campaign Manager 360 user profile ID.",
                  "type": "string",
                  "location": "path",
                  "format": "int64",
                  "required": true
                },
                "reportId": {
                  "location": "path",
                  "description": "The ID of the report.",
                  "type": "string",
                  "format": "int64",
                  "required": true
                },
                "fileId": {
                  "description": "The ID of the report file.",
                  "format": "int64",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "supportsMediaDownload": true,
              "httpMethod": "GET",
              "parameterOrder": [
                "profileId",
                "reportId",
                "fileId"
              ]
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "response": {
                "$ref": "FileList"
              },
              "path": "userprofiles/{profileId}/reports/{reportId}/files",
              "flatPath": "userprofiles/{profileId}/reports/{reportId}/files",
              "description": "Lists files for a report.",
              "id": "dfareporting.reports.files.list",
              "httpMethod": "GET",
              "parameters": {
                "maxResults": {
                  "type": "integer",
                  "default": "10",
                  "location": "query",
                  "format": "int32",
                  "description": "Maximum number of results to return."
                },
                "sortOrder": {
                  "location": "query",
                  "default": "DESCENDING",
                  "enumDescriptions": [
                    "Ascending order.",
                    "Descending order."
                  ],
                  "enum": [
                    "ASCENDING",
                    "DESCENDING"
                  ],
                  "type": "string",
                  "description": "Order of sorted results."
                },
                "reportId": {
                  "location": "path",
                  "description": "The ID of the parent report.",
                  "type": "string",
                  "required": true,
                  "format": "int64"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "description": "The value of the nextToken from the previous result page."
                },
                "profileId": {
                  "required": true,
                  "description": "The Campaign Manager 360 user profile ID.",
                  "format": "int64",
                  "location": "path",
                  "type": "string"
                },
                "sortField": {
                  "description": "The field by which to sort the list.",
                  "location": "query",
                  "enum": [
                    "ID",
                    "LAST_MODIFIED_TIME"
                  ],
                  "enumDescriptions": [
                    "",
                    ""
                  ],
                  "default": "LAST_MODIFIED_TIME",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "profileId",
                "reportId"
              ]
            }
          }
        },
        "compatibleFields": {
          "methods": {
            "query": {
              "response": {
                "$ref": "CompatibleFields"
              },
              "id": "dfareporting.reports.compatibleFields.query",
              "flatPath": "userprofiles/{profileId}/reports/compatiblefields/query",
              "request": {
                "$ref": "Report"
              },
              "scopes": [
                "https://www.googleapis.com/auth/dfareporting"
              ],
              "parameters": {
                "profileId": {
                  "format": "int64",
                  "required": true,
                  "type": "string",
                  "description": "The Campaign Manager 360 user profile ID.",
                  "location": "path"
                }
              },
              "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.",
              "parameterOrder": [
                "profileId"
              ],
              "path": "userprofiles/{profileId}/reports/compatiblefields/query",
              "httpMethod": "POST"
            }
          }
        }
      },
      "methods": {
        "delete": {
          "description": "Deletes a report by its ID.",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "id": "dfareporting.reports.delete",
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "parameters": {
            "reportId": {
              "location": "path",
              "required": true,
              "description": "The ID of the report.",
              "format": "int64",
              "type": "string"
            },
            "profileId": {
              "format": "int64",
              "location": "path",
              "required": true,
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "httpMethod": "DELETE",
          "path": "userprofiles/{profileId}/reports/{reportId}"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "path": "userprofiles/{profileId}/reports/{reportId}",
          "httpMethod": "GET",
          "response": {
            "$ref": "Report"
          },
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "parameters": {
            "reportId": {
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "The ID of the report.",
              "required": true
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "The Campaign Manager 360 user profile ID.",
              "required": true,
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "id": "dfareporting.reports.get",
          "description": "Retrieves a report by its ID."
        },
        "run": {
          "id": "dfareporting.reports.run",
          "path": "userprofiles/{profileId}/reports/{reportId}/run",
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "flatPath": "userprofiles/{profileId}/reports/{reportId}/run",
          "httpMethod": "POST",
          "description": "Runs a report.",
          "parameters": {
            "reportId": {
              "format": "int64",
              "location": "path",
              "description": "The ID of the report.",
              "type": "string",
              "required": true
            },
            "synchronous": {
              "location": "query",
              "description": "If set and true, tries to run the report synchronously.",
              "type": "boolean",
              "default": "false"
            },
            "profileId": {
              "required": true,
              "location": "path",
              "description": "The Campaign Manager 360 user profile ID.",
              "format": "int64",
              "type": "string"
            }
          },
          "response": {
            "$ref": "File"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ]
        },
        "insert": {
          "request": {
            "$ref": "Report"
          },
          "id": "dfareporting.reports.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "response": {
            "$ref": "Report"
          },
          "flatPath": "userprofiles/{profileId}/reports",
          "description": "Creates a report.",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "format": "int64",
              "type": "string",
              "location": "path",
              "required": true,
              "description": "The Campaign Manager 360 user profile ID."
            }
          },
          "path": "userprofiles/{profileId}/reports",
          "httpMethod": "POST"
        },
        "update": {
          "request": {
            "$ref": "Report"
          },
          "description": "Updates a report.",
          "id": "dfareporting.reports.update",
          "flatPath": "userprofiles/{profileId}/reports/{reportId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "parameterOrder": [
            "profileId",
            "reportId"
          ],
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "type": "string",
              "location": "path",
              "required": true,
              "format": "int64",
              "description": "The Campaign Manager 360 user profile ID."
            },
            "reportId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "The ID of the report."
            }
          },
          "response": {
            "$ref": "Report"
          },
          "path": "userprofiles/{profileId}/reports/{reportId}"
        },
        "list": {
          "parameters": {
            "maxResults": {
              "format": "int32",
              "default": "10",
              "description": "Maximum number of results to return.",
              "location": "query",
              "type": "integer"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "location": "path",
              "description": "The Campaign Manager 360 user profile ID."
            },
            "sortField": {
              "description": "The field by which to sort the list.",
              "enumDescriptions": [
                "Sort by report ID.",
                "Sort by 'lastModifiedTime' field.",
                "Sort by name of reports."
              ],
              "enum": [
                "ID",
                "LAST_MODIFIED_TIME",
                "NAME"
              ],
              "default": "LAST_MODIFIED_TIME",
              "type": "string",
              "location": "query"
            },
            "pageToken": {
              "type": "string",
              "description": "The value of the nextToken from the previous result page.",
              "location": "query"
            },
            "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"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "default": "DESCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "location": "query"
            }
          },
          "httpMethod": "GET",
          "description": "Retrieves list of reports.",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.reports.list",
          "path": "userprofiles/{profileId}/reports",
          "scopes": [
            "https://www.googleapis.com/auth/dfareporting"
          ],
          "response": {
            "$ref": "ReportList"
          },
          "flatPath": "userprofiles/{profileId}/reports"
        }
      }
    },
    "floodlightActivities": {
      "methods": {
        "list": {
          "id": "dfareporting.floodlightActivities.list",
          "response": {
            "$ref": "FloodlightActivitiesListResponse"
          },
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "description": "Retrieves a list of floodlight activities, possibly filtered. This method supports paging.",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "floodlightActivityGroupName": {
              "description": "Select only floodlight activities with the specified floodlight activity group name.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query"
            },
            "sortField": {
              "default": "ID",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "description": "Field by which to sort the list.",
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "maxResults": {
              "format": "int32",
              "description": "Maximum number of results to return.",
              "type": "integer",
              "default": "1000",
              "location": "query"
            },
            "advertiserId": {
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "format": "int64"
            },
            "profileId": {
              "format": "int64",
              "type": "string",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "floodlightActivityGroupIds": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only floodlight activities with the specified floodlight activity group IDs."
            },
            "searchString": {
              "description": "Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, \"floodlightactivity*2015\" will return objects with names like \"floodlightactivity June 2015\", \"floodlightactivity April 2015\", or simply \"floodlightactivity 2015\". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of \"floodlightactivity\" will match objects with name \"my floodlightactivity activity\", \"floodlightactivity 2015\", or simply \"floodlightactivity\".",
              "location": "query",
              "type": "string"
            },
            "floodlightActivityGroupType": {
              "type": "string",
              "enum": [
                "COUNTER",
                "SALE"
              ],
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Select only floodlight activities with the specified floodlight activity group type."
            },
            "ids": {
              "description": "Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.",
              "type": "string",
              "format": "int64",
              "location": "query",
              "repeated": true
            },
            "floodlightActivityGroupTagString": {
              "location": "query",
              "type": "string",
              "description": "Select only floodlight activities with the specified floodlight activity group tag string."
            },
            "floodlightConfigurationId": {
              "location": "query",
              "type": "string",
              "format": "int64",
              "description": "Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result."
            },
            "tagString": {
              "location": "query",
              "description": "Select only floodlight activities with the specified tag string.",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query",
              "type": "string"
            }
          },
          "parameterOrder": [
            "profileId"
          ]
        },
        "insert": {
          "id": "dfareporting.floodlightActivities.insert",
          "description": "Inserts a new floodlight activity.",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "FloodlightActivity"
          }
        },
        "update": {
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "id": "dfareporting.floodlightActivities.update",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing floodlight activity.",
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "request": {
            "$ref": "FloodlightActivity"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "Floodlight activity ID.",
              "required": true
            }
          },
          "description": "Gets one floodlight activity by ID.",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightActivities.get",
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}"
        },
        "delete": {
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/{floodlightActivitiesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivities/{+id}",
          "description": "Deletes an existing floodlight activity.",
          "parameters": {
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true
            },
            "id": {
              "required": true,
              "description": "Floodlight activity ID.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64"
            }
          },
          "id": "dfareporting.floodlightActivities.delete",
          "httpMethod": "DELETE"
        },
        "generatetag": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.floodlightActivities.generatetag",
          "response": {
            "$ref": "FloodlightActivitiesGenerateTagResponse"
          },
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "floodlightActivityId": {
              "format": "int64",
              "location": "query",
              "description": "Floodlight activity ID for which we want to generate a tag.",
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities/generatetag",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivities/generatetag",
          "description": "Generates a tag for a floodlight activity."
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.floodlightActivities.patch",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/floodlightActivities",
          "httpMethod": "PATCH",
          "flatPath": "userprofiles/{userprofilesId}/floodlightActivities",
          "response": {
            "$ref": "FloodlightActivity"
          },
          "parameters": {
            "profileId": {
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            },
            "id": {
              "description": "Required. EventTag ID.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "query"
            }
          },
          "request": {
            "$ref": "FloodlightActivity"
          },
          "description": "Updates an existing floodlight activity. This method supports patch semantics."
        }
      }
    },
    "dynamicProfiles": {
      "methods": {
        "publish": {
          "description": "Publish for a dynamic profile.",
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/publish",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/publish",
          "parameters": {
            "dynamicProfileId": {
              "required": true,
              "description": "Required. Dynamic profile ID.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64"
            }
          },
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "httpMethod": "POST",
          "id": "dfareporting.dynamicProfiles.publish"
        },
        "insert": {
          "description": "Inserts a new dynamic profile.",
          "request": {
            "$ref": "DynamicProfile"
          },
          "parameterOrder": [],
          "flatPath": "studio/dynamicProfiles",
          "id": "dfareporting.dynamicProfiles.insert",
          "response": {
            "$ref": "DynamicProfile"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "studio/dynamicProfiles",
          "parameters": {},
          "httpMethod": "POST"
        },
        "update": {
          "path": "studio/dynamicProfiles",
          "flatPath": "studio/dynamicProfiles",
          "response": {
            "$ref": "DynamicProfile"
          },
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [],
          "id": "dfareporting.dynamicProfiles.update",
          "parameters": {},
          "description": "Updates an existing dynamic profile.",
          "request": {
            "$ref": "DynamicProfile"
          }
        },
        "generateCode": {
          "parameters": {
            "dynamicProfileId": {
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "Required. Dynamic profile ID."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "GET",
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/generateCode",
          "response": {
            "$ref": "DynamicProfileGenerateCodeResponse"
          },
          "description": "Generates code for a dynamic profile, which will need unescaping.",
          "id": "dfareporting.dynamicProfiles.generateCode",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "path": "studio/dynamicProfiles/{+dynamicProfileId}/generateCode"
        },
        "get": {
          "httpMethod": "GET",
          "parameters": {
            "dynamicProfileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "Required. Dynamic profile ID.",
              "required": true,
              "format": "int64",
              "location": "path"
            }
          },
          "path": "studio/dynamicProfiles/{+dynamicProfileId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets a dynamic profile by ID.",
          "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}",
          "parameterOrder": [
            "dynamicProfileId"
          ],
          "response": {
            "$ref": "DynamicProfile"
          },
          "id": "dfareporting.dynamicProfiles.get"
        }
      }
    },
    "contentCategories": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/contentCategories",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of content categories, possibly filtered. This method supports paging.",
          "id": "dfareporting.contentCategories.list",
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "searchString": {
              "location": "query",
              "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\".",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "sortField": {
              "enumDescriptions": [
                "",
                ""
              ],
              "description": "Field by which to sort the list.",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "default": "ID",
              "location": "query"
            },
            "sortOrder": {
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "location": "query"
            },
            "maxResults": {
              "location": "query",
              "format": "int32",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "type": "integer"
            },
            "ids": {
              "description": "Select only content categories with these IDs.",
              "format": "int64",
              "type": "string",
              "repeated": true,
              "location": "query"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "response": {
            "$ref": "ContentCategoriesListResponse"
          }
        },
        "insert": {
          "response": {
            "$ref": "ContentCategory"
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64"
            }
          },
          "request": {
            "$ref": "ContentCategory"
          },
          "httpMethod": "POST",
          "description": "Inserts a new content category.",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/contentCategories",
          "id": "dfareporting.contentCategories.insert"
        },
        "update": {
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing content category.",
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "request": {
            "$ref": "ContentCategory"
          },
          "id": "dfareporting.contentCategories.update",
          "path": "userprofiles/{+profileId}/contentCategories",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "response": {
            "$ref": "ContentCategory"
          }
        },
        "patch": {
          "description": "Updates an existing content category. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64"
            },
            "id": {
              "format": "int64",
              "location": "query",
              "description": "Required. ContentCategory ID.",
              "required": true,
              "type": "string"
            }
          },
          "response": {
            "$ref": "ContentCategory"
          },
          "httpMethod": "PATCH",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories",
          "request": {
            "$ref": "ContentCategory"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.contentCategories.patch",
          "path": "userprofiles/{+profileId}/contentCategories"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "Content category ID.",
              "type": "string"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}",
          "response": {
            "$ref": "ContentCategory"
          },
          "httpMethod": "GET",
          "description": "Gets one content category by ID.",
          "id": "dfareporting.contentCategories.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/contentCategories/{+id}"
        },
        "delete": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "DELETE",
          "flatPath": "userprofiles/{userprofilesId}/contentCategories/{contentCategoriesId}",
          "parameters": {
            "id": {
              "required": true,
              "description": "Content category ID.",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/contentCategories/{+id}",
          "id": "dfareporting.contentCategories.delete",
          "description": "Deletes an existing content category.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "operatingSystems": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "OperatingSystem"
          },
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems/{operatingSystemsId}",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "dartId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "Operating system DART ID."
            }
          },
          "parameterOrder": [
            "profileId",
            "dartId"
          ],
          "httpMethod": "GET",
          "description": "Gets one operating system by DART ID.",
          "id": "dfareporting.operatingSystems.get",
          "path": "userprofiles/{+profileId}/operatingSystems/{+dartId}"
        },
        "list": {
          "flatPath": "userprofiles/{userprofilesId}/operatingSystems",
          "response": {
            "$ref": "OperatingSystemsListResponse"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true
            }
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Retrieves a list of operating systems.",
          "path": "userprofiles/{+profileId}/operatingSystems",
          "id": "dfareporting.operatingSystems.list",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        }
      }
    },
    "sites": {
      "methods": {
        "list": {
          "parameters": {
            "subaccountId": {
              "type": "string",
              "description": "Select only sites with this subaccount ID.",
              "location": "query",
              "format": "int64"
            },
            "campaignIds": {
              "format": "int64",
              "description": "Select only sites with these campaign IDs.",
              "repeated": true,
              "location": "query",
              "type": "string"
            },
            "unmappedSite": {
              "type": "boolean",
              "description": "Select only sites that have not been mapped to a directory site.",
              "location": "query"
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64",
              "description": "Select only sites with these IDs."
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "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\".",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "description": "Maximum number of results to return.",
              "type": "integer",
              "format": "int32"
            },
            "sortField": {
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "location": "query",
              "description": "Field by which to sort the list.",
              "default": "ID"
            },
            "approved": {
              "location": "query",
              "type": "boolean",
              "description": "Select only approved sites."
            },
            "acceptsInStreamVideoPlacements": {
              "type": "boolean",
              "location": "query",
              "description": "This search filter is no longer supported and will have no effect on the results returned."
            },
            "acceptsPublisherPaidPlacements": {
              "type": "boolean",
              "description": "Select only sites that accept publisher paid placements.",
              "location": "query"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "default": "ASCENDING"
            },
            "directorySiteIds": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "description": "Select only sites with these directory site IDs.",
              "type": "string"
            },
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "adWordsSite": {
              "type": "boolean",
              "description": "Select only AdWords sites.",
              "location": "query"
            },
            "acceptsInterstitialPlacements": {
              "description": "This search filter is no longer supported and will have no effect on the results returned.",
              "type": "boolean",
              "location": "query"
            }
          },
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/sites",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "SitesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "id": "dfareporting.sites.list",
          "description": "Retrieves a list of sites, possibly filtered. This method supports paging."
        },
        "insert": {
          "path": "userprofiles/{+profileId}/sites",
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "id": "dfareporting.sites.insert",
          "parameters": {
            "profileId": {
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new site.",
          "request": {
            "$ref": "Site"
          }
        },
        "update": {
          "description": "Updates an existing site.",
          "request": {
            "$ref": "Site"
          },
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path"
            }
          },
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "path": "userprofiles/{+profileId}/sites",
          "id": "dfareporting.sites.update"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/sites/{+id}",
          "description": "Gets one site by ID.",
          "id": "dfareporting.sites.get",
          "httpMethod": "GET",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "description": "Site ID.",
              "required": true
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "Site"
          },
          "flatPath": "userprofiles/{userprofilesId}/sites/{sitesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.sites.patch",
          "response": {
            "$ref": "Site"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/sites",
          "path": "userprofiles/{+profileId}/sites",
          "httpMethod": "PATCH",
          "description": "Updates an existing site. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "location": "path"
            },
            "id": {
              "location": "query",
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "Required. Site ID."
            }
          },
          "request": {
            "$ref": "Site"
          }
        }
      }
    },
    "remarketingLists": {
      "methods": {
        "patch": {
          "id": "dfareporting.remarketingLists.patch",
          "request": {
            "$ref": "RemarketingList"
          },
          "path": "userprofiles/{+profileId}/remarketingLists",
          "description": "Updates an existing remarketing list. This method supports patch semantics.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "response": {
            "$ref": "RemarketingList"
          },
          "httpMethod": "PATCH",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64"
            },
            "id": {
              "type": "string",
              "required": true,
              "description": "Required. RemarketingList ID.",
              "format": "int64",
              "location": "query"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "path": "userprofiles/{+profileId}/remarketingLists",
          "response": {
            "$ref": "RemarketingListsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "id": "dfareporting.remarketingLists.list",
          "httpMethod": "GET",
          "parameters": {
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "description": "Order of sorted results.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string"
            },
            "active": {
              "type": "boolean",
              "description": "Select only active or only inactive remarketing lists.",
              "location": "query"
            },
            "advertiserId": {
              "required": true,
              "type": "string",
              "description": "Required. Select only remarketing lists owned by this advertiser.",
              "format": "int64",
              "location": "query"
            },
            "sortField": {
              "default": "ID",
              "location": "query",
              "description": "Field by which to sort the list.",
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ],
              "enum": [
                "ID",
                "NAME"
              ]
            },
            "name": {
              "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\".",
              "type": "string"
            },
            "maxResults": {
              "type": "integer",
              "description": "Maximum number of results to return.",
              "default": "1000",
              "format": "int32",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "floodlightActivityId": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "description": "Select only remarketing lists that have this floodlight activity ID."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of remarketing lists, possibly filtered. This method supports paging."
        },
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists/{remarketingListsId}",
          "id": "dfareporting.remarketingLists.get",
          "response": {
            "$ref": "RemarketingList"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "parameters": {
            "id": {
              "description": "Remarketing list ID.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true
            },
            "profileId": {
              "format": "int64",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/remarketingLists/{+id}",
          "description": "Gets one remarketing list by ID."
        },
        "update": {
          "httpMethod": "PUT",
          "id": "dfareporting.remarketingLists.update",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "RemarketingList"
          },
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Updates an existing remarketing list.",
          "request": {
            "$ref": "RemarketingList"
          },
          "path": "userprofiles/{+profileId}/remarketingLists",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/remarketingLists",
          "description": "Inserts a new remarketing list.",
          "response": {
            "$ref": "RemarketingList"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "request": {
            "$ref": "RemarketingList"
          },
          "id": "dfareporting.remarketingLists.insert",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "required": true,
              "format": "int64"
            }
          },
          "path": "userprofiles/{+profileId}/remarketingLists",
          "httpMethod": "POST"
        }
      }
    },
    "creatives": {
      "methods": {
        "get": {
          "parameters": {
            "profileId": {
              "format": "int64",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "id": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "required": true,
              "description": "Creative ID."
            }
          },
          "path": "userprofiles/{+profileId}/creatives/{+id}",
          "httpMethod": "GET",
          "response": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives/{creativesId}",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.creatives.get",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one creative by ID."
        },
        "patch": {
          "request": {
            "$ref": "Creative"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.creatives.patch",
          "parameters": {
            "profileId": {
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string"
            },
            "id": {
              "location": "query",
              "description": "Required. Creative ID.",
              "format": "int64",
              "required": true,
              "type": "string"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "path": "userprofiles/{+profileId}/creatives",
          "description": "Updates an existing creative. This method supports patch semantics.",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "response": {
            "$ref": "Creative"
          },
          "httpMethod": "PATCH"
        },
        "insert": {
          "path": "userprofiles/{+profileId}/creatives",
          "request": {
            "$ref": "Creative"
          },
          "id": "dfareporting.creatives.insert",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Inserts a new creative.",
          "response": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives"
        },
        "list": {
          "response": {
            "$ref": "CreativesListResponse"
          },
          "path": "userprofiles/{+profileId}/creatives",
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "campaignId": {
              "format": "int64",
              "type": "string",
              "location": "query",
              "description": "Select only creatives with this campaign ID."
            },
            "archived": {
              "description": "Select only archived creatives. Leave blank to select archived and unarchived creatives.",
              "type": "boolean",
              "location": "query"
            },
            "creativeFieldIds": {
              "description": "Select only creatives with these creative field IDs.",
              "repeated": true,
              "location": "query",
              "format": "int64",
              "type": "string"
            },
            "sizeIds": {
              "location": "query",
              "repeated": true,
              "description": "Select only creatives with these size IDs.",
              "format": "int64",
              "type": "string"
            },
            "advertiserId": {
              "type": "string",
              "location": "query",
              "format": "int64",
              "description": "Select only creatives with this advertiser ID."
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page."
            },
            "searchString": {
              "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\".",
              "type": "string",
              "location": "query"
            },
            "types": {
              "description": "Select only creatives with these creative types.",
              "repeated": true,
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
              ],
              "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"
              ]
            },
            "studioCreativeId": {
              "description": "Select only creatives corresponding to this Studio creative ID.",
              "type": "string",
              "location": "query",
              "format": "int64"
            },
            "renderingIds": {
              "location": "query",
              "type": "string",
              "repeated": true,
              "description": "Select only creatives with these rendering IDs.",
              "format": "int64"
            },
            "sortField": {
              "default": "ID",
              "description": "Field by which to sort the list.",
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "type": "string",
              "enumDescriptions": [
                "",
                ""
              ]
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "location": "query",
              "default": "ASCENDING",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ]
            },
            "ids": {
              "type": "string",
              "format": "int64",
              "location": "query",
              "repeated": true,
              "description": "Select only creatives with these IDs."
            },
            "companionCreativeIds": {
              "description": "Select only in-stream video creatives with these companion IDs.",
              "location": "query",
              "repeated": true,
              "type": "string",
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64"
            },
            "active": {
              "location": "query",
              "description": "Select only active creatives. Leave blank to select active and inactive creatives.",
              "type": "boolean"
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "type": "integer",
              "format": "int32",
              "description": "Maximum number of results to return."
            }
          },
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.creatives.list",
          "description": "Retrieves a list of creatives, possibly filtered. This method supports paging."
        },
        "update": {
          "request": {
            "$ref": "Creative"
          },
          "flatPath": "userprofiles/{userprofilesId}/creatives",
          "description": "Updates an existing creative.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "Creative"
          },
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "PUT",
          "id": "dfareporting.creatives.update",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "path": "userprofiles/{+profileId}/creatives"
        }
      }
    },
    "tvCampaignSummaries": {
      "methods": {
        "list": {
          "description": "Retrieves a list of TV campaign summaries.",
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "TvCampaignSummariesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/tvCampaignSummaries",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.tvCampaignSummaries.list",
          "path": "userprofiles/{+profileId}/tvCampaignSummaries",
          "parameters": {
            "name": {
              "description": "Required. Search string to filter the list of TV campaign summaries. Matches any substring. Required field.",
              "type": "string",
              "location": "query"
            },
            "accountId": {
              "format": "int64",
              "description": "Required. Account ID associated with this request.",
              "type": "string",
              "location": "query"
            },
            "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`.",
              "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"
            },
            "countryDartId": {
              "format": "int64",
              "type": "string",
              "description": "Optional. Country Dart ID. If not specified, defaults to 256 (US).",
              "location": "query"
            },
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Required. User profile ID associated with this request.",
              "format": "int64",
              "type": "string",
              "location": "path"
            }
          },
          "httpMethod": "GET"
        }
      }
    },
    "sizes": {
      "methods": {
        "get": {
          "path": "userprofiles/{+profileId}/sizes/{+id}",
          "response": {
            "$ref": "Size"
          },
          "description": "Gets one size by ID.",
          "flatPath": "userprofiles/{userprofilesId}/sizes/{sizesId}",
          "id": "dfareporting.sizes.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true
            },
            "id": {
              "type": "string",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "Size ID."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.sizes.list",
          "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.",
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/sizes",
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "httpMethod": "GET",
          "response": {
            "$ref": "SizesListResponse"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "pattern": "^[^/]+$",
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "location": "path"
            },
            "iabStandard": {
              "type": "boolean",
              "location": "query",
              "description": "Select only IAB standard sizes."
            },
            "width": {
              "type": "integer",
              "description": "Select only sizes with this width.",
              "format": "int32",
              "location": "query"
            },
            "height": {
              "description": "Select only sizes with this height.",
              "location": "query",
              "format": "int32",
              "type": "integer"
            },
            "ids": {
              "format": "int64",
              "description": "Select only sizes with these IDs.",
              "type": "string",
              "location": "query",
              "repeated": true
            }
          }
        },
        "insert": {
          "flatPath": "userprofiles/{userprofilesId}/sizes",
          "response": {
            "$ref": "Size"
          },
          "request": {
            "$ref": "Size"
          },
          "parameterOrder": [
            "profileId"
          ],
          "description": "Inserts a new size.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path"
            }
          },
          "httpMethod": "POST",
          "path": "userprofiles/{+profileId}/sizes",
          "id": "dfareporting.sizes.insert"
        }
      }
    },
    "connectionTypes": {
      "methods": {
        "get": {
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes/{connectionTypesId}",
          "response": {
            "$ref": "ConnectionType"
          },
          "description": "Gets one connection type by ID.",
          "path": "userprofiles/{+profileId}/connectionTypes/{+id}",
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "description": "Connection type ID.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.connectionTypes.get",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "id"
          ]
        },
        "list": {
          "response": {
            "$ref": "ConnectionTypesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/connectionTypes",
          "description": "Retrieves a list of connection types.",
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/connectionTypes",
          "parameters": {
            "profileId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.connectionTypes.list"
        }
      }
    },
    "userRolePermissions": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions",
          "parameters": {
            "ids": {
              "description": "Select only user role permissions with these IDs.",
              "location": "query",
              "repeated": true,
              "format": "int64",
              "type": "string"
            },
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            }
          },
          "httpMethod": "GET",
          "response": {
            "$ref": "UserRolePermissionsListResponse"
          },
          "id": "dfareporting.userRolePermissions.list",
          "path": "userprofiles/{+profileId}/userRolePermissions",
          "parameterOrder": [
            "profileId"
          ],
          "description": "Gets a list of user role permissions, possibly filtered."
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/userRolePermissions/{userRolePermissionsId}",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path"
            },
            "id": {
              "description": "User role permission ID.",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "format": "int64"
            }
          },
          "description": "Gets one user role permission by ID.",
          "httpMethod": "GET",
          "response": {
            "$ref": "UserRolePermission"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.userRolePermissions.get",
          "path": "userprofiles/{+profileId}/userRolePermissions/{+id}"
        }
      }
    },
    "billingProfiles": {
      "methods": {
        "get": {
          "parameters": {
            "id": {
              "description": "Billing Profile ID.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "required": true,
              "type": "string"
            },
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "format": "int64"
            }
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "path": "userprofiles/{+profileId}/billingProfiles/{+id}",
          "description": "Gets one billing profile by ID.",
          "httpMethod": "GET",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "BillingProfile"
          },
          "id": "dfareporting.billingProfiles.get"
        },
        "list": {
          "parameters": {
            "ids": {
              "format": "int64",
              "repeated": true,
              "location": "query",
              "description": "Select only billing profile with these IDs.",
              "type": "string"
            },
            "pageToken": {
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            },
            "name": {
              "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",
              "location": "query"
            },
            "onlySuggestion": {
              "description": "Select only billing profile which is suggested for the currency_code & subaccount_id using the Billing Suggestion API.",
              "location": "query",
              "type": "boolean"
            },
            "currency_code": {
              "type": "string",
              "location": "query",
              "description": "Select only billing profile with currency."
            },
            "subaccountIds": {
              "description": "Select only billing profile with the specified subaccount.When only_suggestion is true, only a single subaccount_id is supported.",
              "type": "string",
              "location": "query",
              "repeated": true,
              "format": "int64"
            },
            "sortField": {
              "location": "query",
              "description": "Field by which to sort the list.",
              "type": "string",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID"
            },
            "maxResults": {
              "location": "query",
              "default": "1000",
              "format": "int32",
              "type": "integer",
              "description": "Maximum number of results to return."
            },
            "sortOrder": {
              "location": "query",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "default": "ASCENDING",
              "type": "string",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "status": {
              "type": "string",
              "description": "Select only billing profile with the specified status.",
              "enum": [
                "UNDER_REVIEW",
                "ACTIVE",
                "ARCHIVED"
              ],
              "location": "query",
              "enumDescriptions": [
                "",
                "",
                ""
              ],
              "repeated": true
            }
          },
          "description": "Retrieves a list of billing profiles, possibly filtered. This method supports paging.",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.billingProfiles.list",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "response": {
            "$ref": "BillingProfilesListResponse"
          },
          "path": "userprofiles/{+profileId}/billingProfiles"
        },
        "update": {
          "response": {
            "$ref": "BillingProfile"
          },
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles",
          "request": {
            "$ref": "BillingProfile"
          },
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path"
            }
          },
          "httpMethod": "PUT",
          "description": "Updates an existing billing profile.",
          "path": "userprofiles/{+profileId}/billingProfiles",
          "parameterOrder": [
            "profileId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.billingProfiles.update"
        }
      }
    },
    "creativeFieldValues": {
      "methods": {
        "list": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "id": "dfareporting.creativeFieldValues.list",
          "response": {
            "$ref": "CreativeFieldValuesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "parameters": {
            "searchString": {
              "description": "Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed.",
              "location": "query",
              "type": "string"
            },
            "sortOrder": {
              "default": "ASCENDING",
              "location": "query",
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ]
            },
            "creativeFieldId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Creative field ID for this creative field value.",
              "format": "int64",
              "required": true
            },
            "pageToken": {
              "type": "string",
              "description": "Value of the nextPageToken from the previous result page.",
              "location": "query"
            },
            "profileId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "sortField": {
              "type": "string",
              "enum": [
                "ID",
                "VALUE"
              ],
              "location": "query",
              "enumDescriptions": [
                "",
                ""
              ],
              "default": "ID",
              "description": "Field by which to sort the list."
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "default": "1000",
              "type": "integer",
              "location": "query",
              "format": "int32"
            },
            "ids": {
              "format": "int64",
              "repeated": true,
              "description": "Select only creative field values with these IDs.",
              "location": "query",
              "type": "string"
            }
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "httpMethod": "GET",
          "description": "Retrieves a list of creative field values, possibly filtered. This method supports paging.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ]
        },
        "insert": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "id": "dfareporting.creativeFieldValues.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "description": "Inserts a new creative field value.",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "creativeFieldId": {
              "location": "path",
              "description": "Creative field ID for this creative field value.",
              "type": "string",
              "required": true,
              "format": "int64",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "POST"
        },
        "update": {
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "id": "dfareporting.creativeFieldValues.update",
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "format": "int64",
              "type": "string"
            },
            "creativeFieldId": {
              "description": "Creative field ID for this creative field value.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId",
            "creativeFieldId"
          ],
          "httpMethod": "PUT",
          "description": "Updates an existing creative field value."
        },
        "delete": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "description": "Deletes an existing creative field value.",
          "parameters": {
            "id": {
              "description": "Creative Field Value ID",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "required": true
            },
            "profileId": {
              "type": "string",
              "location": "path",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            },
            "creativeFieldId": {
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64",
              "description": "Creative field ID for this creative field value."
            }
          },
          "id": "dfareporting.creativeFieldValues.delete",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "httpMethod": "DELETE"
        },
        "patch": {
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "description": "Updates an existing creative field value. This method supports patch semantics.",
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues",
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues",
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "request": {
            "$ref": "CreativeFieldValue"
          },
          "httpMethod": "PATCH",
          "id": "dfareporting.creativeFieldValues.patch",
          "parameters": {
            "creativeFieldId": {
              "format": "int64",
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "CreativeField ID."
            },
            "id": {
              "description": "CreativeFieldValue ID.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          }
        },
        "get": {
          "response": {
            "$ref": "CreativeFieldValue"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/creativeFields/{creativeFieldsId}/creativeFieldValues/{creativeFieldValuesId}",
          "id": "dfareporting.creativeFieldValues.get",
          "description": "Gets one creative field value by ID.",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId",
            "creativeFieldId",
            "id"
          ],
          "parameters": {
            "id": {
              "pattern": "^[^/]+$",
              "description": "Creative Field Value ID",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64"
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$"
            },
            "creativeFieldId": {
              "description": "Creative field ID for this creative field value.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "path": "userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}"
        }
      }
    },
    "conversions": {
      "methods": {
        "batchupdate": {
          "flatPath": "userprofiles/{profileId}/conversions/batchupdate",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ],
          "response": {
            "$ref": "ConversionsBatchUpdateResponse"
          },
          "request": {
            "$ref": "ConversionsBatchUpdateRequest"
          },
          "id": "dfareporting.conversions.batchupdate",
          "path": "userprofiles/{profileId}/conversions/batchupdate",
          "parameterOrder": [
            "profileId"
          ],
          "httpMethod": "POST",
          "description": "Updates existing conversions.",
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "location": "path",
              "format": "int64",
              "description": "User profile ID associated with this request."
            }
          }
        },
        "batchinsert": {
          "id": "dfareporting.conversions.batchinsert",
          "scopes": [
            "https://www.googleapis.com/auth/ddmconversions"
          ],
          "request": {
            "$ref": "ConversionsBatchInsertRequest"
          },
          "parameterOrder": [
            "profileId"
          ],
          "response": {
            "$ref": "ConversionsBatchInsertResponse"
          },
          "path": "userprofiles/{profileId}/conversions/batchinsert",
          "description": "Inserts conversions.",
          "flatPath": "userprofiles/{profileId}/conversions/batchinsert",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true,
              "location": "path"
            }
          }
        }
      }
    },
    "countries": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Retrieves a list of countries.",
          "id": "dfareporting.countries.list",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "format": "int64"
            }
          },
          "response": {
            "$ref": "CountriesListResponse"
          },
          "path": "userprofiles/{+profileId}/countries",
          "flatPath": "userprofiles/{userprofilesId}/countries"
        },
        "get": {
          "path": "userprofiles/{+profileId}/countries/{+dartId}",
          "parameterOrder": [
            "profileId",
            "dartId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.countries.get",
          "response": {
            "$ref": "Country"
          },
          "httpMethod": "GET",
          "description": "Gets one country by ID.",
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            },
            "dartId": {
              "pattern": "^[^/]+$",
              "description": "Country DART ID.",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64"
            }
          },
          "flatPath": "userprofiles/{userprofilesId}/countries/{countriesId}"
        }
      }
    },
    "billingAssignments": {
      "methods": {
        "insert": {
          "id": "dfareporting.billingAssignments.insert",
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "httpMethod": "POST",
          "parameters": {
            "profileId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "required": true
            },
            "billingProfileId": {
              "description": "Billing profile ID of this billing assignment.",
              "format": "int64",
              "type": "string",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "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.",
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ],
          "request": {
            "$ref": "BillingAssignment"
          },
          "response": {
            "$ref": "BillingAssignment"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments"
        },
        "list": {
          "path": "userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "profileId": {
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "billingProfileId": {
              "format": "int64",
              "required": true,
              "description": "Billing profile ID of this billing assignment.",
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path"
            }
          },
          "description": "Retrieves a list of billing assignments.",
          "flatPath": "userprofiles/{userprofilesId}/billingProfiles/{billingProfilesId}/billingAssignments",
          "response": {
            "$ref": "BillingAssignmentsListResponse"
          },
          "id": "dfareporting.billingAssignments.list",
          "parameterOrder": [
            "profileId",
            "billingProfileId"
          ]
        }
      }
    },
    "dynamicFeeds": {
      "methods": {
        "get": {
          "parameterOrder": [
            "dynamicFeedId"
          ],
          "description": "Gets a dynamic feed by ID.",
          "httpMethod": "GET",
          "id": "dfareporting.dynamicFeeds.get",
          "parameters": {
            "dynamicFeedId": {
              "location": "path",
              "description": "Required. Dynamic feed ID.",
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "response": {
            "$ref": "DynamicFeed"
          },
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}",
          "path": "studio/dynamicFeeds/{+dynamicFeedId}"
        },
        "insert": {
          "httpMethod": "POST",
          "parameters": {},
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "path": "studio/dynamicFeeds",
          "description": "Inserts a new dynamic feed.",
          "response": {
            "$ref": "DynamicFeed"
          },
          "parameterOrder": [],
          "id": "dfareporting.dynamicFeeds.insert",
          "request": {
            "$ref": "DynamicFeedsInsertRequest"
          },
          "flatPath": "studio/dynamicFeeds"
        },
        "retransform": {
          "httpMethod": "POST",
          "id": "dfareporting.dynamicFeeds.retransform",
          "parameters": {
            "dynamicFeedId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Required. Dynamic feed ID."
            }
          },
          "response": {
            "$ref": "DynamicFeed"
          },
          "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}/retransform",
          "description": "Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been published).",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "dynamicFeedId"
          ],
          "path": "studio/dynamicFeeds/{+dynamicFeedId}/retransform"
        },
        "update": {
          "response": {
            "$ref": "DynamicFeed"
          },
          "flatPath": "studio/dynamicFeeds",
          "request": {
            "$ref": "DynamicFeed"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {},
          "httpMethod": "PUT",
          "id": "dfareporting.dynamicFeeds.update",
          "path": "studio/dynamicFeeds",
          "parameterOrder": [],
          "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."
        }
      }
    },
    "targetingTemplates": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.targetingTemplates.get",
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "httpMethod": "GET",
          "path": "userprofiles/{+profileId}/targetingTemplates/{+id}",
          "parameters": {
            "profileId": {
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "type": "string",
              "format": "int64",
              "required": true
            },
            "id": {
              "required": true,
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "Targeting template ID.",
              "format": "int64"
            }
          },
          "response": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates/{targetingTemplatesId}",
          "description": "Gets one targeting template by ID."
        },
        "update": {
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "description": "Updates an existing targeting template.",
          "request": {
            "$ref": "TargetingTemplate"
          },
          "httpMethod": "PUT",
          "parameters": {
            "profileId": {
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "id": "dfareporting.targetingTemplates.update"
        },
        "list": {
          "response": {
            "$ref": "TargetingTemplatesListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "parameters": {
            "pageToken": {
              "location": "query",
              "description": "Value of the nextPageToken from the previous result page.",
              "type": "string"
            },
            "searchString": {
              "type": "string",
              "location": "query",
              "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\"."
            },
            "profileId": {
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "required": true
            },
            "sortField": {
              "location": "query",
              "enum": [
                "ID",
                "NAME"
              ],
              "enumDescriptions": [
                "",
                ""
              ],
              "type": "string",
              "description": "Field by which to sort the list.",
              "default": "ID"
            },
            "ids": {
              "location": "query",
              "repeated": true,
              "description": "Select only targeting templates with these IDs.",
              "format": "int64",
              "type": "string"
            },
            "advertiserId": {
              "description": "Select only targeting templates with this advertiser ID.",
              "format": "int64",
              "type": "string",
              "location": "query"
            },
            "maxResults": {
              "description": "Maximum number of results to return.",
              "location": "query",
              "format": "int32",
              "type": "integer",
              "default": "1000"
            },
            "sortOrder": {
              "description": "Order of sorted results.",
              "enumDescriptions": [
                "Ascending order.",
                "Descending order."
              ],
              "type": "string",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "location": "query",
              "default": "ASCENDING"
            }
          },
          "httpMethod": "GET",
          "description": "Retrieves a list of targeting templates, optionally filtered. This method supports paging.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "id": "dfareporting.targetingTemplates.list"
        },
        "patch": {
          "response": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "request": {
            "$ref": "TargetingTemplate"
          },
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.targetingTemplates.patch",
          "httpMethod": "PATCH",
          "description": "Updates an existing targeting template. This method supports patch semantics.",
          "parameters": {
            "profileId": {
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request.",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64"
            },
            "id": {
              "description": "Required. RemarketingList ID.",
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "query"
            }
          }
        },
        "insert": {
          "id": "dfareporting.targetingTemplates.insert",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "required": true,
              "format": "int64",
              "description": "User profile ID associated with this request.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "httpMethod": "POST",
          "request": {
            "$ref": "TargetingTemplate"
          },
          "flatPath": "userprofiles/{userprofilesId}/targetingTemplates",
          "response": {
            "$ref": "TargetingTemplate"
          },
          "path": "userprofiles/{+profileId}/targetingTemplates",
          "description": "Inserts a new targeting template."
        }
      }
    },
    "accountActiveAdSummaries": {
      "methods": {
        "get": {
          "parameterOrder": [
            "profileId",
            "summaryAccountId"
          ],
          "path": "userprofiles/{+profileId}/accountActiveAdSummaries/{+summaryAccountId}",
          "id": "dfareporting.accountActiveAdSummaries.get",
          "flatPath": "userprofiles/{userprofilesId}/accountActiveAdSummaries/{accountActiveAdSummariesId}",
          "httpMethod": "GET",
          "parameters": {
            "summaryAccountId": {
              "description": "Account ID.",
              "pattern": "^[^/]+$",
              "required": true,
              "type": "string",
              "location": "path",
              "format": "int64"
            },
            "profileId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "description": "User profile ID associated with this request."
            }
          },
          "response": {
            "$ref": "AccountActiveAdSummary"
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets the account's active ad summary by account ID."
        }
      }
    },
    "creativeAssets": {
      "methods": {
        "insert": {
          "request": {
            "$ref": "CreativeAssetMetadata"
          },
          "id": "dfareporting.creativeAssets.insert",
          "parameterOrder": [
            "profileId",
            "advertiserId"
          ],
          "path": "userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets",
          "description": "Inserts a new creative asset.",
          "flatPath": "userprofiles/{userprofilesId}/creativeAssets/{creativeAssetsId}/creativeAssets",
          "response": {
            "$ref": "CreativeAssetMetadata"
          },
          "httpMethod": "POST",
          "mediaUpload": {
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/dfareporting/v5/userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets"
              }
            },
            "maxSize": "1073741824",
            "accept": [
              "*/*"
            ]
          },
          "supportsMediaUpload": true,
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "parameters": {
            "advertiserId": {
              "format": "int64",
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Advertiser ID of this creative. This is a required field."
            },
            "profileId": {
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "User profile ID associated with this request.",
              "pattern": "^[^/]+$",
              "type": "string"
            }
          }
        }
      }
    },
    "videoFormats": {
      "methods": {
        "list": {
          "path": "userprofiles/{+profileId}/videoFormats",
          "httpMethod": "GET",
          "parameterOrder": [
            "profileId"
          ],
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "User profile ID associated with this request."
            }
          },
          "description": "Lists available video formats.",
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "id": "dfareporting.videoFormats.list",
          "response": {
            "$ref": "VideoFormatsListResponse"
          },
          "flatPath": "userprofiles/{userprofilesId}/videoFormats"
        },
        "get": {
          "parameterOrder": [
            "profileId",
            "id"
          ],
          "id": "dfareporting.videoFormats.get",
          "httpMethod": "GET",
          "parameters": {
            "profileId": {
              "type": "string",
              "required": true,
              "description": "User profile ID associated with this request.",
              "format": "int64",
              "location": "path",
              "pattern": "^[^/]+$"
            },
            "id": {
              "type": "integer",
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Video format ID.",
              "format": "int32"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/dfatrafficking"
          ],
          "description": "Gets one video format by ID.",
          "path": "userprofiles/{+profileId}/videoFormats/{+id}",
          "response": {
            "$ref": "VideoFormat"
          },
          "flatPath": "userprofiles/{userprofilesId}/videoFormats/{videoFormatsId}"
        }
      }
    }
  },
  "version": "v5",
  "discoveryVersion": "v1",
  "documentationLink": "https://developers.google.com/doubleclick-advertisers/",
  "baseUrl": "https://dfareporting.googleapis.com/dfareporting/v5/",
  "revision": "20260721",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/ddmconversions": {
          "description": "Manage DoubleClick Digital Marketing conversions"
        },
        "https://www.googleapis.com/auth/dfareporting": {
          "description": "View and manage DoubleClick for Advertisers reports"
        },
        "https://www.googleapis.com/auth/dfatrafficking": {
          "description": "View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns"
        }
      }
    }
  },
  "ownerName": "Google",
  "mtlsRootUrl": "https://dfareporting.mtls.googleapis.com/",
  "canonicalName": "Dfareporting",
  "description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
  "rootUrl": "https://dfareporting.googleapis.com/",
  "parameters": {
    "access_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth access token."
    },
    "quotaUser": {
      "location": "query",
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "$.xgafv": {
      "location": "query",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string"
    },
    "oauth_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth 2.0 token for the current user."
    },
    "prettyPrint": {
      "type": "boolean",
      "location": "query",
      "default": "true",
      "description": "Returns response with indentations and line breaks."
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    },
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "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"
    },
    "uploadType": {
      "type": "string",
      "location": "query",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "alt": {
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "description": "Data format for response.",
      "type": "string",
      "default": "json",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "location": "query"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    }
  },
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "id": "dfareporting:v5"
}
