Skip to main content

The SKAdNetwork



SKAdNetwork (StoreKit Ad Network) is Apple’s system for measuring ad performance on iOS in a privacy-preserving way—introduced as part of the shift away from user-level tracking after App Tracking Transparency.

It’s basically Apple’s answer to:

“How do advertisers know an ad worked without tracking the person who saw it?”



1) The core idea

Instead of telling advertisers:

“User X saw ad Y and installed app Z”


SKAdNetwork only tells them:

“An install happened, attributed to ad campaign Y”


…but:

• no personal identity

• no device ID (like IDFA)

• no cross-app tracking data


So it’s aggregated, delayed, and anonymised attribution.



2) How it works (step-by-step)


Step 1: Ad impression / click

A user sees or clicks an ad inside an app on iOS.

The ad network registers:

• campaign ID

• ad network ID

• basic metadata

But not the user identity.


Step 2: App install happens

If the user installs the advertised app within a time window, iOS records:

“This install is associated with campaign X”


But again:

no user-level data is shared


Step 3: Apple signs the attribution

iOS generates a signed postback (a cryptographically verified message).

This is sent to the ad network with:

• campaign ID

• conversion value (limited info)

• coarse timing (delayed)

No device identifiers included.


Step 4: Delayed reporting

Reports are intentionally delayed (often hours to days) and sometimes randomised.


This prevents:

real-time tracking of individual behaviour

correlation of events back to a specific person


3) What advertisers actually get

They receive:

• number of installs per campaign

• limited conversion signals (e.g. whether user opened app, made purchase category-level signals)

• rough timing buckets


They do NOT get:

IP address

device ID (IDFA)

precise user journey

cross-app identity


4) What “conversion value” means

SKAdNetwork allows a small encoded number called a conversion value.


Apps can use it to signal things like:

• user opened app

• completed onboarding

• made a purchase tier (very limited encoding space)


But:

• it’s heavily compressed

• not user-specific

• not real-time


5) What SKAdNetwork breaks

It removes or weakens:


❌ User-level attribution

No more “this specific user clicked ad and bought product”


❌ Cross-app tracking

No linking behaviour across multiple apps


❌ Real-time feedback loops

Advertisers can’t instantly optimise based on live user behaviour



6) What still works (important)

Even with SKAdNetwork:

✔ Campaign-level optimisation

Advertisers can still see:

which ads perform better overall


✔ Aggregate performance tracking

installs per campaign

rough ROI estimation


✔ Model-based inference

Companies like Google and Meta Platforms use:

statistical modelling

cohort analysis

machine learning prediction

..to fill in the gaps.


7) Why it’s controversial in ad tech

Advertisers dislike SKAdNetwork because it:

• removes user-level visibility

• reduces precision targeting

• slows feedback loops

• makes optimisation harder


Privacy advocates like it because it:

• prevents surveillance-style tracking

• reduces identity leakage

• enforces aggregation


8) The big tradeoff

SKAdNetwork is built on a simple principle:

“Advertisers can know what worked, but not who you are or what you did specifically.”


So it shifts advertising from:

individual tracking → aggregate measurement



Summary

SKAdNetwork is Apple’s privacy-preserving system that lets advertisers measure campaign performance on iOS without exposing user identity or enabling cross-app tracking.



How advertisers “hack around” its limits using modelling and server-side signals


Okay, so they don’t “hack” SKAdNetwork in the illegal sense—what they do is reconstruct missing detail using statistical modelling, server-side data, and correlation tricks. The effect is that they recover some of the lost signal from SKAdNetwork and App Tracking Transparency, but only probabilistically.


Here’s how that actually works.



1) The big shift: from user data → prediction

After iOS privacy changes, advertisers lost:

• device IDs (IDFA)

• direct user-level attribution

• real-time conversion feedback


So they switched to:

“We don’t observe the user—we infer what likely happened based on patterns.”


This is called probabilistic attribution modelling.



2) Conversion modelling (filling in SKAdNetwork gaps)

SKAdNetwork only gives:

• campaign-level installs

• delayed, aggregated signals

• limited “conversion values”


