Subscription Group Activity Execution – SurveyMonkey

When you execute a SurveyMonkey subscription group in production mode, it enters an Activated state.  Its bubble count represents the total number of respondents to the related survey.

If the channel was configured to import survey data, on retrieval of the same when executing the channel’s synchronization task, survey data is imported into the following database tables (which are created at initial data import):

      RPI_SM_[Survey table name]_Survey

SurveyID

Title

DateCreated

QuestionCount

ResponseCount

      RPI_[Survey table name]_SMQuestion

SurveyID

QuestionID

Question

      RPI_[Survey table name]_SMAnswer

SurveyID

QuestionID

AnswerID

Answer

If the channel’s Survey table name is changed, existing tables are retained and a new set of tables are created.

If the channel was configured to import respondent data, the same stipulations around table creation apply, with data being imported into the following set of tables:

      RPI_[Respondent table name]_SMRespondent

SurveyID

RespondentID

Email

Firstname

Lastname

CustomID

      RPI_[Respondent table name]_SMResponse

SurveyID

RespondentID

QuestionID

AnswerID

Answer

If the channel was not configured to import survey and/or respondent data, the related steps are not performed at channel synchronization task execution.