-
Hi,
I successfully write TrackEvent protos as described https://perfetto.dev/docs/reference/synthetic-track-event. However, I can't find any descriptions to describe how to generate visual tracks lik…
-
Dear all,
Is there any plans to support ga('send', 'event') and _gaq.push(['_trackEvent', '') for Matomo. Both are Google Analytics trackers. Currently there is an automatic support for the Google Ta…
-
I am not able to see trackEvent stats update on google analytics dashboard. While trackView is working fine. I checked the log when I hit trackView I can see the hit in the logs but in case of trackEv…
-
import React from 'react';
import { render, fireEvent, waitFor } from '@testing-library/react';
import { AnalyticsTracker } from './AnalyticsTracker';
describe('AnalyticsTracker', () => {
const for…
-
```
Could the method "trackevent" uses custom variables?
example:
tracker.trackEvent(setCustomVar)
Thanks in advance for the answer.
Alessio
```
Original issue reported on code.google.com by `…
-
I look at track.php set parameter page = null, but that method still display error. If I get something wrong. Can you advice me, please?
-
```
What steps will reproduce the problem?
1. create tracker object (GATracker, though I assumer FlexTracker would
produce the same results)
2. call myTracker.trackEvent("Category", "Action", "Descrip…
-
```
What steps will reproduce the problem?
1. create tracker object (GATracker, though I assumer FlexTracker would
produce the same results)
2. call myTracker.trackEvent("Category", "Action", "Descrip…
-
**Description/Screenshot**
The `properties` parameter is of type `{[key: string]: string}`
https://github.com/microsoft/ApplicationInsights-JS/blob/ed8632ae113cc7d013be825af05e1204b74a895f/shared/App…
-
Hey guys, if someone could help me with this.
I'm building a service that records audio and video tracks in a WebRTC conference room using the Go programming language and the WebRTC SDK. However, I…