Show / Hide Table of Contents

Class AuditAdvertiserResponse

Response message for AdvertiserService.AuditAdvertiser.

Inheritance
System.Object
AuditAdvertiserResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class AuditAdvertiserResponse : IDirectResponseSchema

Properties

AdGroupCriteriaCount

The number of individual targeting options from the following targeting types that are assigned to a line item under this advertiser. These individual targeting options count towards the limit of 4500000 ad group targeting options per advertiser. Qualifying Targeting types: * Channels, URLs, apps, and collections * Demographic * Google Audiences, including Affinity, Custom Affinity, and In-market audiences * Inventory source * Keyword * Mobile app category * User lists * Video targeting * Viewability

Declaration
[JsonProperty("adGroupCriteriaCount")]
public virtual long? AdGroupCriteriaCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CampaignCriteriaCount

The number of individual targeting options from the following targeting types that are assigned to a line item under this advertiser. These individual targeting options count towards the limit of 900000 campaign targeting options per advertiser. Qualifying Targeting types: * Position * Browser * Connection speed * Day and time * Device and operating system * Digital content label * Sensitive categories * Environment * Geography, including business chains and proximity * ISP * Language * Third-party verification

Declaration
[JsonProperty("campaignCriteriaCount")]
public virtual long? CampaignCriteriaCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ChannelsCount

The number of channels created under this advertiser. These channels count towards the limit of 1000 channels per advertiser.

Declaration
[JsonProperty("channelsCount")]
public virtual long? ChannelsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NegativeKeywordListsCount

The number of negative keyword lists created under this advertiser. These negative keyword lists count towards the limit of 20 negative keyword lists per advertiser.

Declaration
[JsonProperty("negativeKeywordListsCount")]
public virtual long? NegativeKeywordListsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

NegativelyTargetedChannelsCount

The number of negatively targeted channels created under this advertiser. These negatively targeted channels count towards the limit of 5 negatively targeted channels per advertiser.

Declaration
[JsonProperty("negativelyTargetedChannelsCount")]
public virtual long? NegativelyTargetedChannelsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UsedCampaignsCount

The number of ACTIVE and PAUSED campaigns under this advertiser. These campaigns count towards the limit of 9999 campaigns per advertiser.

Declaration
[JsonProperty("usedCampaignsCount")]
public virtual long? UsedCampaignsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UsedInsertionOrdersCount

The number of ACTIVE, PAUSED and DRAFT insertion orders under this advertiser. These insertion orders count towards the limit of 9999 insertion orders per advertiser.

Declaration
[JsonProperty("usedInsertionOrdersCount")]
public virtual long? UsedInsertionOrdersCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UsedLineItemsCount

The number of ACTIVE, PAUSED, and DRAFT line items under this advertiser. These line items count towards the limit of 9999 line items per advertiser.

Declaration
[JsonProperty("usedLineItemsCount")]
public virtual long? UsedLineItemsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top