Subscription Group Activity Execution – Alchemer

When you execute an Alchemer 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_SGSurvey_{Survey table name}

SurveyID

Title

Status

DateCreated

DateModified

ResponseCount

TestResponseCount

      RPI_SGSurveyQuestion_{Survey table name}

SurveyId

QuestionId

Question (truncated if > 4000 characters)

      RPI_SGSurveyOption_{Survey table name}

SurveyId

QuestionId

OptionId

Option (truncated if > 4000 characters)

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_SGRespondent_{Respondent table name}

ResponseId

SurveyId

Status

RPContactId

ChannelExecutionId

DateSubmitted

STD_Referer

STD_UserAgent

STD_IP

STD_Long

STD_Lat

STD_GeoCountry

STD_GeoCity

STD_GeoRegion

      RPI_SGResponse_{Respondent table name}

ResponseId

SurveyId

QuestionId

OptionId

Answer (truncated if > 4000 characters)

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