Class GoogleAdsSearchads360V23ResourcesConversionValueRuleSet
A conversion value rule set is a collection of conversion value rules that lets you adjust conversion values
based on the dimensions specified in the dimensions field.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesConversionValueRuleSet : IDirectResponseSchema
Properties
AttachmentType
Immutable. Defines the scope where the conversion value rule set is attached.
Declaration
[JsonProperty("attachmentType")]
public virtual string AttachmentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Campaign
The resource name of the campaign when the conversion value rule set is attached to a campaign.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversionActionCategories
Immutable. The conversion action categories of the conversion value rule set.
Declaration
[JsonProperty("conversionActionCategories")]
public virtual IList<string> ConversionActionCategories { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ConversionValueRules
Resource names of rules within the rule set.
Declaration
[JsonProperty("conversionValueRules")]
public virtual IList<string> ConversionValueRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Dimensions
Defines dimensions for Value Rule conditions. The condition types of value rules within this value rule set must be of these dimensions. The first entry in this list is the primary dimension of the included value rules. When using value rule primary dimension segmentation, conversion values will be segmented into the values adjusted by value rules and the original values, if some value rules apply.
Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The ID of the conversion value rule set.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OwnerCustomer
Output only. The resource name of the conversion value rule set's owner customer. When the value rule set is inherited from a manager customer, owner_customer will be the resource name of the manager whereas the customer in the resource_name will be of the requesting serving customer. ** Read-only **
Declaration
[JsonProperty("ownerCustomer")]
public virtual string OwnerCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the conversion value rule set. Conversion value rule set resource names have
the form: customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of the conversion value rule set. ** Read-only **
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |