
cescamilla
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2017
10:02 AM
Re: Make custom object globally available on the app
right now this test is failing:
GoogleAnalyticsTestSuite: initializeSingleTIDroString - Fail
i'm checking the code
GoogleAnalyticsTestSuite: initializeSingleTIDroString - Fail
i'm checking the code
~ Carlos ~

cescamilla
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2017
10:06 AM
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
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 ~

cescamilla
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2017
10:51 AM
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!
Thanks a lot!
~ Carlos ~
Veeta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2017
11:32 AM
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.
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.
- « Previous
-
- 1
- 2
- Next »