AdWords API Re: Sandbox Over Quota

2009-12-18 Thread AdWords API Advisor
Hi Everyone, A fix was developed for this problem and deployed to the servers. My testing has shown that the bulk mutate rate limit errors are no longer triggered by non-bulk mutate operations. Be aware though that there are other rate limits in the system that you may run in to when making exce

AdWords API Re: Deleting a text ad in order to change a field

2009-12-18 Thread HK
I have a related follow-up question to this thread. In v13, you could change the status of a disabled ad back to let's say active. However, in v200909, it seems that this is no longer allowed. Can someone confirm this please as it unfortunately will require a lot of changes in our software which wa

AdWords API Re: Ad Approval Status

2009-12-18 Thread AdWords API Advisor
Hi Alex, The documentation has been updated and there is now more information available about these values: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.Ad.ApprovalStatus.html If you have any specific questions let me know. Best, - Eric On Oct 23, 10:11 am, AdWo

AdWords API Re: Problem with reports for accounts from Chile

2009-12-18 Thread AdWords API Advisor
Hi All, I apologize for the late update, but a fix has been deployed for this issue and my tests indicate the problem is resolved. Let me know if you run into any issues. Best, - Eric On Oct 29, 12:28 pm, AdWords API Advisor wrote: > Hi Henri, > > Thank you for your patience on this issue.  Th

AdWords API Re: Sandbox problems

2009-12-18 Thread poor_yorik
Yes, Eric and I can tell more, I have used all accounts which I have for Adwords, and I get the same result. Even with account which have real adwords account. And yes none of my account didn't used sandbox before. Can be problem in tab chars, which are sending before password and developerToken. B

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-12-18 Thread Eric
Eric, We are also experiencing the same problem but when we switch to using a sub-MCC. So our structure looks like Main MCC Sub MCC #1 Account #1 ... MobileAd Account #2 Account #3 ... MobileAd Sub MCC #2 ... When we submit the report request usin

AdWords API Re: Sandbox problems

2009-12-18 Thread AdWords API Advisor
Hi Egor, Can you double check your password again? Did this account use to work in the sandbox, or is the first time you are using it in the sandbox? Best, - Eric On Dec 18, 10:47 am, poor_yorik wrote: > Ihave restored my email, but still have the same problems(( > > Host: sandbox.google.com >

AdWords API Re: The UNEXPECTED_INTERNAL_API_ERROR rears its ugly head again...

2009-12-18 Thread AdWords API Advisor
Hi Rainer, Thanks for reporting this error. The cause was that the campaign was previously set up with a monthly budget, a beta feature that has been sunset. When you were setting the budget you didn't specify the budget period as DAILY, so it was trying to set a monthly budget, leading to an er

AdWords API Re: Sandbox problems

2009-12-18 Thread poor_yorik
Ihave restored my email, but still have the same problems(( Host: sandbox.google.com User-Agent: NuSOAP/0.7.3 (1.114) Content-Type: text/xml; charset=UTF-8 SOAPAction: "" Content-Length: 807 contextured.sand...@googlemail.com password contextured.sand...@googlemail.co

AdWords API Re: Cannot catch ApiException

2009-12-18 Thread Almas Kanjiyani
Hi Eric, I am also facing the same issue. While i try to catch the ApiException in case of any AuthenticationError.GOOGLE_COOKIE_INVALID exception, it throws a SoapException instead of an ApiException. Why is this so? Also the ApiException class is not available on adding reference to the v200909

AdWords API Re: ad group criteria selector issue: python 8.0.0, v200909

2009-12-18 Thread JosipK
Hi, There are a bit more steps that you need to set. Here's code snippet for C#, but I think that is "pretty" similar for Python. // Make user AdWordsUser user = new AdWordsUser(); // Standard filter AdGroupCriterionIdFilter criterionFilter = new AdGroupCriterion

AdWords API Re: ad group criteria selector issue: python 8.0.0, v200909

2009-12-18 Thread david
Thanks, Eric, but how would you do this in Python? David. On Dec 17, 10:47 am, AdWords API Advisor wrote: > Hi David, > > The selector for AdGroupCriteria works a little differently than other > selectors, and doesn't have an adGroupId field: > >  http://code.google.com/apis/adwords/v2009/docs/r

AdWords API The UNEXPECTED_INTERNAL_API_ERROR rears its ugly head again...

2009-12-18 Thread rz
Hi API-Team ! We're using the Java-Client-API's v200909 CampaignService.mutate() method, and we were trying to update the budgetAmount of a previously exported Campaign. The previous Campaign hat a DAILY budgetAmount of 0.01$, which was way too low naturally. Long story short: Using this request

AdWords API Re: data to a xml

2009-12-18 Thread phpoo
Hi Eric The problem is that many data if my connection fails my database is compromised. Thanks P.W On 17 dez, 13:57, AdWords API Advisor wrote: > Hi P.W., > > The new AdWords API PHP client library currently doesn't support > returning data as raw XML, only as objects.  Could you use the objec

AdWords API Re: Time Response

2009-12-18 Thread MarkoZ
Hi, We have made component (in .NET) that can download all Account (all campaigns, adgroups, keywords, ...). When we download all account (around 50 000 keywords) it takes under 5 minutes... I don't work with apility but I don't think that Google's AdWords system needs so much time. Regards, --

AdWords API Re: Cannot catch ApiException

2009-12-18 Thread MarkoZ
Hi, That sample code is old. They have changed Exception handling. ApiException is no Exception. AdWordsApiException is. Here's some code snippet that you need to use: try { // service call adGroupCriterionService.mutate(operations.ToArray