Discussions

Ask a Question
ANSWERED

How to get survey's response rate

Hi , is there a way to get the response rate of some particular survery_id's . if yes can you help with some sample examples
ANSWERED

Ways to edit the users table?

Is there a way to add an attribute the the columns in the Users table? For example, we have several columns: `user`, `user id`, `email`, `last activity` (few more) and we are wondering if we can added a column to that table or if those are predetermined column names and no other columns can be add? We know how to set attributes and filter by attributes for that table.
ANSWERED

"Show Once per User" - Does this include if they do nothing?

If a study's Recontract Options are set to "Show Once per User," does that mean that if they see a study and do nothing with it (e.g. navigate to another page or close their browser window) that they will not see the message again? If so, is there a way to override this and show it to them again?
ANSWERED

Get Survey Data

How can I get detail regarding specific survey using API. For example, I have a survey Id - xyz I want to get the total number of User visit and their responses using API. How can I?
ANSWERED

What is the default number of days of recontact waiting period for Production Environment to show a Survey?

The recontact waiting period setting can be overriden while creating the study. But I want to know what is default waiting period of this if I am not specifying the days.
ANSWERED

Segment iOS SDK compatability

Is the use of <https://github.com/UserLeap/analytics-swift-sprig.git> compatible with the (older) Segment Analytics SDK - i.e. <https://github.com/segmentio/analytics-ios> ? Or is integration with analytics-swift (their newer SPM package) required ?
ANSWERED

No events have been received for this trigger, you will receive no responses until you do.

No events have been received for this trigger, you will receive no responses until you do. What to do any brief..
ANSWERED
ANSWERED

in iOS SDK we are getting a freeze while presenting a survey from VC, Is there any solution to this?

**Tech Stack** Platform: iOS Swift Version: 4.21.0 Usage: SPM We are using a V2 method as below: ``` func tracking(from vc: UIViewController?) { let eventPayload: EventPayload = .init( eventName: "someEventName", properties: someProps ) { [weak vc] state in guard let viewController = vc else { return } DispatchQueue.global(qos: .userInitiated).async { presentSurvey(from: viewController, state: state) } } UserLeapKit.Sprig.shared.track(payload: eventPayload) } private func myPresentSurvey(from vc: UIViewController, state: SurveyState) { guard case .ready = state else { return } DispatchQueue.main.async { UserLeapKit.Sprig.shared.presentSurvey(from: vc) } } ``` Please let us know if we are missing any usage instruction or there is some recent issue in the SDK itself
ANSWERED

Change the share tab copy?

When a user is asked to share their tab to record their screen, the name of the tab does not match what Sprig tells them to look for. Does anyone know how to change that copy so they match?