-
```
What steps will reproduce the problem?
import com.google.analytics.GATracker;
// setup tracker
var tracker:GATracker = new GATracker(this, "UA-111-222", "AS3", true);
// make simple track event…
-
Hi, custom events has the following limitation
>
> You can track your own custom events with up to twenty properties to understand the interaction between your users and the app.
>
> Once you …
-
## Context
I have investigated the cause for slow [INP](https://web.dev/inp/) on some of our pages and discovered that links which _also_ send a matomo event via `onclick=_paq.push(['trackE…
-
I'm referencing [this block here](https://github.com/adopted-ember-addons/ember-metrics/blob/master/addon/metrics-adapters/google-tag-manager.js#L52-L55). All the top-level keys are rewritten with the…
-
```
What steps will reproduce the problem?
1. Apply trackEvent to something like a button.
2. Click the button multiple times really quickly
3. The debug GIFrequests does not have the same count as nu…
-
Am seeing one crash after adding this sdk after 4-5 days in my app running on user's device, after ~3k sessions
```
Thread 3:
0 libsystem_pthread.dylib 0x00000001f66040c4 start_wqthread …
-
Sometimes one uses events to track multiple things of same type on one page and all these events are triggered at once.
A typical example is the tracking of field validation process within a web-form …
hpvd updated
2 months ago
-
```
What steps will reproduce the problem?
1. Apply trackEvent to something like a button.
2. Click the button multiple times really quickly
3. The debug GIFrequests does not have the same count as nu…
-
### Description
The [class-woopay-tracker.php](https://github.com/Automattic/woocommerce-payments/blob/fad2c74d473d8c32912803ce15743aadeeaf96e9/includes/class-woopay-tracker.php) file is currently …
-
Hi,
I have created a mobile app container in GTM and as per the instuction on https://github.com/kraihn/cordova-plugin-tag-manager/wiki/GTM-Setup i have created tags,triggers and variables..
Here are…