resources/views/features/goals.stx:13:5: include error: Error loading include file site-nav: ENOENT: no such file or directory, open '/var/www/analyticshq-main/releases/063326a/resources/partials/site-nav.stx' ╭──────────────────────────────────────────────────────────────╮ │  ERROR  Include Error │ ╰──────────────────────────────────────────────────────────────╯ File: goals.stx (line 13, col 5) Message: Error loading include file site-nav: ENOENT: no such file or directory, open '/var/www/analyticshq-main/releases/063326a/resources/partials/site-nav.stx' Context:  11: 12: > 13: resources/views/features/goals.stx:29:13: include error: Error loading include file site-nav: ENOENT: no such file or directory, open '/var/www/analyticshq-main/releases/063326a/resources/partials/site-nav.stx' ╭──────────────────────────────────────────────────────────────╮ │  ERROR  Include Error │ ╰──────────────────────────────────────────────────────────────╯ File: goals.stx (line 29, col 13) Message: Error loading include file site-nav: ENOENT: no such file or directory, open '/var/www/analyticshq-main/releases/063326a/resources/partials/site-nav.stx' Context:  27: See a live dashboard 28: Get your script tag > 29: 30: 31:  14: 15:

Conversions

Turn a visit into a tracked outcome.

Fire a conversion with a single analyticshq() call, attach a value, and tie it back to the campaign that earned it. No tag manager, no extra pageview.

Track a signup conversion
// anywhere in your app, on the event that matters
analyticshq('signup', {
  plan: 'pro',
  value: 19,
})

// campaigns are matched automatically from the
// utm_* parameters already on the landing URL

How it works

01

Define what counts

A goal is any event you care about: a signup, a purchase, a demo request, a plan upgrade.

02

Fire it in one line

Call analyticshq() with a name and optional value on the moment it happens. It piggybacks on the same first-party endpoint.

03

Attribute it back

The conversion is joined to the session and its campaign, so you see which source actually produced revenue.

One line
A single analyticshq() call records a conversion, with an optional monetary value.
Attributed
Every goal ties back to its channel, campaign, and landing page.
No tag manager
No third-party container to load, configure, or keep in sync.

Your numbers. Your visitors' privacy. Both intact.

╭──────────────────────────────────────────────────────────────╮ │  ERROR  Include Error │ ╰──────────────────────────────────────────────────────────────╯ File: goals.stx Message: Error loading include file site-footer: ENOENT: no such file or directory, open '/var/www/analyticshq-main/releases/063326a/resources/partials/site-footer.stx'