GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics class

Historical metrics specific to the targeting options selected.

Targeting options include geographies, network, and so on. Refer to https://support.google.com/google-ads/answer/3022575 for more details.

Constructors

GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics({String? averageCpcMicros, String? avgMonthlySearches, String? competition, String? competitionIndex, String? highTopOfPageBidMicros, String? lowTopOfPageBidMicros, List<GoogleAdsSearchads360V23CommonMonthlySearchVolume>? monthlySearchVolumes})
GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics.fromJson(Map json_)

Properties

averageCpcMicros String?
Average Cost Per Click in micros for the keyword.
getter/setter pair
avgMonthlySearches String?
Approximate number of monthly searches on this query, averaged for the past 12 months.
getter/setter pair
competition String?
The competition level for the query. Possible string values are:
getter/setter pair
competitionIndex String?
The competition index for the query in the range [0, 100].
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highTopOfPageBidMicros String?
Top of page bid high range (80th percentile) in micros for the keyword.
getter/setter pair
lowTopOfPageBidMicros String?
Top of page bid low range (20th percentile) in micros for the keyword.
getter/setter pair
monthlySearchVolumes List<GoogleAdsSearchads360V23CommonMonthlySearchVolume>?
Approximate number of searches on this query for the past twelve months.
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