Stats Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
stats
public class Stats
type Stats = class
Public Class Stats
- Inheritance
-
Stats
Constructors
| Name | Description |
|---|---|
| Stats() | |
Properties
| Name | Description |
|---|---|
| AverageSubscriptionRate |
The average number of subscriptions per month for the list(not returned if we haven't calculated it yet) |
| AverageUnsubscriptionRate |
The average number of unsubscriptions per month for the list(not returned if we haven't calculated it yet) |
| CampaignCount |
The number of campaigns in any status that use this list |
| CampaignLastSent |
The date and time the last campaign was sent to this list |
| CleanedCount |
The number of members cleaned from the list |
| CleanedCountSinceSend |
The number of members cleaned from the list since the last campaign was sent |
| ClickRate |
The average click rate(a percentage represented as a number between 0 and 100) per campaign for the list(not returned if we haven't calculated it yet) |
| DateOfLastListSubscribe |
The date and time of the last time someone subscribed to this list |
| DateOfLastListUnsubscribe |
The date and time of the last time someone unsubscribed from this list |
| MemberCount |
The number of active members in the list |
| MemberCountSinceSend |
The number of active members in the list since the last campaign was sent |
| MergeVarCount |
The number of merge vars for this list (not EMAIL, which is required) |
| OpenRate |
The average open rate(a percentage represented as a number between 0 and 100) per campaign for the list(not returned if we haven't calculated it yet) |
| TargetSubscriptionRate |
The target number of subscriptions per month for the list to keep it growing(not returned if we haven't calculated it yet) |
| UnsubscribeCount |
The number of members who have unsubscribed from the list |
| UnsubscribeCountSinceSend |
The number of members who have unsubscribed since the last campaign was sent |