.startTimer()
ad.startTimer(name)
ad.startTimer(name)Initiates a timer to record the duration of an event or user interaction
// Increases data count for "My Counter" by 1
ad.startTimer("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
