qualtrics 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/qualtrics/entity.rb +5 -5
  4. data/lib/qualtrics/operation.rb +21 -6
  5. data/lib/qualtrics/panel_import.rb +3 -15
  6. data/lib/qualtrics/panel_import_file.rb +1 -1
  7. data/lib/qualtrics/recipient_import_row.rb +14 -14
  8. data/lib/qualtrics/response.rb +6 -1
  9. data/lib/qualtrics/version.rb +1 -1
  10. data/spec/fixtures/vcr_cassettes/Qualtrics_Distribution/creating_to_qualtrics/can_retrieve_a_panel_of_distributions_in_qualtrics.yml +141 -162
  11. data/spec/fixtures/vcr_cassettes/Qualtrics_Distribution/creating_to_qualtrics/can_update_itself.yml +124 -145
  12. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_reminder_to_a_distribution.yml +98 -119
  13. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_survey_to_a_panel_and_creates_a_distribution.yml +87 -108
  14. data/spec/fixtures/vcr_cassettes/Qualtrics_Mailer/creating_to_qualtrics/sends_a_survey_to_an_individual_and_creates_a_distribution.yml +87 -108
  15. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/persists_to_qualtrics.yml +11 -11
  16. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/populates_the_message_id_when_successful.yml +12 -12
  17. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/creating_to_qualtrics/populates_the_success_attribute.yml +12 -12
  18. data/spec/fixtures/vcr_cassettes/Qualtrics_Message/retrieves_an_array_of_all_panels_in_a_library.yml +31 -31
  19. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/persists_to_qualtrics.yml +22 -22
  20. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/populates_the_panel_id_when_successful.yml +22 -22
  21. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/creating_to_qualtrics/populates_the_success_attribute.yml +22 -22
  22. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/destroys_a_panel_that_returns_true_when_successful.yml +22 -22
  23. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/raises_an_error_when_you_attempt_to_save_an_already_presisted_panel.yml +11 -11
  24. data/spec/fixtures/vcr_cassettes/Qualtrics_Panel/retrieves_an_array_of_all_panels_in_a_library.yml +625 -619
  25. data/spec/fixtures/vcr_cassettes/Qualtrics_PanelImport/transmits_to_qualtrics.yml +70 -31
  26. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/persists_to_qualtrics.yml +32 -32
  27. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/populates_the_recipient_id_when_successful.yml +33 -33
  28. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/populates_the_success_attribute.yml +33 -33
  29. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/creating_to_qualtrics/raises_an_error_when_a_recipient_is_created_without_specifying_a_panel_id.yml +21 -21
  30. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_delete_itself_in_qualtrics.yml +63 -63
  31. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_update_itself_in_qualtrics.yml +63 -63
  32. data/spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/gets_its_information_in_qualtrics.yml +41 -41
  33. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/can_be_activated_or_deactivated.yml +44 -65
  34. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/destroys_a_survey_that_returns_true_when_successful.yml +23 -44
  35. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/populates_the_survey_id_when_successful.yml +24 -45
  36. data/spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/retrieves_an_array_of_all_surveys.yml +57 -79
  37. data/spec/fixtures/vcr_cassettes/Qualtrics_SurveyImport/transmits_to_qualtrics.yml +24 -45
  38. data/spec/qualtrics/panel_import_file_spec.rb +1 -1
  39. data/spec/qualtrics/panel_import_spec.rb +3 -3
  40. data/spec/qualtrics/recipient_import_row_spec.rb +7 -7
  41. data/spec/qualtrics/response_spec.rb +10 -0
  42. metadata +2 -2
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: Category=Great+Category&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&Name=Newest+Panel&Request=createPanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.9.1
11
+ - Faraday v0.9.0
12
12
  Content-Type:
13
13
  - application/x-www-form-urlencoded
14
14
  Accept-Encoding:
@@ -25,42 +25,42 @@ http_interactions:
25
25
  Cache-Control:
26
26
  - max-age=315360000
27
27
  Expires:
28
- - Sat, 08 Feb 2025 19:15:22 GMT
28
+ - Sun, 23 Feb 2025 16:45:31 GMT
29
29
  P3p:
30
30
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
31
31
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
32
32
  Servershortname:
33
- - w11
33
+ - w8
34
34
  X-Cnection:
35
35
  - close
36
36
  X-Edgeconnect-Midmile-Rtt:
37
- - '12'
38
- - '14'
37
+ - '1'
38
+ - '3'
39
39
  X-Edgeconnect-Origin-Mex-Latency:
40
- - '294'
41
- - '714'
40
+ - '194'
41
+ - '643'
42
42
  Content-Length:
43
43
  - '82'
44
44
  Content-Type:
45
45
  - application/json
46
46
  Date:
47
- - Wed, 11 Feb 2015 19:15:22 GMT
47
+ - Thu, 26 Feb 2015 16:45:31 GMT
48
48
  Connection:
49
49
  - keep-alive
50
50
  body:
51
51
  encoding: UTF-8
52
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"PanelID\":\"ML_0PXWcQmXwfMOArr\"}}"
52
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_71Efhllh9r7gas5"}}'
53
53
  http_version:
54
- recorded_at: Wed, 11 Feb 2015 19:15:25 GMT
54
+ recorded_at: Thu, 26 Feb 2015 16:45:36 GMT
55
55
  - request:
56
56
  method: post
57
57
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
58
58
  body:
59
59
  encoding: UTF-8
60
- string: Email=working%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_0PXWcQmXwfMOArr&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
60
+ string: Email=working%40hard.com&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_71Efhllh9r7gas5&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
61
61
  headers:
62
62
  User-Agent:
63
- - Faraday v0.9.1
63
+ - Faraday v0.9.0
64
64
  Content-Type:
65
65
  - application/x-www-form-urlencoded
66
66
  Accept-Encoding:
@@ -77,65 +77,44 @@ http_interactions:
77
77
  Cache-Control:
78
78
  - max-age=315360000
79
79
  Expires:
80
- - Sat, 08 Feb 2025 19:15:22 GMT
80
+ - Sun, 23 Feb 2025 16:45:32 GMT
81
81
  P3p:
82
82
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
83
83
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
84
84
  Servershortname:
85
- - w015
85
+ - w18
86
86
  X-Cnection:
87
87
  - close
88
88
  X-Edgeconnect-Midmile-Rtt:
89
- - '11'
90
- - '18'
89
+ - '1'
90
+ - '2'
91
91
  X-Edgeconnect-Origin-Mex-Latency:
92
- - '326'
93
- - '769'
92
+ - '213'
93
+ - '637'
94
94
  Content-Length:
95
95
  - '88'
96
96
  Content-Type:
97
97
  - application/json
98
98
  Date:
99
- - Wed, 11 Feb 2015 19:15:23 GMT
99
+ - Thu, 26 Feb 2015 16:45:32 GMT
100
100
  Connection:
101
101
  - keep-alive
102
102
  body:
103
103
  encoding: UTF-8
104
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"RecipientID\":\"MLRP_bf4rFTBaLYs0gBf\"}}"
104
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_ey84xxqasiRvaRL"}}'
105
105
  http_version:
106
- recorded_at: Wed, 11 Feb 2015 19:15:26 GMT
106
+ recorded_at: Thu, 26 Feb 2015 16:45:37 GMT
107
107
  - request:
108
108
  method: post
109
109
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
110
110
  body:
111
111
  encoding: UTF-8
