getUniqueOpenedCount()
Overview
public numeric function getUniqueOpenedCount(
required string templateId
, string dateFrom = ""
, string dateTo = ""
)
Gets a unique count of opened emails sent in the given timeframe for the given template.
Arguments
Name | Type | Required | Description |
---|---|---|---|
templateId | string | Yes | ID of the template to get counts for |
dateFrom | string | No (default="") | Optional date from which to count |
dateTo | string | No (default="") | Optional date to which to count |