Skip to content

Releases: configcrate/tracking-param-check

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 03:24

Tracking Parameter Check v0.1.0

Find the exact HTTP redirect hop that silently drops or changes advertising, analytics, or affiliate tracking parameters.

What's included

  • Trace HTTP 301, 302, 303, 307, and 308 redirect chains
  • Detect lost or changed gclid, fbclid, msclkid, ttclid, utm_*, and custom parameters
  • Inject sentinel values when selected parameters are missing
  • Check multiple URLs from the command line or an input file
  • Produce human-readable or JSON reports
  • Run as a reusable GitHub Action
  • Download standalone binaries for Linux, macOS, and Windows
  • Prevent custom request headers from being forwarded to another host

GitHub Action

- uses: configcrate/tracking-param-check@v0.1.0
  with:
    urls: |
      https://example.com/landing
    params: gclid,utm_source,utm_campaign

CLI

tracking-param-check https://example.com/landing --param gclid

Or use a built-in preset:

tracking-param-check https://example.com/landing --preset common

Important limitation

This release checks URL parameters across server-side HTTP redirects. It does not execute page JavaScript or validate cookies, analytics dashboards, pixels, or completed conversions.

See the README for installation, usage, batch checking, JSON output, presets, exit codes, and GitHub Action examples.

Built by ConfigCrate.

Full Changelog: https://github.com/configcrate/tracking-param-check/commits/v0.1.0