112
- string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"Name\"\r\n\r\nComplex
113
- survey\r\n-------------RubyMultipartPost\r\nContent-Disposition: form-data;
114
- name=\"Data\"; filename=\"sample_survey.xml\"\r\nContent-Length: 1296\r\nContent-Type:
115
- text/xml\r\nContent-Transfer-Encoding: binary\r\n\r\n<?xml version=\"1.0\"
116
- encoding=\"UTF-8\"?>\n<SurveyDefinition><SurveyName>Sample survey</SurveyName><OwnerID><QUALTRICS_LIBRARY_ID></OwnerID><isActive>0</isActive><CreationDate>2015-02-05
117
- 13:57:01</CreationDate><LastModifiedDate>2015-02-05 13:57:41</LastModifiedDate><StartDate>0000-00-00
118
- 00:00:00</StartDate><ExpirationDate>0000-00-00 00:00:00</ExpirationDate><Languages><Language
119
- Default=\"1\">EN</Language></Languages><Questions><Question QuestionID=\"QID1\"><Type>MC</Type><Selector>SAVR</Selector><SubSelector>TX</SubSelector><QuestionText><![CDATA[Only
120
- one questions]]></QuestionText><QuestionDescription><![CDATA[Only one questions]]></QuestionDescription><ExportTag><![CDATA[Q1]]></ExportTag><Validation><ForceResponse>0</ForceResponse></Validation><Choices><Choice
121
- ID=\"1\" Recode=\"1\"><Description><![CDATA[Not this]]></Description></Choice><Choice
122
- ID=\"2\" Recode=\"2\"><Description><![CDATA[This is it]]></Description></Choice><Choice
123
- ID=\"3\" Recode=\"3\"><Description><![CDATA[Cool answer]]></Description></Choice></Choices></Question></Questions><Blocks><Block
124
- Description=\"Default Question Block\" ID=\"BL_bef14vSx8WZHkdn\"><BlockElements><Question
125
- QuestionID=\"QID1\"/></BlockElements></Block></Blocks><SurveyFlow><Block FlowID=\"FL_2\"
126
- ID=\"BL_bef14vSx8WZHkdn\"/></SurveyFlow><EmbeddedData/></SurveyDefinition>\n\r\n-------------RubyMultipartPost\r\nContent-Disposition:
127
- form-data; name=\"User\"\r\n\r\n<QUALTRICS_USER>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
128
- form-data; name=\"Token\"\r\n\r\n<QUALTRICS_TOKEN>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
129
- form-data; name=\"Version\"\r\n\r\n2.3\r\n-------------RubyMultipartPost\r\nContent-Disposition:
130
- form-data; name=\"Format\"\r\n\r\nJSON\r\n-------------RubyMultipartPost\r\nContent-Disposition:
131
- form-data; name=\"Request\"\r\n\r\nimportSurvey\r\n-------------RubyMultipartPost--\r\n\r\n"
112
+ string: Data=%23%3CUploadIO%3A0x007f86ab94f500%3E&Format=JSON&Name=Complex+survey&Request=importSurvey&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
132
113
  headers:
133
114
  User-Agent:
134
- - Faraday v0.9.1
115
+ - Faraday v0.9.0
135
116
  Content-Type:
136
- - multipart/form-data; boundary=-----------RubyMultipartPost
137
- Content-Length:
138
- - '2120'
117
+ - application/x-www-form-urlencoded
139
118
  Accept-Encoding:
140
119
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
141
120
  Accept:
@@ -150,33 +129,33 @@ http_interactions:
150
129
  Cache-Control:
151
130
  - max-age=315360000
152
131
  Expires:
153
- - Sat, 08 Feb 2025 19:15:23 GMT
132
+ - Sun, 23 Feb 2025 16:45:32 GMT
154
133
  P3p:
155
134
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
156
135
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
157
136
  Servershortname:
158
- - w625
137
+ - w295
159
138
  X-Cnection:
160
139
  - close
161
140
  X-Edgeconnect-Midmile-Rtt:
162
- - '13'
163
- - '9'
141
+ - '3'
142
+ - '3'
164
143
  X-Edgeconnect-Origin-Mex-Latency:
165
- - '1062'
166
- - '497'
144
+ - '477'
145
+ - '920'
167
146
  Content-Length:
168
147
  - '83'
169
148
  Content-Type:
170
149
  - application/json
171
150
  Date:
172
- - Wed, 11 Feb 2015 19:15:24 GMT
151
+ - Thu, 26 Feb 2015 16:45:33 GMT
173
152
  Connection:
174
153
  - keep-alive
175
154
  body:
176
155
  encoding: UTF-8
177
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"SurveyID\":\"SV_2bgfh374aWp2JMN\"}}"
156
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"SurveyID":"SV_0e89GnHVNmDvt9H"}}'
178
157
  http_version:
179
- recorded_at: Wed, 11 Feb 2015 19:15:27 GMT
158
+ recorded_at: Thu, 26 Feb 2015 16:45:38 GMT
180
159
  - request:
181
160
  method: post
182
161
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
@@ -185,7 +164,7 @@ http_interactions:
185
164
  string: Category=InviteEmails&Format=JSON&Language=EN&LibraryID=<QUALTRICS_LIBRARY_ID>&Message=Welcome&Name=Newest+Message&Request=createLibraryMessage&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
186
165
  headers:
187
166
  User-Agent:
188
- - Faraday v0.9.1
167
+ - Faraday v0.9.0
189
168
  Content-Type:
190
169
  - application/x-www-form-urlencoded
191
170
  Accept-Encoding:
@@ -202,43 +181,43 @@ http_interactions:
202
181
  Cache-Control:
203
182
  - max-age=315360000
204
183
  Expires:
205
- - Sat, 08 Feb 2025 19:15:24 GMT
184
+ - Sun, 23 Feb 2025 16:45:34 GMT
206
185
  P3p:
