Re: strange results from TargetingIdeaService (keyword planner)

2017-11-06 Thread Daphna Wegner
mmen, > AdWords API Advisor. > > On Thursday, November 2, 2017 at 4:12:26 PM UTC-4, Daphna Wegner wrote: >> >> >> Is there any progress on this issue? Is it scheduled to be fixed? >> >> >> On Friday, October 20, 2017 at 3:05:57 PM UTC-7, Daphna Wegner wrote: >

Re: strange results from TargetingIdeaService (keyword planner)

2017-11-02 Thread Daphna Wegner
Is there any progress on this issue? Is it scheduled to be fixed? On Friday, October 20, 2017 at 3:05:57 PM UTC-7, Daphna Wegner wrote: > > Hi Peter, > > I sent you the required info, is there any update on this? > > > On Thursday, October 19, 2017 at 11:15:53 PM UTC-7,

Re: strange results from TargetingIdeaService (keyword planner)

2017-10-20 Thread Daphna Wegner
Hi Peter, I sent you the required info, is there any update on this? On Thursday, October 19, 2017 at 11:15:53 PM UTC-7, Peter Oliquino wrote: > > Hi Daphna, > > In order for me to better investigate, could you provide the SOAP request > and response that was generated when you made the

strange results from TargetingIdeaService (keyword planner)

2017-10-19 Thread Daphna Wegner
I have a simple function to get the search volume for keywords, however in the last few days we noticed some strange behaviour, when the following keyword is sent the volume is correctly returned: words = ['test'] however when this keyword is sent the results are empty: words = ['arutz']

SSLError: The read operation timed out

2017-04-12 Thread Daphna Wegner
We started receiving this error when using the python API, in particular for retrieving shared set data for campaigns in the account using: 'CampaignSharedSetService' version='v201607' Any idea why? Thanks, Daphna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Retrieving search volume data problem

2017-01-20 Thread Daphna Wegner
Hi Shwetha, Is there any update for this? our tool is now providing us with wrong data because of this change and not being able to get the actual keyword the volume is returned for. Thanks, Daphna On Thursday, December 8, 2016 at 12:59:05 PM UTC-8, Shwetha Vastrad (AdWords API Team) wrote:

Re: Retrieving search volume data problem

2016-12-08 Thread Daphna Wegner
Thanks Shwetha, I wonder if there is any way to get the actual keyword that is getting the volume back from the request, in other words for querying the word "srecording studio" is it possible to get back the word that is getting checked ("recording studio") with its volume of 165,000 then I

Retrieving search volume data problem

2016-12-08 Thread Daphna Wegner
We are trying to get search volume data for keywords using TargetingIdeaService with 'requestType': 'STATS' to get the volume When looking for a word that has a misspell like "srecording studio" we get back from the API: attributes['KEYWORD_TEXT'] = srecording studio

retrieving negative keywords from shared sets

2016-12-01 Thread Daphna Wegner
When trying to retrieve all negative keywords from shared sets I have a predicate for campaign ID's (I want to get the shared sets that belong only to these campaigns) I have noticed that if there are no shared sets for the campaigns in the list it returns an error instead of returning an

Re: Getting account keywords

2016-11-30 Thread Daphna Wegner
Hi Shwetha, We actually had a small error now its all fixed and working Thanks! On Wednesday, November 30, 2016 at 12:15:41 PM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Daphna, > > Could you provide the SOAP XML request and response logs where you are > retrieving the ENABLED

Getting account keywords

2016-11-30 Thread Daphna Wegner
We are trying to retrieve all the keywords in the account that are in *ENABLED* campaigns The process is retrieving campaigns that have a status of *ENABLED* then getting all the adgroups in those campaigns (also with an ENABLED status) then finally getting all the keywords from those

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-21 Thread Daphna Wegner
Is there a limit on how many an be retrieved? I am trying to run it on all the campaigns in the account and I always get 500 negative words back (we have about 40,000 in the account) On Monday, November 21, 2016 at 7:40:07 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Daphna, >

How to get the Keyword Text from campaign negative report

2016-11-21 Thread Daphna Wegner
I am currently doing the following query to get the negative keywords from a campaign: report_query = ('SELECT CampaignId, Id, KeywordMatchType ' 'FROM CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT') I don't see a field KeywordText even though I see it in the adwords

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-21 Thread Daphna Wegner
Thanks Shwetha that fixed the problem! On Monday, November 21, 2016 at 7:40:07 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Daphna, > > The EQUALS > > operand >

CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-18 Thread Daphna Wegner
Hi I am getting this error while doing a simple call to get the shared sets for certain campaigns: shared_criterion_service = client.GetService('SharedCriterionService', version='v201607') campaign_shared_set_service =

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread Daphna Wegner
Hi Joyce, I was able to resolve the DUPLICTE error however I am not sure how to resolve this suds unicode problem, I tried PEP 0263 suggestion but thats not doing anything can you please elaborate on how to resolve this issue, we are unable to move forward without resolving this problem.

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks for letting me know I will try to change that. I am still getting the other error: DistinctError.DUPLICATE_ELEMENT I have sent you a private message with the SOAP request Thanks, Daphna On Monday, May 16, 2016 at 3:53:28 PM UTC-7, Joyce Lava wrote: > > Hi Daphna, > > This seems to

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks Joyce! I will send you the SOAP request, one more thing I am noticing is that the error is inconsistent, I would sometimes get it and then sometimes get the following error using the same code and keywords: 'ascii' codec can't decode byte 0xe6 in position 13: ordinal not in range(128)

error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Hi, I am getting an error when trying to make a request to TargetingIdeaService, here is how I make the call (using python): PAGE_SIZE = 100 kw_search_volume = [] # Initialize appropriate service. targeting_idea_service = client.GetService('TargetingIdeaService',