docs: document built-in analytics dashboard#6192
Closed
fern-api[bot] wants to merge 3 commits into
Closed
Conversation
|
|
||
| 1. Open the [Fern Dashboard](https://dashboard.buildwithfern.com) and select your docs site. | ||
| 2. Go to the **Web Analytics** view. | ||
| 3. Select a time period (7, 14, 30, 90, or 180 days). Use **Refresh** to recompute the metrics from the most recent data. |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.Wordiness] Consider using 'time' instead of 'time period'.
| | LLM bot traffic | AI crawler access, grouped by provider. | | ||
|
|
||
| <Note> | ||
| Analytics data reflects a delay of roughly three to four hours as events replicate from the underlying event pipeline. Recent traffic may not appear immediately. |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'roughly' if it's not important to the meaning of the statement.
Contributor
|
🌿 Preview your docs: https://fern-preview-devin-built-in-analytics-docs-1783695579.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents Fern's built-in docs analytics dashboard (the "Web Analytics" view in the Fern Dashboard), which was previously undocumented in the public docs. Prompted by a customer question about what insights Fern's built-in analytics provides.
Adds a new page
fern/products/docs/pages/integrations/analytics/built-in.mdxand wires it into theAnalytics & integrationssection offern/products/docs/docs.yml(sluganalytics/built-in, placed right after Overview so readers see the native option first).The page:
analytics:indocs.yml. Cross-links the overview and analytics events reference.redshift-analytics.tsand the analytics service README infern-api/fern-platform.Also adds a changelog entry (
pages/changelog/2026-07-10.mdx) announcing the built-in analytics dashboard.Plan/entitlement gating
Not gated by plan. Verified in
fern-api/fern-platform: the Web Analytics route (.../web-analytics/page.tsx) andgetWebAnalyticsaction gate access only on org membership (getAuthenticatedSessionOrRedirect/verifyDomainAccess→assertUserHasOrganizationAccess). There is no entitlement/upsell check in the web-analytics page or components. The page therefore makes no plan-tier claims. Please confirm this matches product intent before publishing.For human review
devalog.