Interface AdGroupCriterion.QualityInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupCriterion.QualityInfo,AdGroupCriterion.QualityInfo.Builder
- Enclosing class:
- AdGroupCriterion
public static interface AdGroupCriterion.QualityInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualityScoreBucketEnum.QualityScoreBucketgetCreativeQualityScore()Output only.intgetCreativeQualityScoreValue()Output only.QualityScoreBucketEnum.QualityScoreBucketgetPostClickQualityScore()Output only.intgetPostClickQualityScoreValue()Output only.intgetQualityScore()Output only.QualityScoreBucketEnum.QualityScoreBucketgetSearchPredictedCtr()Output only.intgetSearchPredictedCtrValue()Output only.booleanhasQualityScore()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasQualityScore
boolean hasQualityScore()
Output only. The quality score. This field may not be populated if Google does not have enough information to determine a value.
optional int32 quality_score = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the qualityScore field is set.
-
getQualityScore
int getQualityScore()
Output only. The quality score. This field may not be populated if Google does not have enough information to determine a value.
optional int32 quality_score = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The qualityScore.
-
getCreativeQualityScoreValue
int getCreativeQualityScoreValue()
Output only. The performance of the ad compared to other advertisers.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket creative_quality_score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for creativeQualityScore.
-
getCreativeQualityScore
QualityScoreBucketEnum.QualityScoreBucket getCreativeQualityScore()
Output only. The performance of the ad compared to other advertisers.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket creative_quality_score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The creativeQualityScore.
-
getPostClickQualityScoreValue
int getPostClickQualityScoreValue()
Output only. The quality score of the landing page.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket post_click_quality_score = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for postClickQualityScore.
-
getPostClickQualityScore
QualityScoreBucketEnum.QualityScoreBucket getPostClickQualityScore()
Output only. The quality score of the landing page.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket post_click_quality_score = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The postClickQualityScore.
-
getSearchPredictedCtrValue
int getSearchPredictedCtrValue()
Output only. The click-through rate compared to that of other advertisers.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket search_predicted_ctr = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for searchPredictedCtr.
-
getSearchPredictedCtr
QualityScoreBucketEnum.QualityScoreBucket getSearchPredictedCtr()
Output only. The click-through rate compared to that of other advertisers.
.google.ads.googleads.v10.enums.QualityScoreBucketEnum.QualityScoreBucket search_predicted_ctr = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The searchPredictedCtr.
-
-