Closed cvan closed 5 years ago
I have it stood up on a temporary account on my email since I don't have access to our GA, it does record localhost
.
Will add Potatolytics next week.
@ngokevin do you have any updates on this? Is it working already?
@ngokevin Did the GA get moved over to the Mozilla GA account? Do you need help with that?
localhost is tracked ok
Even
http://localhost:*/http://127.*.*.*:*
analytics, afaict, are not getting recorded. Needs to be designated for a server such as https://aframe.io.This will require doing creating a hidden
<iframe src="https://aframe.io/ga.html">
and then the parent window (the scene) wouldpostMessage
to the<iframe>
's content window, which would then dispatch the GA/UA events (from the correct domain).This is how Potatolytics worked. There are probably some great npm packages out there.