Analytics goal: definition, types and configuration

Updated on February 22, 2026
Quick definition
An analytics goal is an action or behaviour defined as having value for your business — newsletter sign-up, product purchase, demo request — whose completion by users you want to measure. The analytics goal is the cornerstone of conversion measurement and the basis of any ROI calculation.
How it works
In web analytics, a goal is the digital translation of a business-valuable action. It can take several forms:
- Destination goal: reaching a specific URL (e.g. purchase confirmation page)
- Event goal: triggering a specific event (e.g. `form_submit`, `purchase`)
- Duration goal: spending more than X minutes on the site
- Pages per session goal: viewing at least N pages
In GA4, goals are replaced by 'conversions' — events marked as conversion events.
We distinguish macro goals (purchase, sign-up, demo request) from micro goals (add to cart, brochure download, pricing page view).
Correct goal configuration is what allows your analytics tool to measure conversion rates and feed marketing attribution models.
Why it matters
Without correctly configured goals, your analytics tool measures traffic but not real performance. Goals turn raw data into business success indicators.
They allow you to:
- Calculate the ROI of each acquisition channel
- Identify which pages or journeys convert best
- Direct marketing budgets toward the most effective sources
Precise goal configuration is the first step of any serious optimisation effort.
How to improve or use it
- 1List all valuable actions for your business, from most to least important.
- 2Associate a monetary value with each goal where possible to calculate value per session.
- 3Regularly check that configured goals match current priorities.
- 4Test each goal after setup to confirm it fires correctly.
- 5Avoid duplicates: a purchase confirmation should only be counted once.
With Sublim
Sublim lets you configure conversion goals directly in the interface, with no extra code. As a GDPR-compliant alternative to GA4 hosted in Europe, Sublim measures your conversions without tracking cookies and without consent-related data loss, providing a more complete view of your real performance.
Frequently asked questions
What is the difference between a macro goal and a micro goal?
A macro goal represents your business's main conversion (purchase, sign-up, quote request), the one that directly generates business value. A micro goal is an intermediate step (add to cart, click on a CTA) that signals intent without yet being a final conversion.
How do I associate a value with a goal?
In most analytics tools, you can assign a fixed monetary value to each goal during configuration. For e-commerce, the value is generally dynamic and passed via an event parameter at purchase. This value lets you compute ROI per channel.
Can I track goals without modifying my site's code?
Partially. Goals based on destination URLs (confirmation page) require no extra code. However, goals based on events (clicks on a specific button, form submissions without page reload) generally require adding code or using a tag manager.
Related terms
The conversion rate is the percentage of visitors to a site or page wh…
An analytics event is a specific user interaction with your site or ap…
A macro-conversion is the main action a user completes on your site th…
A micro-conversion is an intermediate action by a user that signals pr…