Statistics

Retrieves an object that contains send, click, and open statistics for a subscriber.

Syntax 

Statistics()

Example 

To use the Statistics() function, you must first initialize the subscriber object. Next, call the Statistics() function on the initialized object.

1var subObj = Subscriber.Init("SubKey");
2var subStats = subObj.Statistics();