Class GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer
A customizer value for the associated CustomizerAttribute at the AdGroupCriterion level.
Implements
Inherited Members
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 |