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
I manage to move 1 step further. Please see details below:
$KeywordPlanIdeaServiceClient = $googleAdsClient->
getKeywordPlanIdeaServiceClient();
$reqArr = array("customerId" => $customerId, "currencyCode" => "EUR");
$generateKeywordForecastMetricsResponse = $KeywordPlanIdeaServiceClient->
generate
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
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
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