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 = explode(PHP_EOL, $_REQUEST['search_keywords']);
// Issues a request to generate forecast metrics based on the
specific keyword plan ID.
$generateForecastMetricsResponse = $keywordPlanServiceClient->
generateForecastMetrics(
ResourceNames::forKeywordPlan($customerId, $keywordPlanId)
);
var_dump($generateForecastMetricsResponse);
Please let me know what will be the reason. I am using example
AddKeywordPlan.php, using v12. Why it suddenly getting empty response?
Waiting for quick response.
Aqeel Ashraf
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/7bf548eb-7b2c-4694-89c1-e6a76262ec77n%40googlegroups.com.