module Google::Ads::GoogleAds::V7::Services::GeoTargetConstantService::Paths

Path helper methods for the GeoTargetConstantService API.

Public Instance Methods

geo_target_constant_path(criterion_id: "geoTargetConstants/ click to toggle source

Create a fully-qualified GeoTargetConstant resource string.

The resource will be in the following format:

`geoTargetConstants/{criterion_id}`

@param criterion_id [String]

@return [::String]

# File lib/google/ads/google_ads/v7/services/geo_target_constant_service/paths.rb, line 38
def geo_target_constant_path criterion_id:
  "geoTargetConstants/#{criterion_id}"
end