Empty response from $keywordPlanServiceClient->generateForecastMetrics

2023-06-05 Thread Aqeel Ashraf
Hi, I am using google-ads-php. It was working fine till tomorrow. Today we start getting empty response when I call: $keywordPlanServiceClient = $googleAdsClient->getKeywordPlanServiceClient(); $estimateResults = array(); $retArray = array(); $strKeywords = explo

Re: empty response from $keywordplanserviceclient->generateforecastmetrics

2023-06-13 Thread Aqeel Ashraf
Hi, I upgraded to V14. As GenerateForecastMetrics is removed, is there any example available for GenerateKeywordForecastMetrics()? So, I can see how I can use that and implement in my code. Thanks On Friday, 9 June 2023 at 00:05:32 UTC+5 Google Ads API Forum Advisor wrote: > Hi Aqeel, > > Than

Re: empty response from $keywordplanserviceclient->generateforecastmetrics

2023-06-20 Thread Aqeel Ashraf
Hi, When tried to call the generate keyword forecast metrices, then it shows "Internal Server Error", please see my code snipped below: $generateKeywordForecastMetricsResponse = $KeywordPlanIdeaServiceClient-> generateKeywordForecastMetrics( ResourceNames::forKeywordPlanCampaign($cus

Re: empty response from $keywordplanserviceclient->generateforecastmetrics

2023-06-21 Thread Aqeel Ashraf
I manage to move 1 step further. Please see details below: $KeywordPlanIdeaServiceClient = $googleAdsClient-> getKeywordPlanIdeaServiceClient(); $reqArr = array("customerId" => $customerId, "currencyCode" => "EUR"); $generateKeywordForecastMetricsResponse = $KeywordPlanIdeaServiceClient-> generate

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