x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Google API howto/ja: Difference between revisions

From LimeSurvey Manual

Bravehorse (talk | contribs)
Created page with "アンケートにGoogleアナリティクスのAPIを追加するには、次の手順に従います。 # Google Analytics(GA)に登録しログインする: [http://www..."
Bravehorse (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
# トラッキングIDを生成する(サイトにはアンケートを指定するのではなく、'index.php?'より前の部分を指定します)。 トラッキングIDは、UA-xxxxxのようになります。
# トラッキングIDを生成する(サイトにはアンケートを指定するのではなく、'index.php?'より前の部分を指定します)。 トラッキングIDは、UA-xxxxxのようになります。
# LimeSurveyで、アンケートの[https://manual.limesurvey.org/Global_settings/ja グローバル設定]にアクセスします。
# LimeSurveyで、アンケートの[https://manual.limesurvey.org/Global_settings/ja グローバル設定]にアクセスします。
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It's probably the best to set GA to track all pages as you can have more info.
# トラッキングIDを適切な欄(GoogleアナリティクストラッキングID)に設定します。より詳しい情報を得るため、GAで全ページを追跡するよう設定するのがよいでしょう。
# You don't need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.
# {GOOGLE_ANALYTICS_JAVASCRIPT}はすでにテンプレートに含まれているので、テンプレートに手を加える必要はありません。
# Activate the survey.
# アンケートを開始します。
# Do the survey.
# アンケートを実施します。
# Go to the GA panel main site. Select the appropriate account from the upper-left corner if you have more than one. You should see some graphs and different statistics. Beware of the dates in the upper right corner.
# GAパネルのメインサイトにアクセスします。複数ある場合は左上で該当のアカウントを選択します。グラフや統計が利用できます。右上の日付に注意してください。

Latest revision as of 11:43, 9 June 2018

アンケートにGoogleアナリティクスのAPIを追加するには、次の手順に従います。

  1. Google Analytics(GA)に登録しログインする: www.google.com/analytics/
  2. トラッキングIDを生成する(サイトにはアンケートを指定するのではなく、'index.php?'より前の部分を指定します)。 トラッキングIDは、UA-xxxxxのようになります。
  3. LimeSurveyで、アンケートのグローバル設定にアクセスします。
  4. トラッキングIDを適切な欄(GoogleアナリティクストラッキングID)に設定します。より詳しい情報を得るため、GAで全ページを追跡するよう設定するのがよいでしょう。
  5. {GOOGLE_ANALYTICS_JAVASCRIPT}はすでにテンプレートに含まれているので、テンプレートに手を加える必要はありません。
  6. アンケートを開始します。
  7. アンケートを実施します。
  8. GAパネルのメインサイトにアクセスします。複数ある場合は左上で該当のアカウントを選択します。グラフや統計が利用できます。右上の日付に注意してください。