Error when using TargetingIdeaService to get STATS

2017-11-14 Thread marketingdev
Hi, I've recently setup a test account and am trying to retrieve keyword stats using the targetingIdeaService. The script runs correctly when the RequestType is set to IDEAS. However, when RequestType is changed to STATS, I receive the error: Fatal error: Uncaught exception

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, Sorry for the delay. Glad to hear that the DUPLICATE_ELEMENT error was fixed. For this ascii error, you can file an issue in the python client library's issue tracker to track the analysis and resolution of this problem.

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)

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, DistinctError.DUPLICATE_ELEMENT occurs when the request has duplicate parameters. Please check if you have duplicate parameters before making the request. If you find out that there are no duplicate or

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',