PrestaSignal
Glossary

Tracking & analytics, in plain words.

Every term you’ll meet when fixing your PrestaShop tracking — defined simply, with links to the pages that go deeper. From iOS privacy changes to server-side events, this is the language of getting your data right.

A
A/B Testing

Comparing two versions of a page or ad to see which performs better, by splitting traffic between them and measuring results.

Ad Blocker

A browser tool or extension that blocks scripts and trackers. Ad blockers stop client-side tags like the Meta pixel from firing, hiding a share of your conversions.

App Tracking Transparency (ATT)

Apple’s iOS feature that asks users whether an app may track them. Most decline, which is why the Meta pixel lost a large share of its data after iOS 14.

Attribution

Assigning credit for a sale to the marketing touchpoints that led to it. Broken tracking causes lost or “unassigned” attribution, so you can’t tell which ads work.

C
Client-Side Tracking

Tracking that runs in the shopper’s browser. It’s easy to set up but vulnerable to ad blockers, ITP and privacy settings, so it loses 30–50% of conversions.

Learn more
Conversion

A completed action that matters to your business — most often a purchase, but also a sign-up, lead or add-to-cart.

Conversions API (CAPI)

Meta’s Conversions API — a server-to-server channel for sending conversions to Meta that ad blockers and iOS restrictions cannot intercept, unlike the browser pixel.

Learn more
CPA (Cost per Acquisition)

Cost per Acquisition — the average amount you pay to win one conversion. Missing conversions make CPA look worse than it really is.

CPC (Cost per Click)

Cost per Click — the amount an advertiser pays each time someone clicks an ad.

CPM (Cost per Mille)

Cost per Mille — the cost of one thousand ad impressions.

CTR (Click-Through Rate)

Click-Through Rate — the percentage of people who click an ad after seeing it.

E
Enhanced Conversions

A Google Ads feature that sends hashed customer data (email, phone, name) with a conversion to improve matching, recovering conversions on iOS and privacy-restricted traffic.

Learn more
Event Deduplication

Counting a conversion once when both a browser tag and a server-side event report it, by matching a shared event ID. Prevents double-counted sales.

Learn more
Event ID

A unique identifier attached to an event so platforms can deduplicate it. For purchases it’s often derived from the order reference, so reloads don’t double-count.

Learn more
External ID

A hashed reference to a customer sent to Meta, helping it match conversions to a person across devices and sessions.

Learn more
F
_fbc / _fbp Cookies

Meta cookies: _fbc stores the ad click identifier (from fbclid) and _fbp identifies the browser. Server-side tracking can construct and forward them for better matching.

Learn more
First-Party Data

Data you collect directly from your own customers on your own domain. It’s more durable and privacy-friendly than third-party data, and central to server-side tracking.

Learn more
G
GA4 (Google Analytics 4)

Google Analytics 4 — Google’s analytics platform. Sent server-side, it reports accurate sessions and revenue that reconcile with your real orders.

Learn more
GBRAID / WBRAID

Google click identifiers used for iOS app-to-web and web-to-app journeys, where the standard gclid isn’t available. Needed to attribute iOS conversions.

Learn more
GCLID

The Google Click Identifier appended to ad clicks. Capturing and sending it back lets Google attribute a conversion to the exact click that earned it.

Learn more
Google Ads

Google’s advertising platform. Clean, server-side conversions and Enhanced Conversions give its Smart Bidding accurate data to optimise on.

Learn more
Google Tag Manager (GTM)

Google Tag Manager — a tool for managing tracking tags without editing site code. It runs in the browser unless paired with a server-side container.

H
Hashing (SHA-256)

Turning personal data into an irreversible fingerprint with SHA-256 before sending it. Platforms can match on the hash without ever receiving the raw value.

Learn more
I
iOS 14+ Privacy Changes

Apple’s 2021 privacy update (App Tracking Transparency + ITP) that broke much of the Meta pixel and shortened tracking cookies — the main reason stores switched to server-side.

Learn more
ITP (Intelligent Tracking Prevention)

Intelligent Tracking Prevention — Safari’s feature that limits and shortens cookies, causing client-side analytics to lose data and fragment sessions.

Learn more
M
Measurement ID

The “G-” identifier of a GA4 data stream that tells events which property to report to.

Learn more
Meta Pixel

Meta’s browser tracking tag. iOS restrictions and ad blockers strip it of many events, which the Conversions API recovers server-side.

Learn more
P
PII (Personally Identifiable Information)

Personally Identifiable Information — data like email, phone or name. PrestaSignal hashes PII on your server before it ever leaves.

Learn more
R
Remarketing

Showing ads to people who already visited your store. Dynamic remarketing needs accurate product and page data, which server-side tracking keeps populated.

Learn more
ROAS (Return on Ad Spend)

Return on Ad Spend — revenue earned per unit of ad spend. Under-reported conversions make profitable campaigns look unprofitable.

S
Server-Side GTM (sGTM)

A server-side Google Tag Manager container that receives events on your own infrastructure and forwards them to platforms — beyond the reach of ad blockers.

Learn more
Server-Side Tracking

Tracking that sends events from your own server instead of the browser. It survives ad blockers and iOS restrictions, recovering conversions client-side tags lose.

Learn more
Session

A single visit to your store. Inconsistent client-side tags inflate or fragment sessions; server-side tracking keeps the real session intact.

Learn more
Smart Bidding

Google’s automated bidding that optimises toward conversions. It’s only as good as the conversion data it receives — incomplete data trains it poorly.

Learn more
T
Transaction ID

A unique ID for an order, sent with the purchase event so the same sale is counted once even if the confirmation page reloads.

Learn more
U
User ID

A persistent identifier for a logged-in customer that lets GA4 stitch their activity across devices.

Learn more
UTM Parameters

Tags added to a URL (utm_source, utm_medium, etc.) that tell analytics where a visitor came from.

Confused about your own setup?

A free teardown explains exactly which of these apply to your store — in plain language.

Part of the PrestaChamps family →