TargetingIdeaSelector to filter results properly

2010-05-30 Thread Riaan van der Linde
HI Guys, We use the targetingideaservice to get alternative keywords but we are getting 3 results for every seed keyword which I understand is for, broad,exact and phrase. But it is all exactly the same. cheap airline tickets/EXACT cheap airline tickets/BROAD cheap airline tickets/PHRA

Re: estimateKeywordList returns 0 for everything

2010-05-30 Thread Riaan van der Linde
Hey Guys! Just to let you know, I found the problem. Turns out I had the MaxCPC too low so no keywords were returned. On May 30, 1:50 am, Riaan van der Linde wrote: > Hi Eric, > Thanks for the response. > > Please have a look at this: > This is the constructor for m

Re: estimateKeywordList returns 0 for everything

2010-05-29 Thread Riaan van der Linde
making your request against the production > API servers and not the sandbox.  Also, what keywords are you using? > Obscure keywords may not have enough data available to generate a > traffic estimate. > > Best, > - Eric Koleda, AdWords API Team > > On May 28, 7:38 am,

Re: estimateKeywordList returns 0 for everything

2010-05-28 Thread Riaan van der Linde
CPC = estimate.upperCpc; lowerAVGPos = estimate.lowerAvgPosition; upperAVGPos = estimate.upperAvgPosition; } } else return; } On May 27, 2:19 pm, Riaan van der Linde wrote: > Hi, > > We ha

estimateKeywordList returns 0 for everything

2010-05-27 Thread Riaan van der Linde
Hi, We have used your sandbox feature to develop an application and received some mock data from your sandbox server. However since we created a new account and got the developer token approved that same code is not working anymore. I have even used your own code sample to make sure that I am doin