GoogleAdsSearchads360V23ResourcesConversionValueRuleSet class

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.

Constructors

GoogleAdsSearchads360V23ResourcesConversionValueRuleSet({String? attachmentType, String? campaign, List<String>? conversionActionCategories, List<String>? conversionValueRules, List<String>? dimensions, String? id, String? ownerCustomer, String? resourceName, String? status})
GoogleAdsSearchads360V23ResourcesConversionValueRuleSet.fromJson(Map json_)

Properties

attachmentType String?
Defines the scope where the conversion value rule set is attached.
getter/setter pair
campaign String?
The resource name of the campaign when the conversion value rule set is attached to a campaign.
getter/setter pair
conversionActionCategories List<String>?
The conversion action categories of the conversion value rule set.
getter/setter pair
conversionValueRules List<String>?
Resource names of rules within the rule set.
getter/setter pair
dimensions List<String>?
Defines dimensions for Value Rule conditions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the conversion value rule set.
getter/setter pair
ownerCustomer String?
The resource name of the conversion value rule set's owner customer.
getter/setter pair
resourceName String?
The resource name of the conversion value rule set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the conversion value rule set.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited