AdWords API Re: How can I get ApiException out of response?

2010-03-16 Thread qingbo
Hi, What I want is getting the ApiException like the Java example does. The object should have a "errors" property which is an array of detailed error information, as documented in http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.ApiException.html Seems adwords4r didn't im

AdWords API Re: AdParamService Exception

2010-03-16 Thread Jeff
Hi Eric, Sorry for this wrong error. Of course, it was only the client email that was bad. Thank you, jeff On 15 mar, 23:43, AdWords API Advisor wrote: > Hi Jeff, > > It looks like you may be using the wrong clientEmail when trying to > make this request.  Please double-check your credentials

AdWords API Re: AdParam

2010-03-16 Thread Andy
Well, I'm trying to post using the php adwords api from Google. When trying to post a £ sign i get the error: xa3...' is not a valid utf-8 string So, the only ones I can post is £ or £. But even then im not sure how they will come out when the advert is displayed... On Mar 4, 12:03 pm, Kema

AdWords API ad edit error

2010-03-16 Thread freesystems.t...@gmail.com
Hi, getting the below error when edit ad [faultstring] => [ReadOnlyError.READ_ONLY @ operations[0].operand.ad.id] [faultcode] => soap:Server [detail] => stdClass Object ( [ApiExceptionFault] => stdClass Object ( [message] => [ReadOn

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-16 Thread Morten Blinksbjerg Nielsen
I'm still having problems. I use the PHP library, and I've just upgraded to version 2.0.1. My code is based on examples/AddAds.php. Basicly I just changes $adGroupId to match one of my groups. I can create campains and groups, but not ads. Hope someone can help :-) Let me know what more info you'

AdWords API Adword API import

2010-03-16 Thread Hudar
Hi, Just a little bit confuses. If we want to import client's existing adword campaign to our application on behave of client, could we do it using oauth? So we don't need to ask client to give us their adword account, but fill in on the google page directly. Or is there another way without askin

AdWords API How can use code Get Site By Topic

2010-03-16 Thread kobold3012
I'm student, i have exercise to get sites by topic, now i found in code.google.com this code by link :http://code.google.com/p/adwords- api-dotnet-samples/source/browse/trunk/src/GetSitesByTopics.cs , but in this code i haven't understand this fragment: private static String email = "INSERT_LOGIN_E

AdWords API Get QuotaCheckError.INVALID_TOKEN_HEADER error message

2010-03-16 Thread Jan Kapusta
Hi, I try to use AdWords api with perl. I started with AdGroupAdService. After call method with selector and headers, i get error message "QuotaCheckError.INVALID_TOKEN_HEADER @" I am using Google::AdWords::AuthToken library. So code look like (logic has beeen copied from adwords-api-perl- sa

AdWords API Re: AdError.INVALID_INPUT - should not happen according to documentation

2010-03-16 Thread AdWords API Advisor
Hi Ales, The error you are receiving isn't very clear, and we'll work on changing that. The reason that the URL is invalid is because it contains unescaped spaces. Spaces in URLs must be escaped as %20. Best, - Eric Koleda, AdWords API Team On Mar 15, 9:05 am, Ales Sturala wrote: > Hello, > w

AdWords API Re: Keyword Report service / Adwords GUI : statistics differences

2010-03-16 Thread AdWords API Advisor
Hi, This is expected behavior. The statistics in a report can be corrected if more data comes in regarding invalid clicks, etc. The values are fairly stable after about 3 hours after the close of the day, but you may want to re-download the report a day later to get the most accurate data. ht

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-16 Thread mariek
I also confirm having problem with ruby lib On 16 Mar, 00:20, Morten Blinksbjerg Nielsen wrote: > I'm still having problems. I use the PHP library, and I've just > upgraded to version 2.0.1. > > My code is based on examples/AddAds.php. Basicly I just changes > $adGroupId to match one of my groups

AdWords API Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-16 Thread Achal Rastogi
Hi Eric, I just upgraded our java client lib to 7.1.0. It resolved the memory issue but I am still seeing a lot of AuthenticationError.CLIENT_EMAIL_INVALID errors which failed our bid update. Any suggestion on a workaround? thanks Jeff On Mar 15, 7:17 am, AdWords API Advisor wrote: > Hi Jeff, >

AdWords API Issue Updating TextAd

2010-03-16 Thread Pete Lavetsky (AdWords API Guru)
Hello, I'm having an issue updating a TextAd through the Sandbox API. The requestId is 16af688abeb0335fce11fcd2fda14a2f ... I am changing the headline of the TextAd, but the mutated result is not reflecting that. No exception is being thrown. I am using AdGroupAdServiceInterface of the Java cli

AdWords API mutate and errors

2010-03-16 Thread SW
Hi, I am calling mutate service on AdGroupAdService. I have for example 5 operation that I want to perform including Add, remove and set. If there is a policy violation or other kinds of errors in the first or second operation, does the mutate operation continue with the next operation or finishe

AdWords API Re: Issue Updating TextAd

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
Only the status property can be updated on ads. If you want to update the other properties then you have to delete and recreate. Cheers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discuss

AdWords API Re: Adword API import

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
You can access an adwords account in 2 ways through the API 1. Get their account linked to your MCC and use the clientEmail or accountid to access the account (no need for password) 2. Use a login/password directly (no need to link into your MCC) Cheers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API Re: mutate and errors

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
The whole request will be ignored (nothing will get updated). You can then set exemption requests on the failed operations and then resend the whole operation array or you can remove the operations that failed from the array and resend it. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have

AdWords API Re: ad edit error

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
It would help if you posted the soap request. If it's an ADD operation then the id should not be included in the soap request. If it is an update (SET operation) then remember that the only property you can update is the status. When doing updates I think you have to pass an Ad object in the AdGro

AdWords API Re: mutate and errors

2010-03-16 Thread SW
Hi, Peer Thank you for the quick answer. The api throws an error when try to mutate a list of operations. Do I have to parse the errors to find out which ones failed or there is other method/way to get the failed operations? Thank you again On Mar 16, 5:22 pm, "Peer Jakobsen (AdWords API Guru

AdWords API Re: GeoTarget[] size limitation in v2009 CampaignTargetService

2010-03-16 Thread AdWords API Advisor
Hi Guy, The limits on geo targets has not changed in v2009. We'll update the documentation to include this information. Best, - Eric Koleda, AdWords API Team On Mar 11, 2:00 pm, Guy Zucker wrote: > Hi, > > I've been looking for a limit on the number of Geo-Targets you can upload in > v2009 (Ca

AdWords API Re: adwords api v200909 for Perl: noticed problems while executing instructions available in the README (under the Typemap directory)

2010-03-16 Thread AdWords API Advisor
Hi Suraiya, Please see my response to another thread: http://groups.google.com/group/adwords-api/browse_thread/thread/d738463da3b5bdbe Best, - Eric Koleda, AdWords API Team On Mar 3, 6:26 pm, Suraiya wrote: > Hello, > I tried to get a fresh copy of Google Adwords api V200909 for Perl. > Aft

AdWords API Re: Problems building perl client api

2010-03-16 Thread AdWords API Advisor
Hi, Please see my response on another thread: http://groups.google.com/group/adwords-api/browse_thread/thread/d738463da3b5bdbe Best, - Eric Koleda, AdWords API Team On Feb 26, 5:21 pm, dsanborn wrote: > Per the instructions in the google-api-adwords-perl/README file I have > done the follow

AdWords API Re: Perl API Support.

2010-03-16 Thread AdWords API Advisor
Hi Rick We are aware that the Perl client library is out of date, and we are actively working on updating it to take full advantage of the v200909 version of the API. We encourage AdWords API Perl developers to contribute to the open source project and help to accelerate the process, but we want

AdWords API Re: Keyword CPC in v2009

2010-03-16 Thread iGods
chiming in late in the game... has this functionality been restored to the API in v2009? thanks. On Feb 26, 8:36 am, AdWords API Advisor wrote: > Hi, > > The TargetingIdeaService does not return estimated CPC values.  This > can be done using the TrafficEstimatorService, which hasn't yet been >

AdWords API Maximum Number of Operations in AdGroupCriterionService Mutate Call

2010-03-16 Thread Ralph Stevens
What is the maximum number of operations allowed in the AdGroupCriterionService mutate call? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

AdWords API Help parsing ApiException

2010-03-16 Thread Ram
I am trying to parse the ApiException returned by v2009 APIs and match the errors to appropriate operation index. I can manually parse the faultString and figure out which operations have errors, but I am trying to build a generic Java routine that works for all types of errors. I understand OGNL c