Hi Can, The API unit cost is based on the number of items returned in the SOAP XML response. So if your paging is set such that you only get the first 10 items, you will only be charged for those 10 items (even if there are more results). Fetching the next ten items will then charge you for those.
The TargetingIdeaService costs 1 unit for each returned idea, so getting a page of 10 ideas would cost 10 units. In addition, the exact number of units charged are returned in the SOAP header of every response, in a field called "units". Best, - Eric Koleda, AdWords API Team On Dec 16, 5:23 pm, hikmetcancelik <hikmetcance...@gmail.com> wrote: > It looks like nobody cares. > I found the answer in case someone needs. The paging is important. > Whether you request all info or just one the calculation is based on > the paging. > > Now it's time to figure out how to check only one (1) keyword data > withouth wasting API units. > > On Dec 15, 4:46 pm, hikmetcancelik <hikmetcance...@gmail.com> 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 call costs 1 unit per TargetingIdea, is > > checking 10 keywords will cost 100 units or 1000 units? > > > Thanks, > > Can -- 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.