Skip to main content
Version: 3.x

Handling Quick Question Responses

Overview

There are several ways to ingest Quick Question responses:

  • In-app callback - Real-time responses within your app
  • Server-to-server postback - Automated server notifications
  • CSV download - Manual export from the dashboard
  • API download - Programmatic data retrieval

Select an approach based on how you plan to use the Quick Question response data.

In-App Callback

In-app callbacks are fired whenever a user completes a Quick Question. Use this method when you need real-time access to response data.

Quick Question callbacks are configured during SDK initialization. See the platform-specific documentation below for implementation details:

Server-to-Server Postback

Server-to-server postbacks are fired after a user answers a Quick Question, if a postback URL is configured in your app settings. Note: Setting up a postback URL does not prevent in-app callbacks from firing—both can be used simultaneously.

Setup Instructions

  1. Navigate to your app title and click Settings
  2. Select the platform (iOS and Android are configured separately)
  3. Add your Quick Question postback endpoint to "Quick Questions data postback URL"
  4. Click "Test data postback" to verify the endpoint
  5. Click "Save Changes"

Important: You must receive a 200 response from the test postback to save the URL.

Supplier Dashboard

CSV Download

CSV download is available for any Quick Question through the publisher dashboard.

To download:

  1. Click the "..." dropdown in the top right corner of your Quick Question content card
  2. Select "Download CSV"

The CSV file contains all current responses and is updated in real-time.

Supplier Dashboard

API Download

API download is available for all Quick Questions. This method is ideal when:

  • Quick Question data is not needed immediately
  • You want to pull all response data on a scheduled basis
  • You're ingesting data into your own data warehouse

Note: This data is updated on a daily basis.

Getting Started

See the Reporting API Documentation for implementation details.

To get access to the stats API, contact our account management team at developers@tapresearch.com.