Function Call:

list_contacts_clicked_tag

Purpose:

This lists the contacts who have clicked on a trackable link within the given time period, grouped by tag.

Parameters:

date_start
date_end

format: YYYY-MM-DD

Return:

For each tag:

tag_id
tag_name
contacts

– for each contact

contact_id
first_name
last_name
email_address
link_id

–id of link clicked on.

link_name

–name of link clicked on.

status – if error

Example:

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