Skip to content

Instantly share code, notes, and snippets.

set $utm_hash "";
if ($args ~* "^(.*&?)utm_source=([a-zA-Z0-9._-]*)(&(.*))?") {
set $args $1$4;
set $utm_hash "$utm_hash&utm_source=$2";
}
if ($args ~* "^(.*&?)utm_medium=([a-zA-Z0-9._-]*)(&(.*))?") {
set $args $1$4;
set $utm_hash "$utm_hash&utm_medium=$2";