UNPKG

sourcebuster

Version:

Get sources of your site's visitors (utm / organic / referral / typein).

22 lines (16 loc) 333 B
"use strict"; module.exports = { traffic: { utm: 'utm', organic: 'organic', referral: 'referral', typein: 'typein' }, referer: { referral: 'referral', organic: 'organic', social: 'social' }, none: '(none)', oops: '(Houston, we have a problem)' };