getallclicksGets all the clicks from all campaigns. Returns the email, date/time, and ip address, and campaign id.
| Argument | Type | Required | Description |
|---|---|---|---|
datestart | string | No | Start date takes a date or a unixtimestamp |
dateend | string | No | End date takes a date or a unixtimestamp |
campaign | integer | No | Filter by a campaign id |
unique | boolean (1 or 0) | No | If this is set only unique records will be shown |
nolimit | boolean (1 or 0) | No | if this is set no limit on number of records |
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
showcustomfields | boolean (1 or 0) | No | Returns all the custom columns in the list. Faster if turned off. Default is enabled. |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getallclicks
<response> <log> <id>4667 </id> <email>test@test.com </email> <date>April 04, 2020, 01:20 am </date> <link><![CDATA[https://www.eventbrite.com/]]></link> <ip>203.0.113.1 </ip> <campaignid>2119804 </campaignid> </log> </response>
{
"log": {
"id": "4667",
"email": "test@test.com",
"date": "April 04, 2020, 01:20 am",
"link": "https://www.eventbrite.com/",
"ip": "203.0.113.1",
"campaignid": "2119804"
}
}blreportGets list of blocked responses from a campaign that appear to be from blacklists
campaignlogGets the details of a campaign from the campaign log. For each chunk update. This data builds the campaign graph.
createcampaignSends an email campaign
deletecampaignDeletes a campaign given a campaign id
deletereoccurringcampaignDeletes a recurring campaign given the recurring id
deletetriggerDeletes a trigger given a trigger id
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.