Metadata-Version: 2.4
Name: plain.pageviews
Version: 0.1.4
Summary: Basic pageview analytics for Plain.
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
Requires-Python: >=3.11
Requires-Dist: plain-models<1.0.0
Requires-Dist: plain<1.0.0
Description-Content-Type: text/markdown

<!-- This file is compiled from plain-pageviews/plain/pageviews/README.md. Do not edit this file directly. -->

# plain-pageviews

Track pageviews from the client-side.

## FAQs

### Why not use server-side middleware?

Originally this was the idea. It turns out that tracking from the backend, while powerful, also means you have to identify all kinds of requests *not* to track (assets, files, API calls, etc.). In the end, a simple client-side tracking script naturally accomplishes what we're looking for in a more straightforward way.
