Hashing, DNT, and data retention controls.
Privacy defaults are built in: hash user IDs at ingest, respect Do Not Track, and block sensitive fields from exports.
Analytics.init({
websiteId: process.env.ANALYTICS_WEBSITE_ID!,
respectDnt: true,
hashUserIds: true,
blockedProperties: ["password", "ssn"],
});Read the full policy on the privacy page.