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
@@ -2,32 +2,71 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php
5
+ uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?ColumnHeaders=1&Email=1&Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&Request=importPanel&Token=<QUALTRICS_TOKEN>&User=<QUALTRICS_USER>&Version=2.3
6
6
  body:
7
7
  encoding: UTF-8
8
- string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"FirstName\"\r\n\r\n1\r\n-------------RubyMultipartPost\r\nContent-Disposition:
9
- form-data; name=\"LastName\"\r\n\r\n2\r\n-------------RubyMultipartPost\r\nContent-Disposition:
10
- form-data; name=\"Email\"\r\n\r\n3\r\n-------------RubyMultipartPost\r\nContent-Disposition:
11
- form-data; name=\"\"\r\n\r\n5\r\n-------------RubyMultipartPost\r\nContent-Disposition:
12
- form-data; name=\"Unsubscribed\"\r\n\r\n6\r\n-------------RubyMultipartPost\r\nContent-Disposition:
13
- form-data; name=\"Language\"\r\n\r\n7\r\n-------------RubyMultipartPost\r\nContent-Disposition:
14
- form-data; name=\"LibraryID\"\r\n\r\n<QUALTRICS_LIBRARY_ID>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
15
- form-data; name=\"ColumnHeaders\"\r\n\r\n1\r\n-------------RubyMultipartPost\r\nContent-Disposition:
16
- form-data; name=\"Data\"; filename=\"panel_import20150211-79303-ln7n33\"\r\nContent-Length:
17
- 150\r\nContent-Type: text/csv\r\nContent-Transfer-Encoding: binary\r\n\r\n\"first_name\",\"last_name\",\"email\",\"embedded_data\",\"external_data\",\"unsubscribed\",\"language\"\n\"First
18
- name\",\"Last name\",\"example@example.com\",\"\",\"\",\"\",\"\"\n\r\n-------------RubyMultipartPost\r\nContent-Disposition:
19
- form-data; name=\"User\"\r\n\r\n<QUALTRICS_USER>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
20
- form-data; name=\"Token\"\r\n\r\n<QUALTRICS_TOKEN>\r\n-------------RubyMultipartPost\r\nContent-Disposition:
21
- form-data; name=\"Version\"\r\n\r\n2.3\r\n-------------RubyMultipartPost\r\nContent-Disposition:
22
- form-data; name=\"Format\"\r\n\r\nJSON\r\n-------------RubyMultipartPost\r\nContent-Disposition:
23
- form-data; name=\"Request\"\r\n\r\nimportPanel\r\n-------------RubyMultipartPost--\r\n\r\n"
8
+ string: |
9
+ "Email"
10
+ "example@example.com"
24
11
  headers:
25
12
  User-Agent:
26
- - Faraday v0.9.1
13
+ - Faraday v0.9.0
27
14
  Content-Type:
28
- - multipart/form-data; boundary=-----------RubyMultipartPost
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Server:
26
+ - Apache
27
+ Cache-Control:
28
+ - max-age=315360000
29
+ Expires:
30
+ - Sun, 23 Feb 2025 16:45:50 GMT
31
+ P3p:
32
+ - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
33
+ DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
34
+ Servershortname:
35
+ - w016
36
+ X-Cnection:
37
+ - close
38
+ X-Edgeconnect-Midmile-Rtt:
39
+ - '15'
40
+ - '2'
41
+ X-Edgeconnect-Origin-Mex-Latency:
42
+ - '277'
43
+ - '738'
29
44
  Content-Length:
30
- - '1598'
45
+ - '169'
46
+ Content-Type:
47
+ - application/json
48
+ Date:
49
+ - Thu, 26 Feb 2015 16:45:51 GMT
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: UTF-8
54
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_9N4DosupreB3Egd","Count":1,"IgnoredCount":0,"Recipients":{"MLRP_1SxGOxLSaDxKV0x":"example@example.com"}}}'
55
+ http_version:
56
+ recorded_at: Thu, 26 Feb 2015 16:45:56 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?ColumnHeaders=1&Email=3&EmbeddedData=4&ExternalData=5&FirstName=1&Format=JSON&Language=7&LastName=2&LibraryID=<QUALTRICS_LIBRARY_ID>&Request=importPanel&Token=<QUALTRICS_TOKEN>&Unsubscribed=6&User=<QUALTRICS_USER>&Version=2.3
60
+ body:
61
+ encoding: UTF-8
62
+ string: |
63
+ "FirstName","LastName","Email","EmbeddedData","ExternalData","Unsubscribed","Language"
64
+ "John","Smith","example@example.com","","","",""
65
+ headers:
66
+ User-Agent:
67
+ - Faraday v0.9.0
68
+ Content-Type:
69
+ - application/x-www-form-urlencoded
31
70
  Accept-Encoding:
