You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/collaborate/product-insights.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,23 @@ Clicking the mini-survey in a row on the list shows its [survey details](#survey
84
84
85
85
#### 2.1.3 Settings Tab {#settings}
86
86
87
-
On the **Settings** tab of **Survey Overview**, you can generate a Survey API Key & enable Test Mode for project members.
87
+
On the **Settings** tab of **Survey Overview**, you can enable test mode, and view or generate API keys.
88
88
89
-
**API Keys** Generate an API key if there is not one available. You need to use the API key as input when you configure the App Insights – Mini-Surveys module in Studio Pro to implement the mini-survey. You need only one API key per app.
89
+
***Test Mode - For All Users** – After you enable this test mode, all users will become the testers of your survey. They will see the survey every time it is triggered. Their responses will not be saved, and therefore will not pollute the true survey results. You can view their responses on the [Test data](#test-data) tab of the survey details page.
90
+
91
+
* To enable this test mode, open your app in Studio Pro. In the **App Explorer**, go to **Marketplace modules > AppInsights_MiniSurvey > _SETUP > 2. Set API Key & mode.**, and set the **TEST_MODE** constant to **True**.
92
+
93
+
***Test Mode - For Project Members** – After you enable this test mode, all team members of the app will become the testers of your survey. They will see the survey every time it is triggered. Their responses will not be saved, and therefore will not pollute the true survey results. You can view their responses on the [Test data](#test-data) tab of the survey details page.
90
94
91
-
**Test Mode - For All Users**, This can only be enable using the TEST_MODE constant in the module in your App. You can find this in your App at Marketplace modules > AppInsights_MiniSurvey > _SETUP > 2. Set API Key & mode. The results are collected in the [Test data](#test-data) tab of the survey details page and will not pollute your main Survey Data collection.
95
+
{{% alert color="info" %}}This test mode only works for app team members who are authenticated through Mendix SSO.{{% /alert %}}
92
96
93
-
**Test Mode - For Project Members**, which marks the app team members as testers. Testers see the survey every time it is triggered, and their responses are not saved. You can view all the test data on the [Test data](#test-data) tab of the survey details page.
97
+
* To enable this test mode, select **Yes** for **Test Mode - For Project Members** here.
98
+
99
+
***API Keys** – You can view API keys here, or generate an API key if there is none available. You need to use the API key as input when you configure the App Insights – Mini-Surveys module in Studio Pro to implement the mini-survey. You need only one API key per app.
100
+
101
+
* To generate an API key, click **Generate API Key** here.
102
+
* To view an existing API key, click the eye icon in the **View** column in the table.
94
103
95
-
{{% alert color="info" %}}If an app team member is not authenticated through Mendix SSO, this setting does not work for them.{{% /alert %}}
96
104
97
105
### 2.2 Survey Details {#survey-details}
98
106
@@ -189,11 +197,10 @@ Before the start time of the mini-survey is reached, you should implement the su
189
197
190
198
To obtain an API key for the implementation, follow these steps:
191
199
192
-
1. On the [Survey Overview](#survey-overview) page, click the settings tab.
193
-
194
-
2. The [App Insights Settings](#product-insights-settings) page opens:
195
-
196
-
* If there is already an active API key, it is shown on the list. If it is suitable to use, click **View** to show the API key, then copy it and save it for later use.
200
+
1. On the [Survey Overview](#survey-overview) page.
201
+
2. Go to the [Setting](#settings) tab.
202
+
3. Check the **API Keys** section:
203
+
* If there is already an active API key, it is shown on the table. If it is suitable to use, click **View** to show the API key, then copy it and save it for later use.
197
204
* If there is no active API key that you can use, generate one as follows:
0 commit comments