Geo is looked up at the edge (GET /g) once per session, cached, and
served from Cloudflare’s country/region/city data. Bounded wait of
250 ms, if the lookup times out, the visitor is treated as
“unknown country” and geo-dependent rules do not match. See
Geo for the failure-mode details.
Cookie value, read a cookie by name, match on its value.
JavaScript condition, a boolean expression you write. Evaluated
on the page each time the audience is checked.
JavaScript conditions run in the same context as your other page
scripts. They need unsafe-eval in your CSP if you have one. Prefer a
cookie or a data attribute if you can, they are easier to reason
about and do not need CSP loosening.
If your instinct is “match on URL”, that is a Location rule, not an
Audience rule. See URL rules.If your instinct is “match on the visitor”, it is Audience. Everything
else on this page.
You can define an Audience inline on an experiment, or save one under
Site → Audiences to reuse. See
Saved lists for when to reach for a saved
Audience.
An Audience that never matches, because a rule references a cookie
that does not exist, or a JavaScript condition that always throws.
silently excludes every visitor. The experiment then looks like it
“is not running”. If yours seems to have zero exposures after a
sensible amount of time, walk the audience rules one by one in the
preview modal, the QA overlay shows why
each check passed or failed.