32
71
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
33
72
  Accept:
@@ -42,31 +81,31 @@ http_interactions:
42
81
  Cache-Control:
43
82
  - max-age=315360000
44
83
  Expires:
45
- - Sat, 08 Feb 2025 19:15:41 GMT
84
+ - Sun, 23 Feb 2025 16:56:47 GMT
46
85
  P3p:
47
86
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
48
87
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
49
88
  Servershortname:
50
- - w18
89
+ - w163
51
90
  X-Cnection:
52
91
  - close
53
92
  X-Edgeconnect-Midmile-Rtt:
54
- - '10'
55
- - '18'
93
+ - '11'
94
+ - '2'
56
95
  X-Edgeconnect-Origin-Mex-Latency:
57
- - '213'
58
- - '612'
96
+ - '303'
97
+ - '951'
59
98
  Content-Length:
60
- - '125'
99
+ - '169'
61
100
  Content-Type:
62
101
  - application/json
63
102
  Date:
64
- - Wed, 11 Feb 2015 19:15:41 GMT
103
+ - Thu, 26 Feb 2015 16:56:47 GMT
65
104
  Connection:
66
105
  - keep-alive
67
106
  body:
68
107
  encoding: UTF-8
69
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"PanelID\":\"ML_3rSwyKyzkDVjdTD\",\"Count\":0,\"IgnoredCount\":0,\"Recipients\":[]}}"
108
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_6g1UkJZsO4R4ADj","Count":1,"IgnoredCount":0,"Recipients":{"MLRP_1UrTX25ifbWyrop":"example@example.com"}}}'
70
109
  http_version:
71
- recorded_at: Wed, 11 Feb 2015 19:15:44 GMT
72
- recorded_with: VCR 2.9.3
110
+ recorded_at: Thu, 26 Feb 2015 16:56:53 GMT
111
+ recorded_with: VCR 2.9.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:51 GMT
28
+ - Sun, 23 Feb 2025 16:46:01 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
- - w423
33
+ - w2
34
34
  X-Cnection:
35
35
  - close
36
36
  X-Edgeconnect-Midmile-Rtt:
37
- - '11'
38
- - '17'
37
+ - '4'
38
+ - '9'
39
39
  X-Edgeconnect-Origin-Mex-Latency:
40
- - '198'
41
- - '601'
40
+ - '188'
41
+ - '685'
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:51 GMT
47
+ - Thu, 26 Feb 2015 16:46:01 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_8IaoSELf2cqz1pH\"}}"
52
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_3K5ZfSGan8tHWO9"}}'
53
53
  http_version:
54
- recorded_at: Wed, 11 Feb 2015 19:15:54 GMT
54
+ recorded_at: Thu, 26 Feb 2015 16:46:06 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_8IaoSELf2cqz1pH&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
60
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_3K5ZfSGan8tHWO9&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,42 +77,42 @@ http_interactions:
77
77
  Cache-Control:
78
78
  - max-age=315360000
79
79
  Expires:
80
- - Sat, 08 Feb 2025 19:15:52 GMT
80
+ - Sun, 23 Feb 2025 16:46:01 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
- - w295
85
+ - w015
86
86
  X-Cnection:
87
87
  - close
88
88
  X-Edgeconnect-Midmile-Rtt:
89
- - '11'
90
- - '16'
89
+ - '10'
90
+ - '8'
91
91
  X-Edgeconnect-Origin-Mex-Latency:
92
- - '200'
92
+ - '217'
93
93
  - '621'
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:52 GMT
99
+ - Thu, 26 Feb 2015 16:46:02 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_eqEvSj81AenD11b\"}}"
104
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_0Apg2lyffylB6RL"}}'
105
105
  http_version:
106
- recorded_at: Wed, 11 Feb 2015 19:15:55 GMT
106
+ recorded_at: Thu, 26 Feb 2015 16:46:07 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_8IaoSELf2cqz1pH&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
112
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_3K5ZfSGan8tHWO9&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
113
113
  headers:
114
114
  User-Agent:
115
- - Faraday v0.9.1
115
+ - Faraday v0.9.0
116
116
  Content-Type:
117
117
  - application/x-www-form-urlencoded
118
118
  Accept-Encoding:
@@ -129,31 +129,31 @@ http_interactions:
129
129
  Cache-Control:
130
130
  - max-age=315360000
131
131
  Expires:
132
- - Sat, 08 Feb 2025 19:15:53 GMT
132
+ - Sun, 23 Feb 2025 16:46:02 GMT
133
133
  P3p:
134
134
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
135
135
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
136
136
  Servershortname:
