You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gate unique analytics on individual_tracking and harden query prep
- Force unique=false unless individual_tracking is on, so the API never serves
distinct-subscriber counts against the privacy setting.
- Build the *-unique statements from the unique-count query only when tracking
is on; a missing source query now fails with a clear error instead of a nil panic.
0 commit comments