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
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.intOutput only.intOutput only.Output only.intOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.v18.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.v18.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.v18.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.v18.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.v18.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.v18.enums.QualityScoreBucketEnum.QualityScoreBucket search_predicted_ctr = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The searchPredictedCtr.
-