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-GBanswer=2537522) 
through the API? I can't seem to find it in the docs.

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 CallableReportDownloadResponse processCallable = new 
CallableReportDownloadResponse() {
public ReportDownloadResponse call() throws Exception {
return ReportUtils.downloadReport( user, rd, fos );
}
};

response = limiter.callWithTimeout( processCallable, 300, TimeUnit.SECONDS, 
false );

Pete

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 it 
would be nice to offer our PPC operatives a tool to turn modify it for an 
entire account/mcc, rather than them having to go through the (tedious) 
task of changing it manually.

I'm guessing because it's not yet in AWE, that it's not available. 

Thanks 

David


On Friday, 20 April 2012 14:27:11 UTC+1, Pete Lavetsky (AdWords API Guru) 
wrote:

 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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 19, 2012 9:06:19 PM UTC-4, newbie_boxers wrote:

 I see. So there is no way that it could have any values in it?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 wrote:

 Hello group,

 currently, a BulkMutateJob may contain mutate operations from a specific 
 set of services, namely CampaignService, CampaignTargetService, 
 CampaignCriterionService, AdGroupService, AdGroupAdService and 
 AdGroupCriterionService.
 Are there any plans to support operations from AdParamService in a future 
 release?

 Many thanks and best regards,
 Dorian


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 be reported in a future version of the 
 API?  If so, is there any timeline when it will be available?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 quota used for a specific request?   For 
 instance, in the response?

 Reason being, we need more accurate accounting and tracking then what the 
 API's InfoService is able to provide us.  

 Thanks,
   Jeremy Brooks
   http://www.ideagility.com


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 with *Loggin and using Targeting Idea Service* to get *Keyword 
ideas*!
And I need some help for my project!
Thank you very much for your advices and samples for my trouble!
Thank you!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 Wordtracker api in 24 hours. 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en