---
title: "Track Downloads from Custom Sources"
slug: "tracking-downloads-from-custom-sources"
updated: 2025-01-31T19:02:29Z
published: 2025-01-31T19:02:29Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Track Downloads from Custom Sources

> Attribute downloads from custom players, apps or websites

You can attribute and track download playback destination "source" from custom players, apps or websites by specifying a `utm_source` URL parameter value on the MP3 download URL, embed player URL or Omny.fm web player URL.

### Supported custom sources

Omny Studio supports up to 50 custom download sources with the following (case insensitive) `utm_source` values.

```plaintext
CustomPlayer1
CustomPlayer2
CustomPlayer3
CustomPlayer4
CustomPlayer5
...
CustomPlayer50
```

Note: The values do not have any predefined meaning and can be associated with any player, app or website of your choosing.

### Supported publishing URLs

You can specify a `utm_source` URL parameter value on the following Omny Studio publishing endpoints:

- Clip MP3 download URL e.g.` https://.../audio.mp3?utm_source=CustomPlayer1`
- Clip or playlist embed player iFrame URL e.g. `&lt;iframe src="https://.../embed?utm_source=CustomPlayer2"`
- Clip or playlist web player URL e.g.` https://omny.fm/.../clip?utm_source=CustomPlayer3`

#### Example

For example, you can attribute/track downloads from a custom mobile app by appending the MP3 download URL that's provided to the audio player with `utm_source=CustomPlayer`, for example

```xml
https://traffic.omny.fm/d/clips/.../audio.mp3?utm_source=CustomPlayer1
```

Downloads from that mobile app will then appear on the download analytics reports as "Custom player 1".

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/7523787d-62fe-44f7-a866-42ac0694d947.png)

### Re-naming custom sources

Once you've set up your custom sources, you can re-name them so that they display nicely in the Omny Studio analytics with the following steps.

1. Head to organization settings then to the analytics section in the left hand navigation menu.
2. Re-name your sources here and click save!

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/Omny-Org-settings-analytics.png)

Your custom sources will now show up with their custom name in the Omny Studio analytics portal.
