One more question:
As The TargetingIdeaService is closely related to the Search-Based
Keyword Tool:

  http://www.google.com/sktool/.

We get back a lot of times 'only' 167 keyword variations while in the
online Search-Based Keyword Tool we get back up to 800 keyword
variations.
Is this normal, is there a setting teh get more then our average of
167?

On Dec 21, 5:43 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hi,
>
> As discussed earlier in this thread, the results from the
> TargetingIdeaService and Search-based Keyword Tool will differ from
> that of the KeywordToolService or classic Keyword Tool web interface:
>
>  http://www.google.com/support/sktool/bin/answer.py?hl=en&answer=114875
>
> Best,
> - Eric
>
> On Dec 20, 3:21 pm, "google.api.adwo...@servo-server.net"
>
> <google.api.adwo...@servo-server.net> wrote:
> > Hi NG,
>
> > can someone shed some light on the results from the targeting idea
> > service.
>
> > I have 3 keywords :
>
> > wexford hotel
> > wexford b&b
> > wexford hotels
>
> > My settings are :
>
> >  $languageService->languageCode='en';
> >  $languageService->TargetType='en';
> >  $countryService->countryTargets='IE';
>
> >  $targetingIdeaSelector->ideaType = 'KEYWORD';
> >  $targetingIdeaSelector->requestType = 'STATS';
> >  $targetingIdeaSelector->requestedAttributeTypes=array
> > ( 'KEYWORD','AVERAGE_TARGETED_MONTHLY_SEARCHES');
> >  matchType = exact;
>
> > Results I am getting :
>
> > wexford hotel   1300
> > wexford b&b         170
> > wexford hotels  5400
>
> > Results fromhttps://adwords.google.com/select/KeywordToolExternal
>
> > Settings : English / Ireland
>
> > [wexford hotels]        4.400
> > [wexford hotel] 1.000
> > wexford b&b    140
>
> > Dont understand where the differents is coming from. Does anybody
> > know ?
> > Does it matter what country the developer or application key is
> > registered under ?
>
> > Thanks for any hint in adavance.
>
> > On 17 Dez., 18:16, AdWords API Advisor <adwordsapiadvi...@google.com>
> > wrote:
>
> > > Hi Keesjan,
>
> > > The message from the engineering team is that last month's data will
> > > be available within a week of the end of the month.  This is the
> > > current behavior, and there are no plans to change it that I am aware
> > > of.
>
> > > Best,
> > > - Eric
>
> > > On Dec 16, 2:42 pm, hikmetcancelik <hikmetcance...@gmail.com> wrote:
>
> > > > Hi Eric,
>
> > > > Would you also please tell me why TargetingIdeaService is not
> > > > returning the supplied keyword information?
> > > > Do I have to make paging 100 in order to get the info for keyword I'm
> > > > asking for?(Which wastes 100 api unit ?)
>
> > > > Thanks
>
> > > > On Nov 18, 3:21 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
> > > > wrote:
>
> > > > > Hi,
>
> > > > > I'm glad to hear you have it working now.  The TargetingIdeaService is
> > > > > more closely related to the Search-Based Keyword Tool:
>
> > > > >  http://www.google.com/sktool/.
>
> > > > > The results from this tool and the TargetingIdeaService may be
> > > > > different that those from the old Keyword Tool and
> > > > > KeywordToolService:
>
> > > > >  http://www.google.com/support/sktool/bin/answer.py?hl=en&answer=114875.
>
> > > > > Best,
> > > > > - Eric
>
> > > > > On Nov 18, 6:05 pm, a2b <a2b2...@gmail.com> wrote:
>
> > > > > > I ran it on production and was able to get data back.  Are these
> > > > > > numbers suppose to line up with the KeywordToolExternal?
>
> > > > > >https://adwords.google.com/select/KeywordToolExternal
>
> > > > > > The numbers seem to be quite different.
>
> > > > > > On Nov 18, 2:30 pm, a2b <a2b2...@gmail.com> wrote:
>
> > > > > > > The sandbox -- I am about to test with production.  What I don't
> > > > > > > understand is there is no fake data -- it's simply NULL?
>
> > > > > > > On Nov 18, 2:20 pm, AdWords API Advisor 
> > > > > > > <adwordsapiadvi...@google.com>
> > > > > > > wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > Are you making requests against the sandbox or production
> > > > > > > > environment?  The sandbox environment will not return real data 
> > > > > > > > for
> > > > > > > > this service.
>
> > > > > > > > Best,
> > > > > > > > - Eric
>
> > > > > > > > On Nov 18, 4:04 pm, a2b <a2b2...@gmail.com> wrote:
>
> > > > > > > > > I tried that and got back an array of 299 or so elements 
> > > > > > > > > which were
> > > > > > > > > all NULL. See below:
>
> > > > > > > > > object(TargetingIdeaPage)#38 (2) {
> > > > > > > > >   ["totalNumEntries"]=>
> > > > > > > > >   int(300)
> > > > > > > > >   ["entries"]=>
> > > > > > > > >   array(300) {
> > > > > > > > >     [0]=>
> > > > > > > > >     object(TargetingIdea)#37 (1) {
> > > > > > > > >       ["data"]=>
> > > > > > > > >       NULL
> > > > > > > > >     }
> > > > > > > > >     [1]=>
> > > > > > > > >     object(TargetingIdea)#36 (1) {
> > > > > > > > >       ["data"]=>
> > > > > > > > >       NULL
> > > > > > > > >     }
> > > > > > > > >     [2]=>
> > > > > > > > >     object(TargetingIdea)#35 (1) {
> > > > > > > > >       ["data"]=>
> > > > > > > > >       NULL
> > > > > > > > >     }
> > > > > > > > > ..............
>
> > > > > > > > > I was able to get slightly better results with
> > > > > > > > > TARGETED_MONTHLY_SEARCHES but all the counts are still NULL.  
> > > > > > > > > Is this
> > > > > > > > > because it is in the sandbox?  I would assume the sandbox 
> > > > > > > > > would just
> > > > > > > > > return fake numbers, not null.
>
> > > > > > > > >             ["value"]=>
> > > > > > > > >             array(12) {
> > > > > > > > >               [0]=>
> > > > > > > > >               object(MonthlySearchVolume)#4524 (3) {
> > > > > > > > >                 ["year"]=>
> > > > > > > > >                 int(2009)
> > > > > > > > >                 ["month"]=>
> > > > > > > > >                 int(10)
> > > > > > > > >                 ["count"]=>
> > > > > > > > >                 NULL
> > > > > > > > >               }
> > > > > > > > >               [1]=>
> > > > > > > > >               object(MonthlySearchVolume)#4525 (3) {
> > > > > > > > >                 ["year"]=>
> > > > > > > > >                 int(2009)
> > > > > > > > >                 ["month"]=>
> > > > > > > > >                 int(9)
> > > > > > > > >                 ["count"]=>
> > > > > > > > >                 NULL
> > > > > > > > >               }
> > > > > > > > >               [2]=>
>
> > > > > > > > > Thank you for your help!

--

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 this group at 
http://groups.google.com/group/adwords-api?hl=en.


Reply via email to