46 pm, hikmetcancelik wrote:
> I have a hard time calculating the API Usage.
>
> Let's say I'm trying to get GLOBAL_MONTHLY_SEARCHES and COMPETITION
> for 10 keywords. The paging is (0,10) (I'm not sure if this affects
> the usage).
> Since TargetingIdeaService get c
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
wrote:
> Hi,
>
> I'm g
TargetingIdeasService used to return keyword information such as
GLOBAL_MONTHLY_SEARCHES, COMPETITION etc.. when you request the same
keyword with paging 1 (0,1).
Now you need to check at least 20 results(paging 0,20) to match to
keyword you're looking which is wasting a lot of API Units.What was i
I have a hard time calculating the API Usage.
Let's say I'm trying to get GLOBAL_MONTHLY_SEARCHES and COMPETITION
for 10 keywords. The paging is (0,10) (I'm not sure if this affects
the usage).
Since TargetingIdeaService get call costs 1 unit per TargetingIdea, is
checking 10 keywords will cost 10
I'm having problems with TrafficEstimatorService. Whenever the
function tries to get info for a keyword that has "&" it gives this
error. I can strip the "&" but then the keyword is totally different.
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum
The problem also occurs if you're using php 5.3.x
On Nov 3, 11:20 am, AdWords API Advisor
wrote:
> Hi Priyantha,
>
> Thanks for sharing your work with the community, it's great to see
> developers getting excited about the new PHP client library.
>
> and Shiv,
>
> The error indicates that you ar