What we collect
- Standard web request metadata on the host, such as IP address, user agent, and timestamp, when the site is requested.
- Click tracking for
/go/<slug>redirects, stored asLinkClickrows with referrer, user agent, IP, and timestamp. - Affiliate click tracking from
/track/click, stored asClickrows with product ID, referrer, and timestamp. - Voting submissions from
/voting/vote, stored asVoterows with topic, optional user ID, and timestamp. - Admin login state for the private studio area, which uses the
opalflame_admin_tokencookie and a matching browser localStorage token.