GoogleAdsSearchads360V23ResourcesAdGroupCriterionQualityInfo class
A container for ad group criterion quality information.
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionQualityInfo({String? creativeQualityScore, String? postClickQualityScore, int? qualityScore, String? searchPredictedCtr})
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionQualityInfo.fromJson(Map json_)
Properties
- creativeQualityScore ↔ String?
-
The performance of the ad compared to other advertisers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- postClickQualityScore ↔ String?
-
The quality score of the landing page.
getter/setter pair
- qualityScore ↔ int?
-
The quality score.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchPredictedCtr ↔ String?
-
The click-through rate compared to that of other advertisers.
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