StatisticsCampaignEvent Object
Description
A newsletter campaign event that featured the item, shown as a marker on the chart.
Declaration
type StatisticsCampaignEvent {
campaignRef: ID!
title: String!
listTitle: String
date: Date!
recipientsCount: Int
}
Fields
| Name | Type | Description |
|---|---|---|
campaignRef | ID! | The MongoDB reference of the campaign. |
title | String! | Campaign title. |
listTitle | String | Title of the mailing list the campaign was sent to. |
date | Date! | Date the campaign was sent. |
recipientsCount | Int | Number of recipients. |