[Doc + Website] Support Google Analytics#11280
Closed
Anonymitaet wants to merge 1 commit intoapache:masterfrom
Closed
[Doc + Website] Support Google Analytics#11280Anonymitaet wants to merge 1 commit intoapache:masterfrom
Anonymitaet wants to merge 1 commit intoapache:masterfrom
Conversation
Member
Author
|
@tuteng could you please help review? thanks |
tuteng
requested changes
Jul 12, 2021
Member
tuteng
left a comment
There was a problem hiding this comment.
The site already has a google analytics https://github.com/apache/pulsar/blob/master/site2/website/siteConfig.js#L153, why add one more?
Member
Author
|
@tuteng thanks for your guidance! |
Contributor
|
@tuteng who is the owner of the GA key? |
|
On the Apache Cassandra project, in order to use an OSS license, we implemented https://plausible.io/ rather than Google Analytics. |
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.
Currently, the structure of Pulsar docs is not user-friendly. To improve the UX, we want to upgrade the Pulsar website (Docusuraus) and re-architecture the doc structure.
Based on some metrics (for example, page view, number of users and sessions, average session duration, average pages per session, ratio of new to returning visitors, bounce rate, etc) collected from users, we can adjust the doc architecture and improve the contents accordingly (for example, show most frequently visited contents rather than all contents on the landing page).
Google Analytics (GA) is one of the most used free tools to measure the behaviors of websites. It helps us better understand our users. To use GA, we need to insert the code to the Pulsar website pages (https://developers.google.com/tag-manager/quickstart).