# Mixpanel Enhancements: Custom UTM Parameters Support

We have updated our [Mixpanel](https://www.rudderstack.com/docs/destinations/streaming-destinations/mixpanel/) integration to support sending custom UTM parameters to Mixpanel via `track`, `page`, and `screen` events.

RudderStack already supports sending the following keys in your event's `context.campaign` object; it automatically maps them to the corresponding Mixpanel standard UTM parameters:

| RudderStack property | Mixpanel UTM parameter |
| :----| :-----| 
| `name` | `utm_campaign` |
| `source` |  `utm_source` |
| `medium` | `utm_medium` | 
| `content` | `utm_content` |
| `term` |  `utm_term` |

With this enhancement, you can also send any other contextual fields besides the ones mentioned above as custom UTM parameters to Mixpanel. RudderStack sends these fields in the format `utm_{key}`.

See our [docs](https://www.rudderstack.com/docs/destinations/streaming-destinations/mixpanel/#sending-utm-parameters-to-mixpanel) for more information on this feature.
