mailchimp
Mailchimp Marketing API
Add pixel enable/disable endpoints for connected sites
Two new POST endpoints have been added to the Mailchimp Marketing API: POST /connected-sites/{connected_site_id}/actions/enable-pixel and POST /connected-sites/{connected_site_id}/actions/disable-pixel to control the Mailchimp tracking pixel for connected sites. These are purely additive and do not affect existing integrations.
Alert history
- Additive
Add pixel enable/disable endpoints for connected sites
Two new POST endpoints have been added to the Mailchimp Marketing API:
POST /connected-sites/{connected_site_id}/actions/enable-pixelandPOST /connected-sites/{connected_site_id}/actions/disable-pixelto control the Mailchimp tracking pixel for connected sites. These are purely additive and do not affect existing integrations. - Additive
Add pixel management and consent timestamp fields
Mailchimp Marketing API adds two new optional endpoints for managing tracking pixels (
/enable-pixeland/disable-pixel), new read-onlyis_pixel_enabledfield on connected site responses, and new optionalcaptured_attimestamp fields for email and SMS marketing consent objects. These are purely additive changes that enhance consent tracking and pixel management without altering existing behavior.