137
- - w19
137
+ - w17
138
138
  X-Cnection:
139
139
  - close
140
140
  X-Edgeconnect-Midmile-Rtt:
141
- - '10'
142
- - '22'
141
+ - '2'
142
+ - '2'
143
143
  X-Edgeconnect-Origin-Mex-Latency:
144
- - '1089'
145
- - '432'
144
+ - '410'
145
+ - '943'
146
146
  Content-Length:
147
147
  - '66'
148
148
  Content-Type:
149
149
  - application/json
150
150
  Date:
151
- - Wed, 11 Feb 2015 19:15:53 GMT
151
+ - Thu, 26 Feb 2015 16:46:03 GMT
152
152
  Connection:
153
153
  - keep-alive
154
154
  body:
155
155
  encoding: UTF-8
156
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true}}"
156
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true}}'
157
157
  http_version:
158
- recorded_at: Wed, 11 Feb 2015 19:15:56 GMT
159
- recorded_with: VCR 2.9.3
158
+ recorded_at: Thu, 26 Feb 2015 16:46:08 GMT
159
+ recorded_with: VCR 2.9.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:54 GMT
28
+ - Sun, 23 Feb 2025 16:46:03 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
- - w18
33
+ - w634
34
34
  X-Cnection:
35
35
  - close
36
36
  X-Edgeconnect-Midmile-Rtt:
37
- - '11'
38
- - '20'
37
+ - '3'
38
+ - '9'
39
39
  X-Edgeconnect-Origin-Mex-Latency:
40
- - '300'
41
- - '772'
40
+ - '195'
41
+ - '639'
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:54 GMT
47
+ - Thu, 26 Feb 2015 16:46:04 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_e9RJHg05lZnR6Ch\"}}"
52
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_3JoHDZUTt8zRuv3"}}'
53
53
  http_version:
54
- recorded_at: Wed, 11 Feb 2015 19:15:57 GMT
54
+ recorded_at: Thu, 26 Feb 2015 16:46:09 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_e9RJHg05lZnR6Ch&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
60
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_3JoHDZUTt8zRuv3&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,42 +77,42 @@ http_interactions:
77
77
  Cache-Control:
78
78
  - max-age=315360000
79
79
  Expires:
80
- - Sat, 08 Feb 2025 19:15:55 GMT
80
+ - Sun, 23 Feb 2025 16:46:04 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
- - w625
85
+ - w016
86
86
  X-Cnection:
87
87
  - close
88
88
  X-Edgeconnect-Midmile-Rtt:
89
- - '10'
90
- - '11'
89
+ - '12'
90
+ - '2'
91
91
  X-Edgeconnect-Origin-Mex-Latency:
92
- - '234'
93
- - '726'
92
+ - '258'
93
+ - '717'
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:55 GMT
99
+ - Thu, 26 Feb 2015 16:46:04 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_cSm4Wb1QYw4inGd\"}}"
104
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_cC0r63FuEASnTdr"}}'
105
105
  http_version:
106
- recorded_at: Wed, 11 Feb 2015 19:15:58 GMT
106
+ recorded_at: Thu, 26 Feb 2015 16:46:10 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_e9RJHg05lZnR6Ch&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
112
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_3JoHDZUTt8zRuv3&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
113
113
  headers:
114
114
  User-Agent:
115
- - Faraday v0.9.1
115
+ - Faraday v0.9.0
116
116
  Content-Type:
117
117
  - application/x-www-form-urlencoded
118
118
  Accept-Encoding:
@@ -129,31 +129,31 @@ http_interactions:
129
129
  Cache-Control:
130
130
  - max-age=315360000
131
131
  Expires:
132
- - Sat, 08 Feb 2025 19:15:55 GMT
132
+ - Sun, 23 Feb 2025 16:46:05 GMT
133
133
  P3p:
134
134
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
135
135
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
136
136
  Servershortname:
137
- - w163
137
+ - w295
138
138
  X-Cnection:
139
139
  - close
140
140
  X-Edgeconnect-Midmile-Rtt:
141
- - '13'
142
- - '16'
141
+ - '14'
142
+ - '4'
143
143
  X-Edgeconnect-Origin-Mex-Latency:
144
- - '334'
145
- - '840'
144
+ - '299'
145
+ - '822'
146
146
  Content-Length:
147
147
  - '66'
148
148
  Content-Type:
149
149
  - application/json
150
150
  Date:
151
- - Wed, 11 Feb 2015 19:15:56 GMT
151
+ - Thu, 26 Feb 2015 16:46:05 GMT
152
152
  Connection:
153
153
  - keep-alive
154
154
  body:
155
155
  encoding: UTF-8
