Surveys and Quizzes | Community
Skip to main content
November 18, 2010
Delivered

Surveys and Quizzes

  • November 18, 2010
  • 29 replies
  • 10928 views

It would be great to have integration between Marketo and Poll Daddy and/or Survey Monkey

29 replies

Cecile_Maindron
Level 10
September 17, 2012
we are using survey monkey and aytm (better for design features) and it'd be awesome if we can integrate results in Marketo.
sure that we can already do some basic survey in Marketo but there is no way we can add some logic (or am I missing something?)

Cécile @ Talend
October 26, 2012
Better have Survey Monkey integration with Marketo! :D
November 28, 2012
Great idea. I would vote for Survey Gizmo instead of Survey Monkey though.
November 29, 2012
Please add integration with Survey Monkey. Thanks!
February 5, 2013
We would not only need to have answers pushed back to Marketo, but also to track the lead navigation through the survey (what pages where viewed, whether the lead completed the survey, etc...)

Hope this helps,
Greg
April 22, 2013
This is a great idea.  Any progress?  We are sending emails via Marketo to submit surveys in Survey Monkey.    It would be great to tie survey submissions back to Marketo.

Best,
-Jamie
March 6, 2014
Survey Gizmo would be great....that's what we use over here.
May 1, 2014
Although it's not the best tool, Timba Surveys is free and integrates into custom objects in SFDC. With that, you should be able to design Marketo programs that respond to surveys.

(That said, I'd like to see an integration to SurveyMonkey as well.)
August 15, 2014
So there are a couple of ways to do what some of you are talking about with Survey Gizmo as it is extremely customizable.

Some things I use:

Track survey completion in Marketo
Munchkin reporting for page of survey - add this to the top of the cusom HTML for the template you are using in Survey Gizmo then track who hit the thank you page of the survey
Be sure to add in your Munchkin Account ID

<script type="text/javascript">
document.write(unescape("%3Cscript src='//munchkin.marketo.net/munchkin.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script>Munchkin.init('<Your Munchkin Account ID>');
Munchkin.munchkinFunction('visitWebPage', {
  url: '/s3/[survey("title")]/page[template("currentpagenumber")]'
});
</script>

Use token filled URL Parameters to identify survey taker or survey information
Look under piping and url parameters on Survey Gizmo

Set up CNAME for Survey Gizmo surveys
surveys.yourcompanydomain.com


Add a favicon on your survey page
Be sure to add the url of your favicon
Paste this at the top of the Custom CSS on the Survey Gizmo Template

</style>
<script>
</script>
<link rel="shortcut icon" href="<Link to Your Favicon ICO File>" type="image/x-icon" />
<style>




I have not done this yet, but Survey Gismo supports actions on its surveys so i believe that you could pass information via webhooks back to Marketo as well.

Hope this helps someone!


 

Cecile_Maindron
Level 10
September 24, 2014
@Josh J: do you think same methodology could be use for other survey providers, like surveymonkey?