Questions tagged [surveymonkey]

SurveyMonkey is an online survey service

SurveyMonkey is a a software as a service (SaaS) company, founded in 1999 by Ryan Finley, that provides an online survey tool with a variety of service plans.

SurveyMonkey provides an API for programmatic survey creation and data retrieval.

See also

395 questions
3
votes
1 answer

Bad JSON being returned from Survey Monkey (get_survey_list)

I've been trying to pull Survey Data for a client from their Survey Monkey account, it seems that the more data their is the more likely illegal characters are introduced in to the resulting JSON string. Below is a sample of what is returned on a…
Everon
  • 3,789
  • 1
  • 12
  • 12
3
votes
1 answer

Pardot Email Marketing Database with SurveyMonkey?

Our organizations uses Pardot email automation platform that also works with our CRM Salesforce. Is there a way to tie in SurveyMonkey with our database to send an email that includes the survey on the eblast? Thanks, Kaitlin Bowes
2
votes
0 answers

Surveymokey create response with image/file

We are using surveymonkey for quizes. I need to test our etl pipelines. So need to generate response. I use: https://api.surveymonkey.com/v3/collectors/{id}/responses and post a response with answers: "pages": [ { "id":…
Halina
  • 235
  • 1
  • 4
  • 14
2
votes
1 answer

Renaming Columns by Pasting First Row if not NA

I am looking to standardize cleaning exports from Survey Monkey at my organization, and want to rename the column name to (Column name + first row name) if the first row is not NA. Edit: This would ideally be implemented in a function/loop so that…
Matt
  • 7,255
  • 2
  • 12
  • 34
2
votes
2 answers

ElementClickInterceptedException while trying to click a checkbox within surveymonkey.com through Selenium and Python

I'm playing around with a mini-challenge that's been set to automate a form response on survey monkey, I've set up a dummy survey for the purpose of this example. Essentially, selenium is unable to click the box due to an error with a button display…
2
votes
1 answer

Perform an action once SurveyMonkey iframe loads

I'm trying to embed a SurveyMonkey survey into a modal window on my site. I can do this successfully, except that first the modal appears and then there's a delay as the iframe loads the external content (this causes a flickering effect as the…
Tim
  • 441
  • 6
  • 16
2
votes
0 answers

SurveyMonkey v3 webhook validation in PHP

I've successfully implemented a webhook in my PHP application, but am unsure on how to verify the Sm-Signature header. The documentation here states: Our webhook callbacks are sent as POST requests and include the following request headers that…
Beau
  • 201
  • 3
  • 4
2
votes
2 answers

Pass custom parameter when survey complete in survey monkey V3

I am looking for a way to get back the custom parameter "name" that is used for storing Custom Data in the SurveyMonkey system when a user completes a survey, whether that be via the Embed OR WebLink. Any suggestions on how others have approached…
Nawin
  • 1,653
  • 2
  • 14
  • 23
2
votes
1 answer

SurveyMonkey adding webhooks

We were under the impression that we could add a webhook/url with each recipient we added using recipients/bulk. So if our recipients looked like the below, we would just be able to add the webhook data with each one of the entries. After looking…
whoopah
  • 159
  • 2
  • 11
2
votes
2 answers

SurveyMonkey API v3 GET Responses fields

In my app I used the get_respondent_list API in API v2 to get an overview of the responses and to allow me to select those responses which were relevant to download in greater detail - fields of interest to me included date_modified, status . I had…
Bill Manville
  • 31
  • 1
  • 2
2
votes
0 answers

RMonkey data frame split columns

I've downloaded data from SurveyMonkey using RMonkey into a data frame using the following code: g <- getresponses(r, s[[1]]) g <- as.data.frame.ts(g) temp <- edit(g) Using the data editor, I can see that the data obtained for each respondent is…
Jane
  • 21
  • 2
2
votes
1 answer

Surveymonkey: call webhook when survey is completed

I would like to receive webhook calls to my own service when a survey has been completed. I do not want to poll surveymonkey for results. I noticed there is some obscure documentation here: http://help.surveymonkey.com/articles/en_US/kb/WebHook-PUT…
Joe R
  • 115
  • 1
  • 2
  • 7
2
votes
1 answer

responsive iframe with SurveyMonkey

I'm working on embedding a very quick survey on my site and after page one, there is just description text for page 2 and 3. So how do I a) make the iframe responsive to the number of questions or b) get rid the other ugly gray bottom when the…
timrosenthal
  • 57
  • 2
  • 10
2
votes
1 answer

SurveyMonkey - Restrict api survey access

Is it possible to restrict the surveys available to someone with api access to only a single survey? (Without using some kind of middleware server that restricts the access externally to surveymonkey).
Adam
  • 345
  • 2
  • 15
2
votes
0 answers

SurveyMonkey: unique ID in Survey End Page URL

On the Survey End Page of SurveyMonkey I need an URL with the unique ID of the Survey. Example: http://www.example.com?id={unique ID} When a user is finished with his survey, I need to redirect the user to my site. My Site need to know the unique ID…
Stefan Vogt
  • 1,513
  • 2
  • 10
  • 16
1
2
3
26 27