Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add screen tracking + refactors #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sfsekaran
Copy link

  • Added Screen tracking so you can treat your Roku app like a Mobile app instead of a website.
  • The API has not changed, but has been augmented with the new UA_trackScreen().
  • Modified event tracking very slightly to comply with Google's recommendations. (Category and Action are required; the other values are optional.)
  • Moderate refactors

It would be good to refactor this at some point to make it more object-oriented, so that you can have multiple trackers instantiated at once if one wishes. But that can come later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant