AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread ernnie
It seems ok now.. the error occurred yesterday.. I'll post again if the problem persists. btw GMT+8 is my timezone. Thanks --Ernnie On Aug 17, 10:11 pm, AdWords API Advisor wrote: > Hi Ernie, > > When did that error occur?  We are trying to locate it in the logs and > knowing the time of the er

AdWords API Login using AdWords account in C#

2009-08-17 Thread icv_adwords
Hi All, I'm writing a web tool to help end user import Location for Campaigns. Can I use username and password same as AdWords account. My mean my application will use login credentials like AdWords account. Thanks, Eric --~--~-~--~~~---~--~~ You received this mes

AdWords API getKeywordVariations does NOT return all seedkeywords in the original request

2009-08-17 Thread Abed
Hello, I am writing an app that calls the KeywordService to get traffic estimates on certain keywords. The purpose and intent is as documented in the Google API Blog here : http://adwordsapi.blogspot.com/2008/11/v13s-new-keyword-search-volume-info.html Basically I am NOT interested in getting an

AdWords API Re: GeoTargetting with Perl API v200906

2009-08-17 Thread AdWords API Advisor
Hello, After playing around a bit, I just tried defining the target operations as this with the current, unmodified version of the Perl client library and it's accepted without error: my $target_operations = { operations => [ { operator => 'SET', operand=> Google::AdWor

AdWords API Re: Geotargeting defaults

2009-08-17 Thread AdWords API Advisor
Hi Doug, The default GeoTargetting is targetAll: http://code.google.com/apis/adwords/docs/developer/GeoTarget.html#targetAll, which targets all available countries. This is not clearly specified in the documentation, and I will make a note of that. Best, - Eric Koleda, AdWords API Team On Aug

AdWords API Re: When will v13 be shut down?

2009-08-17 Thread AdWords API Advisor
Hello, I believe this blog post should answer both your questions: http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-launch.html There will be a new equivalent to the KeywordToolService, and the current date that we're looking at for the v13 sunset is early 2010, though we don't have

AdWords API Re: How can I obtain developer & Application token in Adwords Pro account?

2009-08-17 Thread AdWords API Advisor
Hello Eric, You can apply for a Developer and Application token by following the steps that begin at https://adwords.google.com/select/ApiWelcome If you already have an MCC account then log in with that account's credentials; otherwise, log in with your AdWords account's credentials and an M

AdWords API Re: How do I make scheduled and timed ads for adwords?

2009-08-17 Thread AdWords API Advisor
Hello, This discussion group is intended for technical questions about the AdWords API. It sounds like you have a question about using the AdWords web interface. This AdWords help center article might give you the information you need: https://adwords.google.com/support/aw/bin/answer.py?ans

AdWords API Re: Campaign budget validation error

2009-08-17 Thread AdWords API Advisor
Hi Harut, Glad you found the answer, and thanks for sharing with the group! Best, - Eric Koleda, AdWords API Team On Aug 15, 10:41 am, Harutyun Terteryan wrote: > For more information see >  https://adwords.google.com/select/AfpoFinder > > On Sat, Aug 15, 2009 at 7:40 PM, Harutyun Terteryan wr

AdWords API Re: GetKeyword service

2009-08-17 Thread AdWords API Advisor
Hello Sreenu, I'm not clear on what you mean by the GetKeyword Service--that's not the name of a v2009 service. If you'd like to see some code to get a list of criteria in a given ad group using the Java client library in v2009, you can take a look at http://code.google.com/p/google-api-adwo

AdWords API Re: v2009 Launch

2009-08-17 Thread AdWords API Advisor
Mauro, That is correct, the endpoint URL of the web service changes, but the namespace remains the same. We are still looking into some sparse reports regarding the internal errors, check the thread I created for updates. Best, - Eric On Aug 14, 6:08 pm, Mauro Spivak wrote: > Eric, > I fixed

AdWords API Geotargeting defaults

2009-08-17 Thread doug s
Hello, If a campaign is uploaded under an European account with 0 geotargets assigned, what does the targeting default to? I don't see this in the v13 API docs. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

AdWords API Re: Umarshalling error

