Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
greubel
Visitor

Channel Access from Roku ?

Is there anyway to get a list or count of active subscribers to our channel from Roku ?
Also it would be nice to know if someone loaded the channel, used it and then removed it from their "My Channels".
Need some sort of feed back on how we are doing.
0 Kudos
2 REPLIES 2
Anonymous
Visitor

Re: Channel Access from Roku ?

You should be able to see an 'install count' from the channel summary page in the developer site.
0 Kudos
EngoTom
Visitor

Re: Channel Access from Roku ?

We reverse engineered Google Analytics for Mobile API and devised an event tracking mechanism.

We then created a helper function in the client code to log the events to our server which in turn logs to Google.

This gives us: time using application, locale, event tracking, return vs. new visitors and such.
0 Kudos