Re: A newcomer needs help - Problem with Adwords API (Login Account and using Targeting Ideas Service) for my graduated project!

2012-04-20 Thread Huân Lê Hoàng
Thank you very much for your help, Pete! It's seem to be useful with me! But it's so wonderful if you have an example. It'll visual and easier to understand! Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.c

Re: A newcomer needs help - Problem with Adwords API (Login Account and using Targeting Ideas Service) for my graduated project!

2012-04-20 Thread Huân Lê Hoàng
It's seem to be useful with me! But it's so wonderful if you have an example. It'll visual and easier to understand! Thankyou very much for your help, Pete! Vào 01:26:24 UTC+7 Thứ bảy, ngày 21 tháng tư năm 2012, Pete Lavetsky (AdWords API Guru) đã viết: > > Hi Huan, > > These links may help you o

Re: Traffic Estimator Service (v201109) fails partially for some keywords

2012-04-20 Thread Sumanth MN
Hi Eric, Thanks for the response. In the standalone Traffic Estimator Online Tool there is no concept of an Ad Group. I still want to use bulk queries and there is no way to differentiate actual 0 values and the case where the keywords belong to a different group as you just described. Can yo

Re: Adwords API pending approval, Can I use my developer Token?

2012-04-20 Thread Dave Winget
I'm in the same boat - it's been about 1 full month now and nothing - I have sent emails to adwordsapi-tok...@google.com as has my partner with out a reply - anything else I can do? On Tuesday, March 27, 2012 1:14:44 AM UTC-6, Anash P. Oommen wrote: > > Hi Aby, > > Did you hear back from the r

Haven't received API key

2012-04-20 Thread current
Hi, we applied for our API token two months ago and answered a series of questions one month ago. We haven't heard anything re our application. Can someone on the API team please get in touch? I'm a little confused as to why this is such a complicated process -- we were up and running with the

Re: A newcomer needs help - Problem with Adwords API (Login Account and using Targeting Ideas Service) for my graduated project!

2012-04-20 Thread Pete Lavetsky (AdWords API Guru)
Hi Huan, These links may help you out: https://developers.google.com/adwords/api/docs/ https://developers.google.com/adwords/api/docs/clientlibraries Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

A newcomer needs help - Problem with Adwords API (Login Account and using Targeting Ideas Service) for my graduated project!

2012-04-20 Thread Huân Lê Hoàng
Hi Google Groups! I'm a newcomer in developing! I'm trying to write an application for my graduated project! *Google Adwords APIs* is very useful but I'm so confused to use them. I've seen some examples in Google Group but I haven't found a best way to apply to my project yet. I'm get trouble w

Re: Getting quota used for a specific request

2012-04-20 Thread Kevin Winter
Hi Jeremy, The SOAP Response headers indicates the number of operations and units consumed for each request: https://developers.google.com/adwords/api/docs/headers - Kevin Winter AdWords API Tea, On Wednesday, April 18, 2012 9:08:12 PM UTC-4, jeremy brooks wrote: > > Is it possible to get the

Re: Dynamic Search information not included in Ad/Criteria Performance reports

2012-04-20 Thread Kevin Winter
Hi, We don't have any information at this time regarding when Dynamic Search Ads would be made available. We'll be sure to announce it on our blog if it happens. - Kevin Winter AdWords API Team On Wednesday, April 18, 2012 1:44:50 PM UTC-4, bgraves wrote: > > Will Dynamic Search information

Re: BulkMutateJob — Supported Services

2012-04-20 Thread Kevin Winter
Hi Dorian, Thanks for the feedback. We don't hear about this very often but I can see how it would be useful. I'll convey this to the core engineers and see if we can perhaps add it in the future. - Kevin Winter AdWords API Team On Wednesday, April 18, 2012 7:17:10 AM UTC-4, Dorian Kind wro

Re: Quality score on Adwords Api

2012-04-20 Thread Kevin Winter
Hi, No, no, this field will have values once the backend systems have had a chance to evaluate the criteria's quality. The values aren't set by developers but by backend systems calculating values. Same thing happens for the Stats object. - Kevin Winter AdWords API Team On Thursday, April

Re: Accessing "Keyword matching option"

2012-04-20 Thread david.k...@mediacom.com
Hi Pete Thanks for your reply, but I don't think it answers my question. In the linked article I posted, it refers to the fact that an exact keyword may no longer mean that it only matches exactly that keyword. This is an option of a Campaign (Advanced settings > Keyword Matching Options), and

Re: Accessing "Keyword matching option"

2012-04-20 Thread Pete Lavetsky (AdWords API Guru)
David, https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.Keyword#matchType Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~

Re: Is there any way to set timeout in ReportUtil (Java Client)?

2012-04-20 Thread Pete Lavetsky (AdWords API Guru)
Lex, I've seen this too. I use a SimpleTimeLimiter mechanism available from the google guava library as such: ReportDownloadResponse response = null; final TimeLimiter limiter = new SimpleTimeLimiter(); final Callable processCallable = new Callable() { public ReportDownloadResponse call()

Re: sandbox

2012-04-20 Thread Ewan Heming
Hi JS, The sandbox code isn't using uniqid(), are you referring to a different bit of code? Regards, Ewan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Design Documentation needed for API token?

2012-04-20 Thread od321
Hi, We're developing a tool that will use the API and now need to get a token. Part of the info required when applying for a token is either screen shots of the tool or, if not yet available, design documentation. Can someone kindly elaborate on what design documentation could be relevant? We

Accessing "Keyword matching option"

2012-04-20 Thread david.k...@mediacom.com
Can I access the new "Keyword matching option" setting (see https://support.google.com/adwords/bin/answer.py?hl=en-GB&answer=2537522) through the API? I can't seem to find it in the docs. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: