What is a cookie?
A cookie is a small text file that a website stores on your browser. Cookies are how websites “remember” you across pages and visits.
Cookies AgencyPitch uses
| Cookie | Purpose | Lifetime | Type |
|---|---|---|---|
pp_session | Keeps you signed in. Required for the app to work. | 14 days, sliding | Strictly necessary |
| Firebase Auth tokens | OAuth refresh tokens for Google sign-in. | Per Firebase defaults | Strictly necessary |
| PostHog analytics | Anonymous product analytics — page views, feature usage. Helps us improve the product. | 13 months | Analytics |
| Sentry error monitoring | Identifies errors so we can fix bugs you hit. | Session-only | Analytics / functional |
| Razorpay checkout | Set by Razorpay during payment to prevent fraud. Only present when checking out. | Session | Strictly necessary |
We don’t use
- Advertising cookies
- Cross-site tracking
- Cookies that share your data with social networks
Public proposal pages
When a client opens a public proposal at agencypitch.io/p/[id], we don’t set tracking cookies. View analytics use a session-scoped random ID (not a cookie) plus a SHA-256 hash of the visitor’s IP for unique-viewer counting.
Disabling cookies
You can block all cookies in your browser settings. If you block strictly necessary cookies, AgencyPitch won’t work — you won’t be able to log in.
For analytics cookies (PostHog), you can opt out by emailing privacy@agencypitch.io.
Updates
If we add or change cookies, we’ll update this page and adjust the last-updated date.