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: 
cescamilla
Visitor

Re: Make custom object globally available on the app

right now this test is failing:

GoogleAnalyticsTestSuite: initializeSingleTIDroString - Fail

i'm checking the code
~ Carlos ~
0 Kudos
cescamilla
Visitor

Re: Make custom object globally available on the app

also the app starts and go back to home screen in Roku

Roku 4 - software version 7.5.0

telnet console shows no error messages

just this:

------ Compiling dev 'roku-gamp' ------
------ Running dev 'roku-gamp' main ------
Enabling tracking analytics
~ Carlos ~
0 Kudos
cescamilla
Visitor

Re: Make custom object globally available on the app

ohh i see, that's the full app cycle, i'm able to see requests been made, but not reflected in Google Analytics Dashboard, i'll worry about that later, for now i'll check how to integrate that functionality with the existing app.

Thanks a lot!
~ Carlos ~
0 Kudos
Veeta
Visitor

Re: Make custom object globally available on the app

Thanks for the failing test note.  That was a preemptive test for a corner case which is unlikely to happen.  I opened a github issue to track it https://github.com/veeta-tv/roku-gamp/issues/13.

Make sure you put your tracking id in https://github.com/veeta-tv/roku-gamp/blob/master/roku-gamp/components/GampTask.xml.  The SceneGraph thread instance of the GAMP library is unique from the main brightscript thread instance, so it needs the initialization set there as well.
0 Kudos