Class GoogleAdsSearchads360V23ResourcesAdGroupCustomizer
A customizer value for the associated CustomizerAttribute at the AdGroup level.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupCustomizer : IDirectResponseSchema
Properties
AdGroup
Immutable. The ad group to which the customizer attribute is linked.
Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomizerAttribute
Required. Immutable. The customizer attribute which is linked to the ad group.
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 customizer. Ad group customizer resource names have the form:
customers/{customer_id}/adGroupCustomizers/{ad_group_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 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 |