I'm unclear how to manually track a page. I'm trying to use:
ReactPiwik.push(['enableHeartBeatTimer']);
or
ReactPiwik.track('/')
but without any luck, are these methods suppose to be available? also, if I want to do these on other pages than where ReactPiwik is initialized do I need to add ReactPiwik as a global?
I'm unclear how to manually track a page. I'm trying to use:
or
but without any luck, are these methods suppose to be available? also, if I want to do these on other pages than where ReactPiwik is initialized do I need to add ReactPiwik as a global?