So advertisers build models that guess missing detail.


How it works:

They train models using:

• historical pre-ATT data (when tracking was richer)

• current SKAdNetwork aggregates

• known campaign performance patterns


Then they predict:

• which users likely converted early vs late

• which campaigns likely drove high-value users

• expected lifetime value (LTV) distributions


So instead of:

“User X bought item Y”


They get:

“This campaign likely produces high-value users at a rate of ~Z%”



3) Server-side tracking (the biggest workaround)

Instead of relying on the phone to send data, companies move logic to servers.


Example flow:

User clicks ad in an app

They land on a website or app backend


The server logs:

• click timestamp

• campaign ID

• session behaviour

• purchase or signup happens on server


Server tries to match events using:

timing correlation

campaign parameters

probabilistic identifiers


This is called server-side event tracking.


It avoids iOS restrictions because:

• data is collected by the advertiser’s server, not the device OS



4) “Click-through reconstruction” (timing correlation)

Even without user IDs, advertisers exploit timing patterns:


If:

Ad click happens at 10:01

App install occurs at 10:03

Purchase occurs at 10:08


They infer:

• likely same user journey


SKAdNetwork intentionally introduces delays and noise to reduce this, but modelling still extracts trends.



5) Fingerprint-assisted probabilistic linking (limited but still used)

Even though Apple restricts fingerprinting, some weak signals remain:

• IP region consistency (not exact identity)

• device model distributions (e.g. iPhone 14 users behave differently than iPhone SE users)

• app version + OS version combinations

• session timing patterns


These are used not to identify individuals, but to improve:

“Which cluster of users likely converted?”



6) Cohort and aggregate inference (very important)

Instead of tracking individuals, advertisers build cohorts:


Example:

“Users acquired from TikTok ads in UK, iOS 17, last 7 days”


Then they measure:

• install rate

• retention

• revenue distribution


They compare cohorts across campaigns to optimise spending.


This works even with SKAdNetwork because:

SKAdNetwork still provides aggregate outputs per campaign



7) “Conversion value mapping” tricks

Apps encode behaviour into SKAdNetwork’s limited conversion value field.


Example encoding:

0 = installed only

1 = opened app

2 = completed onboarding

3 = added to cart

4 = purchased


Advertisers then:

• decode patterns across campaigns

• estimate funnel drop-off rates

• reconstruct partial user journeys statistically


It’s lossy, but still useful at scale.



8) Machine learning reconstruction (the real engine)

Big platforms like Google and Meta Platforms use ML models that:

• ingest SKAdNetwork aggregates

• combine with historical user-level datasets (pre-ATT)

• simulate likely user journeys

• adjust predictions in real time


The result is:

synthetic reconstruction of user behaviour patterns


Not exact tracking—but very effective forecasting.



Identity stitching still happens (just differently)

Even with ATT, identity resolution still exists via:


A) Logged-in accounts

Facebook / Instagram / Google accounts remain strongest identifiers


B) First-party data

websites collect emails, purchases, phone numbers

then upload hashed identifiers to ad platforms


C) Offline-to-online matching

loyalty programs

email signups

purchase receipts


These become anchors that reconnect probabilistic data.



The key limitation (important reality check)

All of this “workaround” tracking:

• is less precise than old IDFA-based tracking

• introduces uncertainty

• works best in large-scale aggregate systems, not individual certainty


So the system shifts from:

“we know exactly who did what”

to:

“we’re highly confident this type of user did this thing”



Summary

After SKAdNetwork and App Tracking Transparency, advertisers didn’t stop tracking—they switched to:

server-side event collection + probabilistic modelling + cohort analysis to reconstruct user behaviour indirectly rather than directly.

Comments

Popular posts from this blog

Shrunken Heads

