-
Notifications
You must be signed in to change notification settings - Fork 0
Mandrill_Urls
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
- Class name: Mandrill_Urls
- Namespace:
mixed Mandrill_Urls::__construct(\Mandrill $master)
- Visibility: public
- $master Mandrill
array Mandrill_Urls::getList()
Get the 100 most clicked URLs
- Visibility: public
array Mandrill_Urls::search(string $q)
Return the 100 most clicked URLs that match the search query given
- Visibility: public
- $q string - <p>a search query</p>
array Mandrill_Urls::timeSeries(string $url)
Return the recent history (hourly stats for the last 30 days) for a url
- Visibility: public
- $url string - <p>an existing URL</p>
array Mandrill_Urls::trackingDomains()
Get the list of tracking domains set up for this account
- Visibility: public
\struct Mandrill_Urls::addTrackingDomain(string $domain)
Add a tracking domain to your account
- Visibility: public
- $domain string - <p>a domain name</p>
\struct Mandrill_Urls::checkTrackingDomain(string $domain)
Checks the CNAME settings for a tracking domain. The domain must have been added already with the add-tracking-domain call
- Visibility: public
- $domain string - <p>an existing tracking domain name</p>