Do scenes = web pages in a complete site?

You could track page views using the below technique. Not sure about tracking 'time' though:

ga('send', 'pageview', {
 'page': location.pathname + hypeDocument.documentName()
});

More info on Google analytics here: Tracking visits, events, and actions with Google Analytics

I like the demo! I can't promise everything you want to do will be sans coding, however :wink: