Skip to main content
CMS Analytics is a client-side script for tracking conversion events with CMS.
<script
  src="https://cut-me-short-public.s3.ap-south-1.amazonaws.com/dev/track_dev.js"
  defer
  data-domain="yourdomain"
></script>
The script detects the cms_rf query parameter and stores it as a first-party cookie for 60 days. This cookie is then used to attribute subsequent conversion events to the original link. It follows a last-click attribution mechanism by default.
If you want to learn more about first-click vs last-click attribution, check out this detailed guide.
Lead event attribution flow

Installation Guides

You can install the CMS Analytics script in several different ways:

Properties

You can pass the following props to the CMS Analytics script to customize its behavior:

data-api-host

Typeurl
Default"https://www.cutmeshort.com"
The base URL for the CutMeShort API. This is useful for setting up reverse proxies to avoid adblockers.

data-domain

Typestring
Configure the domains that CutMeShort will track.