GoogleAdsSearchads360V23ResourcesAdParameter class

An ad parameter that is used to update numeric values (such as prices or inventory levels) in any text line of an ad (including URLs).

There can be a maximum of two AdParameters per ad group criterion. (One with parameter_index = 1 and one with parameter_index = 2.) In the ad the parameters are referenced by a placeholder of the form "{param#:value}". For example, "{param1:$17}"

Constructors

GoogleAdsSearchads360V23ResourcesAdParameter({String? adGroupCriterion, String? insertionText, String? parameterIndex, String? resourceName})
GoogleAdsSearchads360V23ResourcesAdParameter.fromJson(Map json_)

Properties

adGroupCriterion String?
The ad group criterion that this ad parameter belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertionText String?
Numeric value to insert into the ad text.
getter/setter pair
parameterIndex String?
The unique index of this ad parameter.
getter/setter pair
resourceName String?
The resource name of the ad parameter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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