Module: Google::Ads::GoogleAds::V14::Services::GeoTargetConstantService::Paths

Extended by:
Paths
Included in:
Client, Paths
Defined in:
lib/google/ads/google_ads/v14/services/geo_target_constant_service/paths.rb

Overview

Path helper methods for the GeoTargetConstantService API.

Instance Method Summary collapse

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`

Parameters:

  • criterion_id (String)

Returns:

  • (::String)


38
39
40
# File 'lib/google/ads/google_ads/v14/services/geo_target_constant_service/paths.rb', line 38

def geo_target_constant_path criterion_id:
  "geoTargetConstants/#{criterion_id}"
end