API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Biagio Grimaldi
Hi all,
I'm trying to use the AdWordsAPI for getting keyword idea search volume 
(using TargetingIdeaService).
I can successfully get results for most keaywords but if I submit query for 
keyword '*sport*' (or 'domino' or 'hello kitty') I have *0 results*.

Code example (in Ruby language):
*API_VERSION = :v201509*
*PAGE_SIZE = 500*

*keyword_text = 'sport'*
*adwords = AdwordsApi::Api.new*
*targeting_idea_srv = adwords.service(:TargetingIdeaService, API_VERSION)*
*selector = {*
*:idea_type => 'KEYWORD',*
*:request_type => 'STATS',*
*:requested_attribute_types =>*
*['KEYWORD_TEXT', 'SEARCH_VOLUME', 'TARGETED_MONTHLY_SEARCHES'],*
*:locale_code => 'it_IT',*
*:currency_code => 'EUR',*
*:search_parameters => [*
*  {*
*:xsi_type => 'RelatedToQuerySearchParameter',*
*:queries => [keyword_text]*
*  },*
*  {*
*:xsi_type => 'LanguageSearchParameter',*
*:languages => [{:id => 1004}] # Italian*
*  },*
*  {*
*:xsi_type => 'NetworkSearchParameter',*
*:network_setting => {:target_google_search => true, 
:target_search_network => **false**, :target_content_network => false, 
:target_partner_search_network => **false**}*
*  },*
*  {*
*:xsi_type => 'LocationSearchParameter',*
*:locations => [{:id => 2380}] # Italy*
*  }*
 
*],*
*:paging => {*
*  :start_index => 0,*
*  :number_results => 1000*
*}*
*}*
  
*# Define initial values.*
*offset = 0*
*results = []*
  
*begin*
*  # Perform request.*
*  page = targeting_idea_srv.get(selector)*
*  results += page[:entries] if page and page[:entries]*
*  # Prepare next page request.*
*  offset += PAGE_SIZE*
*  selector[:paging][:start_index] = offset*
*end while offset < page[:total_num_entries]*

*if results.any?*
*  data = results[0][:data]*
*  res = data['SEARCH_VOLUME'][:value]*
*else*
*  res = -1 # No results*
*end*

However if I try to perform the same search using the web interface from 
mine Adword account panel I have as result 201.000 searches (avg. montly 
searches).
What could cause this difference in results?

Many thanks,
Biagio

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2968a51-4035-4c1d-bc02-7d108532a496%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Yin Niu
Hi Biagio, 

Could you please send the SOAP log for the requests that you got 0 results? 
Please also include your ClientCustomerID. Please click *Reply privately to 
author* in the forum when responding.

Thanks,
Yin, AdWords API Team. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6663f1aa-6cd8-48e2-b97a-9717315524c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-22 Thread Sergio Montagna
Hi,
I have the same problem.. 
Thanks in advance for reply 

Il giorno martedì 19 gennaio 2016 18:49:43 UTC+1, Yin Niu ha scritto:
>
> Hi Biagio, 
>
> Could you please send the SOAP log for the requests that you got 0 
> results? Please also include your ClientCustomerID. Please click *Reply 
> privately to author* in the forum when responding.
>
> Thanks,
> Yin, AdWords API Team. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/219977aa-1d77-41d6-9afc-a0b22b47da87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-25 Thread Biagio Grimaldi
Hi Yin,
I sent you a private reply on 20/01 with SOAP log and ClientCustomerID as 
you need but I don't receive your reply until today.
Can you help me please?

My request SOAP log for keyword '*sport*' (that doesn't work):

http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/o/v201509"; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201509";>https://adwords.google.com/api/adwords/cm/v201509";>demo-tool 
(AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
HTTPI/2.4.1, 
httpclient)
*976-259-0087*https://adwords.google.com/api/adwords/o/v201509";>*sport*truefalsefalsefalse10042380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR

SOAP response for keyword '*sport*':

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201509"; 
xmlns="https://adwords.google.com/api/adwords/o/v201509";>00052a26de24b6280a561f8f6806bbe8ExperimentDiversionServiceget1207https://adwords.google.com/api/adwords/cm/v201509"; 
xmlns="https://adwords.google.com/api/adwords/o/v201509";>
*0*





My request SOAP log for keyword '*sportivo*' (that works fine):

http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/o/v201509"; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201509";>https://adwords.google.com/api/adwords/cm/v201509";>demo-tool 
(AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
HTTPI/2.4.1, 
httpclient)
*976-259-0087*https://adwords.google.com/api/adwords/o/v201509";>*sportivo*truefalsefalsefalse10042380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR


SOAP response for keyword '*sportivo*':

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201509"; 
xmlns="https://adwords.google.com/api/adwords/o/v201509";>00052a26e6af99e80a56424bd005ee0dExperimentDiversionServiceget192https://adwords.google.com/api/adwords/cm/v201509"; 
xmlns="https://adwords.google.com/api/adwords/o/v201509";>
*1*KEYWORD_TEXThttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">StringAttributesportivoTARGETED_MONTHLY_SEARCHEShttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="MonthlySearchVolumeAttribute">MonthlySearchVolumeAttribute201512480201511590201510590201595902015839020157390201565902015559020154480201534802015248020151480SEARCH_VOLUMEhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="LongAttribute">LongAttribute
*480*


Many thanks,
Biagio


Il giorno martedì 19 gennaio 2016 18:49:43 UTC+1, Yin Niu ha scritto:
>
> Hi Biagio, 
>
> Could you please send the SOAP log for the requests that you got 0 
> results? Please also include your ClientCustomerID. Please click *Reply 
> privately to author* in the forum when responding.
>
> Thanks,
> Yin, AdWords API Team. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/53c3dfac-66e0-48a7-90f4-443440d36b9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-25 Thread Prabhat Jha
love raj music

On Friday, January 22, 2016 at 6:03:41 AM UTC-8, Sergio Montagna wrote:
>
> Hi,
> I have the same problem.. 
> Thanks in advance for reply 
>
> Il giorno martedì 19 gennaio 2016 18:49:43 UTC+1, Yin Niu ha scritto:
>>
>> Hi Biagio, 
>>
>> Could you please send the SOAP log for the requests that you got 0 
>> results? Please also include your ClientCustomerID. Please click *Reply 
>> privately to author* in the forum when responding.
>>
>> Thanks,
>> Yin, AdWords API Team. 
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac1dd8ff-a186-4592-8817-366dca23f291%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-29 Thread Anash P. Oommen (AdWords API Team)
Hi Biagio,

Apologies for the delay. I tried this search in AdWords frontend and got 
back the same result (0 for sports, 480 for sportivo), so I don't think 
this an API issue per se. Also, it seems an appropriate result for me, 
since "sport" is an English word, and hence you wouldn't get any results 
back if you were to search for traffic estimates with Location = Italy and 
Language = Italian.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, January 25, 2016 at 6:34:42 AM UTC-5, Biagio Grimaldi wrote:
>
> Hi Yin,
> I sent you a private reply on 20/01 with SOAP log and ClientCustomerID as 
> you need but I don't receive your reply until today.
> Can you help me please?
>
> My request SOAP log for keyword '*sport*' (that doesn't work):
>
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
> https://adwords.google.com/api/adwords/cm/v201509";>  
> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>  
> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
> HTTPI/2.4.1, 
> httpclient)
> *976-259-0087*  
> xmlns="https://adwords.google.com/api/adwords/o/v201509";>  
> xsi:type="RelatedToQuerySearchParameter">*sport*  
> xsi:type="NetworkSearchParameter">truefalsefalsefalse  
> xsi:type="LanguageSearchParameter">1004  
> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>
> SOAP response for keyword '*sport*':
>
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>00052a26de24b6280a561f8f6806bbe8ExperimentDiversionServiceget1207  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>
> *0*
> 
>
>
>
>
> My request SOAP log for keyword '*sportivo*' (that works fine):
>
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
> https://adwords.google.com/api/adwords/cm/v201509";>  
> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>  
> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
> HTTPI/2.4.1, 
> httpclient)
> *976-259-0087*  
> xmlns="https://adwords.google.com/api/adwords/o/v201509";>  
> xsi:type="RelatedToQuerySearchParameter">*sportivo*  
> xsi:type="NetworkSearchParameter">truefalsefalsefalse  
> xsi:type="LanguageSearchParameter">1004  
> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>
>
> SOAP response for keyword '*sportivo*':
>
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>00052a26e6af99e80a56424bd005ee0dExperimentDiversionServiceget192  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>
> *1*KEYWORD_TEXT  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="StringAttribute">StringAttributesportivoTARGETED_MONTHLY_SEARCHES  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="MonthlySearchVolumeAttribute">MonthlySearchVolumeAttribute201512480201511590201510590201595902015839020157390201565902015559020154480201534802015248020151480SEARCH_VOLUME  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="LongAttribute">LongAttribute
> *480*
> 
>
> Many thanks,
> Biagio
>
>
> Il giorno martedì 19 gennaio 2016 18:49:43 UTC+1, Yin Niu ha scritto:
>>
>> Hi Biagio, 
>>
>> Could you please send the SOAP log for the requests that you got 0 
>> results? Please also include your ClientCustomerID. Please click *Reply 
>> privately to author* in the forum when responding.
>>
>> Thanks,
>> Yin, AdWords API Team. 
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from 

Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-02-01 Thread Biagio Grimaldi
Hi Anash,
thank you for reply.

I don't think so. I have the same problem with italian words like "
*lanterna*" or "*salsa*" too.

SOAP request for keyword "*lanterna*":

http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
https://adwords.google.com/api/adwords/cm/v201509";>https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
(AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5,
HTTPI/2.4.1,
httpclient)976-259-0087https://adwords.google.com/api/adwords/o/v201509";>*lanterna*truefalsefalsefalse10042380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR

SOAP response for keyword "*lanterna*":

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
https://adwords.google.com/api/adwords/o/v201509";>00052ab7b99391580a561f11b5003d16ExperimentDiversionServiceget1319https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
https://adwords.google.com/api/adwords/o/v201509";>
*0*


Have you any suggestion?

Many thanks,
Biagio


2016-01-29 19:08 GMT+01:00 Anash P. Oommen (AdWords API Team) <
adwordsapiadvisor+an...@google.com>:

> Hi Biagio,
>
> Apologies for the delay. I tried this search in AdWords frontend and got
> back the same result (0 for sports, 480 for sportivo), so I don't think
> this an API issue per se. Also, it seems an appropriate result for me,
> since "sport" is an English word, and hence you wouldn't get any results
> back if you were to search for traffic estimates with Location = Italy and
> Language = Italian.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, January 25, 2016 at 6:34:42 AM UTC-5, Biagio Grimaldi wrote:
>>
>> Hi Yin,
>> I sent you a private reply on 20/01 with SOAP log and ClientCustomerID as
>> you need but I don't receive your reply until today.
>> Can you help me please?
>>
>> My request SOAP log for keyword '*sport*' (that doesn't work):
>>
>> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
>> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
>> https://adwords.google.com/api/adwords/cm/v201509";>> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5,
>> HTTPI/2.4.1,
>> httpclient)
>> *976-259-0087*> xmlns="https://adwords.google.com/api/adwords/o/v201509";>> xsi:type="RelatedToQuerySearchParameter">*sport*> xsi:type="NetworkSearchParameter">truefalsefalsefalse> xsi:type="LanguageSearchParameter">1004> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>>
>> SOAP response for keyword '*sport*':
>>
>> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>00052a26de24b6280a561f8f6806bbe8ExperimentDiversionServiceget1207> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>
>> *0*
>> 
>>
>>
>>
>>
>> My request SOAP log for keyword '*sportivo*' (that works fine):
>>
>> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
>> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
>> https://adwords.google.com/api/adwords/cm/v201509";>> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5,
>> HTTPI/2.4.1,
>> httpclient)
>> *976-259-0087*> xmlns="https://adwords.google.com/api/adwords/o/v201509";>> xsi:type="RelatedToQuerySearchParameter">*sportivo*> xsi:type="NetworkSearchParameter">truefalsefalsefalse> xsi:type="LanguageSearchParameter">1004> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>>
>>
>> SOAP response for keyword '*sportivo*':
>>
>> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>00052a26e6af99e80a56424bd005ee0dExperimentDiversionServiceget192> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>
>> *1*KEYWORD_TEXT> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>> xsi:type="StringAttribute">StringAttributesportivoTARGETED_MONTHLY_SEARCHES> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>> xsi:type="MonthlySearchVolumeAttribute">MonthlySearchVolumeAttribute20151248020151159

Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-02-02 Thread Anash P. Oommen (AdWords API Team)
Hi Biagio,

