Initialize Google Analytics =========================== This In-Page Configuration Property allows you to opt-out of automatic initialization of Google Analytics. In order to provide statistics and to improve our service, Connector Script sends all LaterPay-related Event Actions to LaterPay's internal `Google Analytics Property `_, too. If Google Analytics is not detected, it is initialized by Connector Script for this purpose, by default. To prevent Connector Script from initializing Google Analytics on a page, use In-Page Configuration Property Initialize Google Analytics like this: **Example** .. tabs:: .. group-tab:: JSON .. code-block:: html .. group-tab:: .. code-block:: html .. group-tab:: Video .. code-block:: javascript { laterpayConnector: { initializeGoogleAnalytics: false } } See chapter :doc:`../../analytics/index` for more details.