AdWords API Re: edit ad extension error

2010-04-15 Thread freesystems.t...@gmail.com
Hi, When i publish the keyword it has inserted ([keyword]) . it should look like: “keyword”. it's adding extra braces. my operation array is like this AdGroupCriterionOperation Object ( [operand] => BiddableAdGroupCriterion Object ( [userSt

AdWords API Which language is well supported?

2010-04-15 Thread qingbo
Just saw the adwordsapi official blog post "Discover v2009: Error handling" http://adwordsapi.blogspot.com/2010/04/discover-v2009-error-handling.html It looks promising and right, it's more important and more difficult to handle errors than the normal cases. Also on several pages of AdWords API

AdWords API Re: Where is "API Center" menu in my AdWords account?

2010-04-15 Thread Daniel Parker
Did you ever find your API tab in your account? I woukld like to activate mine also, but I can not find any sign of my API tab in my my MCC account, how do you regiaster? Parker On Apr 1, 4:11 am, bcurtu wrote: > I want to sign up for AdWords API, so I follow the instructions > (https://adword

AdWords API Re: Couldn't find the my client center user Interface

2010-04-15 Thread Daniel Parker
Please help, how do you register when there is no API tab in your MCC account, where do you go to apply for developers token and all other pertinent information involving registration? A step-by-step definition would be great! Please respond? D. Parker On Apr 15, 2:44 am, "hamza.meham...@equit

AdWords API Anyone with CXF?

2010-04-15 Thread Tomas Carini
We are trying to interact with v2009 with classes generated by CXF. Obviously we are in a rush since we just started :). Generation went well, we have a lot of classes, but we still can't figure out how to make a simple service call and retrieve results. Any help (example, advice) will be very welc

AdWords API Re: CPC Estimates

2010-04-15 Thread BrandonHall
My fault. I just found this blog post from Google: http://adwordsapi.blogspot.com/2010/02/60-days-left-to-migrate-to-v200909.html On Apr 15, 5:38 pm, BrandonHall wrote: > With the sunset of V13 less than a week away are there any options for > getting CPC Data? I always figured the TrafficEstimat

AdWords API CPC Estimates

2010-04-15 Thread BrandonHall
With the sunset of V13 less than a week away are there any options for getting CPC Data? I always figured the TrafficEstimator service would be released before the sunset of V13 but it doesn't look like it. What are the options? Thanks for your help. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-15 Thread SW
Is it the same case with CampaignAdExtensionService? On Apr 15, 9:44 am, AdWords API Advisor wrote: > Hi, > > That's correct, AdExtensionOverides cannot be updated after they are > created. > > Best, > - Eric Koleda, AdWords API Team > > On Apr 14, 5:01 pm, SW wrote: > > > > > Hi, > > > When I t

AdWords API Re: Api Error Parser

2010-04-15 Thread Joshua J. Kugler
You didn't say what language you are using, but that looks like PHP. That is a PHP object, so you should be able to do treat it as a standard PHP array. No need to parse it. j On Thursday 15 April 2010, jakov34 elucidated thus: > Hi, > Is there any example, how to parse AdWords API Error. > L

AdWords API PHP get all client IDs

2010-04-15 Thread billybob
I can't seem to find a method that will reurn all client ID's associated with a top level account in the new php client api. Is there anything? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and

AdWords API v2009 in PHP4 (Campaign Service)

2010-04-15 Thread JerryGarcia
Hi, I'm battling thru this new api service. Since my client hasn't upgraded to PHP5 (i hate them for that) I have a question on the new format of a call to set a Campaign to pause using PHP 4. This is what i Have so far $headers = '' . $email . ''. '' . $password . '' . '' . $client_email

AdWords API Api Error Parser

2010-04-15 Thread jakov34
Hi, Is there any example, how to parse AdWords API Error. Lets say that I have error like this: [message:protected] => [BiddingError.NON_POSITIVE_BID @ operations[0].operand.bids.keywordMaxCpc] [string:private] => [code:protected] => 0 [file:protected] => ./src/Google/Api/Ads/Commo

AdWords API Re: Problems saving AdGroup

2010-04-15 Thread AdWords API Advisor
Hi, If you want to set ManualCPCAdGroupBids then you need to ensure that your campaign uses the ManualCPC bidding strategy. Best, - Eric Koleda, AdWords API Team On Apr 14, 7:31 pm, "sla...@gmail.com" wrote: > I'm getting the following error trying to save an adGroup.  I got this > error runnin

AdWords API Re: Exception while trying to add campaign budget

2010-04-15 Thread AdWords API Advisor
Hi Sai, The MONTLY budget is a legacy option which cannot be used in new campaigns. A better error message will be returned in the next version of the API. Best, - Eric Koleda, AdWords API Team On Apr 15, 7:15 am, RAGHAVENDRA SUDHA wrote: > Hi, > i am getting an exception while trying to add a

AdWords API Re: Information needed on v2009 -- exceptions

2010-04-15 Thread AdWords API Advisor
Hi Sai, To avoid CONCURRENT_MODIFICATION errors you should ensure that each thread works on a different campaign. When these errors do occur you should pause for a few moments and retry the request. The UNEXPECTED_INTERNAL_API_ERROR can have many causes, and if you provide me with a requestId I

AdWords API Re: bulk mutate with asociated MCC

2010-04-15 Thread AdWords API Advisor
Hi, It looks like the IDs you are using aren't valid. Refer to the fieldPath of the ApiError to determine which ID is invalid. Best, - Eric On Apr 15, 6:37 am, glownet wrote: > i did a new test, usualy i used customerID , but now i used campaingID > for pause a adgroup, and i got conection but

AdWords API Re: REGISTRATION

2010-04-15 Thread AdWords API Advisor
Hi, To register as a developer follow the steps listed here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 Best, - Eric Koleda, AdWords API Team On Apr 14, 10:32 pm, Daniel Parker wrote: > How does one reister for a API acount and developers token? I have  looke

AdWords API Re: Policy Errors on Keywords in Sandbox

2010-04-15 Thread AdWords API Advisor
Hi Peter, The documentation refers to the v13 version of the API, and the behavior has changed in the v200909 version. To trigger a policy violation error in the sandbox you can use the term "google". Best, - Eric Koleda, AdWords API Team On Apr 14, 8:50 pm, Peter wrote: > According to the doc

AdWords API Re: Sandbox and conversion optimizer

2010-04-15 Thread AdWords API Advisor
Hi Henri, Unfortunately it isn't possible to bypass those checks at this time. I'll raise the issue with the core engineering team, as it would be a useful feature. Best, - Eric Koleda, AdWords API Team On Apr 14, 7:08 pm, h805 wrote: > Hi, > > I am trying to test some code that deals with the

AdWords API Information needed on NegativeKeywords

2010-04-15 Thread RAGHAVENDRA SUDHA
HI, i have few doubts regarding the functionality of NegativeKeywords. Lets say i have a campaign -- Campaign#1 .. for this campaign i have an adgroup -- Adg#1. -- and for this adgroup i have a keyword "QTP". when i am trying to add a negative keyword "QTP" at adgroup level i am getting an error

AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-15 Thread AdWords API Advisor
Hi, That's correct, AdExtensionOverides cannot be updated after they are created. Best, - Eric Koleda, AdWords API Team On Apr 14, 5:01 pm, SW wrote: > Hi, > > When I try to mutate the AdExtensionOveride with SET operation, I get > the error stating "[OperatorError.OPERATOR_NOT_SUPPORTED @ > op

AdWords API Re: USER_PERMISSION_DENIED

2010-04-15 Thread AdWords API Advisor
Hi, Please ensure that the MCC user you generated the authToken for has access to the client account specified in the clientEmail header. Best, - Eric Koleda, AdWords API Team On Apr 14, 4:35 pm, "cviorel2...@yahoo.com" wrote: > Hi! > I’m new in Google API. > When I’m trying to test the SampleW

AdWords API Re: CampaignTarget 'SET' Operation problems

2010-04-15 Thread AdWords API Advisor
HI NS, There is no object called NetworkTargetOperation. The CampaignTargetService only has a CampaignTargetOperation, which sets a TargetList. To update targets the process should be: - Use CampaignTargetService.get() to retrieve the current targets - Add/update/remove targets from the TargetL

