Summary
Set up the two core tables analytics is built on: card_view and platform_click.
Contexts
This is the foundation for every other analytics issue. Needs to support hashed, non-reversible session tokens so no individual viewer is ever identifiable.
Tasks
Acceptance Criteria
Area
backend
Summary
Set up the two core tables analytics is built on:
card_viewandplatform_click.Contexts
This is the foundation for every other analytics issue. Needs to support hashed, non-reversible session tokens so no individual viewer is ever identifiable.
Tasks
card_viewtable (id, card_id, session_token, source, event_id, timestamp)platform_clicktable (id, card_id, platform, session_token, timestamp)Acceptance Criteria
Area
backend