AdWords API Re: authentication token clarification request

2009-12-14 Thread timprepscius
I would humbly suggest that the google changes authentication tokens (soon) to be dependent on the password for the account for which the authentication token was requested. Before, if somebody accidentally posted his e-mail and password and other dev-tokens etc- he'd say, "whoa", and then go and

AdWords API How do I get the current balance for an account

2009-12-14 Thread adwords...@swanseacentral.com
I'm trying to find documentation or an example where I can get the current balance for a client, but to no avail, can someone please help? -- 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-...@goog

AdWords API v2009 Hack Days

2009-12-14 Thread AdWords API Advisor
Have you been putting off migrating to v2009? Not sure where to start? Been way too busy? Well it's time to jump start your v2009 development with some in-person help from Google. Join us in Mountain View or New York for a full day of non-stop v2009 hacking. To keep things interesting throughout t

AdWords API Re: Getting error code 73 when trying to implement v13...

2009-12-14 Thread AdWords API Advisor
Hi Ven, The ID's aren't displayed anywhere in the web interface. You can get the campaignId by using the CampaignService.get() method to retrieve all campaigns and find the ID of the campaign you want. Our client libraries include examples that print out the name and ID of the campaigns: htt

AdWords API Re: Lots of 503's This Morning

2009-12-14 Thread AdWords API Advisor
Ok, great. Thanks for letting us know, it's always appreciated! - Eric On Dec 14, 11:31 am, "Pete Lavetsky (AdWords API Guru)" wrote: > It was exclusively on the AdService get* calls ... pretty sure at this > point it's all cleared up. > > Pete > > On Dec 14, 11:22 am, AdWords API Advisor > > >

AdWords API Campaign Status and ServingStatus

2009-12-14 Thread j.e.frank
I'm in the process of upgrading some code from v13 to v2009. I'm trying to get a handle on the meaning of a Campaign's "status" and its "serving status". Is there an explanation of these fields anywhere, other than the list of the enumerated values for each? My sense is that "status" refers to a

AdWords API Re: Getting error code 73 when trying to implement v13...

2009-12-14 Thread ComputerPsi
How do I get the campaignID? I created the campaign in the online interface. It doesn't seem to say the ID anywhere... On Dec 14, 11:04 am, AdWords API Advisor wrote: > Hi Ven, > > A few points: > > 1) If you are building a new application you should definitely be > using the v2009 API.  The v13

AdWords API Re: Lots of 503's This Morning

2009-12-14 Thread Pete Lavetsky (AdWords API Guru)
It was exclusively on the AdService get* calls ... pretty sure at this point it's all cleared up. Pete On Dec 14, 11:22 am, AdWords API Advisor wrote: > Hi Pete, > > I'll pass this on to the core engineering team just in case.  Are you > seeing these errors with any particular services or types

AdWords API Re: Lots of 503's This Morning

2009-12-14 Thread AdWords API Advisor
Hi Pete, I'll pass this on to the core engineering team just in case. Are you seeing these errors with any particular services or types of calls? Best, - Eric Koleda, AdWords API Team On Dec 14, 10:20 am, "Pete Lavetsky (AdWords API Guru)" wrote: > I assume Google is aware, but we're getting l

AdWords API Re: Which Keyword stats are correct?

2009-12-14 Thread AdWords API Advisor
Hi Dutch, This is expected, and is likely due to different parameters being used as well as different methods of calculation between the old and new services: http://www.google.com/url?sa=D&q=http://www.google.com/support/sktool/bin/answer.py%3Fhl%3Den%26answer%3D114875&usg=AFQjCNGeldE2Cq5qDObC

AdWords API Re: Getting error code 73 when trying to implement v13...

2009-12-14 Thread AdWords API Advisor
Hi Ven, A few points: 1) If you are building a new application you should definitely be using the v2009 API. The v13 API is set to be sunset in April, so it doesn't make sense to build a new application on this version of the API only to have to migrate it within a few months. 2) The client lib

AdWords API Re: Internal API Error when using sandbox