AdWords API Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2010-04-15 Thread AdWords API Advisor
Hi Gerard, This error means that potentially fraudulent activity was detected on the account so access has been restricted. http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.QuotaCheckError.html You can contact your AdWords representative or adwords- supp...@google.com

AdWords API Re: how do I get the username/password from an AdWordsUser (v200909 .NET client library)?

2010-04-15 Thread AdWords API Advisor
Hi, Please remember that the username and password of the AdWordsUser is used to obtain an authToken, which is only valid for two weeks. Best, - Eric Koleda, AdWords API Team On Apr 15, 8:14 am, Zweitze wrote: > Assuming .NET library: > Call AdwordsService.GetService(), any service will do. > Y

AdWords API Re: Deleted Ads not returned by AdgroupAd service

2010-04-15 Thread AdWords API Advisor
Hi Sai, This is a known limitation of the v200909 version of the API. We are hoping to enable the retrieval of deleted ads in the next version. Please also be aware that deleted ads cannot be "un-deleted" any longer, in the AdWords web interface or the API. Best, - Eric Koleda, AdWords API Team

AdWords API Couldn't find the my client center user Interface

2010-04-15 Thread hamza.meham...@equitystory.de
Hallo Everybody, we are planning to use the AdWords API from our program code written in Perl. We have found also that there is a client perl code provided by Adwords. As far as we understood, in the perl client code we need to use our token which should be provided in the my client centre. We hav

AdWords API Error handling in adwords4r?

2010-04-15 Thread adwo...@cargurus.com
Any idea when error handling will be implemented in v2009 of adwords4r? Right now it always returns a googleInternalError object. It does not cast errors into the correct error classes. I have talked to other developers who use the client and their workaround is to parse the returned faultstring an

AdWords API Problems saving AdGroup

2010-04-15 Thread sla...@gmail.com
I'm getting the following error trying to save an adGroup. I got this error running my own code but I also got the same error running the code from the Java client library sample code. [AdGroupServiceError.BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH @ operations[0].operand.bids] Code Snippet - pu

AdWords API Re: how do I get the username/password from an AdWordsUser (v200909 .NET client library)?

2010-04-15 Thread Zweitze
Assuming .NET library: Call AdwordsService.GetService(), any service will do. You'll find the information in the service properties emailValue and passwordValue. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find u

AdWords API Exception while trying to add campaign budget

2010-04-15 Thread RAGHAVENDRA SUDHA
Hi, i am getting an exception while trying to add a campaign with "BudgetBudgetPeriod.MONTHLY " and "BudgetBudgetDeliveryMethod.STANDARD". all i get from this exception is "Fault occurred while processing.". once for the same camoaign if i change the "BudgetBudgetPeriod.MONTHLY " -- to "BudgetBud

AdWords API Information needed on v2009 -- exceptions

2010-04-15 Thread RAGHAVENDRA SUDHA
Hi, i am getting some errors while trying to add keywords/Ads/Negative Keywords in using v2009 api Sometimes we get the API error -- AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: DatabaseEr

AdWords API Re: bulk mutate with asociated MCC

2010-04-15 Thread glownet
i did a new test, usualy i used customerID , but now i used campaingID for pause a adgroup, and i got conection but later the request had an error: error: [12:10:20] Javi: [EntityNotFound.INVALID_ID @ operations[0].operations[0].operand.id; trigger:'AdGroupId: x80907'] this is the operationst

AdWords API Re: bulk mutate with asociated MCC

2010-04-15 Thread glownet
hello , the error is [IdError.NOT_FOUND @ operation.operand.request.operationStreams[0]] i try to do it in my premiun account and get correct results, but when i try to do it in standar account in a linked MCC (not premiun) don't work and a get this error. thanks you On Apr 13, 9:39 pm, AdWords

Re: AdWords API weird error when get campaign negative criterion using CampaignCriterionService

2010-04-15 Thread Daniel
Hi Eric, > Please note, this issue only affects campaigns that use the > "Below the fold" placement category exclusion. Good to hear that since nearly 30 days the first time so we can communicate that to our clients. :-/ Looking forward to the patch to resume our work Regards, Daniel On 13 Apr