Settings
{
"surveySurfer": {
// settings go here
}
}
surveySurfer
{
"version": 1,
"windowTitle": "Skateboards",
"title": "Skateboards",
"helpLink": "https://docs.metricstudios.com",
"view": {
"default": "default", // default, trend, or compare-2?
"allowTrend": true
},
"emailTemplate": {
"projectTitle": "todo",
"company": "todo",
"hostRoot": "todo",
},
"sampleSize": {
"lowN": {
"low": 50,
"symbol": "**",
"hide": true
},
"showInTooltip": true
},
"hideFrequency": true,
"implicitTotalCGroup": true,
"backgroundImage": "(url)",
"logo1": "(url)",
"copyright": {
"main": "Copyright© 2024 ACME Research Group. All Rights Reserved.",
"extra": "Proprietary and Confidential Property of ACME Research Group. Licensed for use by ACME employees only. Any unauthorized use or disclosure is strictly prohibited.",
},
"datasets_v2": [
{ "type": "sql", "name": "skateboards" },
],
"filters": { "id": "83089ee5e1774f8a995520ad98dff0c8", "type": "xml" },
"menu": { "id": "fac9320c82c64fa39733f980fc3fa99d", "type": "xml" },
"meta": { "id": "86388b7e07774103ba20f2cdd3cf9941", "type": "xml" },
"nodes": { "id": "45b2b1a7eea34ab2961c36c7524c9682", "type": "xml" },
"roles": [
{ "name": "Debug" },
],
"palettes": {
...
},
"palettesDarkMode": {
...
},
}
sigTesting
optional
"sigTesting": {
"defaultOption": "std",
"options": ["none", "std", "b95", "b90", "idx"],
"categoryHeaders": false, // whether or not to show cat headers when banners are selected,
// and to allow sig testing within cat
}
The defaultOption
is the sig test option applied by default when banner groups are selected.
options
is a list of available sig tests:
- none:
- std: Standard testing where each cell is compared with all siblings
- b95: Benchmark testing at 95% confidence where first group is benchmark.
- b90: Benchmark testing at 90% confidence where first group is benchmark.
- idx: Index score using first group as benchmark
palettes
Required
"palettes": {
"system": "4ab94396e8c549fbb4f6cbc723595314",
"chart-arr": "a390db1d58a94217964dba17aa70cc68",
"chart-named": "558929a864e845e4a7469b197c76d881",
},
"palettesDarkMode": {
"system": "31ab10da768e467893333ada484d033c",
"chart-arr": "cb3217fe8fd74a48a2cb9c08611806aa",
"chart-named": "61f8538b1e1d4ae69e9e2d2a7b2468a2",
},