Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesUnusableAdGroup

An AdGroup/Campaign pair that could not be used as a suggestion for keywords. AdGroups may not be usable if the AdGroup * belongs to a Campaign that is not ENABLED or PAUSED * is itself not ENABLED

Inheritance
object
GoogleAdsSearchads360V23ServicesUnusableAdGroup
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesUnusableAdGroup : IDirectResponseSchema

Properties

AdGroup

The AdGroup resource name. Resource name format: customers/{customer_id}/adGroups/{ad_group_id}

Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { get; set; }
Property Value
Type Description
string

Campaign

The Campaign resource name. Resource name format: customers/{customer_id}/campaigns/{campaign_id}

Declaration
[JsonProperty("campaign")]
public virtual string Campaign { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX