AdWords API Re: Sandbox Over Quota

2009-11-17 Thread martinusapiklie...@centrum.sk
But this error I get in the production environment. The exact error is: QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the quota in the following categories:bulk_light_api_type,bulk_light_qps' On 17. Nov, 00:35 h., AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi,

AdWords API Re: Insert 1500 keywords

2009-11-17 Thread martinusapiklie...@centrum.sk
It is in the production environment. Occurred me 2 times - when I tried to insert about 2,500 keywords after one... On 17. Nov, 00:39 h., AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, In regards to your points: 1) I will look into this further. 2) This feature doesn't exist at

AdWords API Re: Required Minimum Functionality for SEMO clients

2009-11-17 Thread David Levy
Hi Eric, Actually, we are looking for a business information, not a legal information. Do Google want us to integrate features also if we don't need them for our product and if we are not an Adwords Client ? It this API only dedicated to develop Adwords Client that would replace completely

AdWords API Re: AdGroup negative criteria with v13

2009-11-17 Thread Travis B
Hi Eric, I am using awapi_python_lib_7.2.0 for python. It works fine for posting keywords where I don't set 'negative': True. The method looks like this BEGIN CODE def add_keywords(self, ad_group_id, keyword_list, match_type): neg_criteria = [] print match_type

AdWords API PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-17 Thread Eugene
This code: $infoService = $user-GetInfoService(); $is = new InfoSelector(); $is-dateRange = new DateRange( date(Ymd, mktime(date(H), date(i), date(s), date(m), date (d)-1, date(Y))), date(Ymd, mktime(date(H), date(i), date(s), date(m),

AdWords API Re: Not returning complete records

2009-11-17 Thread AdWords API Advisor
Hi Kelvin, The v13 and v2009 APIs are the only way to programmatically retrieve data from AdWords. Best, - Eric On Nov 16, 9:19 pm, Kelvin xzl@gmail.com wrote: Hi,thanks for the clarification. But is it possible to get all the campaigns without using web interface? Thanks. On 11月17日,

AdWords API Re: Required Minimum Functionality for SEMO clients

2009-11-17 Thread AdWords API Advisor
Hi David, Unfortunately information about the terms and conditions does constitute legal advice, which I can't provide. If you have further questions about how these terms and conditions relate to your business please consult a lawyer. Best, - Eric On Nov 17, 5:42 am, David Levy

AdWords API Re: Error from add criteria

2009-11-17 Thread AdWords API Advisor
Hi, In regards to your questions: 1) It is not possible to increase the amount of keywords per ad group or per account. You should either try to remove unnecessary keywords or create new AdWords accounts for large campaigns. 2) I'm not sure what this error message means exactly, but I don't

AdWords API Re: Developer Token and Application Token

2009-11-17 Thread AdWords API Advisor
Hi, You can sign up as a AdWords API developer here: https://adwords.google.com/select/ApiWelcome. After you fill out the forms your information will be reviewed, which may take up to two weeks. If you are approved to use the API you will receive an email and with information on how to find

AdWords API Re: Google API costs

2009-11-17 Thread AdWords API Advisor
Hi, Yes, if an account has free API units those will be used up first. Any additional units will be billed to the account that owns the developer token. Best, - Eric Koleda, AdWords API Team On Nov 17, 9:18 am, K_V_R ramana.kint...@gmail.com wrote: Hi,     If i contact google api using

AdWords API Re: AdGroup negative criteria with v13

2009-11-17 Thread AdWords API Advisor
Hi Travis, This error is being generated by the library, and the cause appears to be a missing criterionType field on your keywords ( see http://code.google.com/apis/adwords/docs/developer/Keyword.html#criterionType ). This is a required field of the criterion and must be set. Best, - Eric

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-17 Thread AdWords API Advisor
Hi Eugene, One point is that when using the apiUsageType FREE_USAGE_API_UNITS_PER_MONTH you should not specify a date range ( see http://code.google.com/apis/adwords/v2009/docs/reference/InfoService.InfoSelector.html ). I'm not sure if this the cause of your exception though. Do you have the

AdWords API Re: Sandbox Over Quota

2009-11-17 Thread AdWords API Advisor
Hi, There have been other reports of this happening when the BulkMutateJobService wasn't used, and our core engineering team in looking into it. Best, - Eric On Nov 17, 12:13 pm, martinusapiklie...@centrum.sk martinusapiklie...@centrum.sk wrote: I use only CampaignService, AdGroupService,

AdWords API Re: AdGroup negative criteria with v13

2009-11-17 Thread Travis B
Hi Eric, That was it! Thanks so much for your extremely valuable help. I really appreciate it. -Travis On Nov 17, 1:57 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Travis, This error is being generated by the library, and the cause appears to be a missing criterionType

AdWords API I want get click0 keywords in my deailyReport and ignor no imps and no clicks keywors.

2009-11-17 Thread geniusfox
Hello i user adwords4r v13 in my system. follow is my code adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(creds)) report_name = '%s-keyword-report-%s' % [google_account.account_id,stat_date] job = AdWords::DefinedReportJob.new job.selectedReportType = 'Keyword'