Function Call:
total_contacts_clicked_day
Purpose:
Returns a total count of all clicks from all trackable links by date in date order. Optionally (but recommended) between specified dates. (on a busy server with lots of links, without setting dates this will use resources. Consider a cron job to capture this daily and store the result somewhere else)
Parameters:
date_start date_end
format: YYYY-MM-DD
Return:
For each day
date clicks
-count of clicks on trackable links.
status – if error
Example:
http://example.com/a.php/api/total_contacts_clicked_day?api_key=0c68398f&date_start=2018-07-31&date_end=2018-10-30