207
186
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
208
187
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
209
188
  Servershortname:
210
- - w11
189
+ - w541
211
190
  X-Cnection:
212
191
  - close
213
192
  X-Edgeconnect-Midmile-Rtt:
214
- - '18'
215
- - '9'
193
+ - '4'
194
+ - '5'
216
195
  X-Edgeconnect-Origin-Mex-Latency:
217
- - '232'
218
- - '646'
196
+ - '182'
197
+ - '625'
219
198
  Content-Length:
220
199
  - '174'
221
200
  Content-Type:
222
201
  - application/json
223
202
  Date:
224
- - Wed, 11 Feb 2015 19:15:25 GMT
203
+ - Thu, 26 Feb 2015 16:45:34 GMT
225
204
  Connection:
226
205
  - keep-alive
227
206
  body:
228
207
  encoding: UTF-8
229
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"LibraryID\":\"<QUALTRICS_LIBRARY_ID>\",\"MessageID\":\"MS_bg4U8THeqEfunGZ\",\"Description\":\"Newest
230
- Message\",\"Category\":\"InviteEmails\"}}"
208
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"LibraryID":"<QUALTRICS_LIBRARY_ID>","MessageID":"MS_0l9Bp7g9dlC1Xk9","Description":"Newest
209
+ Message","Category":"InviteEmails"}}'
231
210
  http_version:
232
- recorded_at: Wed, 11 Feb 2015 19:15:28 GMT
211
+ recorded_at: Thu, 26 Feb 2015 16:45:39 GMT
233
212
  - request:
234
213
  method: post
235
214
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
236
215
  body:
237
216
  encoding: UTF-8
238
- string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&MessageID=MS_bg4U8THeqEfunGZ&MessageLibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_0PXWcQmXwfMOArr&PanelLibraryID=<QUALTRICS_LIBRARY_ID>&RecipientID=MLRP_bf4rFTBaLYs0gBf&Request=sendSurveyToIndividual&SendDate=2015-02-11+12%3A15%3A28&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&SurveyID=SV_2bgfh374aWp2JMN&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
217
+ string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&MessageID=MS_0l9Bp7g9dlC1Xk9&MessageLibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_71Efhllh9r7gas5&PanelLibraryID=<QUALTRICS_LIBRARY_ID>&RecipientID=MLRP_ey84xxqasiRvaRL&Request=sendSurveyToIndividual&SendDate=2015-02-26+09%3A45%3A39&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&SurveyID=SV_0e89GnHVNmDvt9H&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
239
218
  headers:
240
219
  User-Agent:
241
- - Faraday v0.9.1
220
+ - Faraday v0.9.0
242
221
  Content-Type:
243
222
  - application/x-www-form-urlencoded
244
223
  Accept-Encoding:
@@ -255,42 +234,42 @@ http_interactions:
255
234
  Cache-Control:
256
235
  - max-age=315360000
257
236
  Expires:
258
- - Sat, 08 Feb 2025 19:15:25 GMT
237
+ - Sun, 23 Feb 2025 16:45:34 GMT
259
238
  P3p:
260
239
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
261
240
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
262
241
  Servershortname:
263
- - w189
242
+ - w8
264
243
  X-Cnection:
265
244
  - close
266
245
  X-Edgeconnect-Midmile-Rtt:
267
- - '10'
268
- - '22'
246
+ - '1'
247
+ - '3'
269
248
  X-Edgeconnect-Origin-Mex-Latency:
270
249
  - '1017'
271
- - '609'
250
+ - '558'
272
251
  Content-Length:
273
252
  - '154'
274
253
  Content-Type:
275
254
  - application/json
276
255
  Date:
277
- - Wed, 11 Feb 2015 19:15:26 GMT
256
+ - Thu, 26 Feb 2015 16:45:35 GMT
278
257
  Connection:
279
258
  - keep-alive
280
259
  body:
281
260
  encoding: UTF-8
282
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true,\"EmailDistributionID\":\"EMD_d1exZIcusVGLBYx\",\"DistributionQueueID\":\"EMD_d1exZIcusVGLBYx\"}}"
261
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true,"EmailDistributionID":"EMD_5yCjr6MAi3P26Rn","DistributionQueueID":"EMD_5yCjr6MAi3P26Rn"}}'
283
262
  http_version:
284
- recorded_at: Wed, 11 Feb 2015 19:15:29 GMT
263
+ recorded_at: Thu, 26 Feb 2015 16:45:40 GMT
285
264
  - request:
