MailchimpMarketing 3.0.2 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MailchimpMarketing.gemspec +1 -1
- data/README.md +41 -28
- data/lib/MailchimpMarketing.rb +5 -6
- data/lib/MailchimpMarketing/api/activity_feed_api.rb +7 -7
- data/lib/MailchimpMarketing/api/authorized_apps_api.rb +9 -9
- data/lib/MailchimpMarketing/api/automations_api.rb +47 -47
- data/lib/MailchimpMarketing/api/batch_webhooks_api.rb +11 -11
- data/lib/MailchimpMarketing/api/batches_api.rb +9 -9
- data/lib/MailchimpMarketing/api/campaign_folders_api.rb +11 -11
- data/lib/MailchimpMarketing/api/campaigns_api.rb +57 -57
- data/lib/MailchimpMarketing/api/connected_sites_api.rb +11 -11
- data/lib/MailchimpMarketing/api/conversations_api.rb +11 -11
- data/lib/MailchimpMarketing/api/dashboard_api.rb +13 -13
- data/lib/MailchimpMarketing/api/ecommerce_api.rb +119 -119
- data/lib/MailchimpMarketing/api/external_auths_api.rb +7 -7
- data/lib/MailchimpMarketing/api/facebook_ads_api.rb +9 -9
- data/lib/MailchimpMarketing/api/file_manager_api.rb +25 -25
- data/lib/MailchimpMarketing/api/landing_pages_api.rb +13 -13
- data/lib/MailchimpMarketing/api/lists_api.rb +145 -145
- data/lib/MailchimpMarketing/api/ping_api.rb +3 -3
- data/lib/MailchimpMarketing/api/postcards_api.rb +3 -3
- data/lib/MailchimpMarketing/api/reporting_api.rb +25 -25
- data/lib/MailchimpMarketing/api/reports_api.rb +49 -49
- data/lib/MailchimpMarketing/api/root_api.rb +3 -3
- data/lib/MailchimpMarketing/api/search_campaigns_api.rb +3 -3
- data/lib/MailchimpMarketing/api/search_members_api.rb +3 -3
- data/lib/MailchimpMarketing/api/template_folders_api.rb +11 -11
- data/lib/MailchimpMarketing/api/templates_api.rb +15 -15
- data/lib/MailchimpMarketing/api/verified_domains_api.rb +11 -11
- data/lib/MailchimpMarketing/api_client.rb +35 -12
- data/lib/MailchimpMarketing/api_error.rb +1 -1
- data/lib/MailchimpMarketing/configuration.rb +1 -1
- data/lib/MailchimpMarketing/version.rb +2 -2
- metadata +2 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
# Ping
|
22
|
+
# Ping
|
23
23
|
# A health check for the API that won't return any account-specific information.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @return [APIHealthStatus]
|
@@ -28,7 +28,7 @@ module MailchimpMarketing
|
|
28
28
|
data
|
29
29
|
end
|
30
30
|
|
31
|
-
# Ping
|
31
|
+
# Ping
|
32
32
|
# A health check for the API that won't return any account-specific information.
|
33
33
|
# @param [Hash] opts the optional parameters
|
34
34
|
# @return [Array<(APIHealthStatus, Fixnum, Hash)>] APIHealthStatus data, response status code and response headers
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
22
|
+
# List postcards
|
23
23
|
# Get all of a user's postcards.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [String] :sort_dir Determines the order direction for sorted results.
|
@@ -32,7 +32,7 @@ module MailchimpMarketing
|
|
32
32
|
data
|
33
33
|
end
|
34
34
|
|
35
|
-
#
|
35
|
+
# List postcards
|
36
36
|
# Get all of a user's postcards.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
38
|
# @option opts [String] :sort_dir Determines the order direction for sorted results.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,8 +19,8 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
23
|
-
# Get information about the reporting endpoint's resources
|
22
|
+
# List reporting resources
|
23
|
+
# Get information about the reporting endpoint's resources.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @return [Reporting]
|
26
26
|
def info(opts = {})
|
@@ -28,8 +28,8 @@ module MailchimpMarketing
|
|
28
28
|
data
|
29
29
|
end
|
30
30
|
|
31
|
-
#
|
32
|
-
# Get information about the reporting endpoint's resources
|
31
|
+
# List reporting resources
|
32
|
+
# Get information about the reporting endpoint's resources.
|
33
33
|
# @param [Hash] opts the optional parameters
|
34
34
|
# @return [Array<(Reporting, Fixnum, Hash)>] Reporting data, response status code and response headers
|
35
35
|
def info_with_http_info(opts = {})
|
@@ -61,8 +61,8 @@ module MailchimpMarketing
|
|
61
61
|
:return_type => 'Reporting')
|
62
62
|
return data, status_code, headers
|
63
63
|
end
|
64
|
-
#
|
65
|
-
# Get reports of Facebook
|
64
|
+
# List facebook ads reports
|
65
|
+
# Get reports of Facebook ads.
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
67
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
68
68
|
# @option opts [Array<String>] :exclude_fields A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
|
@@ -76,8 +76,8 @@ module MailchimpMarketing
|
|
76
76
|
data
|
77
77
|
end
|
78
78
|
|
79
|
-
#
|
80
|
-
# Get reports of Facebook
|
79
|
+
# List facebook ads reports
|
80
|
+
# Get reports of Facebook ads.
|
81
81
|
# @param [Hash] opts the optional parameters
|
82
82
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
83
83
|
# @option opts [Array<String>] :exclude_fields A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
|
@@ -121,8 +121,8 @@ module MailchimpMarketing
|
|
121
121
|
:return_type => 'InlineResponse20011')
|
122
122
|
return data, status_code, headers
|
123
123
|
end
|
124
|
-
#
|
125
|
-
# Get report of a
|
124
|
+
# Get facebook ad report
|
125
|
+
# Get report of a Facebook ad.
|
126
126
|
# @param outreach_id The outreach id.
|
127
127
|
# @param [Hash] opts the optional parameters
|
128
128
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -133,8 +133,8 @@ module MailchimpMarketing
|
|
133
133
|
data
|
134
134
|
end
|
135
135
|
|
136
|
-
#
|
137
|
-
# Get report of a
|
136
|
+
# Get facebook ad report
|
137
|
+
# Get report of a Facebook ad.
|
138
138
|
# @param outreach_id The outreach id.
|
139
139
|
# @param [Hash] opts the optional parameters
|
140
140
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -171,8 +171,8 @@ module MailchimpMarketing
|
|
171
171
|
:return_type => 'InlineResponse20012')
|
172
172
|
return data, status_code, headers
|
173
173
|
end
|
174
|
-
#
|
175
|
-
# Get breakdown of product activity for an outreach
|
174
|
+
# List facebook ecommerce report
|
175
|
+
# Get breakdown of product activity for an outreach.
|
176
176
|
# @param outreach_id The outreach id.
|
177
177
|
# @param [Hash] opts the optional parameters
|
178
178
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -186,8 +186,8 @@ module MailchimpMarketing
|
|
186
186
|
data
|
187
187
|
end
|
188
188
|
|
189
|
-
#
|
190
|
-
# Get breakdown of product activity for an outreach
|
189
|
+
# List facebook ecommerce report
|
190
|
+
# Get breakdown of product activity for an outreach.
|
191
191
|
# @param outreach_id The outreach id.
|
192
192
|
# @param [Hash] opts the optional parameters
|
193
193
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -230,8 +230,8 @@ module MailchimpMarketing
|
|
230
230
|
:return_type => 'InlineResponse2008')
|
231
231
|
return data, status_code, headers
|
232
232
|
end
|
233
|
-
#
|
234
|
-
# Get reports of
|
233
|
+
# List landing pages reports
|
234
|
+
# Get reports of landing pages.
|
235
235
|
# @param [Hash] opts the optional parameters
|
236
236
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
237
237
|
# @option opts [Array<String>] :exclude_fields A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
|
@@ -243,8 +243,8 @@ module MailchimpMarketing
|
|
243
243
|
data
|
244
244
|
end
|
245
245
|
|
246
|
-
#
|
247
|
-
# Get reports of
|
246
|
+
# List landing pages reports
|
247
|
+
# Get reports of landing pages.
|
248
248
|
# @param [Hash] opts the optional parameters
|
249
249
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
250
250
|
# @option opts [Array<String>] :exclude_fields A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
|
@@ -284,8 +284,8 @@ module MailchimpMarketing
|
|
284
284
|
:return_type => 'InlineResponse20013')
|
285
285
|
return data, status_code, headers
|
286
286
|
end
|
287
|
-
#
|
288
|
-
# Get report of a landing page
|
287
|
+
# Get landing page report
|
288
|
+
# Get report of a landing page.
|
289
289
|
# @param outreach_id The outreach id.
|
290
290
|
# @param [Hash] opts the optional parameters
|
291
291
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -296,8 +296,8 @@ module MailchimpMarketing
|
|
296
296
|
data
|
297
297
|
end
|
298
298
|
|
299
|
-
#
|
300
|
-
# Get report of a landing page
|
299
|
+
# Get landing page report
|
300
|
+
# Get report of a landing page.
|
301
301
|
# @param outreach_id The outreach id.
|
302
302
|
# @param [Hash] opts the optional parameters
|
303
303
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
22
|
+
# List campaign reports
|
23
23
|
# Get campaign reports.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -35,7 +35,7 @@ module MailchimpMarketing
|
|
35
35
|
data
|
36
36
|
end
|
37
37
|
|
38
|
-
#
|
38
|
+
# List campaign reports
|
39
39
|
# Get campaign reports.
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -82,7 +82,7 @@ module MailchimpMarketing
|
|
82
82
|
:return_type => 'CampaignReports1')
|
83
83
|
return data, status_code, headers
|
84
84
|
end
|
85
|
-
# Get
|
85
|
+
# Get campaign report
|
86
86
|
# Get report details for a specific sent campaign.
|
87
87
|
# @param campaign_id The unique id for the campaign.
|
88
88
|
# @param [Hash] opts the optional parameters
|
@@ -94,7 +94,7 @@ module MailchimpMarketing
|
|
94
94
|
data
|
95
95
|
end
|
96
96
|
|
97
|
-
# Get
|
97
|
+
# Get campaign report
|
98
98
|
# Get report details for a specific sent campaign.
|
99
99
|
# @param campaign_id The unique id for the campaign.
|
100
100
|
# @param [Hash] opts the optional parameters
|
@@ -132,8 +132,8 @@ module MailchimpMarketing
|
|
132
132
|
:return_type => 'CampaignReport')
|
133
133
|
return data, status_code, headers
|
134
134
|
end
|
135
|
-
#
|
136
|
-
# Get a list of
|
135
|
+
# List abuse reports
|
136
|
+
# Get a list of abuse complaints for a specific campaign.
|
137
137
|
# @param campaign_id The unique id for the campaign.
|
138
138
|
# @param [Hash] opts the optional parameters
|
139
139
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -144,8 +144,8 @@ module MailchimpMarketing
|
|
144
144
|
data
|
145
145
|
end
|
146
146
|
|
147
|
-
#
|
148
|
-
# Get a list of
|
147
|
+
# List abuse reports
|
148
|
+
# Get a list of abuse complaints for a specific campaign.
|
149
149
|
# @param campaign_id The unique id for the campaign.
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
151
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -182,7 +182,7 @@ module MailchimpMarketing
|
|
182
182
|
:return_type => 'AbuseComplaints1')
|
183
183
|
return data, status_code, headers
|
184
184
|
end
|
185
|
-
# Get
|
185
|
+
# Get abuse report
|
186
186
|
# Get information about a specific abuse report for a campaign.
|
187
187
|
# @param campaign_id The unique id for the campaign.
|
188
188
|
# @param report_id The id for the abuse report.
|
@@ -195,7 +195,7 @@ module MailchimpMarketing
|
|
195
195
|
data
|
196
196
|
end
|
197
197
|
|
198
|
-
# Get
|
198
|
+
# Get abuse report
|
199
199
|
# Get information about a specific abuse report for a campaign.
|
200
200
|
# @param campaign_id The unique id for the campaign.
|
201
201
|
# @param report_id The id for the abuse report.
|
@@ -234,7 +234,7 @@ module MailchimpMarketing
|
|
234
234
|
:return_type => 'AbuseComplaint1')
|
235
235
|
return data, status_code, headers
|
236
236
|
end
|
237
|
-
#
|
237
|
+
# List campaign feedback
|
238
238
|
# Get feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.
|
239
239
|
# @param campaign_id The unique id for the campaign.
|
240
240
|
# @param [Hash] opts the optional parameters
|
@@ -246,7 +246,7 @@ module MailchimpMarketing
|
|
246
246
|
data
|
247
247
|
end
|
248
248
|
|
249
|
-
#
|
249
|
+
# List campaign feedback
|
250
250
|
# Get feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.
|
251
251
|
# @param campaign_id The unique id for the campaign.
|
252
252
|
# @param [Hash] opts the optional parameters
|
@@ -284,8 +284,8 @@ module MailchimpMarketing
|
|
284
284
|
:return_type => 'CampaignAdviceReport')
|
285
285
|
return data, status_code, headers
|
286
286
|
end
|
287
|
-
#
|
288
|
-
# Get information about
|
287
|
+
# List campaign details
|
288
|
+
# Get information about clicks on specific links in your Mailchimp campaigns.
|
289
289
|
# @param campaign_id The unique id for the campaign.
|
290
290
|
# @param [Hash] opts the optional parameters
|
291
291
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -298,8 +298,8 @@ module MailchimpMarketing
|
|
298
298
|
data
|
299
299
|
end
|
300
300
|
|
301
|
-
#
|
302
|
-
# Get information about
|
301
|
+
# List campaign details
|
302
|
+
# Get information about clicks on specific links in your Mailchimp campaigns.
|
303
303
|
# @param campaign_id The unique id for the campaign.
|
304
304
|
# @param [Hash] opts the optional parameters
|
305
305
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -340,7 +340,7 @@ module MailchimpMarketing
|
|
340
340
|
:return_type => 'ClickDetailReport')
|
341
341
|
return data, status_code, headers
|
342
342
|
end
|
343
|
-
# Get
|
343
|
+
# Get campaign link details
|
344
344
|
# Get click details for a specific link in a campaign.
|
345
345
|
# @param campaign_id The unique id for the campaign.
|
346
346
|
# @param link_id The id for the link.
|
@@ -353,7 +353,7 @@ module MailchimpMarketing
|
|
353
353
|
data
|
354
354
|
end
|
355
355
|
|
356
|
-
# Get
|
356
|
+
# Get campaign link details
|
357
357
|
# Get click details for a specific link in a campaign.
|
358
358
|
# @param campaign_id The unique id for the campaign.
|
359
359
|
# @param link_id The id for the link.
|
@@ -392,7 +392,7 @@ module MailchimpMarketing
|
|
392
392
|
:return_type => 'ClickDetailReport')
|
393
393
|
return data, status_code, headers
|
394
394
|
end
|
395
|
-
#
|
395
|
+
# List clicked link subscribers
|
396
396
|
# Get information about list members who clicked on a specific link in a campaign.
|
397
397
|
# @param campaign_id The unique id for the campaign.
|
398
398
|
# @param link_id The id for the link.
|
@@ -407,7 +407,7 @@ module MailchimpMarketing
|
|
407
407
|
data
|
408
408
|
end
|
409
409
|
|
410
|
-
#
|
410
|
+
# List clicked link subscribers
|
411
411
|
# Get information about list members who clicked on a specific link in a campaign.
|
412
412
|
# @param campaign_id The unique id for the campaign.
|
413
413
|
# @param link_id The id for the link.
|
@@ -450,7 +450,7 @@ module MailchimpMarketing
|
|
450
450
|
:return_type => 'ClickDetailMembers')
|
451
451
|
return data, status_code, headers
|
452
452
|
end
|
453
|
-
# Get
|
453
|
+
# Get clicked link subscriber
|
454
454
|
# Get information about a specific subscriber who clicked a link in a specific campaign.
|
455
455
|
# @param campaign_id The unique id for the campaign.
|
456
456
|
# @param link_id The id for the link.
|
@@ -464,7 +464,7 @@ module MailchimpMarketing
|
|
464
464
|
data
|
465
465
|
end
|
466
466
|
|
467
|
-
# Get
|
467
|
+
# Get clicked link subscriber
|
468
468
|
# Get information about a specific subscriber who clicked a link in a specific campaign.
|
469
469
|
# @param campaign_id The unique id for the campaign.
|
470
470
|
# @param link_id The id for the link.
|
@@ -504,7 +504,7 @@ module MailchimpMarketing
|
|
504
504
|
:return_type => 'ClickDetailMember')
|
505
505
|
return data, status_code, headers
|
506
506
|
end
|
507
|
-
#
|
507
|
+
# List domain performance stats
|
508
508
|
# Get statistics for the top-performing email domains in a campaign.
|
509
509
|
# @param campaign_id The unique id for the campaign.
|
510
510
|
# @param [Hash] opts the optional parameters
|
@@ -516,7 +516,7 @@ module MailchimpMarketing
|
|
516
516
|
data
|
517
517
|
end
|
518
518
|
|
519
|
-
#
|
519
|
+
# List domain performance stats
|
520
520
|
# Get statistics for the top-performing email domains in a campaign.
|
521
521
|
# @param campaign_id The unique id for the campaign.
|
522
522
|
# @param [Hash] opts the optional parameters
|
@@ -554,7 +554,7 @@ module MailchimpMarketing
|
|
554
554
|
:return_type => 'DomainPerformance')
|
555
555
|
return data, status_code, headers
|
556
556
|
end
|
557
|
-
#
|
557
|
+
# List campaign product activity
|
558
558
|
# Get breakdown of product activity for a campaign
|
559
559
|
# @param campaign_id The unique id for the campaign.
|
560
560
|
# @param [Hash] opts the optional parameters
|
@@ -569,7 +569,7 @@ module MailchimpMarketing
|
|
569
569
|
data
|
570
570
|
end
|
571
571
|
|
572
|
-
#
|
572
|
+
# List campaign product activity
|
573
573
|
# Get breakdown of product activity for a campaign
|
574
574
|
# @param campaign_id The unique id for the campaign.
|
575
575
|
# @param [Hash] opts the optional parameters
|
@@ -613,7 +613,7 @@ module MailchimpMarketing
|
|
613
613
|
:return_type => 'InlineResponse2008')
|
614
614
|
return data, status_code, headers
|
615
615
|
end
|
616
|
-
#
|
616
|
+
# List eep url activity
|
617
617
|
# Get a summary of social activity for the campaign, tracked by EepURL.
|
618
618
|
# @param campaign_id The unique id for the campaign.
|
619
619
|
# @param [Hash] opts the optional parameters
|
@@ -625,7 +625,7 @@ module MailchimpMarketing
|
|
625
625
|
data
|
626
626
|
end
|
627
627
|
|
628
|
-
#
|
628
|
+
# List eep url activity
|
629
629
|
# Get a summary of social activity for the campaign, tracked by EepURL.
|
630
630
|
# @param campaign_id The unique id for the campaign.
|
631
631
|
# @param [Hash] opts the optional parameters
|
@@ -663,7 +663,7 @@ module MailchimpMarketing
|
|
663
663
|
:return_type => 'EepurlActivity')
|
664
664
|
return data, status_code, headers
|
665
665
|
end
|
666
|
-
#
|
666
|
+
# List email activity
|
667
667
|
# Get a list of member's subscriber activity in a specific campaign.
|
668
668
|
# @param campaign_id The unique id for the campaign.
|
669
669
|
# @param [Hash] opts the optional parameters
|
@@ -678,7 +678,7 @@ module MailchimpMarketing
|
|
678
678
|
data
|
679
679
|
end
|
680
680
|
|
681
|
-
#
|
681
|
+
# List email activity
|
682
682
|
# Get a list of member's subscriber activity in a specific campaign.
|
683
683
|
# @param campaign_id The unique id for the campaign.
|
684
684
|
# @param [Hash] opts the optional parameters
|
@@ -722,7 +722,7 @@ module MailchimpMarketing
|
|
722
722
|
:return_type => 'EmailActivity')
|
723
723
|
return data, status_code, headers
|
724
724
|
end
|
725
|
-
# Get email activity
|
725
|
+
# Get subscriber email activity
|
726
726
|
# Get a specific list member's activity in a campaign including opens, clicks, and bounces.
|
727
727
|
# @param campaign_id The unique id for the campaign.
|
728
728
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -736,7 +736,7 @@ module MailchimpMarketing
|
|
736
736
|
data
|
737
737
|
end
|
738
738
|
|
739
|
-
# Get email activity
|
739
|
+
# Get subscriber email activity
|
740
740
|
# Get a specific list member's activity in a campaign including opens, clicks, and bounces.
|
741
741
|
# @param campaign_id The unique id for the campaign.
|
742
742
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -777,7 +777,7 @@ module MailchimpMarketing
|
|
777
777
|
:return_type => 'EmailActivity')
|
778
778
|
return data, status_code, headers
|
779
779
|
end
|
780
|
-
#
|
780
|
+
# List top open activities
|
781
781
|
# Get top open locations for a specific campaign.
|
782
782
|
# @param campaign_id The unique id for the campaign.
|
783
783
|
# @param [Hash] opts the optional parameters
|
@@ -791,7 +791,7 @@ module MailchimpMarketing
|
|
791
791
|
data
|
792
792
|
end
|
793
793
|
|
794
|
-
#
|
794
|
+
# List top open activities
|
795
795
|
# Get top open locations for a specific campaign.
|
796
796
|
# @param campaign_id The unique id for the campaign.
|
797
797
|
# @param [Hash] opts the optional parameters
|
@@ -833,7 +833,7 @@ module MailchimpMarketing
|
|
833
833
|
:return_type => 'OpenLocations')
|
834
834
|
return data, status_code, headers
|
835
835
|
end
|
836
|
-
#
|
836
|
+
# List campaign open details
|
837
837
|
# Get detailed information about any campaign emails that were opened by a list member.
|
838
838
|
# @param campaign_id The unique id for the campaign.
|
839
839
|
# @param [Hash] opts the optional parameters
|
@@ -848,7 +848,7 @@ module MailchimpMarketing
|
|
848
848
|
data
|
849
849
|
end
|
850
850
|
|
851
|
-
#
|
851
|
+
# List campaign open details
|
852
852
|
# Get detailed information about any campaign emails that were opened by a list member.
|
853
853
|
# @param campaign_id The unique id for the campaign.
|
854
854
|
# @param [Hash] opts the optional parameters
|
@@ -892,7 +892,7 @@ module MailchimpMarketing
|
|
892
892
|
:return_type => 'OpenDetailReport')
|
893
893
|
return data, status_code, headers
|
894
894
|
end
|
895
|
-
# Get
|
895
|
+
# Get opened campaign subscriber
|
896
896
|
# Get information about a specific subscriber who opened a campaign.
|
897
897
|
# @param campaign_id The unique id for the campaign.
|
898
898
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -905,7 +905,7 @@ module MailchimpMarketing
|
|
905
905
|
data
|
906
906
|
end
|
907
907
|
|
908
|
-
# Get
|
908
|
+
# Get opened campaign subscriber
|
909
909
|
# Get information about a specific subscriber who opened a campaign.
|
910
910
|
# @param campaign_id The unique id for the campaign.
|
911
911
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -944,7 +944,7 @@ module MailchimpMarketing
|
|
944
944
|
:return_type => 'OpenActivity')
|
945
945
|
return data, status_code, headers
|
946
946
|
end
|
947
|
-
#
|
947
|
+
# List campaign recipients
|
948
948
|
# Get information about campaign recipients.
|
949
949
|
# @param campaign_id The unique id for the campaign.
|
950
950
|
# @param [Hash] opts the optional parameters
|
@@ -958,7 +958,7 @@ module MailchimpMarketing
|
|
958
958
|
data
|
959
959
|
end
|
960
960
|
|
961
|
-
#
|
961
|
+
# List campaign recipients
|
962
962
|
# Get information about campaign recipients.
|
963
963
|
# @param campaign_id The unique id for the campaign.
|
964
964
|
# @param [Hash] opts the optional parameters
|
@@ -1000,7 +1000,7 @@ module MailchimpMarketing
|
|
1000
1000
|
:return_type => 'SentTo')
|
1001
1001
|
return data, status_code, headers
|
1002
1002
|
end
|
1003
|
-
# Get
|
1003
|
+
# Get campaign recipient info
|
1004
1004
|
# Get information about a specific campaign recipient.
|
1005
1005
|
# @param campaign_id The unique id for the campaign.
|
1006
1006
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -1013,7 +1013,7 @@ module MailchimpMarketing
|
|
1013
1013
|
data
|
1014
1014
|
end
|
1015
1015
|
|
1016
|
-
# Get
|
1016
|
+
# Get campaign recipient info
|
1017
1017
|
# Get information about a specific campaign recipient.
|
1018
1018
|
# @param campaign_id The unique id for the campaign.
|
1019
1019
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -1052,7 +1052,7 @@ module MailchimpMarketing
|
|
1052
1052
|
:return_type => 'SentTo')
|
1053
1053
|
return data, status_code, headers
|
1054
1054
|
end
|
1055
|
-
#
|
1055
|
+
# List child campaign reports
|
1056
1056
|
# Get a list of reports with child campaigns for a specific parent campaign.
|
1057
1057
|
# @param campaign_id The unique id for the campaign.
|
1058
1058
|
# @param [Hash] opts the optional parameters
|
@@ -1064,7 +1064,7 @@ module MailchimpMarketing
|
|
1064
1064
|
data
|
1065
1065
|
end
|
1066
1066
|
|
1067
|
-
#
|
1067
|
+
# List child campaign reports
|
1068
1068
|
# Get a list of reports with child campaigns for a specific parent campaign.
|
1069
1069
|
# @param campaign_id The unique id for the campaign.
|
1070
1070
|
# @param [Hash] opts the optional parameters
|
@@ -1102,7 +1102,7 @@ module MailchimpMarketing
|
|
1102
1102
|
:return_type => 'CampaignSubReports')
|
1103
1103
|
return data, status_code, headers
|
1104
1104
|
end
|
1105
|
-
#
|
1105
|
+
# List unsubscribed members
|
1106
1106
|
# Get information about members who have unsubscribed from a specific campaign.
|
1107
1107
|
# @param campaign_id The unique id for the campaign.
|
1108
1108
|
# @param [Hash] opts the optional parameters
|
@@ -1116,7 +1116,7 @@ module MailchimpMarketing
|
|
1116
1116
|
data
|
1117
1117
|
end
|
1118
1118
|
|
1119
|
-
#
|
1119
|
+
# List unsubscribed members
|
1120
1120
|
# Get information about members who have unsubscribed from a specific campaign.
|
1121
1121
|
# @param campaign_id The unique id for the campaign.
|
1122
1122
|
# @param [Hash] opts the optional parameters
|
@@ -1158,7 +1158,7 @@ module MailchimpMarketing
|
|
1158
1158
|
:return_type => 'Unsubscribes')
|
1159
1159
|
return data, status_code, headers
|
1160
1160
|
end
|
1161
|
-
# Get
|
1161
|
+
# Get unsubscribed member
|
1162
1162
|
# Get information about a specific list member who unsubscribed from a campaign.
|
1163
1163
|
# @param campaign_id The unique id for the campaign.
|
1164
1164
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|
@@ -1171,7 +1171,7 @@ module MailchimpMarketing
|
|
1171
1171
|
data
|
1172
1172
|
end
|
1173
1173
|
|
1174
|
-
# Get
|
1174
|
+
# Get unsubscribed member
|
1175
1175
|
# Get information about a specific list member who unsubscribed from a campaign.
|
1176
1176
|
# @param campaign_id The unique id for the campaign.
|
1177
1177
|
# @param subscriber_hash The MD5 hash of the lowercase version of the list member's email address.
|