From a1353b377372cfdc9650acaf57298fea42977b0c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 9 Aug 2019 14:51:58 +0200 Subject: [PATCH] Add a note on Google Analytics in the widget documentation --- doc/user/events/widget.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user/events/widget.rst b/doc/user/events/widget.rst index 8e5c435895..f91f48f9a6 100644 --- a/doc/user/events/widget.rst +++ b/doc/user/events/widget.rst @@ -274,6 +274,9 @@ Hosted or pretix Enterprise are active, you can pass the following fields: }; + In some combinations with Google Tag Manager, the widget does not load this way. In this case, try replacing + ``tracker.get('clientId')`` with ``ga.getAll()[0].get('clientId')``. + .. versionchanged:: 2.3