Track Your Goals with Precision

Goals allow you to track user actions that go beyond standard analytics, such as button clicks, file downloads, or specific page views like a thank-you page after a successful checkout.

Boost your insights by tracking every meaningful interaction on your site with Eyeris Analytics' robust goal management features.

Pageview Goals

Pageview goals are simple and intuitive to configure. These goals trigger when a visitor lands on a specific page.

For example, you can track visits to a "thank you" page displayed after a newsletter signup, purchase, or form submission.

Custom Goals

Custom goals provide enhanced flexibility, requiring additional code that can be defined directly within your dashboard.

Use custom goals to track specific events not covered by pageview goals.

Leverage custom goals to monitor specific actions not covered by pageview goals, such as:

  • External link clicks: Understand outbound user interactions.
  • Advanced form submissions: Capture complex user inputs or multi-step forms.
  • Targeted page interactions: Track clicks on key page elements like call-to-action buttons or embedded content.


Example JavaScript Code for Custom Goal Tracking:

analyticse_pixel.goal('my-goal');


Once this code is executed, the goal conversion is recorded in real-time, offering immediate insights.

Example: Adding Goal Tracking to a Button

<button type="button" onclick="analyticse_pixel.goal('my-goal')">Click me</button>