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
"description": "Defines the type of respondents you want to invite for the survey",
33
+
"properties": {
34
+
"filters": {
35
+
"type": "array",
36
+
"description": "Filters are minimum set of targeting that every respondent must have in order to qualify for the study. Only attributes that have `isAllowedInFilters = true` is allowed to be used in `filters`",
37
+
"items": {
38
+
"type": "object",
39
+
"properties": {
40
+
"attributeId": {
41
+
"type": "string",
42
+
"description": "The attribute you want to target respondents on"
43
+
},
44
+
"options": {
45
+
"type": "array",
46
+
"description": "The options of the attribute you want to target respondents on",
47
+
"uniqueItems": true,
48
+
"items": {
49
+
"type": "string"
50
+
}
51
+
},
52
+
"operator": {
53
+
"type": "string",
54
+
"enum": [
55
+
"exclude",
56
+
"include"
57
+
],
58
+
"default": "include",
59
+
"description": "The operator to use for the attribute options."
60
+
}
61
+
}
62
+
}
63
+
},
64
+
"quotaGroups": {
65
+
"type": "array",
66
+
"description": "Quota groups define the allocated targeting attributes for panelists within this line item. Only attributes that have `isAllowedInQuotas = true` is allowed in `quotaGroups`.",
67
+
"items": {
68
+
"type": "object",
69
+
"properties": {
70
+
"name": {
71
+
"type": "string",
72
+
"description": "A quota group name of your choosing"
73
+
},
74
+
"quotaCells": {
75
+
"type": "array",
76
+
"description": "Quota Cells define the percentage allocation for the required targeting. A quota cell is made up of a collection of quota Nodes",
77
+
"items": {
78
+
"type": "object",
79
+
"properties": {
80
+
"quotaNodes": {
81
+
"type": "array",
82
+
"description": "Quota Nodes define the collection of attributes and options being targeted.",
83
+
"items": {
84
+
"type": "object",
85
+
"properties": {
86
+
"attributeId": {
87
+
"type": "string",
88
+
"description": "The attribute you want to target respondents on"
89
+
},
90
+
"options": {
91
+
"type": "array",
92
+
"description": "The options of the attribute you want to target respondents on",
93
+
"uniqueItems": true,
94
+
"items": {
95
+
"type": "string"
96
+
}
97
+
},
98
+
"operator": {
99
+
"type": "string",
100
+
"enum": [
101
+
"exclude",
102
+
"include"
103
+
],
104
+
"default": "include",
105
+
"description": "**Deprecated field** The operator to use for the attribute options."
106
+
}
107
+
}
108
+
}
109
+
},
110
+
"count": {
111
+
"type": "integer",
112
+
"description": "The count of respondents you want to qualify for the defined quota cell"
"description": "Defines the type of respondents you want to invite for the survey",
33
+
"properties": {
34
+
"filters": {
35
+
"type": "array",
36
+
"description": "Filters are minimum set of targeting that every respondent must have in order to qualify for the study. Only attributes that have `isAllowedInFilters = true` is allowed to be used in `filters`",
37
+
"items": {
38
+
"type": "object",
39
+
"properties": {
40
+
"attributeId": {
41
+
"type": "string",
42
+
"description": "The attribute you want to target respondents on"
43
+
},
44
+
"options": {
45
+
"type": "array",
46
+
"description": "The options of the attribute you want to target respondents on",
47
+
"uniqueItems": true,
48
+
"items": {
49
+
"type": "string"
50
+
}
51
+
},
52
+
"operator": {
53
+
"type": "string",
54
+
"enum": [
55
+
"exclude",
56
+
"include"
57
+
],
58
+
"default": "include",
59
+
"description": "The operator to use for the attribute options."
60
+
}
61
+
}
62
+
}
63
+
},
64
+
"quotaGroups": {
65
+
"type": "array",
66
+
"description": "Quota groups define the allocated targeting attributes for panelists within this line item. Only attributes that have `isAllowedInQuotas = true` is allowed in `quotaGroups`.",
67
+
"items": {
68
+
"type": "object",
69
+
"properties": {
70
+
"name": {
71
+
"type": "string",
72
+
"description": "A quota group name of your choosing"
73
+
},
74
+
"quotaCells": {
75
+
"type": "array",
76
+
"description": "Quota Cells define the percentage allocation for the required targeting. A quota cell is made up of a collection of quota Nodes",
77
+
"items": {
78
+
"type": "object",
79
+
"properties": {
80
+
"quotaNodes": {
81
+
"type": "array",
82
+
"description": "Quota Nodes define the collection of attributes and options being targeted.",
83
+
"items": {
84
+
"type": "object",
85
+
"properties": {
86
+
"attributeId": {
87
+
"type": "string",
88
+
"description": "The attribute you want to target respondents on"
89
+
},
90
+
"options": {
91
+
"type": "array",
92
+
"description": "The options of the attribute you want to target respondents on",
93
+
"uniqueItems": true,
94
+
"items": {
95
+
"type": "string"
96
+
}
97
+
},
98
+
"operator": {
99
+
"type": "string",
100
+
"enum": [
101
+
"exclude",
102
+
"include"
103
+
],
104
+
"default": "include",
105
+
"description": "**Deprecated field** The operator to use for the attribute options."
106
+
}
107
+
}
108
+
}
109
+
},
110
+
"count": {
111
+
"type": "integer",
112
+
"description": "The count of respondents you want to qualify for the defined quota cell"
0 commit comments