Module: Google::Ads::GoogleAds::V16::Services::GeoTargetConstantService::Paths
- Extended by:
- Paths
- Defined in:
- lib/google/ads/google_ads/v16/services/geo_target_constant_service/paths.rb
Overview
Path helper methods for the GeoTargetConstantService API.
Instance Method Summary collapse
-
#geo_target_constant_path(criterion_id:) ⇒ ::String
Create a fully-qualified GeoTargetConstant resource string.
Instance Method Details
#geo_target_constant_path(criterion_id:) ⇒ ::String
Create a fully-qualified GeoTargetConstant resource string.
The resource will be in the following format:
‘geoTargetConstants/criterion_id`
38 39 40 |
# File 'lib/google/ads/google_ads/v16/services/geo_target_constant_service/paths.rb', line 38 def geo_target_constant_path criterion_id: "geoTargetConstants/#{criterion_id}" end |