Shrunken Heads: Ancient Ritual, Misunderstood Tradition, or One of History's Darkest Mysteries? Few historical artefacts provoke as much fascination as a shrunken human head. Displayed in museums, featured in adventure novels and immortalised in countless films, these remarkably preserved heads have long been associated with mysterious jungle tribes, forgotten rituals and supernatural powers.  For many people, they represent one of the most unsettling objects ever created—a physical reminder of cultures that seemed to blur the line between life, death and the spiritual world. But behind the sensational stories lies a far more complex reality. Shrunken heads were not created simply as trophies of violence, nor were they originally intended to frighten outsiders. They formed part of a deeply held spiritual tradition that developed over generations among certain Indigenous peoples of the Amazon rainforest. At the same time, their rarity and mystery gave rise to an international trade ...

Interesting coffee-time reads

Looking for some coffee time reads? Read about how we don't live on a planet at all, we actually live on an old sun ...hence why everyone worshipped it. Feeling peckish? Maybe read about The Man Who Ate Uranium ....simply to see what happened.  Spoiler alert: he's dead. Get yourself clued up on how to take out rogue robot soldiers . Or learn why cartels love employing ex-Special Forces  personnel. Have a mid-life crisis in your lunch break when you realise all humans are part of a battery array being emotionally harvested to power something even bigger. Turn a piece of paper into a castle? Easy . Become a spy . Tell God to stop dicking about with all the buttons, realise how much water it takes to chat with an algorithm, or maybe just learn why democracy is the same as being ruled by continuous bias. Democracy, pah. That's so old hat, old boy.  Learn who is going to die first with the Nuclear Weapon League Tables . Then try and sue the media for making you a nervous ...

Pharmaceuticals In Britain's Rivers

The Medicines We Leave Behind: How Pharmaceuticals Are Entering Britain's Rivers Every Day Every day across the United Kingdom, millions of people take prescription medicines to control blood pressure, treat infections, manage diabetes, ease pain, reduce depression, prevent seizures and improve countless other medical conditions.  These medicines save lives, improve quality of life and form one of the greatest achievements of modern healthcare. Yet few people consider what happens after the medicine has done its job. The answer begins not in a pharmacy or hospital, but in the human body. Many medicines are only partially absorbed before being processed by the liver and kidneys.  Depending on the drug, a significant proportion may leave the body in urine either unchanged or as metabolites—chemical by-products created during metabolism. Every flush of a toilet begins a journey through the nation's sewer network toward wastewater treatment works and, ultimately, Britain's rive...

Best Privacy Sunglasses to Protect Your Identity from Facial Recognition

Best Privacy Sunglasses to Protect Your Identity from Facial Recognition In today’s world, facial recognition cameras are becoming increasingly common—from airports and stores to city streets.  While technology offers convenience, it also poses privacy risks. One simple step to protect your identity in public is wearing privacy sunglasses. From budget-friendly options to high-tech infrared-blocking glasses, the market has a variety of solutions designed to help obscure your face and reduce AI detection.  In this guide, we’ll cover top-rated privacy sunglasses, explain how they work, and highlight features that matter most for protection. How Privacy Sunglasses Work Privacy sunglasses can protect your face in two main ways: • Visual Occlusion – Large frames, mirrored lenses, or fit-over designs hide key facial features from cameras. • Infrared or Reflective Lenses – Specialized coatings block or reflect infrared light, which some facial recognition systems use to scan faces. ⚠️...

The Pharaoh's Curse

The Pharaoh's Curse: Coincidence, Ancient Warning, or Something Beyond Explanation? For more than a century, one story has captured the imagination of historians, archaeologists and lovers of the mysterious alike.  It is a tale of hidden tombs, unimaginable treasures, unexplained deaths and an ancient warning said to protect the resting places of Egypt's kings. It has become known simply as the Pharaoh's Curse. To some, it is little more than a sensational newspaper invention designed to sell headlines during the excitement surrounding one of archaeology's greatest discoveries. To others, the remarkable chain of deaths and misfortunes that followed the opening of several Egyptian tombs cannot be dismissed so easily. Whether viewed through the lens of history, science or the supernatural, the legend of the Pharaoh's Curse remains one of the world's most enduring mysteries. The Discovery That Changed Everything Although stories of cursed tombs existed long before ...

Bigfoot: The World's Most Successful Introvert

