public final class AdGroup
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdGroup() |
| Modifier and Type | Method and Description |
|---|---|
AdGroup |
clone() |
String |
getAdGroupFormat()
The format of the ads in the ad group.
|
Long |
getAdGroupId()
The unique ID of the ad group.
|
Long |
getAdvertiserId()
The unique ID of the advertiser the ad group belongs to.
|
BiddingStrategy |
getBidStrategy()
The bidding strategy used by the ad group.
|
String |
getDisplayName()
The display name of the ad group.
|
String |
getEntityStatus()
Controls whether or not the ad group can spend its budget and bid on inventory.
|
Long |
getLineItemId()
The unique ID of the line item that the ad group belongs to.
|
String |
getName()
The resource name of the ad group.
|
ProductFeedData |
getProductFeedData()
The settings of the product feed in this ad group.
|
TargetingExpansionConfig |
getTargetingExpansion()
The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad
group.
|
AdGroup |
set(String fieldName,
Object value) |
AdGroup |
setAdGroupFormat(String adGroupFormat)
The format of the ads in the ad group.
|
AdGroup |
setAdGroupId(Long adGroupId)
The unique ID of the ad group.
|
AdGroup |
setAdvertiserId(Long advertiserId)
The unique ID of the advertiser the ad group belongs to.
|
AdGroup |
setBidStrategy(BiddingStrategy bidStrategy)
The bidding strategy used by the ad group.
|
AdGroup |
setDisplayName(String displayName)
The display name of the ad group.
|
AdGroup |
setEntityStatus(String entityStatus)
Controls whether or not the ad group can spend its budget and bid on inventory.
|
AdGroup |
setLineItemId(Long lineItemId)
The unique ID of the line item that the ad group belongs to.
|
AdGroup |
setName(String name)
The resource name of the ad group.
|
AdGroup |
setProductFeedData(ProductFeedData productFeedData)
The settings of the product feed in this ad group.
|
AdGroup |
setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad
group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAdGroupFormat()
null for nonepublic AdGroup setAdGroupFormat(String adGroupFormat)
adGroupFormat - adGroupFormat or null for nonepublic Long getAdGroupId()
null for nonepublic AdGroup setAdGroupId(Long adGroupId)
adGroupId - adGroupId or null for nonepublic Long getAdvertiserId()
null for nonepublic AdGroup setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic BiddingStrategy getBidStrategy()
null for nonepublic AdGroup setBidStrategy(BiddingStrategy bidStrategy)
bidStrategy - bidStrategy or null for nonepublic String getDisplayName()
null for nonepublic AdGroup setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEntityStatus()
null for nonepublic AdGroup setEntityStatus(String entityStatus)
entityStatus - entityStatus or null for nonepublic Long getLineItemId()
null for nonepublic AdGroup setLineItemId(Long lineItemId)
lineItemId - lineItemId or null for nonepublic String getName()
null for nonepublic AdGroup setName(String name)
name - name or null for nonepublic ProductFeedData getProductFeedData()
null for nonepublic AdGroup setProductFeedData(ProductFeedData productFeedData)
productFeedData - productFeedData or null for nonepublic TargetingExpansionConfig getTargetingExpansion()
null for nonepublic AdGroup setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
targetingExpansion - targetingExpansion or null for nonepublic AdGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.