From 653f4403211b2e038b2084f1e7244fe1bc143ac9 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:50:09 -0800 Subject: [PATCH] Document Plausible on client requests page This should have been a part of 8e07c265006bc6189ff65e40dc9a02d62eb7e79e, but better late than never. Co-authored-by: James Hadfield --- docs/customise-client/requests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customise-client/requests.rst b/docs/customise-client/requests.rst index 8361637fc..eb4351774 100644 --- a/docs/customise-client/requests.rst +++ b/docs/customise-client/requests.rst @@ -48,7 +48,7 @@ We use `Leaflet `__ to display the map tiles. There is o If a map is displayed by Auspice the individual tiles are requested from api.mapbox.com. Panning and zooming of the map result in futher requests for tiles. These are requested using our hardcoded access key, however this may change to a build-time-customisation in the future. -Google Analytics (Optional) -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Web Analytics (Optional) +~~~~~~~~~~~~~~~~~~~~~~~~ -Auspice has the potential to include Google Analytics in a limited fashion. See :ref:`the client customisation API documentation ` for how to set this. Note that these requests are only made if you specify a Google Analytics key during build-time customisation of the client. +Auspice has the potential to include either Plausible Analytics or Google Analytics in a limited fashion. See :ref:`the client customisation API documentation ` for how to set this. Note that these requests are only made if you set up build-time customisation of the client. (For nextstrain.org we use `Plausible analytics `__.)