| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3 | |
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.AdGroups.Create |
DisplayVideo.Advertisers.AdGroups.create(Long advertiserId,
AdGroup content)
Creates a new ad group.
|
DisplayVideo.Advertisers.AdGroups.Patch |
DisplayVideo.Advertisers.AdGroups.patch(Long advertiserId,
Long adGroupId,
AdGroup content)
Updates an existing ad group.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
AdGroup content)
Creates a new ad group.
|
Patch(Long advertiserId,
Long adGroupId,
AdGroup content)
Updates an existing ad group.
|
| Modifier and Type | Method and Description |
|---|---|
AdGroup |
AdGroup.clone() |
AdGroup |
AdGroup.set(String fieldName,
Object value) |
AdGroup |
AdGroup.setAdGroupFormat(String adGroupFormat)
Required.
|
AdGroup |
AdGroup.setAdGroupId(Long adGroupId)
Output only.
|
AdGroup |
AdGroup.setAdGroupInventoryControl(AdGroupInventoryControl adGroupInventoryControl)
Optional.
|
AdGroup |
AdGroup.setAdvertiserId(Long advertiserId)
Output only.
|
AdGroup |
AdGroup.setBidStrategy(BiddingStrategy bidStrategy)
Optional.
|
AdGroup |
AdGroup.setDisplayName(String displayName)
Required.
|
AdGroup |
AdGroup.setEntityStatus(String entityStatus)
Required.
|
AdGroup |
AdGroup.setLineItemId(Long lineItemId)
Required.
|
AdGroup |
AdGroup.setName(String name)
Output only.
|
AdGroup |
AdGroup.setProductFeedData(ProductFeedData productFeedData)
Optional.
|
AdGroup |
AdGroup.setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdGroup> |
ListAdGroupsResponse.getAdGroups()
The list of ad groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListAdGroupsResponse |
ListAdGroupsResponse.setAdGroups(List<AdGroup> adGroups)
The list of ad groups.
|
Copyright © 2011–2026 Google. All rights reserved.