Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesConversionValueRule

A conversion value rule

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

Properties

Action

Action applied when the rule is triggered.

Declaration
[JsonProperty("action")]
public virtual GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAction Action { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAction

AudienceCondition

Condition for audience that must be satisfied for the value rule to apply.

Declaration
[JsonProperty("audienceCondition")]
public virtual GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition AudienceCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAudienceCondition

DeviceCondition

Condition for device type that must be satisfied for the value rule to apply.

Declaration
[JsonProperty("deviceCondition")]
public virtual GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition DeviceCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GeoLocationCondition

Condition for Geo location that must be satisfied for the value rule to apply.

Declaration
[JsonProperty("geoLocationCondition")]
public virtual GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition GeoLocationCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleGeoLocationCondition

Id

Output only. The ID of the conversion value rule.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

ItineraryCondition

Condition for itinerary that must be satisfied for the value rule to apply.

Declaration
[JsonProperty("itineraryCondition")]
public virtual GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryCondition ItineraryCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryCondition

OwnerCustomer

Output only. The resource name of the conversion value rule's owner customer. When the value rule 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. Conversion value rule resource names have the form: customers/{customer_id}/conversionValueRules/{conversion_value_rule_id}

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

Status

The status of the conversion value rule.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX