.stopTimer()

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

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