Actions

Notifications & data: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
mNo edit summary
Line 20: Line 20:




=Data management panel= <!--T:5-->
=Data Management Panel= <!--T:5-->




Line 31: Line 31:




==Date stamp== <!--T:8-->
==Date Stamp== <!--T:8-->
Turn it on if you would like to see the time when the answers were submitted.  
Turn it on if you would like to see the time when the answers were submitted.  


==Save IP address== <!--T:9-->
==Save IP Address== <!--T:9-->
If enabled, the IP address of the survey respondent will be stored together with his or her answers.  
If enabled, the IP address of the survey respondent will be stored together with his or her answers.  


==Save referrer URL== <!--T:10-->
==Save Referrer URL== <!--T:10-->
If turned yes, the referrer URL will be stored together with the answers.
If turned yes, the referrer URL will be stored together with the answers.


==Save timings== <!--T:11-->
==Save Timings== <!--T:11-->
If enabled, the time spent on each page of the survey by each survey participant is recorded.
If enabled, the time spent on each page of the survey by each survey participant is recorded.


==Enable assessment mode== <!--T:12-->
==Enable Assessment Mode== <!--T:12-->
You can enable/disable assessments for this survey with this setting.
You can enable/disable assessments for this survey with this setting.


==Participant may save and resume later== <!--T:13-->
==Participant May Save and Resume Later== <!--T:13-->
This setting allows a participant to save his responses and resume to answer the survey at a later time. Please note that this makes most sense with open surveys or surveys with anonymized answer. If you are using tokens and the survey is not anonymous, in most cases it is better to activate [[Participant_settings#Participant settings panel|Token-based response persistence]].
This setting allows a participant to save his responses and resume to answer the survey at a later time. Please note that this makes most sense with open surveys or surveys with anonymized answer. If you are using tokens and the survey is not anonymous, in most cases it is better to activate [[Participant_settings#Participant settings panel|Token-based response persistence]].


==Basic and detailed admin notifications email== <!--T:14-->
==Basic and Detailed Admin Notifications Email== <!--T:14-->
These two fields allow you to send notifications or survey responses to any email addresses once the survey is submitted. You can edit the templates for these emails from the [[Survey settings#Email templates|Email templates menu]]. Multiple recipients can be set by separating the entries with a semicolon (;) - e.g., "yourname@test.com; myname@test.com;hisname@test.com" or (if using placeholders) "yourname@test.com;{QUESTION.shown};{TOKEN:EMAIL}".  
These two fields allow you to send notifications or survey responses to any email addresses once the survey is submitted. You can edit the templates for these emails from the [[Survey settings#Email templates|Email templates menu]]. Multiple recipients can be set by separating the entries with a semicolon (;) - e.g., "yourname@test.com; myname@test.com;hisname@test.com" or (if using placeholders) "yourname@test.com;{QUESTION.shown};{TOKEN:EMAIL}".  


Line 61: Line 61:
#Enter a survey participant table field name (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a participant field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the survey participant table).}}
#Enter a survey participant table field name (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a participant field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the survey participant table).}}


==Google Analytics settings== <!--T:16-->
==Google Analytics Settings== <!--T:16-->
If you would like to get further details about the survey web traffic, use Google Analytics. Three options are available:
If you would like to get further details about the survey web traffic, use Google Analytics. Three options are available:
**''None'': Google Analytics will not be used;
**''None'': Google Analytics will not be used;

Revision as of 11:51, 4 May 2021


Introduction

If you would like to save response-related details into the responses tables, access this panel. You can save the referrer URL, IP address, timings, etc. that can help you produce more in-depth analyses. Moreover, LimeSurvey allows you to use the tracking ID from Google Analytics.

To access this panel, click on the corresponding survey setting tab:



Data Management Panel

The following options are available:



Date Stamp

Turn it on if you would like to see the time when the answers were submitted.

Save IP Address

If enabled, the IP address of the survey respondent will be stored together with his or her answers.

Save Referrer URL

If turned yes, the referrer URL will be stored together with the answers.

Save Timings

If enabled, the time spent on each page of the survey by each survey participant is recorded.

Enable Assessment Mode

You can enable/disable assessments for this survey with this setting.

Participant May Save and Resume Later

This setting allows a participant to save his responses and resume to answer the survey at a later time. Please note that this makes most sense with open surveys or surveys with anonymized answer. If you are using tokens and the survey is not anonymous, in most cases it is better to activate Token-based response persistence.

Basic and Detailed Admin Notifications Email

These two fields allow you to send notifications or survey responses to any email addresses once the survey is submitted. You can edit the templates for these emails from the Email templates menu. Multiple recipients can be set by separating the entries with a semicolon (;) - e.g., "yourname@test.com; myname@test.com;hisname@test.com" or (if using placeholders) "yourname@test.com;{QUESTION.shown};{TOKEN:EMAIL}".

  HTML or text : The setting use HTML format for token emails is used for the format of admin email.


To send an email to the survey administrator, you must use {ADMINEMAIL}. There are also other different ways to enter an address:
  1. Enter a specific email address (ie: yourname@test.com);
  2. Enter a SGQA code and the response will be sent to an email address entered as an answer to that particular question (use the format {QUESTION.shown} in the same way you would reuse information from previous answers);
  3. Enter a survey participant table field name (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a participant field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the survey participant table).


Google Analytics Settings

If you would like to get further details about the survey web traffic, use Google Analytics. Three options are available:

    • None: Google Analytics will not be used;
    • Use settings below: if chosen, the survey owner can type in his or her Google Analytics Tracking ID to be stored only with the respective survey. You also have the possibility to choose one of the three Google Analytics styles:
      • Do not use Google Analytics - so {GOOGLE_ANALYTICS_JAVASCRIPT} is an empty string;
      • Default Google Analytics - {GOOGLE_ANALYTICS_JAVASCRIPT} uses the standard Google Analytics code, inserting the proper Google Analytics Key;
      • SurveyName-[SID]/GroupName - {GOOGLE_ANALYTICS_JAVASCRIPT} contains customized Google Analytics code to log the URL as {SURVEYNAME}-[{SID}]/{GROUPNAME}. This can be helpful if you want to analyze navigation paths through your survey, time spent per page, and drop-off rates per page.
    • Use global settings: If picked up, the survey will use the same Google Analytics Tracking ID as the one mentioned in the global settings and then you choose the desired Google Analytics style.


Google Analytics Tracking ID for this survey: Allows for integration with Google Analytics. The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}. The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.


For further details on how to use Google's API with LimeSurvey, check our Google API howto page.