Actions

Panel integration/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
(Created page with "パラメーターとして設定した名前は、後でパネル事業者に提供するエントリーリンクに含める必要があります。この例では、 "LSid"...")
Line 58: Line 58:




The name you pick for the parameter will have to be included in the entry link that you will later supply to your panel provider. It will be named "LSid" in our example. Don't forget to click on the '''Save''' button located in the upper right part of the table!
パラメーターとして設定した名前は、後でパネル事業者に提供するエントリーリンクに含める必要があります。この例では、 "LSid"という名前になります。表の右上にある'''保存'''ボタンを忘れずにクリックしてください。





Revision as of 07:22, 8 July 2018


以下の例と説明は、完全にユーザーの協力に基づいています。 パネル統合についてのオープンな知識を広げたい場合は、気軽に参加してください。


はじめに

このタブから、アンケートで受け入れられるURLパラメータを設定できます(これらのパラメータは、一般的なアンケートの開始URLに添付されます)。このオプションは、参加者を提供する商用のアンケートパネル事業者とアンケートを統合する場合に重要です。事業者は通常、すべてのアンケート参加者のユニークなIDを提供します。これらユニークなIDを保存/処理してさらに参照することになります。


  注意 : 一部のパネル事業者は、クォータの制限でドロップアウトした参加者、アンケートを終了した参加者のIDを、アンケート終了URLやクォータURLを通じてパネル事業者に返信する必要があります。



アンケートのパネル統合にアクセスするには、 アンケートメニューにアクセスし、 パネル統合タブをクリックします。


アンケートパネル統合

アクセスすると、空のテーブルが表示され、URLパラメータを追加するオプションが表示されます 。



2つのフィールドを入力する必要があります。

  • パラメーター: このフィールドに新しいパラメータの名前を入力します。これはURLに含められます。
  • 対象となる質問: 一般的に、URLパラメータは質問として保存されます。アンケート回答者が上前項で定義したパラメーターを含むURLリンクをクリックしてたどり着く場所となります。
また、URLパラメーターを短いテキスト質問または複数の短いテキスト質問タイプへの回答として保存することもできます(任意の短いテキスト質問を選択して保存することができます)。ただし、URLパラメータの値を保存しなくても、このパラメータを終了URLで使用することはできます。詳細は、終了URL のウィキセクションを確認してください。


パネル統合機能の使い方

簡単な例を以下に示します。ここでは、パネル統合機能の使用方法を説明します。


1) まず、短い/長いテキストの質問を作成し、それに名前を付けてください(ここでは、質問コードフィールドに"LS"を使用します)。次に、質問のメニュー内の表示タブの下にあるこの質問を常に隠すオプションを有効にします。

  注意 : ようこそページを無効にしてください。短い/長いフリーテキストの質問ページにアクセスさせてください。このパラメータを最初に質問に読み込まれなければならないため、ようこそ画面があると機能しません。



2) パネル統合タブに移動し、"URLパラメーターを追加"をクリックします。

最初の手順で作成した短い/長いテキストの質問を選択します。パネル事業者から誘導された回答者は、対象となる質問に着地します。 回答者がすぐにアンケートを開始できるよう、この質問を隠すことができます。



パラメーターとして設定した名前は、後でパネル事業者に提供するエントリーリンクに含める必要があります。この例では、 "LSid"という名前になります。表の右上にある保存ボタンを忘れずにクリックしてください。


3) Now, you have to set up the entry link that you will send to the your panel provider. To get your survey URL link, click on the Preview survey buttons.



Copy the URL you accessed from the address bar:



Add at the end the newly added parameter: &LSid="xxxxxx". The link should look like this:

http://localhost/index.php/369498?newtest=Y&lang=en&LSid="xxxxxx"

Hint: The GET parameters use "?" for the first parameter and "&" for the rest of them. If you already have "?" in your URL, you must use "&" to add other GET parameters. Read about the GET parameters and their usage here.


What ever you replace the "xxxxxx" with will be grabbed and stored in the short/long free text question when your respondent lands on that page. For example, I sent to a user the following link:

http://localhost/index.php/369498?newtest=Y&lang=en&LSid=ABCD5

The string after LSid was stored as an answer to the short/long text question.



Read the URL fields wiki section for more information on URL customization.

Examples

The following examples were created in order to help you easily add:

Note: parametername={PASSTHRU:parametername}" provides the panel provider the id of the respondent.


  Attention : The solutions provided below make use of the passthrough fields. Please note that aside "parametername={PASSTHRU:parametername}", everything else has to be provided by your panel provider!



The complete link

The complete link has to be inserted into the end URL field that also has to be loaded automatically for everyone who successfully completes the whole survey.

The URL you have to send back to the panel provider should look like this:

https://panelproviderwebsite.com/?return=complete&parametername={PASSTHRU:parametername}

The screenout link

A screenout excludes the participants from continuing the survey because he or she is not a member of your survey target group. For screenouts, you have to set the quota limit field to "0" (zero) and allow the quota URL to be automatically loaded once it was triggered.

Then, add the following link into the quota URL field:

https://panelproviderwebsite.com/?return=screenout&parametername={PASSTHRU:parametername}

Note: Read the following wiki section to find out more about the LimeSurvey quota system and its usage.


The quotafull link

A quotafull excludes participants from continuing the survey, because a certain quota has been exceeded. https://panelproviderwebsite.com/?return=quotafull&parametername={PASSTHRU:parametername}

Note: Read the following wiki section to find out more about the LimeSurvey quota system and its usage.


This is not the only solution you can use to implement quotafull, complete, screenout redirects to your panel provider! For example, the Expression Manager, the SQGA indentifiers, and the URL fields offer you different workarounds to complete the same tasks (and even the more complex ones). For additional help, check also the LimeSurvey forum.