Re: How to Estimate Cost of API Units

2011-04-07 Thread mirio
Thank you Evgenij.

Just to make sure, if I need 6000 reports and each report has 25
keywords, the cost of the query is:

(5 + (.01 * 25)) * 6000 = 45000 / 1000 * US$0.25 = US$11.25

Is this correct?

I appreciate your help,
Mirio

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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


How to Estimate Cost of API Units

2011-04-06 Thread mirio
I'd like to run an API query to download (in CSV format) the search volume 
data for many keywords.
 
Can anyone help to estimate what might be the cost of my query?
 
To help me understand how the US$0.25 per 1000 API units works, say I 
download one CSV file containing 50 keywords. Each keyword shows 12 columns 
of monthly search volume data (plus a few more columns with Competitiveness, 
Cost, etc., but forget this for a minute).
 
Is this file 50*12=600 API units large and the cost of the query is US$0.25 
* 0.6?
 
Thank you,
Mirio

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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


Re: How to Estimate Cost of API Units

2011-04-06 Thread Evgeniy Bogdanov
Hi.

Based on http://code.google.com/intl/ru-RU/apis/adwords/docs/ratesheet.html
the cheapest way for you will be using TargetingIdeaService.

For 50 keywords it will cost:

5 units for creating report + (0.1 * 50) = 10 API Units. Or 0.01 * US
$0.25

But you should know that TargetingIdeaService doesn't return all data
that you may need. You may need to call TrafficEstimatorService (15
units for every keyword) or v13 TrafficEstimatorService
(checkKeywordTraffic - 1 for every keyword, estimateKeywordList - 20
or every keyword)

Regards,

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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