Skip to main content

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

NameTypeDescription
campaignRefID!The MongoDB reference of the campaign.
titleString!Campaign title.
listTitleStringTitle of the mailing list the campaign was sent to.
dateDate!Date the campaign was sent.
recipientsCountIntNumber of recipients.