What is first party domain (for server side tracking)
When you enable server-side tracking in Multifeeds, you can send analytics and ad events through a tagging server on your own hostname instead of a shared WoolyTech domain.
Using a first-party subdomain you control — for example track.yourstore.com — is the recommended option for production stores. This article explains why.
Already know you want first-party? See How to set up Server-Side Tracking in Multifeeds for DNS, region, and GA4 configuration steps.
What is a first-party tracking domain?
A first-party tracking domain is a subdomain of your store's own domain that points (via DNS) to your Multifeeds tagging server.
| Approach | Example hostname | Who owns the domain? |
|---|---|---|
| First-party (recommended) | track.yourstore.com |
You — subdomain of your store |
| WoolyTech managed | sgtm-yourstore.woolytrack.org |
WoolyTech — quick for testing |
With first-party setup, browsers and ad platforms see tracking requests going to your brand domain, not a third-party vendor hostname.
Key benefits
1. Longer-lived, more reliable cookies
Safari Intelligent Tracking Prevention (ITP), Firefox, and other browsers heavily restrict third-party cookies and cross-site storage.
When your tagging endpoints use your own subdomain, cookies and identifiers are treated as first-party to your site. That typically means:
- Better persistence for analytics and attribution windows
- Fewer dropped sessions between page views and checkout
- More stable identity for returning customers
This is one of the main reasons Google Tag Manager server-side tagging documentation recommends a custom subdomain on your root domain.
2. Better data capture (fewer blocked requests)
Ad blockers and privacy tools often target known third-party analytics and tag-manager domains. A hostname like sgtm-*.woolytrack.org may be categorized differently than track.yourstore.com .
Routing events through your first-party domain can recover conversions and funnel steps that would otherwise never reach GA4, Meta, or Google Ads — especially on mobile and privacy-focused browsers.
3. Stronger trust and brand consistency
Customers and auditors see requests to your domain, not an unfamiliar third-party host. That supports:
- A more professional, cohesive technical footprint
- Clearer data-governance story for GDPR/CCPA reviews
- Alignment with how enterprise teams expect marketing data to flow
4. First-party tracking loader (when SST is fully active)
After your custom domain is verified and the tagging server is live, Multifeeds can serve your pixel loader script from your own domain (for example https://track.yourstore.com/0/yourstore.js ) instead of only from shared loader hosts.
That keeps the full tracking path — loader, GTM, and server container — on first-party infrastructure, which reinforces cookie and request reliability.
5. You choose server region
First-party domains support selecting a server region close to your customers (for example EU or US-east at launch). WoolyTech managed domains are provisioned in EU only and are best suited for evaluation.
First-party vs WoolyTech managed — when to use which
|
|
First-party domain | WoolyTech managed domain |
|---|---|---|
| Best for | Live stores, paid ads, production analytics | Quick tests, internal demos |
| DNS setup | Required (CNAME) | None |
| Cookie / blocker resilience | Highest | Lower |
| Server region | Your choice (where available) | EU only |
| Brand appearance | Your subdomain | *.woolytrack.org |
Recommendation: Use WoolyTech managed to explore server-side tracking, then move to a first-party subdomain before relying on SST for bidding, reporting, or compliance-sensitive workflows.
What first-party does not replace
A first-party domain improves how events are delivered; it does not remove the need for:
- Completing client pixel setup (steps 1–2)
- Consent / privacy configuration for your markets
- Correct GA4 Measurement ID and server-side tracker setup
It also does not eliminate DNS work — you still add a CNAME at your DNS provider. That is covered in the setup guide, not here.
Related articles
- How to set up Server-Side Tracking in Multifeeds — DNS checklist, provisioning, widgets
- The Power of Server-Side Tracking — why SST matters overall