# Dozz Analytics documentation

Dozz Analytics connects browser, React Native, Expo, and Flutter applications to
the Dozz affiliate analytics ingestion API. Applications collect only consented,
allowlisted behavioral events. Conversion approval and payouts remain in the
server-to-server postback flow.

## Start here

- [Create an analytics app and write key](sdk/quickstart.md)
- [Browser integration](sdk/web.md)
- [Expo and React Native integration](sdk/react-native.md)
- [Flutter integration](sdk/flutter.md)
- [Public SDK API reference](sdk/api-reference.md)
- [Events, consent, attribution, and privacy](sdk/events-and-privacy.md)
- [Backend ingestion and administration](sdk/backend.md)
- [Canonical ingestion protocol](protocol.md)
- [Troubleshooting](sdk/troubleshooting.md)

## Published packages

| Platform | Package | Documented version |
| --- | --- | --- |
| Browser, Expo, React Native | [`@dozz-affiliate/analytics-sdk`](https://www.npmjs.com/package/@dozz-affiliate/analytics-sdk) | `0.2.0` |
| Flutter Android and iOS | [`dozz_analytics_sdk`](https://pub.dev/packages/dozz_analytics_sdk) | `0.1.1` |

The exact wire envelope and delivery semantics are in the
[canonical ingestion protocol](protocol.md).

## Maintainers

Public API, configuration, event, privacy, storage, endpoint, or release changes
must update the affected guides, package README, example, and changelog in the
same change. The complete checklist is in [Documentation and release policy](maintenance.md).
