getLinkClickStats()
Overview
public struct function getLinkClickStats(
required string templateId
, string dateFrom = ""
, string dateTo = ""
)
Returns link click stats for a given template
Arguments
Name | Type | Required | Description |
---|---|---|---|
templateId | string | Yes | Id of the template for which to get the count. If not provided, the number of queued emails will be for all templates. |
dateFrom | string | No (default="") | Optional date from which to fetch link clicking stats |
dateTo | string | No (default="") | Optional date to which to fetch link clicking stats |