286
265
  method: post
287
266
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
288
267
  body:
289
268
  encoding: UTF-8
290
- string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&LibraryID=<QUALTRICS_LIBRARY_ID>&MessageID=MS_bg4U8THeqEfunGZ&ParentEmailDistributionID=EMD_d1exZIcusVGLBYx&Request=sendReminder&SendDate=2015-02-11+12%3A15%3A28&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
269
+ string: Format=JSON&FromEmail=example%40example.com&FromName=yes_qualtrics&LibraryID=<QUALTRICS_LIBRARY_ID>&MessageID=MS_0l9Bp7g9dlC1Xk9&ParentEmailDistributionID=EMD_5yCjr6MAi3P26Rn&Request=sendReminder&SendDate=2015-02-26+09%3A45%3A39&SentFromAddress=noreply%40qemailserver.com&Subject=game+convention&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
291
270
  headers:
292
271
  User-Agent:
293
- - Faraday v0.9.1
272
+ - Faraday v0.9.0
294
273
  Content-Type:
295
274
  - application/x-www-form-urlencoded
296
275
  Accept-Encoding:
@@ -307,7 +286,7 @@ http_interactions:
307
286
  Cache-Control:
308
287
  - max-age=315360000
309
288
  Expires:
310
- - Sat, 08 Feb 2025 19:15:26 GMT
289
+ - Sun, 23 Feb 2025 16:45:36 GMT
311
290
  P3p:
312
291
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
313
292
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
@@ -316,33 +295,33 @@ http_interactions:
316
295
  X-Cnection:
317
296
  - close
318
297
  X-Edgeconnect-Midmile-Rtt:
319
- - '14'
320
- - '9'
298
+ - '11'
299
+ - '7'
321
300
  X-Edgeconnect-Origin-Mex-Latency:
322
- - '375'
323
- - '798'
301
+ - '288'
302
+ - '748'
324
303
  Content-Length:
325
304
  - '154'
326
305
  Content-Type:
327
306
  - application/json
328
307
  Date:
329
- - Wed, 11 Feb 2015 19:15:27 GMT
308
+ - Thu, 26 Feb 2015 16:45:36 GMT
330
309
  Connection:
331
310
  - keep-alive
332
311
  body:
333
312
  encoding: UTF-8
334
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true,\"EmailDistributionID\":\"EMD_3Dm1WJWozRJLWol\",\"DistributionQueueID\":\"EMD_3Dm1WJWozRJLWol\"}}"
313
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true,"EmailDistributionID":"EMD_cS9Js5jSgi8voDH","DistributionQueueID":"EMD_cS9Js5jSgi8voDH"}}'
335
314
  http_version:
336
- recorded_at: Wed, 11 Feb 2015 19:15:30 GMT
315
+ recorded_at: Thu, 26 Feb 2015 16:45:41 GMT
337
316
  - request:
338
317
  method: post
339
318
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
340
319
  body:
341
320
  encoding: UTF-8
342
- string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_0PXWcQmXwfMOArr&RecipientID=MLRP_bf4rFTBaLYs0gBf&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
321
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_71Efhllh9r7gas5&RecipientID=MLRP_ey84xxqasiRvaRL&Request=removeRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
343
322
  headers:
344
323
  User-Agent:
345
- - Faraday v0.9.1
324
+ - Faraday v0.9.0
346
325
  Content-Type:
347
326
  - application/x-www-form-urlencoded
348
327
  Accept-Encoding:
@@ -359,42 +338,42 @@ http_interactions:
359
338
  Cache-Control:
360
339
  - max-age=315360000
361
340
  Expires:
362
- - Sat, 08 Feb 2025 19:15:27 GMT
341
+ - Sun, 23 Feb 2025 16:45:36 GMT
363
342
  P3p:
364
343
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
365
344
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
366
345
  Servershortname:
367
- - w11
346
+ - w8
368
347
  X-Cnection:
369
348
  - close
370
349
  X-Edgeconnect-Midmile-Rtt:
371
- - '14'
372
- - '16'
350
+ - '3'
351
+ - '6'
373
352
  X-Edgeconnect-Origin-Mex-Latency:
374
- - '241'
375
- - '689'
353
+ - '296'
354
+ - '802'
376
355
  Content-Length:
377
356
  - '63'
378
357
  Content-Type:
379
358
  - application/json
380
359
  Date:
