Show / Hide Table of Contents

Class AdGroup

A single ad group associated with a line item.

Inheritance
object
AdGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdGroup : 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?

BidStrategy

The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding strategy.

Declaration
[JsonProperty("bidStrategy")]
public virtual BiddingStrategy BidStrategy { get; set; }
Property Value
Type Description
BiddingStrategy

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 optimized targeting settings of the ad group.

Declaration
[JsonProperty("targetingExpansion")]
public virtual TargetingExpansionConfig TargetingExpansion { get; set; }
Property Value
Type Description
TargetingExpansionConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX