Re: Some keywords get no results from TargetingIdeaService

2018-02-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians,

I have wonderful news! Things should now be working as expected where the 
results from the UI should now match the results from the API. If you 
experience any more issue with this, please get back to me.

Thanks,
Nadine, AdWords API Team

On Thursday, January 11, 2018 at 9:37:17 AM UTC-5, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hello AdWordsians,
>
> My apologies for not posting back here on the progress. This is a general 
> ongoing issue where there are words or phrases that are returning stats in 
> the UI, but not through the API. There appears to be a stricter filter that 
> causes certain phrases to not show up in the API. I am actively working 
> with the rest of my team in trying to find the exact source of the issue 
> that is causing this. I'll post back here when we have more information. 
>
> Regards,
> Nadine, AdWords API Team
>
> On Thursday, January 11, 2018 at 2:41:51 AM UTC-5, Aviv Oron wrote:
>>
>> Nope :(
>> Im still waiting for an update from adwords API team, i was told the 
>> issue was passed to engineering...
>>
>> On Thursday, January 11, 2018 at 12:55:25 AM UTC+2, Andres Tobar wrote:
>>>
>>> Hi Aviv,
>>>
>>> Were you able to get this issue resolved? I'm having the same exact 
>>> issue with my setup at the moment.
>>>
>>> Thanks,
>>> Andres
>>>
>>> On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:

 Hey, 

 Im trying to get keyword stats data using TargetingIdeaService.
 For some keywords, the response is empty! (totalNumEntries=0)
 For example, for the keyword "bullfight" ill get an empty page, and for 
 keyword "catfight" ill get proper results.
 Those keywords I'm failing to get results for, DO have data when I'm 
 querying the web client!

 This is how i build the selector:

 selector = {
 'searchParameters': [
 {
 'xsi_type': 'RelatedToQuerySearchParameter',
 'queries': ['bullfight']
 },
 {
 'xsi_type': 'NetworkSearchParameter',
 'networkSetting': {
 'targetGoogleSearch': True,
 'targetSearchNetwork': False,
 'targetContentNetwork': False,
 'targetPartnerSearchNetwork': False
 }
 }
 ],
 'ideaType': 'KEYWORD',
 'requestType': 'STATS',
 'requestedAttributeTypes': [
 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
 ],
 'paging': {
 'startIndex': '0',
 'numberResults': '100'
 }
 }



 Hope someone can help with this issue :)
 Thanks!
 Aviv

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6cac3475-e1af-4ae2-abdc-51cd6ea93d67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some keywords get no results from TargetingIdeaService

2018-01-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello AdWordsians,

My apologies for not posting back here on the progress. This is a general 
ongoing issue where there are words or phrases that are returning stats in 
the UI, but not through the API. There appears to be a stricter filter that 
causes certain phrases to not show up in the API. I am actively working 
with the rest of my team in trying to find the exact source of the issue 
that is causing this. I'll post back here when we have more information. 

Regards,
Nadine, AdWords API Team

On Thursday, January 11, 2018 at 2:41:51 AM UTC-5, Aviv Oron wrote:
>
> Nope :(
> Im still waiting for an update from adwords API team, i was told the issue 
> was passed to engineering...
>
> On Thursday, January 11, 2018 at 12:55:25 AM UTC+2, Andres Tobar wrote:
>>
>> Hi Aviv,
>>
>> Were you able to get this issue resolved? I'm having the same exact issue 
>> with my setup at the moment.
>>
>> Thanks,
>> Andres
>>
>> On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:
>>>
>>> Hey, 
>>>
>>> Im trying to get keyword stats data using TargetingIdeaService.
>>> For some keywords, the response is empty! (totalNumEntries=0)
>>> For example, for the keyword "bullfight" ill get an empty page, and for 
>>> keyword "catfight" ill get proper results.
>>> Those keywords I'm failing to get results for, DO have data when I'm 
>>> querying the web client!
>>>
>>> This is how i build the selector:
>>>
>>> selector = {
>>> 'searchParameters': [
>>> {
>>> 'xsi_type': 'RelatedToQuerySearchParameter',
>>> 'queries': ['bullfight']
>>> },
>>> {
>>> 'xsi_type': 'NetworkSearchParameter',
>>> 'networkSetting': {
>>> 'targetGoogleSearch': True,
>>> 'targetSearchNetwork': False,
>>> 'targetContentNetwork': False,
>>> 'targetPartnerSearchNetwork': False
>>> }
>>> }
>>> ],
>>> 'ideaType': 'KEYWORD',
>>> 'requestType': 'STATS',
>>> 'requestedAttributeTypes': [
>>> 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
>>> ],
>>> 'paging': {
>>> 'startIndex': '0',
>>> 'numberResults': '100'
>>> }
>>> }
>>>
>>>
>>>
>>> Hope someone can help with this issue :)
>>> Thanks!
>>> Aviv
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/677338ed-e74a-4324-b2da-a7f4e33a48cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some keywords get no results from TargetingIdeaService

2018-01-10 Thread 'Aviv Oron' via AdWords API Forum
Nope :(
Im still waiting for an update from adwords API team, i was told the issue 
was passed to engineering...

On Thursday, January 11, 2018 at 12:55:25 AM UTC+2, Andres Tobar wrote:
>
> Hi Aviv,
>
> Were you able to get this issue resolved? I'm having the same exact issue 
> with my setup at the moment.
>
> Thanks,
> Andres
>
> On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:
>>
>> Hey, 
>>
>> Im trying to get keyword stats data using TargetingIdeaService.
>> For some keywords, the response is empty! (totalNumEntries=0)
>> For example, for the keyword "bullfight" ill get an empty page, and for 
>> keyword "catfight" ill get proper results.
>> Those keywords I'm failing to get results for, DO have data when I'm 
>> querying the web client!
>>
>> This is how i build the selector:
>>
>> selector = {
>> 'searchParameters': [
>> {
>> 'xsi_type': 'RelatedToQuerySearchParameter',
>> 'queries': ['bullfight']
>> },
>> {
>> 'xsi_type': 'NetworkSearchParameter',
>> 'networkSetting': {
>> 'targetGoogleSearch': True,
>> 'targetSearchNetwork': False,
>> 'targetContentNetwork': False,
>> 'targetPartnerSearchNetwork': False
>> }
>> }
>> ],
>> 'ideaType': 'KEYWORD',
>> 'requestType': 'STATS',
>> 'requestedAttributeTypes': [
>> 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
>> ],
>> 'paging': {
>> 'startIndex': '0',
>> 'numberResults': '100'
>> }
>> }
>>
>>
>>
>> Hope someone can help with this issue :)
>> Thanks!
>> Aviv
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e8cf13b4-70c8-4240-a766-71a1ac702497%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some keywords get no results from TargetingIdeaService

2018-01-10 Thread Andres Tobar
Hi Aviv,

Were you able to get this issue resolved? I'm having the same exact issue 
with my setup at the moment.

Thanks,
Andres

On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:
>
> Hey, 
>
> Im trying to get keyword stats data using TargetingIdeaService.
> For some keywords, the response is empty! (totalNumEntries=0)
> For example, for the keyword "bullfight" ill get an empty page, and for 
> keyword "catfight" ill get proper results.
> Those keywords I'm failing to get results for, DO have data when I'm 
> querying the web client!
>
> This is how i build the selector:
>
> selector = {
> 'searchParameters': [
> {
> 'xsi_type': 'RelatedToQuerySearchParameter',
> 'queries': ['bullfight']
> },
> {
> 'xsi_type': 'NetworkSearchParameter',
> 'networkSetting': {
> 'targetGoogleSearch': True,
> 'targetSearchNetwork': False,
> 'targetContentNetwork': False,
> 'targetPartnerSearchNetwork': False
> }
> }
> ],
> 'ideaType': 'KEYWORD',
> 'requestType': 'STATS',
> 'requestedAttributeTypes': [
> 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
> ],
> 'paging': {
> 'startIndex': '0',
> 'numberResults': '100'
> }
> }
>
>
>
> Hope someone can help with this issue :)
> Thanks!
> Aviv
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f19cbaba-e170-40fb-b6ca-83ee2a677b25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some keywords get no results from TargetingIdeaService

2018-01-02 Thread 'Aviv Oron' via AdWords API Forum
Replied privately :) Thanks!

On Thursday, December 28, 2017 at 9:41:40 PM UTC+2, Bharani Cherukuri 
(AdWords API Team) wrote:
>
> Hello Aviv, 
>
> I was able to retrieve keyword ideas for these keywords both through the 
> API and the UI. Could you enable logging and provide us the SOAP request 
> and response logs for the discrepancy, so I can take a closer look? Please 
> use *Reply privately to author* option to share the details. 
>
> Regards,
> Bharani, AdWords API Team
>
> On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:
>>
>> Hey, 
>>
>> Im trying to get keyword stats data using TargetingIdeaService.
>> For some keywords, the response is empty! (totalNumEntries=0)
>> For example, for the keyword "bullfight" ill get an empty page, and for 
>> keyword "catfight" ill get proper results.
>> Those keywords I'm failing to get results for, DO have data when I'm 
>> querying the web client!
>>
>> This is how i build the selector:
>>
>> selector = {
>> 'searchParameters': [
>> {
>> 'xsi_type': 'RelatedToQuerySearchParameter',
>> 'queries': ['bullfight']
>> },
>> {
>> 'xsi_type': 'NetworkSearchParameter',
>> 'networkSetting': {
>> 'targetGoogleSearch': True,
>> 'targetSearchNetwork': False,
>> 'targetContentNetwork': False,
>> 'targetPartnerSearchNetwork': False
>> }
>> }
>> ],
>> 'ideaType': 'KEYWORD',
>> 'requestType': 'STATS',
>> 'requestedAttributeTypes': [
>> 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
>> ],
>> 'paging': {
>> 'startIndex': '0',
>> 'numberResults': '100'
>> }
>> }
>>
>>
>>
>> Hope someone can help with this issue :)
>> Thanks!
>> Aviv
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/529ab408-26f0-4cc6-930d-40af51080a25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some keywords get no results from TargetingIdeaService

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Aviv, 

I was able to retrieve keyword ideas for these keywords both through the 
API and the UI. Could you enable logging and provide us the SOAP request 
and response logs for the discrepancy, so I can take a closer look? Please 
use *Reply privately to author* option to share the details. 

Regards,
Bharani, AdWords API Team

On Thursday, December 28, 2017 at 12:32:19 PM UTC-5, Aviv Oron wrote:
>
> Hey, 
>
> Im trying to get keyword stats data using TargetingIdeaService.
> For some keywords, the response is empty! (totalNumEntries=0)
> For example, for the keyword "bullfight" ill get an empty page, and for 
> keyword "catfight" ill get proper results.
> Those keywords I'm failing to get results for, DO have data when I'm 
> querying the web client!
>
> This is how i build the selector:
>
> selector = {
> 'searchParameters': [
> {
> 'xsi_type': 'RelatedToQuerySearchParameter',
> 'queries': ['bullfight']
> },
> {
> 'xsi_type': 'NetworkSearchParameter',
> 'networkSetting': {
> 'targetGoogleSearch': True,
> 'targetSearchNetwork': False,
> 'targetContentNetwork': False,
> 'targetPartnerSearchNetwork': False
> }
> }
> ],
> 'ideaType': 'KEYWORD',
> 'requestType': 'STATS',
> 'requestedAttributeTypes': [
> 'COMPETITION', 'AVERAGE_CPC', 'KEYWORD_TEXT', 'SEARCH_VOLUME'
> ],
> 'paging': {
> 'startIndex': '0',
> 'numberResults': '100'
> }
> }
>
>
>
> Hope someone can help with this issue :)
> Thanks!
> Aviv
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c6f3534b-7462-48f6-9807-47beba4673ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.