diff --git a/pages/docs/reports.mdx b/pages/docs/reports.mdx index 9b0823e343..5e8726bdf4 100644 --- a/pages/docs/reports.mdx +++ b/pages/docs/reports.mdx @@ -20,13 +20,13 @@ A behavior is an event or a sequence of events performed within some criteria. A The measurement tells the metric how to evaluate the behaviors. Some examples of measurements are: total events, unique users, total sessions, conversion rate, retention rate and aggregate property. -Depending on the behavior, certain measurements may be not be possible. For example, for a single event, you cannot measure the conversion rate of it. The measurement is chosen at the bottom left area of the metric. +Depending on the behavior, certain measurements may be not be possible. For example, you cannot use the conversion rate measurement when the metric only has a single event. The measurement is chosen at the bottom left area of the metric. ![measurement](/report-measurement.png) ## Visualizations -In the top right, you can change the type of visualization for your report. The options available will depend on the type of report that you started with. In this case, we switched to a bar view, allowing us to see the total number of "Log In" across the entire time range, allowing us a summarized view that is easily scanned. +You can change the type of visualization by clicking the dropdown in the upper right corner of the report. The options available will depend on the type of report that you started with. In this case, we switched to a bar view, allowing us to see the total number of "login" events across the entire time range, broken down by the "Platform" property. ![/Screen_Shot_2022-07-11_at_3.07.02_PM.png](/Screen_Shot_2022-07-11_at_3.07.02_PM.png) diff --git a/public/Screen_Shot_2022-07-11_at_3.07.02_PM.png b/public/Screen_Shot_2022-07-11_at_3.07.02_PM.png index f036de7625..834974fca2 100644 Binary files a/public/Screen_Shot_2022-07-11_at_3.07.02_PM.png and b/public/Screen_Shot_2022-07-11_at_3.07.02_PM.png differ diff --git a/public/report-measurement.png b/public/report-measurement.png index 8c5c763d9d..9368f45381 100644 Binary files a/public/report-measurement.png and b/public/report-measurement.png differ