I have three list with thousands of members. I'm creating a little stats module for the admins of my Django site. The three lists have an extra custom field called Language (es_ES, en_CA, fr_CM,...). I want to show the count of members of each list filtered by 'this' Language.
Browsing the Mailchimp API I can see that it's possible to create a saved segment with "filter" options (filtering by Language in my case), but when you get via API those segments you can't get the count of members for the segment. It's not in the return value of Mailchimp. It's possible to get it with a static segment, but not with a saved one.
Any help to get the count for a filtered and saved segment?
You can check the "list related methods" of the MChimp API here: https://apidocs.mailchimp.com/api/2.0/#lists-methods