Function Call:

total_contacts_clicked_tag

Purpose:

Returns a total count of all contacts who have clicked any trackable link, in date order, by each tag.  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 to plot change)

Parameters:

date_start
date_end

format: YYYY-MM-DD

Return:

For each tag

tag_id
tag_name
clicks

-count of clicks on trackable links.

status – if error

Example:

http://example.com/a.php/api/total_contacts_clicked_tag?api_key=0c68398f&date_start=2018-07-31&date_end=2018-10-30