Tracking

Tracking is the wiring that records what visitors do on your site, so you can tell which marketing produced real inquiries instead of guessing.

Also called analytics, conversion tracking, measurement

SiiteWritten by SiiteUpdated September 1, 2026

Tracking is the wiring that records what happens on your website and reports it back to you. How many people arrived, where they came from, what they did, and which of them turned into an inquiry or an order. Without it, marketing is a set of receipts and a feeling. With it, you can say which channel produced which customers. Nothing about tracking happens by accident. Somebody has to decide what counts and set it up.

In short

  • Tracking connects what you spend to what you get.
  • A conversion is whatever you decide counts. Define it before you measure it.
  • Two tools reporting different numbers is normal, not a bug.
  • Consent rules apply in the Philippines, and they are not optional.

How tracking actually works

The mechanism is simpler than the jargon suggests, and knowing it explains why tracking breaks in the ways it does.

A small piece of code sits on every page of your site. When somebody loads the page, that code runs in their browser and sends a message to a reporting service saying what happened: a page was viewed, a button was clicked, a form was sent. Each message carries some context, such as which page, which device, and which site referred the visit.

The reporting service collects those messages and groups them into sessions and users, so it can tell you that four hundred people arrived and eleven of them sent a form.

Two things follow from this. First, if the code is missing from a page, that page is invisible, and pages get missed all the time during redesigns. Second, because the code runs in the visitor’s browser, anything that blocks scripts also blocks your measurement. Neither problem announces itself. The report simply shows a smaller number and looks completely normal.

The tools, and what each one actually does

  • Google Analytics 4, usually written GA4, is the free tool that reports what happened on your site. Visitors, where they came from, what they viewed, what they did. It is the general record.
  • Google Tag Manager, or GTM, is not a reporting tool at all. It is a container you put on the site once, so that every tracking script afterwards can be added and changed without touching the website code. Almost every setup should have it, and its absence is why so many businesses cannot get tracking changed without booking a developer.
  • Google Search Console is separate and often forgotten. It reports what people searched on Google before seeing you, which no other tool can show. It is the only view of Google’s own data about your site, it is free, and it is the foundation of any honest SEO reporting.
  • Platform pixels, the Meta pixel and the Google Ads tag, report back to the advertising platforms so they can optimise delivery and tell you which ads produced results.
  • Call tracking, optional but useful for businesses whose customers phone. It shows which marketing produced the call rather than only the clicks.

Conversions, which is the part that matters

A conversion is any action you have decided counts as valuable. Not a visit. An outcome.

For a service business that usually means a contact form sent, a click on the email address, a booking made, or a phone number tapped on a mobile. For a store it means a purchase, and usually a few steps before it so you can see where people drop out.

The decision is yours and it is the most important one in the whole setup. Track too little and you cannot tell what works. Track everything, including scrolls and page views, and every channel looks successful because everything counts.

It is worth separating the two kinds. A primary conversion is the thing the business actually wants: an inquiry, a booking, an order. A secondary conversion is a useful signal on the way there, such as reaching the contact page. Report them separately, or the secondary ones will quietly inflate every number you look at.

A useful test: if this number doubled, would the business be better off? If not, it should not be counted as a conversion. Once they are counted, the share of visitors producing them is your conversion rate.

Words you will hear, and what they mean

  • Session. One visit. It ends after a period of inactivity, so the same person returning tomorrow is a new session.
  • Source and medium. Where the visit came from and how. Google organic, Facebook paid, direct, referral.
  • UTM parameters. Tags added to the end of a link so the analytics tool, usually Google Analytics 4, knows exactly which campaign sent the visit. If your links are untagged, that traffic lands in a vague bucket and stays there.
  • Event. Any recorded action. A page view, a click, a form submission.
  • Attribution window. How long after seeing or clicking an ad a conversion still gets credited to it.
  • Bounce rate. The share of visits where nothing happened. Useful on a service page, meaningless on a page whose whole job is to be read.
  • Direct traffic. Visits with no known source. Some are genuinely typed in, and a lot are just visits whose source got lost.

Why two reports never agree

This confuses everybody and it is worth understanding once.

Meta Ads Manager, Google Ads and GA4 will each report different conversion numbers for the same week, which is why the figures in a paid social report rarely match the ones on your own site. They are not broken. They count differently.

