mandrill-api 1.0.35 → 1.0.36
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.
- data/lib/mandrill/api.rb +13 -0
- metadata +6 -5
data/lib/mandrill/api.rb
CHANGED
|
@@ -830,7 +830,20 @@ module Mandrill
|
|
|
830
830
|
# - [Array] tags list of tags on this message
|
|
831
831
|
# - [String] tags[] individual tag on this message
|
|
832
832
|
# - [Integer] opens how many times has this message been opened
|
|
833
|
+
# - [Array] opens_detail list of individual opens for the message
|
|
834
|
+
# - [Hash] opens_detail[] information on an individual open
|
|
835
|
+
# - [Integer] ts the unix timestamp from when the message was opened
|
|
836
|
+
# - [String] ip the IP address that generated the open
|
|
837
|
+
# - [String] location the approximate region and country that the opening IP is located
|
|
838
|
+
# - [String] ua the email client or browser data of the open
|
|
833
839
|
# - [Integer] clicks how many times has a link been clicked in this message
|
|
840
|
+
# - [Array] clicks_detail list of individual clicks for the message
|
|
841
|
+
# - [Hash] clicks_detail[] information on an individual click
|
|
842
|
+
# - [Integer] ts the unix timestamp from when the message was clicked
|
|
843
|
+
# - [String] url the URL that was clicked on
|
|
844
|
+
# - [String] ip the IP address that generated the click
|
|
845
|
+
# - [String] location the approximate region and country that the clicking IP is located
|
|
846
|
+
# - [String] ua the email client or browser data of the click
|
|
834
847
|
# - [String] state sending status of this message: sent, bounced, rejected
|
|
835
848
|
# - [Hash] metadata any custom metadata provided when the message was sent
|
|
836
849
|
def search(query='*', date_from=nil, date_to=nil, tags=nil, senders=nil, limit=100)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mandrill-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 95
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 36
|
|
10
|
+
version: 1.0.36
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mandrill Devs
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-
|
|
18
|
+
date: 2013-07-05 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|
|
@@ -90,9 +90,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
requirements: []
|
|
91
91
|
|
|
92
92
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 1.8.
|
|
93
|
+
rubygems_version: 1.8.24
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 3
|
|
96
96
|
summary: A Ruby API library for the Mandrill email as a service platform.
|
|
97
97
|
test_files: []
|
|
98
98
|
|
|
99
|
+
has_rdoc:
|