On Apr 29, 6:09 am, Atul Bansal <[email protected]> wrote: > Could anyone pls guide me now how to know the no of users and their > identities, which are using my gadget.
First off, there's no way to know your users' identities without tracking them yourself using server-side code, and IMHO this would be a serious privacy problem. As for total user numbers... Although Google recommends using the user counts shown on your directory entries, it's common knowledge that this is completely unreliable. Your best option is to use some external analytics package; unsurprisingly, Google Analytics is a popular one. Official docs: http://code.google.com/apis/gadgets/docs/legacy/tools.html#Analytics Newer official method: http://code.google.com/apis/analytics/docs/tracking/gadgetTracking.html And here's a great article by Matt on doing it more precisely: http://tinyurl.com/catsvd String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