2009-08-17 Thread AdWords API Advisor
Hello, That error would imply that you're not sending properly encoded UTF-8 data in your AdWords API request. This might be because your source file isn't marked for UTF-8 encoding. I'd double-check to make sure that your source code editor is saving your file in UTF-8 format and that you have

AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread Tam
Hi Eric If it's any help, note that I got the same result when trying to access the campaign service a couple of minutes before writing this Regards Tam On Aug 17, 3:11 pm, AdWords API Advisor wrote: > Hi Ernie, > > When did that error occur?  We are trying to locate it in the logs and > knowi

AdWords API Re: Campaign max number

2009-08-17 Thread AdWords API Advisor
Hello Harut, Yes, there are limits on the number of campaigns for a given AdWords account, and based on what you're saying, you've reached the limit in your Sandbox account (which is set up to mimic the Production limits). You can either continue to create campaigns in one of your other numbered

AdWords API Re: Seed keyword type=Exact with keyword_tool_service

2009-08-17 Thread AdWords API Advisor
Hello Bram, The product team responsible for prioritizing features in the v2009 version of the API is aware of the demand for this functionality, and as we mentioned in the blog post announcing v2009, we do expect there to be Keyword Tool functionality added in to a future incremental release (h

AdWords API Re: getClientAccounts in C# VS 2008 - WHERE IS IT?!

2009-08-17 Thread AdWords API Advisor
Hello Kenneth, Assuming you're using the .NET Client Library (http://code.google.com/ p/google-api-adwords-dotnet/) there's sample code illustrating the getAccountInfo() method of the AccountService in the Examples directory. Instead of calling getAccountInfo(), it should be straightforward to c

AdWords API Re: GeoTargetting with Perl API v200906

2009-08-17 Thread AdWords API Advisor
Hello, You're correct about that. I'm still investigating getting this resolved as part of the WSDL->Perl module generation, but it may come down to making local hacks to the generated Perl modules. I'll update this thread with more information when it's available, and apologies for the inconven

AdWords API Re: When will v13 be shut down?

2009-08-17 Thread mwilliams
+1 Also wondering if the keywordtool will still exist in 2009 API. On Aug 17, 1:58 am, dkasak wrote: > Hi all. I couldn't find any mention of this; perhaps a decision has > not yet been made. With the release of the 2009 API ( yes, I know it's > still incomplete ), I assume v13's days are numbe

AdWords API GetKeyword service

2009-08-17 Thread sree...@cybage.com
Hi, Could you please provide me the sample code for GetKeyword Service in java v200906 version. Thanks, Sreenu. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send

AdWords API How can I obtain developer & Application token in Adwords Pro account?

2009-08-17 Thread icv_adwords
Hi Support, I'm using Adwords Pro (http://iconvex.com/mics/8-17-2009-16-27-58- PM.png). Now I would like to use Adwords API. How can I obtian devleoper & application token for existing account? Thanks, Eric --~--~-~--~~~---~--~~ You received this message because

AdWords API How do I make scheduled and timed ads for adwords?

2009-08-17 Thread prepare4it777
When I looked in the help section it said go under the settings tab under my online campaigns. hen I went there I saw no settings tab anywhere. My ad is for my church I go to and rather then spreading out so much money on the ads running all week where most will have forgotten by Sunday, I want to

AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread AdWords API Advisor
Hi Ernie, When did that error occur? We are trying to locate it in the logs and knowing the time of the error (and your timezone) would help. Thanks, - Eric On Aug 17, 2:51 am, ernnie wrote: > same here: here's the soap request and response: > > Request: > > > http://schemas.xmlsoap.org/soap

AdWords API Re: Umarshalling error

2009-08-17 Thread Exiges
I'm guessing it's because I'm putting £ symbols in the headline/ description.. but what is the way around it, using the Google Perl API code ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" grou

AdWords API Umarshalling error

2009-08-17 Thread Exiges
Hello, I'm receiving the following error from the live server: [Mon Aug 17 12:57:32 2009] Incoming Response: http://schemas.xmlsoap.org/soap/ envelope/">soap:ServerUnmarshalling Error: ParseError at [row,col]: [1,1040] Message: Invalid byte 1 of 1-byte UTF-8 sequence. Unmarshalling Error: Pars