Home / Blog / Conversion Goal Tracking: How to Measure…
conversion goal tracking website conversion rate custom event tracking analytics goals

Conversion Goal Tracking: How to Measure What Actually Matters

Traffic is a means to an end. The end is a visitor taking a specific action: signing up, purchasing, downloading, or contacting you. Conversion goals let you measure exactly how often that happens.

The two types of conversion goals

Page Visit Goals

Triggers when a visitor lands on a specific URL — the classic example is a thank-you page after a purchase. If someone reached /thank-you, they converted. Best for: form completions, account sign-ups, checkout completions.

Custom Event Goals

Triggers when your JavaScript fires a named event. More flexible — track button clicks, video plays, scroll depth, or any other interaction. Best for: CTA button clicks, add-to-cart, feature usage.

Setting up a Page Visit goal

  1. Go to Websites → Your Site → Goals
  2. Click New Goal → Page Visit
  3. Enter the URL path (e.g. /thank-you)
  4. Give it a descriptive name like "Sign Up Completed"

Setting up a Custom Event goal

  1. Add to your page JavaScript: wsai.track('Add to Cart', { product: 'Pro Plan' })
  2. Create a goal with the exact event name: "Add to Cart"

The conversion optimisation loop

  1. Measure your baseline conversion rate
  2. Form a hypothesis and make one change
  3. Wait 2 weeks for statistical significance
  4. Compare rates and decide
Found this helpful?
Share Share
Try privacy-first analytics free

No cookies. No consent banners. GDPR compliant by default.

Start Free Trial

More articles