Taylor Wong

Results 1 issues of Taylor Wong

**What is your question?** Before V18 I was making the following call: ``` @config_path = Rails.root.join("...").to_s @google_ads_client = Google::Ads::GoogleAds::GoogleAdsClient.new(@config_path) click_view_report = @google_ads_client.service.google_ads.search( customer_id: @account_id.delete("-"), query: click_view_query, return_total_results_count: true ) ```...

question