Interface AdGroupCriterion.QualityInfoOrBuilder

    • 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.