.stopTimer()
ad.stopTimer(name)
ad.stopTimer(name)Ends a timer currently running and records the duration of the event or user interaction
// Increases data count for "My Counter" by 1
ad.stopTimer("My Timer");
Arguments
| Arugment | Value | Example Value | Description |
|---|---|---|---|
name | string | My Timer | A unique name used to distinguish the timer in reporting. |
Updated less than a minute ago
