ListClients
Summarizes the most common email clients used by subscribers, based on user-agent data.
Table Specific Information
Select
The add-in will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- ListId supports the '=' operator.
SELECT * FROM ListClients WHERE ListId = 'abc'
Columns
| Name | Type | Description |
| Client | String | The name of the email client or application (such as Gmail, Outlook, or Apple Mail) used by subscribers to open or read campaign emails. |
| Members | Integer | The number of active or subscribed members who engaged with campaigns using the specified email client, providing insight into client popularity and compatibility. |
| ListId [KEY] | String | The unique identifier of the Mailchimp audience (list) these engagement statistics belong to, allowing tracking across different subscriber groups. |