4

I found two different prices for Google's Channel API.

https://developers.google.com/appengine/docs/billing says:

Channel opened $0.00001 ($0.001/100 channels)

https://cloud.google.com/pricing/ says:

$0.01 / 100 channels opened

Are those sites referring to different operations? Or is one source outdated? Assuming I want to use the Channel API in a server application used by 1M users (=1M channels) per day, will it cost

$0.01 / 100 * 1,000,000 = $100

or

$0.001 / 100 * 1,000,000 = $10

per day? Thanks for clarifying this!

Samsquanch
  • 8,866
  • 12
  • 50
  • 89
Ingo
  • 1,552
  • 10
  • 31

1 Answers1

2

In the admin console billing page it's showing $0.01/100, I'm assuming that's the one that counts.

dragonx
  • 14,963
  • 27
  • 44
  • Sounds like everybody agrees that there is a typo on https://developers.google.com/appengine/docs/billing. I used the feedback link on the site yesterday to report the potential error. In the meantime, it would great if Google could confirm that the price really is $0.01 for 100 channels. – Ingo Dec 05 '12 at 13:51
  • 1
    Thanks for reporting! We'll fix this ASAP. – Takashi Matsuo Dec 05 '12 at 18:33