-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Labels
Description
Currently it's challenging to analyze our docs traffic data for integrations without substantial manual effort. For example if you want to see how much more popular language client integrations pages are, than data ingestion pages you will need to manually input a list of the slugs for filtering.
What's needed?
- Meta data in integrations docs pages such as:
- category
- support level
- website link (link to repository for example)
This meta data in the doc front-matter will then be exposed via the page header and we can collect it via Google Analytics.
This will simplify SQL queries so we can analyze patterns in our docs for integrations.