Skip to main content

Introduction

Constant Contact Email is Constant Contact’s email marketing platform, covering campaign creation, list management, and email performance reporting. Advertisers send email campaigns through the Constant Contact web app, and the connector imports each campaign’s aggregate performance metrics through the Constant Contact v3 REST API. This connector replaces the older, general-purpose Constant Contact connector, which combined email and SMS. Email and SMS are now split into separate connectors that share the same OAuth account. To connect this data source, see How to connect Constant Contact Email to Adriel.

Data refresh strategy

Email campaign data refreshes once daily at 3:00 AM UTC. Each refresh cycle fetches the full email campaign catalog and its associated stats from Constant Contact, then atomically replaces the cached copy in Adriel. Because Constant Contact’s stats API returns lifetime totals per campaign (not day-by-day breakdowns), reports do not accumulate a daily time series (Email campaign stats). The date filter applied in Adriel filters which campaigns appear in a report based on their creation or update timestamp — it does not filter the metric values themselves.

Date range limits

No hard date-range limit is applied by the connector. The practical limit is the campaign’s own lifecycle: metrics reflect lifetime totals for each campaign, and campaigns appear in reports based on their campaignCreatedAt or campaignUpdatedAt timestamp falling within the selected date range.

Metrics

How to read the columnsData type uses this vocabulary: Number, Currency, Percentage, Ratio, Duration, Date, Text, URL, Array, Boolean.API Key in code style like em_sends is the literal Constant Contact v3 API field name from the campaign stats response. Italic text describes how a value is produced when it doesn’t map cleanly to a single API field.

Send & delivery

Opens

Clicks

Breakdowns

Campaigns

Time & date grouping

Limitations

  • Metrics are lifetime totals, not daily — the Constant Contact stats API returns cumulative counts per campaign. Adriel’s date filter narrows the report to campaigns whose created-at or updated-at timestamp falls in the range; it does not slice metric values by day.
  • Reconnect required when the refresh token expires — Constant Contact-issued refresh tokens can be invalidated by the platform. When this happens, the data source is disconnected and must be reauthorized in Adriel.
  • Deleted campaigns are not backfilled from Constant Contact — campaigns removed on the Constant Contact side stop appearing in future refreshes.
  • Larger accounts sync more slowly — the connector fetches stats in chunks of 40 campaigns per request (a workaround for URL-length limits on the stats endpoint). Accounts with many campaigns make proportionally more API calls.
  • Deprecated “Constant Contact” connector — the older combined connector is no longer offered; new connections should use Constant Contact Email or Constant Contact SMS.

API references

See also