Using Python AdWords API Library, AWQL download has spaces in header names

2016-05-16 Thread Mike M
Using Python AdWords API Library, I can connect and download a report in CSV format. However - inserting that data into my database is failing due to spaces in the column names in the header row. Is there a way via the Adwords library to specifically name the columns, or force it to have no

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

Re: I keep getting ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND for specific campigans

2016-05-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi, This error occurs when the report is generating a huge amount of data. Apart from setting the includeZeroImpressions to false, you might also add a predicate such as only ENABLED campaigns to trim the results further. If you still encounter this error, could you provide which specific

Re: Is there a Doubleclick Bidmanager API forum please?

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, DoubleClick Bidmanager API forum is here . Thanks, Joyce, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Yes, that is the expected behavior if the TargetingIdeaService has no applicable results. Were you getting results in the past for the exact same set of keywords? Perhaps that was the difference. Regards, Mike, AdWords API Team On Monday, May 16, 2016 at 11:40:52 AM UTC-4, Nick

Re: access keyword planner

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, We only support AdWords API related questions. For proper handling of the above question, please post it on AdWords Product Forum . Thanks, Joyce, AdWords API Team. -- --

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-05-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Latha, As I mentioned earlier, the client libraries provided for AdWords API automatically refresh the expired access tokens. If you are not using the client libraries, then you need to have a retry logic like you described

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread Nick Debonair
Hi Michael, Unfortunately you are correct - I don't have a log from back when the request was working correctly, and I'm almost certain that nothing has changed in the request since it was last working. Having said that, I've just done a little test on some other keywords and it is working -

Re: Ratelimits and batch and instant updates

2016-05-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, Yes, RateExceededErrors encountered by the BatchJobService may have an impact on the regular API requests made to the account at the same time. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Is there a Doubleclick Bidmanager API forum please?

2016-05-16 Thread foluso
I can't seem to find one on google groups -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I have one more follow up question to confirm before I start digging into this. Are you making the exact same request as you were before, when it was returning results? Hopefully you have a log from that time, but I realize it was some time ago, so otherwise please think if anything has

Re: Migration to v201603 error

2016-05-16 Thread Justin Pacholka
To follow up, to solve this Laravel problem, I'm guessing you installed from Composer. You need to add the following to composer.json (replacing the version # at the end with the version you're using), I missed that in the github instructions, all is working fine now in Laravel: "classmap": [

access keyword planner

2016-05-16 Thread mindy
Hi, I have been out of SEO for a few years but I'm getting back into it. I'm trying to get to the keyword planner and I go to adwords.google.com/keywordplanner, log in, and it wants me to set up a bid but I don't want that. I simply want to research keywords. What am I doing wrong? --

keyword search

2016-05-16 Thread mindy
Hi, I have been out of SEO for a little while, but I'm getting back into it. When I go in my analytics account, it only wants me to create an ad, but I just want to do keyword research. What am I doing wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

I keep getting ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND for specific campigans

2016-05-16 Thread Tal Palant
Hi, I have a single client that i keep getting: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND when i try to download his google AdWords reports for specific campaigns. For some campaigns i manage to download the data and for others i simply get the the error. I tried querying only

Re: Как сделать чтобы ответ приходил на английском языке

2016-05-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, That determines the language preferences for the *AdWords user interface*, but my theory is that the language settings that are driving the language of the policy violation are from the Google *account's* language settings. While logged in as the user whose OAuth credentials you are using,

Re: Migration to v201603 error

2016-05-16 Thread Justin Pacholka
@Sabri, were you able to solve this problem? Running into same thing with Laravel and the Selector() using ReportDefinitionService - Justin On Friday, April 29, 2016 at 7:16:58 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Glad to hear that the example worked. Since that ran

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread Nick Debonair
Hi Anthony, I have just sent you the SOAP request and response privately! Thanks, Nick On Friday, May 13, 2016 at 7:30:49 PM UTC+1, Anthony Madrigal wrote: > > Hi Nick, > > There were no updates to the TargetingIdeaService as far as I know. Could > you please provide me with your SOAP request

Re: Ratelimits and batch and instant updates

2016-05-16 Thread 'Giles Bodger' via AdWords API Forum
Hi Shwetha Maybe i didnt understand that, but i dont think that was the answer to what i was asking. My question was hypothetical ... Our company has different scenarios where we use BOTH Instant AND Batch methods. My question really boils down to this ... Can the Account level rate exceeded

v201603 + C# + ClearScript + JScript = error handling issue

2016-05-16 Thread axtens
I've already asked this question up on StackOverflow, but I'll try to summarise and amplify given the 3 or so hours since posting. In my madness I've wrapped the AdWords API in a bit of C# that uses ClearScript to expose API types to JScript using code like this:

Re: Как сделать чтобы ответ приходил на английском языке

2016-05-16 Thread treto1ctest
У меня в настройках аккаунта указан английский язык. Или нужно не здесь устанавливать язык? воскресенье, 15 мая 2016 г., 20:19:21 UTC+3 пользователь Josh