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 `__.)