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

<script type="application/json" id="laterpay-connector">
    {
        "initializeGoogleAnalytics": false
    }
</script>

See chapter Analytics for more details.