Comment on Pair (YC W12), The Social Network For Two, Launches An Android AppparentComments−blake808614yHow do they know this in a way that is respecting the privacy of their users?−lysol14yUsage statistics on how often the doodle functionality is used over photo sharing would be one way. You can collect these statistics anonymously or query these without viewing individual records.−sprobertson14y SELECT action_type, COUNT(*) FROM pair_actions GROUP BY action_type;
Comments
How do they know this in a way that is respecting the privacy of their users?
Usage statistics on how often the doodle functionality is used over photo sharing would be one way. You can collect these statistics anonymously or query these without viewing individual records.