GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword class

A Keyword Plan ad group keyword.

Max number of keyword plan keywords per plan: 10000.

Constructors

GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword({String? cpcBidMicros, String? id, String? keywordPlanAdGroup, String? matchType, bool? negative, String? resourceName, String? text})
GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword.fromJson(Map json_)

Properties

cpcBidMicros String?
A keyword level max cpc bid in micros (for example, $1 = 1mm).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the Keyword Plan keyword.
getter/setter pair
keywordPlanAdGroup String?
The Keyword Plan ad group to which this keyword belongs.
getter/setter pair
matchType String?
The keyword match type. Possible string values are:
getter/setter pair
negative bool?
If true, the keyword is negative.
getter/setter pair
resourceName String?
The resource name of the Keyword Plan ad group keyword.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The keyword text.
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