getclicklogReturns a list of emalis,ip,date,revenue from click logs for the specified campaign.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | campaign id |
start | string | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getclicklog &start=0 &limit=10 &id=1337
<response> <records>1</records> <uniquerecords>1</uniquerecords> <log> <email>test@test.com</email> <datecreated>May 02, 2023, 06:55 pm</datecreated> <link><![CDATA[https://site.com/tour-ms-math?utm_source=agile&utm_medium=email&utm_campaign=2021_12_14_math_ms_teaser_cc_tx]]></link> <ip>203.0.113.1</ip> <country>US</country> <useragent><![CDATA[Windows 10 Google Chrome 203.0.113.2]]></useragent> </log> </response>
{
"records": "1",
"uniquerecords": "1",
"log": {
"email": "test@test.com",
"datecreated": "May 02, 2023, 06:55 pm",
"link": "https://site.com/tour-ms-math?utm_source=agile&utm_medium=email&utm_campaign=2021_12_14_math_ms_teaser_cc_tx",
"ip": "203.0.113.1",
"country": "US",
"useragent": "Windows 10 Google Chrome 203.0.113.2"
}
}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.