Integration Specifications

This article will help you learn about how Daasity replicates data from Survey Monkey, limitations to the data we can extract and where the data is stored in the Survey Monkey schema

Integration Overview

Survey Monkey is an online survey software that helps businesses create and run professional online surveys. Survey Monkey gathers feedback through different platforms and provides analytics on response results that can be extracted.

This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other.

Integration Availability

This integration is available for:

  • Enterprise

API Endpoints

The Daasity Survey Monkey extractor is built based on this Survey Monkey API Documentation. The following endpoints are used by Daasity to replicate data from Survey Monkey:

Entity Relationship Diagram (ERD)

Click here to view the ERD for the Daasity Survey Monkey integration illustrating the different tables and keys to join across tables.

Survey Monkey Schema

The Daasity Survey Monkey extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.

Surveys

  • Endpoint: Surveys

  • Update Method: UPSERT

  • Table Name: [survey_monkey.surveys]

Survey Questions

  • Endpoint: Survey Details

  • Update Method: UPSERT

  • Table Name: [survey_monkey.survey_questions]

Survey Question Answers

  • Endpoint: Survey Details

  • Update Method: UPSERT

  • Table Name: [survey_monkey.survey_question_answers]

Responses

Response Answers

Last updated