# Tag data model

- [advanced\_attribution](/tag-tracker/tag-data-model/advanced_attribution.md): The advanced attribution table is a “conversion” scope table. It records all conversions made and attributes them to the sessions that participated.
- [raw\_hits](/tag-tracker/tag-data-model/raw_hits.md): The raw\_hits table is a "hit" scope table. This means it records all incoming tag calls (page\_view or event).
- [raw\_sessions](/tag-tracker/tag-data-model/raw_sessions.md): The raw\_sessions table is a "session" scope table. It records every sessions of all users, which are defined by a succession of events within a given time.
- [Rules for calculated attribution](/tag-tracker/tag-data-model/rules-for-calculated-attribution.md): How Quanti: calculate traffic sources (cf. raw\_sessions table)
