Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer

A customizer value for the associated CustomizerAttribute at the AdGroupCriterion level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer
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 GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer : IDirectResponseSchema

Properties

AdGroupCriterion

Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.

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

CustomizerAttribute

Required. Immutable. The customizer attribute which is linked to the ad group criterion.

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

ResourceName

Immutable. The resource name of the ad group criterion customizer. Ad group criterion customizer resource names have the form: customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}

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

Status

Output only. The status of the ad group criterion customizer.

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

Value

Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.

Declaration
[JsonProperty("value")]
public virtual GoogleAdsSearchads360V23CommonCustomizerValue Value { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonCustomizerValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX