Blitzllama Documentation
  • About Blitzllama
  • Quickstart Guides
    • Creating Surveys
    • Creating Quizzes
    • Targeting Essentials
    • Customization & Personalization
    • Extracting Insights from Surveys
    • Core Concepts
  • PLATFORMS
    • Android
    • iOS
    • Web
    • React Native
    • Flutter
    • Google Tag Manager
    • Links
    • API
  • Connections - Sources
    • Mixpanel
    • CleverTap
    • Segment
    • Amplitude
    • RudderStack
    • Backend Triggers
    • Hightouch
  • Connections - Destinations
    • Amplitude
    • CleverTap
    • Mixpanel
    • Segment Streams
    • Zapier
    • Slack
    • Webhook
    • Export APIs
  • ORGANIZATION
    • Team Members & Projects
    • MTU Sampling
  • Eureka - Connections
    • Zendesk
    • Freshdesk
    • Intercom
    • Play Store
    • Appstore
Powered by GitBook
On this page
  • Requirements
  • Integration Steps
  • Data Fields

Was this helpful?

  1. Connections - Destinations

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"
}

PreviousMixpanelNextZapier

Last updated 1 year ago

Was this helpful?

For details on the data format .

click here