Skip to content

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:

objective-c
@import Upshot;

// Request survey activity with specific tag
[[BrandKinesis sharedInstance] setDelegate: self];
[[BrandKinesis sharedInstance] showActivityWithType:BKActivityTypeSurvey andTag:@"Tag Name"];
swift
import Upshot

// Request survey activity with specific tag
BrandKinesis.sharedInstance(). delegate = self
BrandKinesis.sharedInstance(). showActivity(with: .survey, andTag: "TagName")

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:

  1. Navigate to RESEARCH section in the dashboard
  2. Create Survey - Design your survey with questions
  3. Create Campaign - Set targeting and scheduling for the survey

Powered by Upshot.ai