You can create and analyse reports such as open rate, conversion rate, best performing campaigns and do much more. This connector comes with 50+ core handpicked reports and dashboards that will help you jumpstart on analyzing data.
Zoho Analytics is a self-service BI and data analytics software that lets you analyze your data, create stunning data visualizations, and discover hidden insights in minutes.
Mailchimp Advanced Analytics Connector enables you to import your campaign data in Mailchimp into Zoho Analytics for advanced reporting and analysis. This connector brings in all the capabilities of Zoho Analytics described above to Mailchimp users.
Any Mailchimp user who wishes to analyze their campaign metrics can make use of this connector.
As a Mailchimp user using this connector brings you immense benefits. You get to look at your campaign data in Mailchimp in ways you couldn't have looked at before. It enables you to do powerful analysis and create insightful reports & dashboards. You can create a wide range of reports including as open rate, conversion rate, best performing campaigns and do much more with ease.
Zoho Analytics drag-and-drop based reporting is so easy to use that you could create any report or dashboard on your Mailchimp data with no IT help or technical knowledge and share them to your colleagues.
Mailchimp Analytics is bundled free for all the paid users of Zoho Analytics. The Zoho Analytics paid plans start at ₹ 1,200 per month . Click to learn more about Zoho Analytics pricing.
Yes, we do provide a 15-day free trial for this connector from the date of setup.
Anyone to whom you privately share your databases, tables (data), reports and dashboards, created in Zoho Analytics, for collaboration is considered a 'User' in Zoho Analytics. A user is identified by his/her unique email address, with which their Zoho Analytics account was registered.
Suppose you subscribe to the Zoho Analytics Standard plan, you can privately share the data/reports in your account and collaborate with 4 other persons. Now your Zoho Analytics account is said to have 5 users (including yourself). Click to know more about the Zoho Analytics user model.
In Zoho Analytics, a row or record is defined in the same context as in a database (or spreadsheet). In simple terms, a table consists of rows (records) and columns (fields). Each row in a table represents a set of related data and has the same structure. For example, in a table that represents "Invoices", each row would represent a single invoice record. The number of rows calculated for pricing, is the sum of all rows/records stored across all your database tables in your Zoho Analytics account.
The Account Administrator and the Organization Administrators can set up the Advanced Analytics connector. Click here to learn about Managing Users .
The credentials of the Administrator who set up the connector, will be used for establishing any connections with source application by other administrators.
Also refer,
After configuring this connector, you might have to wait sometime for the initial fetch to happen. You will receive an email notification once the import is complete. If you access the database before the initial fetch, it will not display any data.
Data sync may sometimes fail due to a variety of reasons such as Authentication Failure, your business application is down etc. In that case, you will receive the "Data Synchronization Failure" mail with the reason for the failure and its solution. Click here to learn more about Synchronization Error Failures and their solutions.
If you are a Basic plan user, you can synchronize your data once every day.
You can choose to synchronize data at one of the intervals mentioned below.
Yes, you can edit the MailChimp connector synchronization setting. The Account Administrator and the Organization Administrators can edit this setup. To do so,
Yes, you can synchronize your MailChimp data instantly when needed.
To synchronize your data instantly:
Note: This option can be used to a maximum of five times a day.
It will be setup in the corresponding Zoho Analytics account of the Mailchimp user who has configured this connector.
Data from MailChimp is stored in entities called Tables in Zoho Analytics. The below data from MailChimp will be synchronized by default into Zoho Analytics.
Also refer,
Yes, you can setup the Mailchimp connector in any of the existing Workspaces or in any of the advanced analytics database to analyze data together. To do this,
Your Mailchimp data will be imported into your database. Refer to this setup presentation .
You can configure multiple Mailchimp setups if you have subscribed for a paid plan (Standard and above).
If you wish to import the data in an individual database refer to this question.
To import data from multiple campaigns into the same database,
Zoho Analytics supports a wide variety of reports.
When you setup/configure the Mailchimp Integration Connector, 50+ default reports & dashboards are automatically created. These hand-picked reports will be pretty useful in analyzing your help data effectively.
You can quickly review the default reports from the Mailchimp Sample Workspace
Yes, you can modify the default reports. If you are the 'Administrator' or a 'Workspace Administrator' of the Zoho Analytics account in which the Connector is configured (Refer Managing Users in Zoho Analytics ). To modify the reports click the Edit Design button in a report's toolbar and you will be able to make the changes. If you are just a user who's been shared the report, save a copy of the report by clicking Save > Save As . Now you can edit this new copied report.
Columns from across different Mailchimps modules are joined by default. Therefore, you can create reports by simply dragging and dropping the respective columns.
Formulas, as the name indicates, are calculations that help you derive key business metrics that can be used in reporting and analysis. Zoho Analytics provides a powerful formula engine to create any type of calculations required, to enable creating the required reports. Refer Adding Formulas in Zoho Analytics to know more.
The default formulas added by Zoho Analytics are listed below. You can view these formulas by opening the corresponding table and selecting Add > Edit Formulas from the toolbar.
The following are the default formulas in the Campaigns table
| Formula Name |
Formula |
Formula Type |
Description |
| Active Days |
Custom |
datediff( "Last Open Time","Campaign Sent Time") |
Displays the number of days the campaign was active |
The following are the formulas from the Campaigns Vs Members table
| Formula Name |
Formula |
Formula Type |
Description |
| Mails Sent |
Aggregate |
Count("Campaigns Vs Members"."CAMPAIGN_ID") |
Total mails sent in each campaign |
| Total Hard Bounces |
Aggregate |
countif("Campaigns Vs Members"."Member Status"='hard') |
Displays the total number of hard bounces in the campaign |
| Total Soft Bounces |
Aggregate |
countif("Campaigns Vs Members"."Member Status"='soft') |
Displays the total number of soft bounces in the campaign |
| Open Rate |
Aggregate |
(countif("Campaigns Vs Members"."Opens">0)/count("Campaigns Vs Members"."MEMBER_ID"))*100 |
Displays the open rate of the campaign |
| Bounce Rate |
Aggregate |
("Campaigns Vs Members"."Total Hard Bounces"/"Campaigns Vs Members"."Mails Sent")*100 |
Displays the hard bounce rate of the campaign |
| Soft Bounce Rate |
Aggregate |
("Campaigns Vs Members"."Total Soft Bounces"/"Campaigns Vs Members"."Mails Sent")*100 |
Displays the soft bounce rate of the campaign |
The folllowing are the formulas from the Clicks table
| Formula Name |
Formula |
Formula Type |
Description |
| Campaign Click Rate |
Aggregate |
sum("Clicks"."Unique Clicks")/(sum("Campaigns"."Emails Sent")*count("Clicks"."URL_ID"))*100 |
Displays the total number of clicks from a particular campaign |
The following are the formulas from the List Activity table
| Formula Name |
Formula |
Formula Type |
Description |
| Total Members Addition |
Aggregate |
sum("List Activity"."Subscribes")+sum("List Activity"."Other Adds") |
Displays the total number of members to whom the campaign was sent |
| Total Members Removal |
Aggregate |
sum("List Activity"."Other Removes")+sum("List Activity"."Unsubscribes")+sum("List Activity"."Hard Bounces")+sum("List Activity"."Soft Bounces") |
Displays the total number of users who were removed due to unsubscription, hard and soft bounced. |
| Member Count |
Aggregate |
"List Activity"."Total Members Addition"-"List Activity"."Total Members Removal" |
Displays the total member count available after unsubscription, hard and soft bounces |
| Click Rate |
Aggregate |
(sum("List Activity"."Recipient Clicks")/sum("List Activity"."Emails Sent"))*100 |
Displays the click rate of the list |
| Open Rate |
Aggregate |
(sum("List Activity"."Unique Opens")/sum("List Activity"."Emails Sent"))*100 |
Displays the open rate with respect to the list. |
| Hard Bounce Rate |
Aggregate |
(sum("List Activity"."Hard Bounces")/sum("List Activity"."Emails Sent"))*100 |
Displays the hard bounce rate of the list. |
| Soft Bounce Rate |
Aggregate |
(sum("List Activity"."Soft Bounces")/sum("List Activity"."Emails Sent"))*100 |
Displays the soft bounce rate of the list. |
The following are the formulas from the Members table
| Formula Name |
Formula |
Formula Type |
Description |
| Member Name |
Custom |
concat( "First Name", ' ', "Last Name") |
Full Name of the Member |
| Domain Name |
Custom |
right("Email",(length( "Email") - indexof( "Email", '@'))) |
Provides the domain name |
| Is Qualified Domain? |
Custom |
if(( "Domain Name"='gmail.com' OR "Domain
Name"='yahoo.com' OR "Domain Name"='yahoo.co.in' OR "Domain Name"='outlook.com' OR "Domain Name" = 'hotmail.com'), 'No','Yes') |
Displays yes - if the domain is a dedicated domain, displays no if the domain is gmail, yahoo, outlook or hotmail |
| Unsubscription Percentage |
Aggregate |
(Countif("Members"."Status"='unsubscribed')/
Count("Members"."MEMBER_ID"))*100 |
Displays the percentage of users who have unsubscribed. |
Refer to the Adding Formulas in Zoho Analytics help page.
No, you cannot add/modify data in the Mailchimp data tables. Data from Mailchimp modules gets automatically synched into Zoho Analytics in the different tables (one table for one module). You cannot edit any of this data or add new data records from within Zoho Analytics.
However you can add new tables and add/import data into that, to create reports combining it with the data from Mailchimp.
No, you cannot add new columns. But, you can add Formula Columns and Aggregate Formulas (i.e., calculated fields) to these tables to help you create powerful reports. Refer Adding Formulas to know more on this.
Yes, you can add new data tables. Click Create > New Table/Import Data to add a new table in the existing Mailchimp Workspace.
With this feature, you can import data from other sources or add them manually into your Workspace to analyze and create reports combining this with your Mailchimp data. You can also import data from other business applications like Google Analytics, Salesforce CRM etc.
Refer:
To define a lookup relationship between two tables, it is essential that the tables have at least one column which is common between them. Follow the below steps to look up a column from Mailchimp along with the data from any other source.
Please do note that you cannot create a Lookup column inbetween the Mailchimp tables.
Yes, you can join data from multiple tables to create the reports. Refer to the previous question for detailed help on this.
Query Table allows you to pull data from the tables by writing standard SQL SELECT Queries. You can create reports over this Query Table as you do over a data table. View this demo video to know about how to create Query Tables in Zoho Analytics.
You can share the default reports provided in the Mailchimp Connector and the reports you have create, with other users in your portal. Refer to Sharing and Collaboration help page for more details on this.
Once you privately share a report to your colleagues they will be able to access the reports as you do. Refer here to know how to access the reports.
When a Mailchimp Administrator configures the Mailchimp - Zoho Analytics connector, the tables and reports will be available only to him/her, by default. The Administrator has to share the database with other members of the company. Only then will the default reports be accessible by those members.
To know more, refer to Sharing and Collaboration help page.
The Mailchimp Administrator who has setup the connector should share the tables present in ' Mailchimp Advanced Analytics' database with other members of the company. Once this is done, the shared users can create reports based on those tables.
To know more, refer to Sharing and Collaboration help page.
Note: If you add a user as a Workspace Administrator in the Mailchimp Workspace created in Zoho Analytics (Refer Managing Users in Zoho Analytics , to know how to add Workspace Administrators), the user will be able access all the data & reports, create new reports and do any operation that you could do on the Workspace
Zoho Analytics offers three user roles - Administrator, Workspace Administrator and User. Click to know more about the Zoho Analytics User Model and User Roles.
This is the expected behavior. Only when the users being shared is set as a Workspace Administrators, they can edit the reports. If a normal user wants to edit the report, he/she will have to save the report with a new name using the Save As option toolbar. The User can edit this report. To know more about user roles, click here.
Yes, you can. Refer the topic Apply filter criteria .
Yes, you can export the report/dashboard in various file formats such as CSV, EXCEL, PDF, HTML and Image. Click to know more.
In order to print the report/dashboard, you first need to export it. You can export the report in various file formats such as CSV, EXCEL, PDF, HTML and Image. Click to know more.
Note: If you are a user to whom a report has been shared and you want to take a print, ensure you have been provided the Export permission by the Administrator to the report, only then you will be able to print the report.
If you are the Administrator of the Zoho Analytics connector or a 'Workspace Administrator', you can schedule reports and dashboards to be emailed automatically. Refer to the email schedule section in this help documentation.
You can easily embed the reports & dashboards created in Zoho Analytics in your website, web application or blog. Refer Embedding in Web Pages/Blogs to know more about this.
You can integrate and perform cross-functional analytics with almost all the business applications that Zoho Analytics offers integration with.
To import data from business apps,
No, a lookup relationship will not be created between the Mailchimp modules and the modules of the application that you are trying to import automatically.
To manually create a lookup relationship refer this help link - Click here
We offer 24x5 technical support (Monday to Friday). In case if you need our assistance kindly do mail us your questions to support@zohoanalytics.com .
You can also reach out to us on our toll free numbers -
Yes, certainly. Register for a demo in this page .