Skip to main content

Connect to analytics vendors

Learn how to enable analytics for your Retool apps.

Available on:Enterprise plan

Retool’s analytics feature allows you to collect analytics from your apps, and it supports integrations with Segment and Google Analytics.

note

Your organization must be on the Enterprise plan to use analytics features.

Get started

There's an Analytics section on the Settings > Advanced tab in Retool. From there, you can connect to Segment and Google Analytics. You can also log to standard out. After connecting, events are sent to all enabled integrations.

Analytics options in Advanced settings

Configuration

After connecting, you can create Analytics tracking queries in the App IDE.

Each analytics event has three configurable sections: when to trigger the query, what conditions have to be met, and the fields to include in the payload.

This example triggers when the finished property of query1 changes, and only runs if the query returns more than 10 items. The payload includes the current time, the user that triggered the query, how long the query took to run, and the value of the textInput1 component.

Example analytics query

Triggering

The instrumentation event triggers when any of the listed properties change. If you want to limit when the payload is sent, enable a condition. The condition can access properties outside of your Trigger On Property Change clauses.