Open winsmith opened 2 years ago
If you add this snippet, you can extract things like URL and utm source:
const params = new URLSearchParams(window.location.search); td.push([ 'signal', { route: window.location.pathname, source: params.get('utm_source'), }, ]);
and then filter by pages like so
{ "url": "https://www.fline.dev/remafox-beta1/" }
If you add this snippet, you can extract things like URL and utm source:
and then filter by pages like so