I’m not a Google Employee, but when in doubt I would defer to the Adsense policy guidelines. That isn’t to say GAE aligns perfectly, but if you follow those guidelines you won’t end up in conflict.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/RVN5WlRvTVF2UUVK.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
--
This has happened in the past with several major services (paypal and
akamai are notable) and myriad minor ones.
Even Facebook has become irritatingly prudish. They recently banned
all content related to sexuality - including pages without any X rated
content (ie, corporate pages for businesses in the porn biz). They
even removed the community pages (basically, the stolen wikipedia
content) for subjects like BDSM. This affected my (totally non-porny)
dating site because of the hundreds of things that users can
like/dislike (skiing, science fiction movies, veganism, celibacy, big
families, etc) one of them was BDSM.
The collateral damage for this kind of asshattery extends way beyond
the porn biz - if you're *anywhere* near the subject, you need to
architect defensively.
Jeff
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/SEpCSXhaTEdLWXdK.
It doesn't sound like your app is in the grey zone (unless you want to
compete with Fling and AdultFriendFinder), but I want to re-iterate
one thing:
Official policies are irrelevant. You might have official permission
to run xyz grey-zone site today but it could easily be revoked
tomorrow without notice. I've seen it happen with CDNs, merchant
accounts, and billers. Even if Google said they are ok with adult
content, you'd be insane to build on a platform with a single
provider.
I normally mock the people that criticize GAE apps for being
non-portable. But there is a class of business problems for which
portability really is a primary requirement. I have zero ethical
problems with the porn industry (as a whole - there are certainly
plenty of individual slimeballs) but I have to admit that it's waaay
easier, technologywise, to be working outside that space.
Jeff
With the information I have now, I ll make sure my app uses several interfaces so the app can be swithed quickly to another hosting environment - in case Google dislikes my site or in case we have issues with the policy and need another hosting partner.
App engine uses everyday technologies you can find everywhere (if you have a good system admin at your disposal;))
My budged is limited, so GAE is the perfect partner to start with.