As far as I could find, the behaviour is consistent for the API and UI, so 
it's more a question of possibly missing traffic data. This is better 
handled on the product forum, since the API simply exposes the data that 
the UI does. Could you kindly repost on the product 
forum? https://www.en.advertisercommunity.com/

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, February 1, 2016 at 11:24:52 AM UTC-5, Biagio Grimaldi wrote:
>
> Hi Anash,
> thank you for reply.
>
> I don't think so. I have the same problem with italian words like "
> *lanterna*" or "*salsa*" too.
>
> SOAP request for keyword "*lanterna*":
>
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
> https://adwords.google.com/api/adwords/cm/v201509";>  
> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>  
> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
> HTTPI/2.4.1, 
> httpclient)976-259-0087  
> xmlns="https://adwords.google.com/api/adwords/o/v201509";>  
> xsi:type="RelatedToQuerySearchParameter">*lanterna*  
> xsi:type="NetworkSearchParameter">truefalsefalsefalse  
> xsi:type="LanguageSearchParameter">1004  
> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>
> SOAP response for keyword "*lanterna*":
>
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>00052ab7b99391580a561f11b5003d16ExperimentDiversionServiceget1319  
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
> https://adwords.google.com/api/adwords/o/v201509";>
> *0*
> 
>
> Have you any suggestion?
>
> Many thanks,
> Biagio
>
>
> 2016-01-29 19:08 GMT+01:00 Anash P. Oommen (AdWords API Team) <
> adwordsapiadvisor+an...@google.com>:
>
>> Hi Biagio,
>>
>> Apologies for the delay. I tried this search in AdWords frontend and got 
>> back the same result (0 for sports, 480 for sportivo), so I don't think 
>> this an API issue per se. Also, it seems an appropriate result for me, 
>> since "sport" is an English word, and hence you wouldn't get any results 
>> back if you were to search for traffic estimates with Location = Italy and 
>> Language = Italian.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Monday, January 25, 2016 at 6:34:42 AM UTC-5, Biagio Grimaldi wrote:
>>>
>>> Hi Yin,
>>> I sent you a private reply on 20/01 with SOAP log and ClientCustomerID 
>>> as you need but I don't receive your reply until today.
>>> Can you help me please?
>>>
>>> My request SOAP log for keyword '*sport*' (that doesn't work):
>>>
>>> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
>>> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
>>> https://adwords.google.com/api/adwords/cm/v201509";>>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>>>  
>>> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
>>> HTTPI/2.4.1, 
>>> httpclient)
>>> *976-259-0087*>>  
>>> xmlns="https://adwords.google.com/api/adwords/o/v201509";>>>  
>>> xsi:type="RelatedToQuerySearchParameter">*sport*>>  
>>> xsi:type="NetworkSearchParameter">truefalsefalsefalse>>  
>>> xsi:type="LanguageSearchParameter">1004>>  
>>> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>>>
>>> SOAP response for keyword '*sport*':
>>>
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509";>00052a26de24b6280a561f8f6806bbe8ExperimentDiversionServiceget1207>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509";>
>>> *0*
>>> 
>>>
>>>
>>>
>>>
>>> My request SOAP log for keyword '*sportivo*' (that works fine):
>>>
>>> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
>>> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
>>> https://adwords.google.com/api/adwords/cm/v201509";>>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>>>  
>>> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
>>> HTTPI/2.4.1, 
>>> httpclient)
>>> *976-259-0087*>>  
>>> xmlns="https://adwords.google.com/api/adwords/o/v201509";>>>  
>>> xsi:type="RelatedToQuerySearchParameter">*sportivo*>>  
>>> xsi:type="NetworkSearchPa

Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-02-15 Thread Biagio Grimaldi
Hi Anash,
I posted my request on https://www.en.advertisercommunity.com/ but they 
answer me that i have to post here my issue.

