Re: Trouble adding non ASCII keywords

2013-04-24 Thread assaf
Hi, I guess this was a client encoding issue that I resolved and the keyword text does except the hebrew chars now. Thanks anyway. On Tuesday, April 23, 2013 9:38:15 PM UTC+2, assaf wrote: Hi, I am trying to add keywords in hebrew and I get the INVALID_CHARS error. From what I read I

Re: Test account problems?

2013-04-24 Thread assaf
Hi, I seem not to be getting this issue anymore as much as I did. I will update if I need assitance. Thank you. On Tuesday, April 23, 2013 9:54:00 PM UTC+2, David Torres (AdWords API Team) wrote: Hi, There are not known issues with test accounts that we are aware of. What specific

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-24 Thread assaf
From what I see the update of the campaign details are fine the only issue is the budget. *What would be the correct way to update the campaign budget -* ** *I try to create a new one with the BudgetService but get a duplicate name error when trying to create a new one (one exists with the

Re: Open google-api-ads-python issues

2013-04-24 Thread Dorian Kind
Many thanks, David! On Tuesday, April 23, 2013 10:08:59 PM UTC+2, David Torres (AdWords API Team) wrote: Hi Everyone, Sorry for the inconveniences. I've made aware the Python client library maintainer of this issue. He will be cutting a new release soon. Best, - David Torres - AdWords

Re: INVALID_OPERATION_ENHANCED_CAMPAIGN

2013-04-24 Thread Danial Klimkin
Hello Etienne, Enhanced campaigns are enabled for all platforms automatically. Please see this announcement for more details: http://adwords.blogspot.ru/2013/02/introducing-enhanced-campaigns.html -Danial, AdWords API Team.

BiddingErrors.INVALID_BID for null content bid at AdGroupCriterionLevel

2013-04-24 Thread haiku
Hi, I am creating keywords with the bids array containing a CpcBid object. As adwords documentation suggests that content bid cannot be set at ad group criterion level, I am setting the content bid to null. Eg: com.google.adwords.api.CpcBid out = new com.google.adwords.api.CpcBid();

Re: Faulty selector 'TargetCpaBid' - Campaign Service v201302

2013-04-24 Thread Anash P. Oommen (AdWords API Team)
Hi Eliya, You can only retrieve bid at adGroup or lower level, not at campaign level. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, April 19, 2013 11:03:10 AM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi Eliya, Thanks for reporting, I'll investigate this further.

Re: Retrieving id’s of Ad Groups upon committing

2013-04-24 Thread Anash P. Oommen (AdWords API Team)
Hi Rasmus, You could check if the response is signed as AdWords API Advisor to know if it is an official response. Cheers, Anash On Monday, April 15, 2013 3:17:42 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: HI Rasmus, You get the objects in the same order as you passed them to

Re: RateExceededError rateName=BillingPerDay

2013-04-24 Thread Anash P. Oommen (AdWords API Team)
Hi Elena, You could apply for Standard access by filling this form: https://www.google.com/appserve/fb/forms/standardaccess/. The review team will get back to you with more steps once you have submitted the application. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, March 29, 2013

Re: Token : Adwords API : ruby client

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Eduardo, Another thing that probably wasn't clear from my last message. Can you just check, that you're storing the accessToken and the requestToken on the server. These should be passed back from the user login and consent stephttps://developers.google.com/accounts/docs/OAuth2#login .

Re: Performance overheads with Logging SOAP XML request and response

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Alan, The performance overheads of storing the SOAP request / response on every request are fairly negligible in comparison to the HTTP request it makes before it*. However, you should take into consideration, how quickly it might fill up your server's disk space. I personally would use a

Re: Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Steve, Currently, the AWQL interface is read-only. I'll put this forward as a feature request and give your use case as an example. One thing to consider though, it'd currently take 2 requests to perform this action; a request to the AWQL for the IDs, and a mutate request to the service to

Re: Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-24 Thread Steve Wollkind
Conceptually, two requests, but in practice, many more, as there are limits as to how many keywords I can or should delete in a single mutate job service call, and I'm working with numbers that are far in excess of those limits. I'm envisioning a world where I really could delete 100,000

Re: Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-24 Thread Paul Matthews (AdWords API Team)
Thanks for adding depth to the request. Cheers, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api