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

Path helper methods for the PaidOrganicSearchTermViewService API.

Public Instance Methods

paid_organic_search_term_view_path(customer_id:, campaign_id:, ad_group_id:, base64_search_term: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/") click to toggle source

Create a fully-qualified PaidOrganicSearchTermView resource string.

The resource will be in the following format:

`customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~{ad_group_id}~{base64_search_term}`

@param customer_id [String] @param campaign_id [String] @param ad_group_id [String] @param base64_search_term [String]

@return [::String]