-
Notifications
You must be signed in to change notification settings - Fork 0
Mandrill_Tags
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
- Class name: Mandrill_Tags
- Namespace:
mixed Mandrill_Tags::__construct(\Mandrill $master)
- Visibility: public
- $master Mandrill
array Mandrill_Tags::getList()
Return all of the user-defined tag information
- Visibility: public
\struct Mandrill_Tags::delete(string $tag)
Deletes a tag permanently. Deleting a tag removes the tag from any messages that have been sent, and also deletes the tag's stats. There is no way to undo this operation, so use it carefully.
- Visibility: public
- $tag string - <p>a tag name</p>
\struct Mandrill_Tags::info(string $tag)
Return more detailed information about a single tag, including aggregates of recent stats
- Visibility: public
- $tag string - <p>an existing tag name</p>
array Mandrill_Tags::timeSeries(string $tag)
Return the recent history (hourly stats for the last 30 days) for a tag
- Visibility: public
- $tag string - <p>an existing tag name</p>
array Mandrill_Tags::allTimeSeries()
Return the recent history (hourly stats for the last 30 days) for all tags
- Visibility: public