Looker

Ingest your event data from Looker into RudderStack.

Looker is a popular Business Intelligence and data analytics platform. It allows you to explore your data for actionable, business-oriented insights.

You can now use Looker as a data source to send enriched user activities and their associated properties over a period of time to RudderStack. RudderStack then forwards this data to your specified destinations for real-time syncing of the newly created properties and actions.

Set up Looker actions

After creating your views in Looker, you need to set-up the necessary Looker actions. To do so, go to your Looker actions dashboard.

Note that:

  • While RudderStack supports teams and individual workspaces in its Enterprise edition, Looker does not allow individual Action Hub configurations for different members of the same organization.
  • To send the output of different looks to various RudderStack sources, you will need to host custom instances of Looker Action Hub. See the Looker documentation for more information.

Configure Looker source in RudderStack

  1. Go to your RudderStack dashboard and click Add Source. From the list of Event Streams sources, select Looker.
  2. Assign a name to your source and click Continue.
  3. Your Looker source is now configured. Note the source Write key:
Looker source write key

Add RudderStack Action Hub Server

This section describes the steps required to enable RudderStack Actions in Looker.

RudderStack hosts a Looker Action Hub Server that communicates with your Looker instance.

To connect the Action Hub Server to your Looker instance, click the Add Action Hub button present at the bottom of Looker Actions dashboard:

Add Action Hub

Depending on your region, enter the RudderStack Action Hub Server URL and related authorization token:

warning
If you encounter an error while connecting to the Action Hub after entering the server URL, click Configure Authorization and enter the Authorization Token. See FAQ for more information.

You can then start viewing the following three RudderStack actions:

ActionsDescription
IdentifyAdds the traits to your RudderStack users via the identify event.
GroupAdds the traits or users to your RudderStack groups via the group event.
TrackAdds the user properties for your users via the track event.
RudderStack-hosted Action Hub

Configure actions

  1. To enable any of the above actions, click the Settings button.
  2. Enter the Write key obtained after setting up the Looker source in RudderStack.
  3. Specify the Rudder Server URL to which Looker forwards the user looks data. The URL is https://<data_plane_url>/v1/batch, where <data_plane_url> is your data plane URLThe data plane URL is the location where events are routed and sent to the RudderStack backend for processing. You can find this URL in the home page of your RudderStack dashboard. .
Configuring the Rudder Write Key and Rudder Server URL

Once the connection is successful, you should start seeing the RudderStack Actions.

RudderStack Actions overview

Once configured, RudderStack Actions will start sending the query results to RudderStack.

When defining the columns for the Looker models attached to the user looks that you want to send to RudderStack, it’s important to tag the user identifier column as email or user_id or rudder_anonymous_id. Additionally, to use the RudderStack Group action, you need to tag your group identifier column as rudder_group_id.

info
In some specific cases, for example, Redis - the user_id must be present even if email is already present.

Looker sends the other columns related to the user and their activities as traits or properties along with the event payload.

A sample track payload sent by the RudderStack Track action:

{
  "userId": "test@rcomp.es",
  "anonymousId": null,
  "properties": {
    "tracks_flow.event_2": "Destination_Clicked",
    "tracks_flow.event_3": [

    ],
    "tracks_flow.event_4": [

    ],
    "tracks_flow.event_5": [

    ],
    "tracks_flow.event": "User_Logged_In"
  },
  "event": "single",
  "context": {
    "library": {
      "name": "analytics-node",
      "version": "0.0.3"
    },
    "app": {
      "name": "looker/actions",
      "version": "dev"
    }
  },
  "timestamp": "2020-06-18T08:21:01.644Z",
  "type": "track",
  "_metadata": {
    "nodeVersion": "12.13.0"
  },
  "originalTimestamp": "2020-06-18T08:21:03.049Z",
  "messageId": "node-c33eb51666f6470bf4aa415c7431aba4-ffd5e198-05a1-477a-9c2c-85be30749b8b",
  "sentAt": "2020-06-18T08:21:03.050Z"
}

Note that the column names in your looks are transformed as view name.column name in the payload sent to RudderStack. If you want to change the names as per your destination, you can do so using the Transformations feature.

FAQ

I get an error while connecting to the RudderStack Action Hub. What should I do?

While connecting to the RudderStack Action Hub, you may sometimes get the following error:

RudderStack Action Hub error

To resolve this issue, click Configure Authorization.

RudderStack Action Hub error

Then, enter the region-specific authorization token and click Update Token.

RudderStack Action Hub error

Questions? Contact us by email or on Slack