Re: google ads api - generate forecast metrics

2023-06-28 Thread Vipin Sharma
To echo Patrick's concerns: > Google team -- next time, might we please update docs & replace examples *before* we deprecate methods widely used for key things like forecasting? We are also relying on GenerateForecastCurve. Can you provide more insight why are we deprecating this feature and

RE: google ads api - generate forecast metrics

2023-06-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Everyone, Thank you for reaching out to the Google Ads API Forum Channel. Kindly note that there's an announcement in our Ads Developer blog that KeywordPlanAdGroupForecast and KeywordPlanKeywordForecast will be deprecated in the Google Ads API. This change will be effective on June 1,

Re: google ads api - generate forecast metrics

2023-06-12 Thread Mnk
Thanks @Patrick P ! In effect the Google Ads API Team answer it's very lean or outdated. I look your Link without exemple ( as you said :) ) . I try it but i have a problem with the library. It's like a don't have all the file that i need. Can you show us a basic example with the all the

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

RE: google ads api - generate forecast metrics

2023-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aqeel, Thanks for reaching out to the Google Ads API Forum. As per this blog post, as stated above, you may note that starting June 1, the GenerateForecastMetricsRequest will still be used to fetch forecasts, but the KeywordPlanAdGroupForecast and KeywordPlanKeywordForecast will be empty.

Re: Google Ads API - Generate forecast metrics

2023-06-07 Thread Mnk
Finally im not alone ! Me too i trying during this 2 pasts days all kinds of modifications in my code but the answer is still empty. I check in the UI ( after i create the plan with the code) and the plan appear in the UI with all the information ( keywords, price, forecaste , etc). The

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

Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Aqeel Ashraf
Hi, I am facing the same issue and didn't get any help yet. Still trying to find the solution. On Tuesday, 6 June 2023 at 21:08:50 UTC+5 Mnk wrote: > It's very strange, i check on documentation but i see nothing... > > But now, this (below) return an empty object... This is why i the foreach

Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Mnk
It's very strange, i check on documentation but i see nothing... But now, this (below) return an empty object... This is why i the foreach dosen't work. var_dump($generateForecastMetricsResponse->getKeywordForecasts()) I verify the keyword plan ID , it's Correct ! I don't find a way for check

Google Ads API - Generate forecast metrics

2023-06-05 Thread Mnk
Hey All, The *Generate forecast metrics* still working in your side? In my side, nothing change in my code and the API return nothing. No errors, no result, nothing. So i get a success from the API without the amout prevision. Just for be sure i update my PHP library ( 17.1.0 to the last one