381
- - Wed, 11 Feb 2015 19:15:27 GMT
360
+ - Thu, 26 Feb 2015 16:45:37 GMT
382
361
  Connection:
383
362
  - keep-alive
384
363
  body:
385
364
  encoding: UTF-8
386
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":1}}"
365
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":1}}'
387
366
  http_version:
388
- recorded_at: Wed, 11 Feb 2015 19:15:30 GMT
367
+ recorded_at: Thu, 26 Feb 2015 16:45:42 GMT
389
368
  - request:
390
369
  method: post
391
370
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
392
371
  body:
393
372
  encoding: UTF-8
394
- string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_0PXWcQmXwfMOArr&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
373
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_71Efhllh9r7gas5&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
395
374
  headers:
396
375
  User-Agent:
397
- - Faraday v0.9.1
376
+ - Faraday v0.9.0
398
377
  Content-Type:
399
378
  - application/x-www-form-urlencoded
400
379
  Accept-Encoding:
@@ -411,42 +390,42 @@ http_interactions:
411
390
  Cache-Control:
412
391
  - max-age=315360000
413
392
  Expires:
414
- - Sat, 08 Feb 2025 19:15:28 GMT
393
+ - Sun, 23 Feb 2025 16:45:37 GMT
415
394
  P3p:
416
395
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
417
396
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
418
397
  Servershortname:
419
- - w11
398
+ - w541
420
399
  X-Cnection:
421
400
  - close
422
401
  X-Edgeconnect-Midmile-Rtt:
423
- - '12'
424
- - '13'
402
+ - '2'
403
+ - '6'
425
404
  X-Edgeconnect-Origin-Mex-Latency:
426
- - '334'
427
- - '754'
405
+ - '232'
406
+ - '694'
428
407
  Content-Length:
429
408
  - '66'
430
409
  Content-Type:
431
410
  - application/json
432
411
  Date:
433
- - Wed, 11 Feb 2015 19:15:28 GMT
412
+ - Thu, 26 Feb 2015 16:45:38 GMT
434
413
  Connection:
435
414
  - keep-alive
436
415
  body:
437
416
  encoding: UTF-8
438
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true}}"
417
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true}}'
439
418
  http_version:
440
- recorded_at: Wed, 11 Feb 2015 19:15:31 GMT
419
+ recorded_at: Thu, 26 Feb 2015 16:45:43 GMT
441
420
  - request:
442
421
  method: post
443
422
  uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
444
423
  body:
445
424
  encoding: UTF-8
446
- string: Format=JSON&Request=deleteSurvey&SurveyID=SV_2bgfh374aWp2JMN&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
425
+ string: Format=JSON&Request=deleteSurvey&SurveyID=SV_0e89GnHVNmDvt9H&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
447
426
  headers:
448
427
  User-Agent:
449
- - Faraday v0.9.1
428
+ - Faraday v0.9.0
450
429
  Content-Type:
451
430
  - application/x-www-form-urlencoded
452
431
  Accept-Encoding:
@@ -463,31 +442,31 @@ http_interactions:
463
442
  Cache-Control:
464
443
  - max-age=315360000
465
444
  Expires:
466
- - Sat, 08 Feb 2025 19:15:29 GMT
445
+ - Sun, 23 Feb 2025 16:45:38 GMT
467
446
  P3p:
468
447
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
469
448
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
470
449
  Servershortname:
471
- - w634
450
+ - w19
472
451
  X-Cnection:
473
452
  - close
474
453
  X-Edgeconnect-Midmile-Rtt:
475
- - '15'
476
- - '16'
454
+ - '9'
455
+ - '9'
477
456
  X-Edgeconnect-Origin-Mex-Latency:
478
- - '1018'
479
- - '546'
457
+ - '570'
458
+ - '992'
480
459
  Content-Length:
481
460
  - '54'
482
461
  Content-Type:
483
462
  - application/json
484
463
  Date:
485
- - Wed, 11 Feb 2015 19:15:29 GMT
464
+ - Thu, 26 Feb 2015 16:45:39 GMT
486
465
  Connection:
487
466
  - keep-alive
488
467
  body:
489
468
  encoding: UTF-8
490
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":null}"
469
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":null}'
491
470
  http_version:
492
- recorded_at: Wed, 11 Feb 2015 19:15:32 GMT
493
- recorded_with: VCR 2.9.3
471
+ recorded_at: Thu, 26 Feb 2015 16:45:44 GMT
472
+ recorded_with: VCR 2.9.2