AdWords API Re: How do you calculate the API Usage?

2009-12-16 Thread hikmetcancelik
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

AdWords API Re: PHP v2009 Monthly Search Volume

2009-12-16 Thread hikmetcancelik
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

AdWords API Wasting API Units with TargetingIdeaService

2009-12-15 Thread hikmetcancelik
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

AdWords API How do you calculate the API Usage?

2009-12-15 Thread hikmetcancelik
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

AdWords API Fault: 1 Code: soapenv:Server.userException String: The request xml was invalid.

2009-12-15 Thread hikmetcancelik
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

AdWords API Re: Sample code to get keywords in PHP

2009-12-08 Thread hikmetcancelik
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