156
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true}}"
156
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true}}'
157
157
  http_version:
158
- recorded_at: Wed, 11 Feb 2015 19:15:59 GMT
159
- recorded_with: VCR 2.9.3
158
+ recorded_at: Thu, 26 Feb 2015 16:46:10 GMT
159
+ recorded_with: VCR 2.9.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:56 GMT
28
+ - Sun, 23 Feb 2025 16:46:06 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
+ - w19
34
34
  X-Cnection:
35
35
  - close
36
36
  X-Edgeconnect-Midmile-Rtt:
37
- - '10'
38
- - '10'
37
+ - '12'
38
+ - '2'
39
39
  X-Edgeconnect-Origin-Mex-Latency:
40
- - '217'
41
- - '654'
40
+ - '260'
41
+ - '673'
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:57 GMT
47
+ - Thu, 26 Feb 2015 16:46:06 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_1N8jtBP2puqPfiB\"}}"
52
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"PanelID":"ML_aVJK6RhYuF0WIoR"}}'
53
53
  http_version:
54
- recorded_at: Wed, 11 Feb 2015 19:16:00 GMT
54
+ recorded_at: Thu, 26 Feb 2015 16:46:11 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_1N8jtBP2puqPfiB&Request=addRecipient&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
60
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_aVJK6RhYuF0WIoR&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,42 +77,42 @@ http_interactions:
77
77
  Cache-Control:
78
78
  - max-age=315360000
79
79
  Expires:
80
- - Sat, 08 Feb 2025 19:15:57 GMT
80
+ - Sun, 23 Feb 2025 16:46:07 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
- - w8
85
+ - w634
86
86
  X-Cnection:
87
87
  - close
88
88
  X-Edgeconnect-Midmile-Rtt:
89
- - '12'
90
- - '18'
89
+ - '13'
90
+ - '2'
91
91
  X-Edgeconnect-Origin-Mex-Latency:
92
- - '261'
93
- - '755'
92
+ - '220'
93
+ - '759'
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:58 GMT
99
+ - Thu, 26 Feb 2015 16:46:07 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_d5wuAUNqTYgGd8N\"}}"
104
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"RecipientID":"MLRP_b7XLGkWIAdPxLx3"}}'
105
105
  http_version:
106
- recorded_at: Wed, 11 Feb 2015 19:16:00 GMT
106
+ recorded_at: Thu, 26 Feb 2015 16:46:12 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: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_1N8jtBP2puqPfiB&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
112
+ string: Format=JSON&LibraryID=<QUALTRICS_LIBRARY_ID>&PanelID=ML_aVJK6RhYuF0WIoR&Request=deletePanel&Token=<QUALTRICS_TOKEN>&User=brookesidedev%40brookeside.com&Version=2.3
113
113
  headers:
114
114
  User-Agent:
115
- - Faraday v0.9.1
115
+ - Faraday v0.9.0
116
116
  Content-Type:
117
117
  - application/x-www-form-urlencoded
118
118
  Accept-Encoding:
@@ -129,31 +129,31 @@ http_interactions:
129
129
  Cache-Control:
130
130
  - max-age=315360000
131
131
  Expires:
132
- - Sat, 08 Feb 2025 19:15:58 GMT
132
+ - Sun, 23 Feb 2025 16:46:07 GMT
133
133
  P3p:
134
134
  - CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
135
135
  DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
136
136
  Servershortname:
137
- - w189
137
+ - w541
138
138
  X-Cnection:
139
139
  - close
140
140
  X-Edgeconnect-Midmile-Rtt:
141
- - '12'
142
- - '16'
141
+ - '10'
142
+ - '2'
143
143
  X-Edgeconnect-Origin-Mex-Latency:
144
- - '249'
145
- - '668'
144
+ - '241'
145
+ - '646'
146
146
  Content-Length:
147
147
  - '66'
148
148
  Content-Type:
149
149
  - application/json
150
150
  Date:
151
- - Wed, 11 Feb 2015 19:15:58 GMT
151
+ - Thu, 26 Feb 2015 16:46:08 GMT
152
152
  Connection:
153
153
  - keep-alive
154
154
  body:
155
155
  encoding: UTF-8
156
- string: "{\"Meta\":{\"Status\":\"Success\",\"Debug\":\"\"},\"Result\":{\"Success\":true}}"
156
+ string: '{"Meta":{"Status":"Success","Debug":""},"Result":{"Success":true}}'
157
157
  http_version:
158
- recorded_at: Wed, 11 Feb 2015 19:16:01 GMT
159
- recorded_with: VCR 2.9.3
158
+ recorded_at: Thu, 26 Feb 2015 16:46:13 GMT
159
+ recorded_with: VCR 2.9.2