Re: Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
ot;: "1550281", "clicks": 3739.126953125, "costMicros": "5796696000", "conversions": 226.53358459472656, "conversionRate": 0.060584619641304016, "averageCpaMicros": "

Re: Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
ThroughRate": 0.17527243494987488, "averageCpcMicros": "1550281", "clicks": 3739.126953125, "costMicros": "5796696000", "conversions": 226.53358459472656, "conversionRate": 0.060584619641304016, &quo

Re: empty response from $keywordplanserviceclient->generateforecastmetrics

2023-06-23 Thread Patrick P
Hey Aqeel -- your start_date should probably be 2023-07-01 On Thursday, June 22, 2023 at 5:32:07 AM UTC-6 Google Ads API Forum Advisor wrote: > Hello Aqeel, > > For us to check this, can you provide us with the complete request and > response logs with request ID and request header generated on

Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
I'm still trying to get generateforecastmetrics() working in the v14 php sdk This code is segfaulting for me when trying to instantiate the BiddableKeyword object $KeywordPlanIdeaServiceClient = $googleAdsClient->getKeywordPlanIdeaServiceClient(); $biddableKeywords = new BiddableKeyw

Re: google ads api - generate forecast metrics

2023-06-09 Thread Patrick P
For anyone else following this, it appears like they updated their docs, nulled out and no longer have examples, but do finally have the right instructions here: https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics Google team -- next time, might we plea

Re: GenerateForecastMetricsResponse doesn't include keyword forecasts

2023-06-09 Thread Patrick P
Bug was introduced on 6/1/23 Yesterday they updated their SDKs and removed the example for generating clicks/impressions. They did not include a new example using GenerateKeywordForecastMetrics() -- if you try to use GenerateKeywordForecastMetrics() by following their docs you will get the s

Re: keyword_forecasts field has disappeared in generateforecastmetricsresponse

2023-06-07 Thread Patrick P
The documented examples Google Ads API Forum Advisor linked in that post / documentation are not functional. They also return null values. Several of us have had this code in production, are not using the two deprecated calls, and are adhering to Google's documentation but we have been unable t

Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Patrick P
Seeing the same with PHP using their documented examples. I have a ticket open with our google representative still waiting to hear back. This broke our forecasting tool which is critical to our business, we do not use either of the two deprecated calls and our code matches the current document