MailChimp V2
The Qlik MailChimp Connector uses the MailChimp API to access your MailChimp email activity and marketing campaign data.
Supported offerings
- Qlik Sense Business
- Qlik Sense Enterprise SaaS
Ways to access your data
To access your MailChimp data, you need to authenticate the connector with your MailChimp API key. MailChimp users who have Manager permissions can generate API keys and users with Admin permissions can view API keys.
Creating a data source connection
Loading data from tables
After you authenticate the connector with your account credentials, use the tables to fetch your data. Some tables are preconfigured to access a specific set of data while others let you create custom queries. The table below outlines some of the use cases for some of the tables that are available.
Table | Available in | Description |
---|---|---|
UserInfo | Data load editor | Returns user profile info. |
Lists | Data manager and Data load editor | Use this table to fetch the lists that are associated with your user account. The table returns the list IDs which are required for all other list tables. |
Members | Data manager and Data load editor | Returns information about members of a specific list. |
ListGrowthHistory | Data manager and Data load editor | Returns a month-by-month summary of a specific list’s growth activity. |
ListSegments | Data manager and Data load editor | Retrieves information about all available segments for a specific list. |
Campaigns | Data manager and Data load editor | Use this table to fetch a list of campaigns and their details associated with your user account. The table returns the list of campaign IDs which are required for all other Campaign tables. |
CampaignReport | Data manager and Data load editor | Retrieves a specific campaign report. |
CampaignClickReport | Data manager and Data load editor | Get information about clicks on specific links in your MailChimp campaigns. |
CampaignTimeSeriesReport | Data manager and Data load editor | Get information about campaign time. |
CampaignEmailActivityReport | Data manager and Data load editor | Get a list of member's subscriber activity in a specific campaign. |
MemberInfo | Data load editor | Use this table to fetch data about members of a list. You need the list ID to run this table. |
To select and load data from a table, enter the required table parameters and click Preview data. Required parameters are marked with an asterisk (*) in the dialog. The table fields are displayed under the Data preview tab. You can select fields individually by selecting the box beside each field name. Select Insert script after you have made your selection.
Creating a connection and selecting data
Table parameters
To run some of the tables, you need to enter specific table parameters, usually in the form of an object ID or an object name. You can find many of these parameters when you run other tables.
For example, to run the CampaignReport table you need the campaign ID. You can fetch the list of campaigns and campaign IDs associated wit the authenticated user's account by running the Campaigns table.
Working with the MailChimp API quota limits
The Qlik Web Connectors use the MailChimp API 3.0 to extract data from MailChimp and load it into your Qlik Sense app. While reloading you MailChimp-based app, you might receive an error message that the connector has reached the MailChimp API rate limit and that all subsequent API calls will fail until the connector falls back under the throttling limit. If you receive this error message, then you have exceeded one of the API rate limits.
You receive an error message that you have reached the API rate limit
Reference - MailChimp developer documentation
You can refer to the MailChimp developer documentation to learn more about the requirements and restriction imposed by the MailChimp API 3.0.
Get Started with the MailChimp API
Troubleshooting
You receive an error message that you have reached the API rate limit
Possible cause
You have exceeded the API limits that are imposed on the Qlik Web Connectors by the MailChimp API.
Proposed action
To reduce the impact of reaching the API rate limits, develop your app with the following in mind:
- Extract only the data you need.
- Reload one MailChimp-based application at a time.
- Ensure that loops in your script that make API calls will not result in infinite loops.
You receive an error message when running a Campaigns table
Possible cause
If you see the following error message: DOMException: Invalid Character Error with Campaigns Table
It is being thrown from the MailChimp API and not from the Qlik MailChimp Connector.
Proposed action
We recommend that you contact MailChimp support or consult the MailChimp API documentation.