Re: Why does it cost money to use the AdWords API?

2010-04-21 Thread Matthew McGinty
gt; - Christian > > On 21 Apr., 17:54, Matthew McGinty wrote: > > > > > I understand that using the AdWords API in the sandbox is free, and > > that using it against the live Google services costs money: > > >http://code.google.com/apis/adwords/v2009/docs/rates

Why does it cost money to use the AdWords API?

2010-04-21 Thread Matthew McGinty
I understand that using the AdWords API in the sandbox is free, and that using it against the live Google services costs money: http://code.google.com/apis/adwords/v2009/docs/ratesheet.html But free Keyword tools are provided by Google: http://www.google.com/sktool/ https://adwords.google.com/s

AdWords API Re: ordering of results returned by the v2009 Java client library

2010-03-19 Thread Matthew McGinty
Might this be one way to get what I need: Pass 2 separate RelatedToKeywordSearchParameter objects to the selector. Both for the same keyword, but where 1 has the match type of EXACT and the other has the match type of BROAD ? Matt On Mar 20, 12:50 am, Matthew McGinty wrote: > Ok tha

AdWords API Re: ordering of results returned by the v2009 Java client library

2010-03-19 Thread Matthew McGinty
rote: > Hi, > > The v13 KeywordToolService and v2009 TargetingIdeaService are based > off of different backends, and they are not expected to return the > same data or return it in the same order. > > Best, > - Eric Koleda, AdWords API Team > > On Mar 19, 2:01 am, Matthew

AdWords API Re: Looking for the v2009 equivalent of LASTMONTHSEARCHVOLUME

2010-03-19 Thread Matthew McGinty
milar > to v13 LASTMONTHSEARCHVOLUME. > > On Mar 19, 1:57 am, Matthew McGinty wrote: > > > Can anyone point me to the 2009 Java client library equivalent of the > > v13 LASTMONTHSEARCHVOLUME web service response field to a > > getKeywordsFromSite() call? > > > I'

AdWords API ordering of results returned by the v2009 Java client library

2010-03-18 Thread Matthew McGinty
I used to use v13 KeywordToolService to call getKeywordsFromSite() which gave me an *ordered* list of keyword groups. Now I'm migrating to v2009 Java client library. I have found that using the v2009 NGRAM_GROUP tells me the name of the group a given keyword belongs to. So I could perhaps loop ov

AdWords API Looking for the v2009 equivalent of LASTMONTHSEARCHVOLUME

2010-03-18 Thread Matthew McGinty
Can anyone point me to the 2009 Java client library equivalent of the v13 LASTMONTHSEARCHVOLUME web service response field to a getKeywordsFromSite() call? I've already found the equivalents to AVGSEARCHVOLUME, TEXT, and (I think) ADVERTISERCOMPETITIONSCALE. Thanks for any input. Matt -- =~=~=

AdWords API migrating v13 WebService code to v2009 (in CFML)

2010-03-15 Thread Matthew McGinty
I'm looking here: http://code.google.com/apis/adwords/v2009/docs/callguide.html#keywordtoolservice and trying to update my v13 code to v2009. My v13 code has worked fine for a long time in CFML and looks like this: https://adwords.google.com/ api/adwords/v13/KeywordToolService?wsdl"