I tried to get the volume of the keyword "italian men", location: USA. In Google Keyword Planner I see the following data: 10 000 - 100 000. Screenshot: http://joxi.ru/eAOXYPlipNzZJr?d=1 But via API I get 0 search volume. Request attached. Why is that so?
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/de6955da-911a-49fb-941d-43ab90c34910n%40googlegroups.com.
[2020-08-25 15:54:38] AW_SOAP.INFO: clientCustomerId=XXX-XXX-XXXX operations=1 service=TargetingIdeaService method=get responseTime=82 requestId=0005adb334b127db0a5690472002f3a6 server=adwords.google.com isFault=0 faultMessage= [2020-08-25 15:54:38] AW_SOAP.DEBUG: POST /api/adwords/o/v201809/TargetingIdeaService?wsdl HTTP/1.1 Host: adwords.google.com Connection: close User-Agent: PHP-SOAP/7.4.6 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Length: 1819 Authorization: REDACTED <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809" xmlns:ns2="https://adwords.google.com/api/adwords/o/v201809" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><ns2:RequestHeader><ns1:clientCustomerId>XXX-XXX-XXXX</ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:userAgent>Client (AwApi-PHP, googleads-php-lib/38.0.0, PHP/7.4.6)</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly><ns1:partialFailure>false</ns1:partialFailure></ns2:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns2:get><ns2:selector><ns2:searchParameters xsi:type="ns2:NetworkSearchParameter"><ns2:networkSetting><ns1:targetGoogleSearch>true</ns1:targetGoogleSearch><ns1:targetSearchNetwork>false</ns1:targetSearchNetwork><ns1:targetContentNetwork>false</ns1:targetContentNetwork><ns1:targetPartnerSearchNetwork>false</ns1:targetPartnerSearchNetwork></ns2:networkSetting></ns2:searchParameters><ns2:searchParameters xsi:type="ns2:RelatedToQuerySearchParameter"><ns2:queries>italian men</ns2:queries></ns2:searchParameters><ns2:searchParameters xsi:type="ns2:LocationSearchParameter"><ns2:locations><ns1:id>2840</ns1:id></ns2:locations></ns2:searchParameters><ns2:ideaType>KEYWORD</ns2:ideaType><ns2:requestType>STATS</ns2:requestType><ns2:requestedAttributeTypes>KEYWORD_TEXT</ns2:requestedAttributeTypes><ns2:requestedAttributeTypes>SEARCH_VOLUME</ns2:requestedAttributeTypes><ns2:requestedAttributeTypes>AVERAGE_CPC</ns2:requestedAttributeTypes><ns2:paging><ns1:startIndex>0</ns1:startIndex><ns1:numberResults>500</ns1:numberResults></ns2:paging><ns2:currencyCode>RUB</ns2:currencyCode></ns2:selector></ns2:get></SOAP-ENV:Body></SOAP-ENV:Envelope> HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 Date: Tue, 25 Aug 2020 12:54:38 GMT Expires: Tue, 25 Aug 2020 12:54:38 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Content-Security-Policy: frame-ancestors 'self' X-XSS-Protection: 1; mode=block Server: GSE Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43" Accept-Ranges: none Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809" xmlns="https://adwords.google.com/api/adwords/o/v201809"><ns2:requestId>0005adb334b127db0a5690472002f3a6</ns2:requestId><ns2:serviceName>TargetingIdeaService</ns2:serviceName><ns2:methodName>get</ns2:methodName><ns2:operations>1</ns2:operations><ns2:responseTime>82</ns2:responseTime></ResponseHeader></soap:Header><soap:Body><getResponse xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809" xmlns="https://adwords.google.com/api/adwords/o/v201809"><rval><totalNumEntries>1</totalNumEntries><entries><data><key>KEYWORD_TEXT</key><value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="StringAttribute"><Attribute.Type>StringAttribute</Attribute.Type><value>italian men</value></value></data><data><key>AVERAGE_CPC</key><value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="MoneyAttribute"><Attribute.Type>MoneyAttribute</Attribute.Type></value></data><data><key>SEARCH_VOLUME</key><value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LongAttribute"><Attribute.Type>LongAttribute</Attribute.Type></value></data></entries></rval></getResponse></soap:Body></soap:Envelope>