Interface Campaign.GeoTargetTypeSettingOrBuilder

    • Method Detail

      • getPositiveGeoTargetTypeValue

        int getPositiveGeoTargetTypeValue()
         The setting used for positive geotargeting in this particular campaign.
         
        .google.ads.googleads.v10.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;
        Returns:
        The enum numeric value on the wire for positiveGeoTargetType.
      • getPositiveGeoTargetType

        PositiveGeoTargetTypeEnum.PositiveGeoTargetType getPositiveGeoTargetType()
         The setting used for positive geotargeting in this particular campaign.
         
        .google.ads.googleads.v10.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;
        Returns:
        The positiveGeoTargetType.
      • getNegativeGeoTargetTypeValue

        int getNegativeGeoTargetTypeValue()
         The setting used for negative geotargeting in this particular campaign.
         
        .google.ads.googleads.v10.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;
        Returns:
        The enum numeric value on the wire for negativeGeoTargetType.
      • getNegativeGeoTargetType

        NegativeGeoTargetTypeEnum.NegativeGeoTargetType getNegativeGeoTargetType()
         The setting used for negative geotargeting in this particular campaign.
         
        .google.ads.googleads.v10.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;
        Returns:
        The negativeGeoTargetType.