diff --git a/docs/howto/tracking-user-activity.rst b/docs/howto/tracking-user-activity.rst index 384ec13b0f9a29..23719efea2eb6a 100644 --- a/docs/howto/tracking-user-activity.rst +++ b/docs/howto/tracking-user-activity.rst @@ -22,7 +22,7 @@ You can configure Airflow to route anonymous data to `Google Analytics `_, `Segment `_, or `Metarouter `_. -Edit ``airflow.cfg`` and set the ``analytics`` block to have a ``tool`` and ``id``: +Edit ``airflow.cfg`` and set the ``webserver`` block to have an ``analytics_tool`` and ``analytics_id``: .. code-block:: python