Hi,
I have tried this and worked fine for some time. Again I am getting
same exception. Could you please tell me the cases which adwords can
lock accounts.
On Nov 17, 2:14 am, AdWords API Advisor
wrote:
> Hi Sreenu,
>
> Have you tried using the account unlock CAPTCHA?
>
> https://www.google.co
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'
job
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
wrote:
> Hi Travis,
>
> This error is being generated by the library, and the cause appears to
> be a missing "criterionType" field on your keywords (
Hi Martin,
my experience is that around 15.000-18.000 elements (campaigns/
adgroups/ads/keywords) can be uploaded daily, then you get the
DB_OPERATION exception and you have to wait for another 24 hours. I
didn't run the API for more than 24 hours before so this seems like
the daily limit.
Regards
Hi Kelvin,
There should be no hard limit of 31 results in any of the services.
Have you confirmed that the raw XML response only has 31 results?
Best,
- Eric
On Nov 17, 1:28 pm, Kelvin wrote:
> Thanks. Just now, I found that no matter what the method is
> (getAllAdWordsCampaign, getAllAdGroups)
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"
wrote:
> I use only CampaignService, AdGroupService, AdGroupCriterionService
> servi
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
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 Kol
Thanks. Just now, I found that no matter what the method is
(getAllAdWordsCampaign, getAllAdGroups), the corresponding webservice
always return a set of 31 objects. So does the problem lie in some
settings in application so that only fixed amount of objects are
accessed?
Best.
On 11月18日, 上午12时38分
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 wrote:
> Hi,
> If i contact google api using developer token and applicati
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 your
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
thi
Hi Rainer,
The problem is that the server is not correctly verifying CUSTOMER_ID
EntityId objects. This is a known issue that the core engineering
team is aware of and is working on. I'll update this thread when I
have more information.
Best,
- Eric
On Nov 17, 6:27 am, rz wrote:
> *bump* ?
-
I use only CampaignService, AdGroupService, AdGroupCriterionService
services and get, mutate functions...
No I don't use BulkMutateJobService...
On 17. Nov, 17:41 h., AdWords API Advisor
wrote:
> Hi,
>
> What service and methods did you use? Did you use the
> BulkMutateJobService at all?
>
> Be
It varies... Yesterday it was around 2500.
On 17. Nov, 17:40 h., AdWords API Advisor
wrote:
> Hi,
>
> To be clear, how many total keywords did you create that day? 1500 +
> 2500?
>
> Best,
> - Eric
>
> On Nov 17, 4:03 am, "martinusapiklie...@centrum.sk"
>
> wrote:
> > It is in the production en
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 wrote:
> Hi Er
Hi,
To be clear, how many total keywords did you create that day? 1500 +
2500?
Best,
- Eric
On Nov 17, 4:03 am, "martinusapiklie...@centrum.sk"
wrote:
> 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
Hi,
What service and methods did you use? Did you use the
BulkMutateJobService at all?
Best,
- Eric
On Nov 17, 3:48 am, "martinusapiklie...@centrum.sk"
wrote:
> But this error I get in the production environment.
> The exact error is:
> "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have
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 wrote:
> Hi,thanks for the clarification. But is it possible to get all the
> campaigns without using web interface?
>
> Thanks.
>
> On 11月17日, 上午5时19分, AdW
Hi Hans,
Thank you for the extra information. The truncation does take place
on the uncompressed size of the report, but a truncation down to 100
MB doesn't make sense. The server logs show that there were no errors
generating the report, so it is unclear what happened. Since we can't
replicate
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"), d
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
Hi,
If i contact google api using developer token and application
token which was priovided by google to advertiser.
If free units are completed after that google
will charged the amount from that
advertisers account
--
You received this message because you are subscrib
Hi,
I am a developer, If want to contact to google adwords api and
manage advertiser accounts .Then I need to have advertiser Developer
and Application Token.
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, s
When adding many keywords to the same campaign, I get the following
APIException from google:
"The campaigns for this customer already have the maximum number of
active keywords permitted, so this campaign may not be activated."
(Error code 17)
My questions are:
1) At this point, can I buy more
*bump* ?
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com.
For more options, visit thi
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 Googl
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
wrote:
> Hi,
>
> In regards to your points:
>
> 1) I will look into this further.
> 2) This feature doesn't exist at this time, but we are
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
wrote:
> Hi,
>
> Yes, this specific type
29 matches
Mail list logo