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