Class YoutubeAdGroup
A single YouTube ad group associated with a YouTube and Partners line item.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class YoutubeAdGroup : IDirectResponseSchema
Properties
AdGroupFormat
The format of the ads in the ad group.
Declaration
[JsonProperty("adGroupFormat")]
public virtual string AdGroupFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdGroupId
The unique ID of the ad group. Assigned by the system.
Declaration
[JsonProperty("adGroupId")]
public virtual long? AdGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AdvertiserId
The unique ID of the advertiser the ad group belongs to.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
BiddingStrategy
The bidding strategy used by the ad group.
Declaration
[JsonProperty("biddingStrategy")]
public virtual YoutubeAndPartnersBiddingStrategy BiddingStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| YoutubeAndPartnersBiddingStrategy |
DisplayName
The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityStatus
Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent
line item is not active, the ad group can't spend its budget even if its own status is
ENTITY_STATUS_ACTIVE.
Declaration
[JsonProperty("entityStatus")]
public virtual string EntityStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LineItemId
The unique ID of the line item that the ad group belongs to.
Declaration
[JsonProperty("lineItemId")]
public virtual long? LineItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
The resource name of the ad group.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductFeedData
The settings of the product feed in this ad group.
Declaration
[JsonProperty("productFeedData")]
public virtual ProductFeedData ProductFeedData { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductFeedData |
TargetingExpansion
The targeting expansion settings of the ad group. This config is only applicable when eligible audience list targeting is assigned to the ad group.
Declaration
[JsonProperty("targetingExpansion")]
public virtual TargetingExpansionConfig TargetingExpansion { get; set; }
Property Value
| Type | Description |
|---|---|
| TargetingExpansionConfig |
YoutubeAdIds
The IDs of the youtube_ad_group_ad resources associated with the ad group.
Declaration
[JsonProperty("youtubeAdIds")]
public virtual IList<long?> YoutubeAdIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |