2018.2

Table Of Contents
Note
The Mailgun tag allows you to view the stats per tag. Mailgun has a quick refresh and stats are
available almost instantly.
MailJet
Dashboard: https://app.mailjet.com/dashboard
Documentation: https://app.mailjet.com/docs/emails_headers
To assign a campaign, set a meta tag of the type name with the value X-Mailjet-Campaign and
set its content to the name of the campaign (for example: invoices). You can make this setting in
the Email section properties (see "Meta information" on page455) or via a Control Script, for
example:
merge.context.sections["Content"].headers = {
"X-Mailjet-Campaign": "invoices"
};
Page 1235