public final class YoutubeAdGroup
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 |
|---|
YoutubeAdGroup() |
| Modifier and Type | Method and Description |
|---|---|
YoutubeAdGroup |
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.
|
YoutubeAndPartnersBiddingStrategy |
getBiddingStrategy()
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 [targeting expansion](https://support.google.com/displayvideo/answer/10191558) settings of
the ad group.
|
List<Long> |
getYoutubeAdIds()
The IDs of the youtube_ad_group_ad resources associated with the ad group.
|
YoutubeAdGroup |
set(String fieldName,
Object value) |
YoutubeAdGroup |
setAdGroupFormat(String adGroupFormat)
The format of the ads in the ad group.
|
YoutubeAdGroup |
setAdGroupId(Long adGroupId)
The unique ID of the ad group.
|
YoutubeAdGroup |
setAdvertiserId(Long advertiserId)
The unique ID of the advertiser the ad group belongs to.
|
YoutubeAdGroup |
setBiddingStrategy(YoutubeAndPartnersBiddingStrategy biddingStrategy)
The bidding strategy used by the ad group.
|
YoutubeAdGroup |
setDisplayName(String displayName)
The display name of the ad group.
|
YoutubeAdGroup |
setEntityStatus(String entityStatus)
Controls whether or not the ad group can spend its budget and bid on inventory.
|
YoutubeAdGroup |
setLineItemId(Long lineItemId)
The unique ID of the line item that the ad group belongs to.
|
YoutubeAdGroup |
setName(String name)
The resource name of the ad group.
|
YoutubeAdGroup |
setProductFeedData(ProductFeedData productFeedData)
The settings of the product feed in this ad group.
|
YoutubeAdGroup |
setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
The [targeting expansion](https://support.google.com/displayvideo/answer/10191558) settings of
the ad group.
|
YoutubeAdGroup |
setYoutubeAdIds(List<Long> youtubeAdIds)
The IDs of the youtube_ad_group_ad resources associated with 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 YoutubeAdGroup setAdGroupFormat(String adGroupFormat)
adGroupFormat - adGroupFormat or null for nonepublic Long getAdGroupId()
null for nonepublic YoutubeAdGroup setAdGroupId(Long adGroupId)
adGroupId - adGroupId or null for nonepublic Long getAdvertiserId()
null for nonepublic YoutubeAdGroup setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic YoutubeAndPartnersBiddingStrategy getBiddingStrategy()
null for nonepublic YoutubeAdGroup setBiddingStrategy(YoutubeAndPartnersBiddingStrategy biddingStrategy)
biddingStrategy - biddingStrategy or null for nonepublic String getDisplayName()
null for nonepublic YoutubeAdGroup setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEntityStatus()
null for nonepublic YoutubeAdGroup setEntityStatus(String entityStatus)
entityStatus - entityStatus or null for nonepublic Long getLineItemId()
null for nonepublic YoutubeAdGroup setLineItemId(Long lineItemId)
lineItemId - lineItemId or null for nonepublic String getName()
null for nonepublic YoutubeAdGroup setName(String name)
name - name or null for nonepublic ProductFeedData getProductFeedData()
null for nonepublic YoutubeAdGroup setProductFeedData(ProductFeedData productFeedData)
productFeedData - productFeedData or null for nonepublic TargetingExpansionConfig getTargetingExpansion()
null for nonepublic YoutubeAdGroup setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
targetingExpansion - targetingExpansion or null for nonepublic List<Long> getYoutubeAdIds()
null for nonepublic YoutubeAdGroup setYoutubeAdIds(List<Long> youtubeAdIds)
youtubeAdIds - youtubeAdIds or null for nonepublic YoutubeAdGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic YoutubeAdGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.