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:
- iOS Quick Question Response
- Android Quick Question Response
- Unity Quick Question Response
- React Native Quick Question Response
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
- Navigate to your app title and click Settings
- Select the platform (iOS and Android are configured separately)
- Add your Quick Question postback endpoint to "Quick Questions data postback URL"
- Click "Test data postback" to verify the endpoint
- Click "Save Changes"
Important: You must receive a 200 response from the test postback to save the URL.

CSV Download
CSV download is available for any Quick Question through the publisher dashboard.
To download:
- Click the "..." dropdown in the top right corner of your Quick Question content card
- Select "Download CSV"
The CSV file contains all current responses and is updated in real-time.

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.