2026-03-06
▼ ▲ displayvideo.advertisers.adGroupAds.create
Scopes : https://www.googleapis.com/auth/display-video
Parameter Order : advertiserId
Description : Creates an ad group ad.
Flat Path : v4/advertisers/{advertisersId}/adGroupAds
Parameters :
advertiserId
Description : Output only. The unique ID of the advertiser the ad belongs to.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Path : v4/advertisers/{+advertiserId}/adGroupAds
HTTP Method : POST
▼ ▲ displayvideo.advertisers.adGroupAds.delete
Path : v4/advertisers/{+advertiserId}/adGroupAds/{+adGroupAdId}
HTTP Method : DELETE
Parameters :
advertiserId
Description : Required. The ID of the advertiser the ad belongs to.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
adGroupAdId
Description : Required. The ID of the ad to delete.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Flat Path : v4/advertisers/{advertisersId}/adGroupAds/{adGroupAdsId}
Description : Deletes an ad group ad.
Parameter Order :
▼ ▲ displayvideo.advertisers.adGroupAds.patch
Path : v4/advertisers/{+advertiserId}/adGroupAds/{+adGroupAdId}
HTTP Method : PATCH
Description : Updates an ad group ad.
Flat Path : v4/advertisers/{advertisersId}/adGroupAds/{adGroupAdsId}
Parameters :
advertiserId
Location : path
Required : Yes
Type : string
Format : int64
Description : Output only. The unique ID of the advertiser the ad belongs to.
Pattern : ^[^/]+$
updateMask
Format : google-fieldmask
Description : Required. The mask to control which fields to update.
Location : query
Type : string
adGroupAdId
Format : int64
Location : path
Required : Yes
Type : string
Description : Output only. The unique ID of the ad. Assigned by the system.
Pattern : ^[^/]+$
Parameter Order :
▼ ▲ displayvideo.advertisers.adGroups.targetingTypes.assignedTargetingOptions.create
Parameters :
advertiserId
Description : Required. The ID of the advertiser the ad group belongs to.
Pattern : ^[^/]+$
Format : int64
Location : path
Required : Yes
Type : string
targetingType
Enum :
Description : Required. Identifies the type of this assigned targeting option. Supported targeting types: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Enum Descriptions :
adGroupId
Format : int64
Location : path
Required : Yes
Type : string
Description : Required. The ID of the ad group the assigned targeting option will belong to.
Pattern : ^[^/]+$
Description : Assigns a targeting option to an ad group. Returns the assigned targeting option if successful. Only ad groups under a line item of line_item_type `LINE_ITEM_TYPE_DEMAND_GEN` are supported for this method.
Flat Path : v4/advertisers/{advertisersId}/adGroups/{adGroupsId}/targetingTypes/{targetingTypesId}/assignedTargetingOptions
Path : v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/display-video
Parameter Order :
▼ ▲ displayvideo.advertisers.adGroups.targetingTypes.assignedTargetingOptions.delete
Scopes : https://www.googleapis.com/auth/display-video
Parameter Order :
Parameters :
adGroupId
Format : int64
Location : path
Required : Yes
Type : string
Description : Required. The ID of the ad group the assigned targeting option belongs to.
Pattern : ^[^/]+$
advertiserId
Location : path
Required : Yes
Type : string
Format : int64
Description : Required. The ID of the advertiser the ad group belongs to.
Pattern : ^[^/]+$
targetingType
Enum :
Description : Required. Identifies the type of this assigned targeting option. Supported targeting types: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
Pattern : ^[^/]+$
Enum Descriptions :
Location : path
Required : Yes
Type : string
assignedTargetingOptionId
Description : Required. The ID of the assigned targeting option to delete.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Description : Deletes an assigned targeting option from an ad group. Only ad groups under a line item of line_item_type `LINE_ITEM_TYPE_DEMAND_GEN` are supported for this method.
Flat Path : v4/advertisers/{advertisersId}/adGroups/{adGroupsId}/targetingTypes/{targetingTypesId}/assignedTargetingOptions/{assignedTargetingOptionsId}
Path : v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}
HTTP Method : DELETE
▼ ▲ displayvideo.advertisers.adGroups.bulkEditAssignedTargetingOptions
Parameter Order : advertiserId
Scopes : https://www.googleapis.com/auth/display-video
Path : v4/advertisers/{+advertiserId}/adGroups:bulkEditAssignedTargetingOptions
HTTP Method : POST
Parameters :
advertiserId
Description : Required. The ID of the advertiser the ad groups belong to.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Description : Bulk edits targeting options for multiple ad groups. The same set of delete and create requests will be applied to all specified ad groups. Specifically, the operation will delete the assigned targeting options provided in BulkEditAdGroupAssignedTargetingOptionsRequest.delete_requests from each ad group, and then create the assigned targeting options provided in BulkEditAdGroupAssignedTargetingOptionsRequest.create_requests. Only ad groups under a line item of line_item_type `LINE_ITEM_TYPE_DEMAND_GEN` are supported for this method.
Flat Path : v4/advertisers/{advertisersId}/adGroups:bulkEditAssignedTargetingOptions
▼ ▲ displayvideo.advertisers.adGroups.patch
Path : v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}
HTTP Method : PATCH
Parameters :
advertiserId
Location : path
Required : Yes
Type : string
Format : int64
Description : Output only. The unique ID of the advertiser the ad group belongs to.
Pattern : ^[^/]+$
updateMask
Location : query
Type : string
Description : Required. The mask to control which fields to update.
Format : google-fieldmask
adGroupId
Description : Output only. The unique ID of the ad group. Assigned by the system.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Flat Path : v4/advertisers/{advertisersId}/adGroups/{adGroupsId}
Description : Updates an existing ad group. Returns the updated ad group if successful.
Parameter Order :
▼ ▲ displayvideo.advertisers.adGroups.create
Path : v4/advertisers/{+advertiserId}/adGroups
HTTP Method : POST
Flat Path : v4/advertisers/{advertisersId}/adGroups
Description : Creates a new ad group. Returns the newly created ad group if successful.
Parameters :
advertiserId
Description : Output only. The unique ID of the advertiser the ad group belongs to.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Parameter Order : advertiserId
▼ ▲ displayvideo.advertisers.adGroups.delete
Path : v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}
HTTP Method : DELETE
Description : Deletes a AdGroup. Returns error code `NOT_FOUND` if the ad group does not exist.
Flat Path : v4/advertisers/{advertisersId}/adGroups/{adGroupsId}
Parameters :
advertiserId
Location : path
Required : Yes
Type : string
Format : int64
Description : Required. The ID of the advertiser this ad group belongs to.
Pattern : ^[^/]+$
adGroupId
Description : Required. The ID of the ad group to delete.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
Parameter Order :