.count()
ad.count(name)
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
| Arugment | Value | Example Value | Description |
|---|---|---|---|
name | string | My Counter | A unique name that the counter will report against. |
Updated less than a minute ago
