@atfarm/utm-persisterdeprecated

Automatically saves utm parameters in a cookie which expires in 30min for reference during the signup process.

Usage no npm install needed!

<script type="module">
  import atfarmUtmPersister from 'https://cdn.skypack.dev/@atfarm/utm-persister';
</script>

README

@atfarm/utm-persister

Automatically saves utm parameters in a cookie which expires in 30min for reference during the signup process.

Usage

Add this script before closing the body tag. It will automatically create cookies with utm params when present in the URL.

<script src="https://unpkg.com/@atfarm/utm-persister"></script>

Develop

yarn install
yarn start

Publish

yarn build
yarn publish