Bigfoot: The World's Most Successful Introvert There are celebrities who spend millions trying to stay in the public eye.  Then there's Bigfoot, who has single-handedly managed to become internationally famous whilst refusing to pose for one half-decent photograph. Every celebrity today has a social media team, a publicist, and at least three apologies drafted in advance.  Bigfoot has none of those things, he has one blurry picture from the 1960s yet an entire merchandising empire. If Bigfoot ever hires a marketing consultant, the meeting will last about thirty seconds; "What's your strategy?" "I don't show up." The mystery of Bigfoot has fascinated people for generations. Hunters search forests. Scientists debate evidence. Television crews spend weeks camping in the wilderness with expensive night-vision cameras. Somehow, the only creature they seem to film is Dave from production.  He's basically the ninja of North America (not Dave, Bigfoot). ...

Cave 1Q: The Planted Scrolls?

Cave 1Q: The Planted Scrolls? The people who first discovered the Dead Sea Scrolls were not archaeologists or scholars. The Dead Sea Scrolls were discovered by a group of Bedouin shepherds living in the Judean Desert in 1947. They were found near the ancient settlement of Qumran, on the northwest shore of the Dead Sea. The most famous discovery story involves a young Bedouin shepherd, often identified as Muhammad edh-Dhib, who was searching for a lost goat.  According to the traditional account, he threw a stone into a cave and heard pottery breaking. Investigating, he found ancient jars containing leather scrolls. The first discoverers: Bedouin shepherds near Qumran The traditional discovery story begins in 1947 among the Ta'amireh Bedouin, a tribal group that lived in the area around the Judean Desert. The person most often credited with finding the first cave is: Muhammad Ahmed el-Hamed , commonly known as Muhammad edh-Dhib ("Muhammad the Wolf"). He was a young Bedouin...

Zombies: Do they exist?

  Zombies: Do They Exist? The zombie has become one of the most enduring monsters in modern culture. Whether it's the relentless hordes of Night of the Living Dead, the infected masses of 28 Days Later, or the fungal nightmares of The Last of Us, the basic idea remains the same: a human loses their mind, becomes driven by instinct alone, and often spreads the condition to others. It's terrifying because it feels just believable enough. But do zombies actually exist? The answer depends entirely on what you mean by the word "zombie." If you mean the walking dead—corpses that rise from the grave and roam in search of human flesh—then science offers a straightforward answer: no.  Once the brain dies, its cells begin to deteriorate within minutes. Muscles lose their energy supply, organs cease functioning, and decomposition begins. There is no known biological process capable of restoring a dead human body to coordinated movement. However, if a zombie is defined as a livin...

Protecting Your Privacy Online: The Complete Guide

How facial recognition generally works (high level) Modern systems analyze patterns like distances between facial features, texture, and contours.  They often use multiple camera angles and can still function under partial occlusion or low lighting. That’s why simple “tricks” people mention online are often unreliable in practice. Lawful ways to protect your privacy If you’re concerned about surveillance in your area, there are more constructive approaches: Know your rights : Privacy and surveillance laws vary by country. In the UK, rules around CCTV and biometric data are governed by data protection laws and oversight bodies. Advocate and engage : Organizations like Privacy International campaign for limits and transparency around surveillance tech. Digital privacy hygiene : Managing how your images are shared online (social media settings, tagging, public profiles) can reduce how widely your face is indexed in datasets. Public accountability : Supporting policies that require au...

Earth: The Fossil Sun Theory

Earth: The Fossil Sun Theory. A remnant stellar body captured into the orbit of a younger sun Modern cosmology explains the Solar System as the product of a collapsing molecular cloud, forming the Sun and a rotating protoplanetary disk from which planets accreted.  Yet there remain unresolved anomalies in planetary composition, orbital resonances, and internal heat distribution that leave room—at least in theoretical exploration—for alternative formation pathways. One of the more unusual but internally consistent speculative models is the Fossil Sun Theory, which proposes that Earth is not a conventional planet formed from disk accretion, but instead the remnant core of a previous stellar body that cooled, crusted over, and was later gravitationally captured into orbit around the current Sun within a former binary system configuration. This model attempts to account for several persistent observational puzzles through a single historical reconstruction: that Earth is a stellar remn...