Setup My team is building a web component, which is integrated on many host sites Each of these host sites is managed by a different team and has its own Matomo Tag Manager with its own id e.g. <script src=”https://…/container_ugas78d7sg.js”> We want to only visualise our own events in our Dashboard. We don’t care about the analytics of the host
Tag: analytics
Tracking a dynamically changing custom variable in Matomo(piwik)
I am using Matomo to track users on an online dashboard; it’s a standard fare with nothing out of the ordinary, and I am only using two custom variables. The two custom variables values are static so to speak, as in they are filled when the page is generated with a users username and their role. Something that is static
angular and google analytics integration => ga is not a function
I’m doing an angular(4) application, but i got a problem integrating google analytics. I’m currently to add google analytics to my single page web application. But when I try to retrieve the ga function to send the new url it seems that it don’t find the function. This is the code I got: index.hbs app.component.ts windowRef.ts I got this error:
How do website heatmaps get accurate data?
There are services like crazyegg.com that show you where visitors are resting their mouse cursors on your web page. My question is, given that people have different screen widths how can they be sure that my x coordinate is the same position on the page as another persons x coordinate? Meaning, two people may have the same mouse x coordinates,