Segment Streams

Push response data from Blitzllama to Segment.

Using Segment Streams, Blitzllama can push all response data to Segment. Enabling you to sync Blitzllama's feedback data across your product and data tools.

Requirements

Before connecting Blitzllama with Segment Streams, you'll need to make sure you have the following:

  • A Blitzllama account

  • A Segment account with access to the Streams feature

Integration Steps

To connect Blitzllama with Segment Stream, follow these steps:

Segment Dashboard

  1. Log in to your Segment account.

  2. Click on the "Sources" tab in the left-hand menu and then add HTTP API as a source, after entering the Name and Labels info.

  3. Copy the Segment HTTP API key to your clipboard or store it in a secure location.

Blitzllama Dashboard

  1. Log in to your Blitzllama account and navigate to the "Connections" section.

  2. Click on "Segment Stream" from the list of available integrations and click on Enable.

  3. Paste the Segment HTTP API Key into the corresponding field and then click on Save.

Once you've completed these steps, Blitzllama will automatically send response data and interactions to Segment for analysis and processing.

Data Fields

Here is sample of data that will be sent from Blitzllama's Segment Stream to Segment Destination platforms.

{
    "user_id":"user_123",
    "app_key":"blitzllama_api_key",
    "survey_id":"s-xxxxxx-id",
    "group_id":"g-xxxxxx-id",
    "question_id":"q-xxxxxx-id",
    "platform":"android",
    "trigger":"home-page-trigger",
    "question_order":1,
    "response":"image upload glitches",
    "question_text":"What do you think of our app?",
    "question_type":"input_feedback",
    "created_at":"2022-05-13T13:40:33+00:00"
}

For details on the data format click here.

Last updated