.startTimer()

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

ArugmentValueExample ValueDescription
namestringMy TimerA unique name used to distinguish the timer in reporting.