https://www.en.advertisercommunity.com/t5/Advanced-Features/API-returns-me-0-results-for-keyword-sport-with-Italian/m-p/510044

The problem is that we get different results between API and web dashboard: 
on 1000 requests we have 10% that return 0 entries as result but via 
dasboard we have 100% hit. How it is possiblie??

Thank you!
Biagio


Il giorno martedì 2 febbraio 2016 21:43:20 UTC+1, Anash P. Oommen (AdWords 
API Team) ha scritto:
>
> Hi Biagio,
>
> As far as I could find, the behaviour is consistent for the API and UI, so 
> it's more a question of possibly missing traffic data. This is better 
> handled on the product forum, since the API simply exposes the data that 
> the UI does. Could you kindly repost on the product forum? 
> https://www.en.advertisercommunity.com/
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, February 1, 2016 at 11:24:52 AM UTC-5, Biagio Grimaldi wrote:
>>
>> Hi Anash,
>> thank you for reply.
>>
>> I don't think so. I have the same problem with italian words like "
>> *lanterna*" or "*salsa*" too.
>>
>> SOAP request for keyword "*lanterna*":
>>
>> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
>> https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
>> https://adwords.google.com/api/adwords/cm/v201509";>>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
>>  
>> (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
>> HTTPI/2.4.1, 
>> httpclient)976-259-0087>  
>> xmlns="https://adwords.google.com/api/adwords/o/v201509";>>  
>> xsi:type="RelatedToQuerySearchParameter">*lanterna*>  
>> xsi:type="NetworkSearchParameter">truefalsefalsefalse>  
>> xsi:type="LanguageSearchParameter">1004>  
>> xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR
>>
>> SOAP response for keyword "*lanterna*":
>>
>> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>  
>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>00052ab7b99391580a561f11b5003d16ExperimentDiversionServiceget1319>  
>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201509";>
>> *0*
>> 
>>
>> Have you any suggestion?
>>
>> Many thanks,
>> Biagio
>>
>>
>> 2016-01-29 19:08 GMT+01:00 Anash P. Oommen (AdWords API Team) <
>> adwordsapia...@google.com >:
>>
>>> Hi Biagio,
>>>
>>> Apologies for the delay. I tried this search in AdWords frontend and got 
>>> back the same result (0 for sports, 480 for sportivo), so I don't think 
>>> this an API issue per se. Also, it seems an appropriate result for me, 
>>> since "sport" is an English word, and hence you wouldn't get any results 
>>> back if you were to search for traffic estimates with Location = Italy and 
>>> Language = Italian.
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Monday, January 25, 2016 at 6:34:42 AM UTC-5, Biagio Grimaldi wrote:

 Hi Yin,
 I sent you a private reply on 20/01 with SOAP log and ClientCustomerID 
 as you need but I don't receive your reply until today.
 Can you help me please?

 My request SOAP log for keyword '*sport*' (that doesn't work):

 http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
 http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="
 https://adwords.google.com/api/adwords/o/v201509"; xmlns:env="
 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
 https://adwords.google.com/api/adwords/cm/v201509";  
 xmlns="https://adwords.google.com/api/adwords/cm/v201509";>demo-tool
  
 (AwApi-Ruby/0.18.0, Common-Ruby/0.11.1, GoogleAdsSavon/1.0.1, ruby/2.1.5, 
 HTTPI/2.4.1, 
 httpclient)
 *976-259-0087*>>>  
 xmlns="https://adwords.google.com/api/adwords/o/v201509";  
 xsi:type="RelatedToQuerySearchParameter">*sport*>>>  
 xsi:type="NetworkSearchParameter">truefalsefalsefalse>>>  
 xsi:type="LanguageSearchParameter">1004>>>  
 xsi:type="LocationSearchParameter">2380KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES0500it_ITEUR

 SOAP response for keyword '*sport*':

 >>> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";  
 xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
 https://adwords.google.com/api/adwords/o/v201509";>00052a26de24b6280a561f8f6806bbe8ExperimentDiversionServiceget1207>>>  
 xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
 https://adwords.google.com/api/adwords/o/v201509";>
 *0*
 




 My request SOAP log for keyword '*sportivo*