-
Notifications
You must be signed in to change notification settings - Fork 5
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
Billing Info #1
Comments
hey @askkaz thanks! Really appreciate your feedback here. Responding to your comments:
|
(3) - docs are here (at the bottom): https://github.com/rokudev/docs/blob/062c73061e7ab6eb3e752a24c8dcae537dc59e53/develop/guides/roku-web-services.md There are some gotchas - for example, if your API is behind a service like cloudflare, Roku will not respect the "acceptance" of webhook events due to the unexpected cookies. mparticle could be set up to be the primary processor of the webhooks or maybe channels could forward on the same payload to mparticle for processing if they are already using them. |
Great to see someone building a full featured library for in-channel/cross device Roku analytics.
Few comments:
(1) Roku doesn't support a number of the actions in the SDK (coupons, shipping, etc), but I'm guessing you included them here for completeness
(2) As a channel developer, some of the more important things to track are where customers are coming from. By reading the "Deep Links" from in-device ads, search, etc, you could report back on which ad channel(s) and ad creative(s) a user came from
(3) Additional subscription transactions within the Roku ecosystem are tracked through webhooks - do you support collecting this data and matching it up with the in-channel user ids? This would be great for tracking user LTV and again, determining which ad channels/creative result in the highest LTV customers
(4) How do you handle the different currencies within Roku?
The text was updated successfully, but these errors were encountered: