Strict UTMs 
When collecting UTM codes, we allow to skip the utm_ part:
utm_source/source/refutm_medium/mediumutm_campaign/campaignutm_content/contentutm_term/term
In our dashboard utm_source, source, ref will be stored as utm_source. But sometimes both parameters are used. To give you control over which parameter we should store you can enable strict UTMs.
<script
data-strict-utm="true"
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
This will only allow for the following UTMs to be used:
utm_sourceutm_mediumutm_campaignutm_contentutm_term
The parameters source, ref, and more will not be collected.
Want to collect more URL parameters? Learn how to allow more parameters.