Skip to main content

Pageview Goals

Pageview goals track when users visit a specific page on your website. They're the simplest way to measure conversions for actions that result in a page navigation, like form submissions, purchases, or downloads.

What is a Pageview Goal?

A pageview goal triggers when a user visits a particular URL path. Common examples include:

  • Thank-you pages after form submissions (/thank-you)
  • Order confirmation pages (/checkout/success)
  • Download complete pages (/download/complete)
  • Newsletter confirmation pages (/newsletter/confirmed)

No code changes required — if the page is already tracked by Ovyxa, you can create a goal for it immediately.

How to Create a Pageview Goal

Follow these steps to set up a pageview goal:

  1. Navigate to Goals: In your Ovyxa dashboard, go to Settings → Goals
  2. Create Goal: Click the "Create Goal" button
  3. Select Type: Choose "Pageview Goal"
  4. Enter Path: Type the page path you want to track (e.g., /thank-you)
  5. Name Your Goal: Give it a descriptive name like "Contact Form Submissions"
  6. Save: Click "Save Goal"

Your goal is now active and will start tracking conversions immediately.

Path Matching

Ovyxa supports different path matching modes:

Exact Match (Current)

The default mode matches the exact path you specify:

  • Goal path: /thank-you
  • Matches: https://example.com/thank-you
  • Does NOT match: https://example.com/thank-you/ or https://example.com/thanks

Pro tip: Include query parameters if needed. Path /checkout/success?order=123 will match that specific format.

Wildcard Matching (Phase 2)

Coming soon: wildcard support for flexible matching:

  • Goal path: /blog/*
  • Matches: /blog/post-1, /blog/post-2, /blog/category/tech

Example Use Cases

E-commerce Order Confirmation

Track completed purchases:

  • Goal path: /order/confirmation
  • Goal name: "Purchase Completed"
  • Conversion rate: Shows what percentage of visitors complete a purchase

Newsletter Signup

Track email list growth:

  • Goal path: /newsletter/success
  • Goal name: "Newsletter Signups"
  • Conversion rate: Measures signup effectiveness

Lead Generation Form

Track form submissions:

  • Goal path: /contact/thank-you
  • Goal name: "Contact Form Submitted"
  • Conversion rate: Shows which traffic sources generate the most leads

Resource Download

Track content downloads:

  • Goal path: /downloads/whitepaper-complete
  • Goal name: "Whitepaper Downloads"
  • Conversion rate: Measures content effectiveness

Viewing Goal Statistics

Once your pageview goal is created, view its performance in the Goals dashboard:

Metrics displayed:

  • Goal name: Your descriptive label
  • Total conversions: Number of times the page was viewed
  • Unique visitors: Number of unique people who converted
  • Conversion rate: Percentage of all visitors who converted

Filters available:

  • Time period: Compare different date ranges
  • Traffic source: See which channels drive conversions
  • Device type: Analyze mobile vs desktop conversion rates
  • Country: Identify geographic performance

Export & Analysis

Export goal data for deeper analysis:

  1. Navigate to the Goals section
  2. Select your time period
  3. Click "Export to CSV"
  4. Open in Excel, Google Sheets, or your analytics tool

CSV includes: date, goal name, conversions, unique visitors, conversion rate.

Best Practices

Use descriptive names: "Purchase Completed" is clearer than "Goal 1"

Verify the path: Test by visiting your thank-you page and confirming the goal increments

Set up early: Historical data helps identify trends and seasonal patterns

Track micro and macro conversions: Small wins (newsletter signup) and big wins (purchase) both matter

Review regularly: Check conversion rates weekly to spot issues or opportunities

Troubleshooting

Goal not tracking?

  • Verify the path exactly matches your page URL (case-sensitive)
  • Ensure Ovyxa script is installed on the thank-you page
  • Check that users are actually reaching the page
  • Look for client-side redirects that might prevent tracking

Inflated conversion numbers?

  • Users might be refreshing the thank-you page
  • Consider switching to a custom event goal for better accuracy

Next Steps

Learn about Custom Event Goals for tracking actions that don't involve page navigation, or dive into Conversion Analysis to optimize your funnel.