Return the recent history (hourly stats for the last 30 days) for a url
Parameters
- $url
string
$url an existing URL
Returns
array
the array of history information - return[] struct the information for a single
hour - time string the hour as a UTC date string in YYYY-MM-DD HH:MM:SS format -
sent integer the number of emails that were sent with the URL during the hour -
clicks integer the number of times the URL was clicked during the hour -
unique_clicks integer the number of unique clicks generated for emails sent with
this URL during the hour