Skip to content

Commit

Permalink
Document Plausible on client requests page
Browse files Browse the repository at this point in the history
This should have been a part of 8e07c26,
but better late than never.

Co-authored-by: James Hadfield <hadfield.james@gmail.com>
  • Loading branch information
victorlin and jameshadfield committed Mar 10, 2023
1 parent 78b9439 commit 653f440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/customise-client/requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We use `Leaflet <https://leafletjs.com/>`__ 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 <client-api-available-customisations>` 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 <client-api-available-customisations>` 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 <https://github.com/nextstrain/nextstrain.org/blob/2685e6b363cf70808fa11ee38ac520dfb3a9cdc4/auspice-client/customisations/config.json#L14>`__.)

0 comments on commit 653f440

Please sign in to comment.