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
o SurveyID
o Title
o DateCreated
o QuestionCount
o ResponseCount
• RPI_[Survey table name]_SMQuestion
o SurveyID
o QuestionID
o Question
• RPI_[Survey table name]_SMAnswer
o SurveyID
o QuestionID
o AnswerID
o 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
o SurveyID
o RespondentID
o Email
o Firstname
o Lastname
o CustomID
• RPI_[Respondent table name]_SMResponse
o SurveyID
o RespondentID
o QuestionID
o AnswerID
o 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.