ad.count(name)

Increases the count for the object name by 1 in reporting each time the count method is called.

// Increases data count for "My Counter" by 1
ad.count("My Counter");

Arguments

ArugmentValueExample ValueDescription
namestringMy CounterA unique name that the counter will report against.