> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.co-din.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to track the UTM source

Articles on: [Developers](/en/category/developers-12l9l8o/)

This article covers how to track UTM data and submit it to your Crisp customer's profile.  
  
As explained on [Wikipedia](https://en.wikipedia.org/wiki/UTM_parameters), UTM Parameters are five variants of URL parameters used by marketers to track the effectiveness of online marketing campaigns across traffic sources and publishing media.  
  
Here is an example:  
  

` https://www.example.com/page?utm_content=buffercf3b2&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer`

  
  
In this case it could be very interesting to know that the visitor we are talking to is coming from a Facebook campaign.  
  

### A Javascript code to track UTM parameters

  
  

``` ```

Updated on: 13/06/2022