Appearance
Surveys
Surveys are a method of gathering information from individuals. Surveys have a variety of purposes, and can be conducted in many ways. Survey can be customized to suit the App's theme.
How to Request Survey
Request a survey activity using tags:
javascript
import Upshot, { UpshotActivityType } from "react-native-upshotsdk";
// Request survey activity with specific tag
Upshot.showActivityWithType(UpshotActivityType.survey, "Tag Name");typescript
import Upshot, { UpshotActivityType } from "react-native-upshotsdk";
Upshot.showActivityWithType(UpshotActivityType.survey, "Tag Name");How to Create a Survey in Dashboard
In Dashboard under RESEARCH section Create survey and create campaign for that survey.
Creating Surveys in Dashboard
To create surveys in the Upshot.ai dashboard:
- Navigate to RESEARCH section in the dashboard
- Create Survey - Design your survey with questions
- Create Campaign - Set targeting and scheduling for the survey