2009-12-14 Thread AdWords API Advisor
Hi Philip, Do you have the SOAP XML logs or the request ID for that request? Best, - Eric Koleda, AdWords API Team On Dec 14, 2:51 am, Philip wrote: > Hi, > > I am getting InternalApiError when using sandbox (https://adwords- > sandbox.google.com). > > The same code works fine if I use live API

AdWords API Re: just checking..

2009-12-14 Thread AdWords API Advisor
Hi Brian, You are in luck, we have the AdWords API Sandbox for just that purpose. More information on how to use the sandbox is available here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html Best, - Eric Koleda, AdWords API Team On Dec 11, 11:21 pm, Brian Wolf w

AdWords API Re: authentication token clarification request

2009-12-14 Thread AdWords API Advisor
Hi Tim, An authToken for the AdWords API is valid for two weeks, although it would be fine generating a new token every week or even every day. There is no need to wait for an authToken to expire before generating a new one, although requesting them too frequently (such as one per request) can lea

AdWords API Re: Bulgarian region codes

2009-12-14 Thread veseo
Hi, thanks for the information. On Dec 11, 8:43 pm, AdWords API Advisor wrote: > Hi, > > Thank you for the information.  The codes you are receiving are valid, > and the code list page in our developer documentation is merely out of > date.  I've raised this issue with the documentation team and

AdWords API Re: error 500 when calling getAllCriteria

2009-12-14 Thread AdWords API Advisor
Hi Melissa, To further investigate I will need the ID of the ad group in question. Please email it to adwordsapiadvi...@google.com and then update this thread afterwards. Best, - Eric Koleda, AdWords API Team On Dec 11, 2:51 pm, Melissa wrote: > We're currently using the v13 of the API and run

AdWords API Lots of 503's This Morning

2009-12-14 Thread Pete Lavetsky (AdWords API Guru)
I assume Google is aware, but we're getting lots and lots of 503's this morning faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (503)Service Unavailable faultActor: faultNode: faultDetail: {}:return code: 503 {http://xml.apache.org/axis/}HttpErrorCod

AdWords API Re: Updating AdGroup

2009-12-14 Thread AdWords API Advisor
Hi Aaron, I am able to pause an ad group with the following request: SET https://adwords.google.com/api/adwords/cm/ v200909"> XXX PAUSED Do you have the request ID for one of your requests that isn't working

AdWords API Which Keyword stats are correct?

2009-12-14 Thread dutchman
Hi, I'm using the keyword variations api to get the keyword search volume. I noticed that for some keywords the last month search volume between the adwords api and the google Adwords Keyword Tool GUI is very different (e.g. 100,000 vs. 10,000). Which number is more accurate? Thanks! Dutch --

AdWords API Getting error code 73 when trying to implement v13...

2009-12-14 Thread ComputerPsi
I'm trying to implement Google adwords API. I am doing this without downloading any extra SOAP libraries to keep off the extra load of bloated features. So far I made the following request: POST /api/adwords/v13/AdGroupService HTTP/1.0 Content-Type: application/xml; charset=UTF-8 Accept: applicati

AdWords API Discrepency in data reported by different reports types

2009-12-14 Thread jayant
We have been observing that cost reported by "placement performance" report is not matching with cost reported by "URL performance" report for Keyword Matching type "Content". I pulled online reports from adwords.google.com and found the same behavior on google live site. URL performance report is

AdWords API Internal API Error when using sandbox

2009-12-14 Thread Philip
Hi, I am getting InternalApiError when using sandbox (https://adwords- sandbox.google.com). The same code works fine if I use live API. Any ideas? Any other debug info I could provide? Thanks, P [faultstring] => InternalApiError.UNEX

AdWords API just checking..

2009-12-14 Thread Brian Wolf
Hi, I'm a java developer. Just checking into this. Is there any kind of sandbox/dummy database I can play around with this api for free to larn how to use it. Thanks, Brian -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this

AdWords API Sandbox viewer/editor

2009-12-14 Thread ZSvedic
Hi all, One of the biggest obstacles when developing against AdWords API is inability to view/edit sandbox content using some GUI. If anybody needs it, we have developed small GUI application for that purpose: http://www.gemboxsoftware.com/Ppc/Overview.htm#ReferenceApplication In order to run it,