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