Meta counts a conversion if somebody saw or clicked an ad and converted later, across devices, within a window it sets. Google Ads credits the click that led to the conversion, using its own window. GA4 attributes the visit that converted based on its own model, and it does not know what happened on a different device.

Somebody sees your ad on their phone at lunch, searches your name that evening on a laptop and fills in the form. Meta claims it. Google claims it. GA4 records a direct visit. One customer, three stories, all defensible.

The way out is not reconciliation. Pick one source as the reference you make decisions on, keep the others as supporting views, and watch the trend rather than the absolute number.

What tracking cannot see

Being clear about the blind spots is what stops the reports being trusted too much.

  • Conversations. If the sale happens in Messenger, your website analytics never sees it. In this market that can be most of the business.
  • Cash and walk-ins. Somebody finds you on Google, drives over and pays at the counter. Real, caused by your marketing, invisible in every tool.
  • Blocked visitors. Ad blockers, privacy settings and people declining consent all reduce what is recorded. The visit still happened.
  • Why. Tracking is very good at what and never explains why. It will tell you a page loses people and never tell you what was wrong with it.

The correct posture is to treat the numbers as a reliable direction and an unreliable total.

The Philippines has the Data Privacy Act, administered by the National Privacy Commission. If you collect personal data through your site, and a contact form collects personal data, you have obligations: tell people what you collect, why, and how long you keep it, and let them ask for it to be removed.

In practice that means a privacy policy that describes what you actually do, a cookie notice if you load tracking or advertising scripts, and consent handled before those scripts run rather than after. If you sell to customers in Europe, GDPR applies to those customers as well, and it is stricter.

This is not just compliance. Both Google and Meta now expect consent signals to be passed correctly, and setups that ignore it increasingly report less than they should.

What good looks like

You should be able to answer these four questions without asking anyone.

  • How many inquiries came from the website last month? A number, not an impression.
  • Which channel produced them? Search, ads, social, direct, referral.
  • Which pages produce inquiries and which only produce visits? This is how you find out which service page is quietly failing.
  • What does it look like compared with three months ago? One month in isolation tells you almost nothing.

If your current reporting cannot answer these, the reporting is decorative.

Questions we get

More about tracking

Is Google Analytics free?

GA4 is free for the volumes almost every small and mid-sized business will ever reach. There is a paid enterprise tier with higher limits and deeper exports, and most businesses will never come close to needing it. Search Console and Tag Manager are free as well, with no paid tier that matters here.

Do I need Google Tag Manager if I already have GA4?

Not strictly, but you will want it the first time you need to add or change a tracking script. Without it, every change is a code change and a developer booking. With it, most changes take minutes. Installing it later means redoing work, so it is worth having from the start.

What is server-side tracking?

Normally tracking runs in the visitor's browser, where ad blockers and browser privacy settings can stop it. Server-side tracking sends the same information from your own server instead, so more of it arrives and the data is more complete. It is more work to set up and it does not remove your consent obligations.

Why does GA4 say I have visitors but no inquiries?

Usually one of two things. Either conversions were never configured, so real inquiries are happening and going uncounted, or the traffic is genuinely the wrong traffic. Check the first before assuming the second. Send yourself a test inquiry and see whether it appears in the report within a day.

Does tracking work if customers message me on Messenger instead?

Only partly, and this matters a lot in the Philippines. You can see that somebody clicked through to Messenger. What happens inside the conversation, including the sale and the GCash payment, is invisible to your website analytics. Ads Manager will often credit it, which is one reason its numbers look better than yours.

How far back can I see data after installing tracking?

You cannot. Tracking only records from the moment it is installed, with no history before that. This is the single best argument for setting it up before you start spending on advertising rather than three months in, when you finally want to know what worked.

Someone says my numbers dropped after a cookie banner was added. Why?

Because you are now only counting visitors who agreed to be counted. The traffic did not fall, the measurement did. It is worth resetting expectations at that point rather than comparing to the previous months, and worth checking that consent is passed to Google and Meta properly so modelling can fill some of the gap.
Want this handled for you?

Let us take tracking off your desk.

The guides and these pages are yours to use for nothing. When you would rather have the work done properly than done by you, tell us what is already in place and we will put a proposal together.