mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
cc04ddead0
@ -116,9 +116,32 @@ integrated with the [cookie consent][extra.consent] feature[^1].
|
|||||||
|
|
||||||
??? question "How to visualize the collected feedback ratings?"
|
??? question "How to visualize the collected feedback ratings?"
|
||||||
|
|
||||||
It's quite easy to build a custom report with [Google Analytics] that will
|
To visualize feedback ratings you'll need to create a custom report with
|
||||||
quickly show you the worst- and best-rated pages of your project
|
[Google Analytics] that will quickly show you the worst- and best-rated
|
||||||
documentation. You can generate a custom report with the following steps:
|
pages of your project documentation.
|
||||||
|
|
||||||
|
=== ":material-google-analytics: Google Analytics 4"
|
||||||
|
|
||||||
|
1. Go to your Google Analytics __dashboard__
|
||||||
|
2. Go to the __Configure__ page on the left hand menu, then select __Custom Definitions__
|
||||||
|
3. Click the __Custom metrics__ tab and then __Create custom metrics__, enter the following values:
|
||||||
|
* Metric name: Page helpful
|
||||||
|
* Description: Was this page helpful?
|
||||||
|
* Event parameter: data
|
||||||
|
* Unit of measurement: Standard
|
||||||
|
4. Go to the __Explore__ page on the left hand menu, create a new __blank exploration__
|
||||||
|
5. Configure the report as follows:
|
||||||
|
* Dimensions: Add `Event name` and `Page location`
|
||||||
|
* Metrics: Add `Event count` and `Page helpful` (the custom metric created in step 3)
|
||||||
|
* Rows: `Page location`
|
||||||
|
* Values: `Page helpful`
|
||||||
|
* Filters: Add a new filter for `Event name / exactly matches / feedback`
|
||||||
|
|
||||||
|
!!! warning "Delay in data availability"
|
||||||
|
|
||||||
|
The report may take 24 hours or longer to begin displaying data
|
||||||
|
|
||||||
|
=== ":material-google-analytics: Universal Analytics"
|
||||||
|
|
||||||
1. Go to your Google Analytics __dashboard__
|
1. Go to your Google Analytics __dashboard__
|
||||||
2. Open the __customization__ panel on the left and go to __custom reports__
|
2. Open the __customization__ panel on the left and go to __custom reports__
|
||||||
|
0
src/partials/languages/pl.html
Executable file → Normal file
0
src/partials/languages/pl.html
Executable file → Normal file
@ -53,6 +53,6 @@
|
|||||||
"source.file.date.updated": "Senaste uppdaterad",
|
"source.file.date.updated": "Senaste uppdaterad",
|
||||||
"source.file.date.created": "Skapad",
|
"source.file.date.created": "Skapad",
|
||||||
"tabs.title": "Flikar",
|
"tabs.title": "Flikar",
|
||||||
"toc.title": "Innehållsförteckning"
|
"toc.title": "Innehållsförteckning",
|
||||||
"top.title": "Tillbaka till toppen"
|
"top.title": "Tillbaka till toppen"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user