module Google::Ads::GoogleAds::V7::Services::MobileDeviceConstantService::Paths
Path helper methods for the MobileDeviceConstantService
API.
Public Instance Methods
mobile_device_constant_path(criterion_id: "mobileDeviceConstants/
click to toggle source
Create a fully-qualified MobileDeviceConstant resource string.
The resource will be in the following format:
`mobileDeviceConstants/{criterion_id}`
@param criterion_id [String]
@return [::String]
# File lib/google/ads/google_ads/v7/services/mobile_device_constant_service/paths.rb, line 38 def mobile_device_constant_path criterion_id: "mobileDeviceConstants/#{criterion_id}" end