View Single Post
  #3 (permalink)  
Old 05-19-2008, 12:06 PM
pwiesner pwiesner is offline
Senior Member
 
Join Date: Mar 2007
Posts: 201
Default

As you have discovered the InvitationID query string parameter is used to track whether or not a panelist has responded to an invitation.
Quote:
It is important to note that this does not track if a user has completed a survey. It tracks whether or not the panelist has navigated to the URL provided in the invitation email that was sent to them; this information is recorded when the first survey page is loaded.
UPDATE: The quoted text above is out of date. In current releases of Checkbox the invitation manager marks an invitation as responded to only when a respondent completes a survey. This change was made to make the remind feature more useful.

It is not entirely clear how you are redirecting users. That being said the InvitationID query string parameter must be included in order for the invitation management portion of the application to function.

Last edited by pwiesner; 05-21-2008 at 10:56 AM.
Reply With Quote