This article takes you through all of the requirements for creating a "Your Account Snapshot Summary" dashboard for your ActiveCampaign account. It provides the latest view of the following metrics.
You will need create your own copy of the template for this lesson.
You can copy it from this location. Your Account Snapshot
For "Your Account Summary" dashboard you will need to create four standard data sources from the following resources. These contain no custom dimensions or metrics.
Resources
You will also need to create a fifth data source. This data source will require one custom metric as per table below.
Resources
Metric
You will need to go into the design and create metric below
| Name | Type | Formula |
|---|---|---|
| Emails Sent per Contact | Metric | sum(sentcnt)/count(id) |
This video also shows you how to create the data sources and metrics.
To finish configuring "Your Account Summary" dashboard, you will need to create a data blended data source.
A data blend takes two or more data sources that you have created and joins them on a common key. Data blends are commonly used to add richer detail about the data you are trying to analysis. Typical common keys include dates, product ids, location ids and customers.
For this lesson you will need to create a data blend with the following name.
This data blend requires the use of two data sources you have already created in a prior lesson.
The data blend requires you to join the 2 data sources using the following join
Contact Lists.list = lists.id.
It should look like the screenshot below

Your data blend will also need the following
| Name | Type | Formula |
|---|---|---|
| Created Date | Dimension | DATETIME_TRUNC(created_timestamp,DAY) |
| Updated Date | Dimension | datetime_trunc(udate,DAY) |
| User Status | Dimension | case when status = '1' then 'Active' when status = '2' then 'Unsubscribed' when status = '3' then 'Bounced' else 'TBA' end |
| Total Contacts | Metric | countd(id) |
You will need to add all of the fields that are green on the right hand side of the screenshot above. You will also need to rename the dimensions as per table below
| Name | Source |
|---|---|
| Form | form |
| Automation | automation |
| Campaign | campaign |
| List Name | name |
If you're running an agency and have multiple accounts, you want to provide duplicate dashboards. When you are designing your template, make sure you utilize data blends. Creating all your complex dimensions and metrics here (and renaming them) is the quick and easy way to save time when building reports for your new customers.