getconversionlogReturns a list of emalis,ip,date,revenue from conversion logs for the specified campaign.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | campaign id |
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getconversionlog &start=0 &limit=10 &id=1337
<response> <records>0</records> <log> <email>test@test.com</email> <datecreated>10/19/2011</datecreated> <revenue>10.99</revenue> <ip>127.0.0.1</ip> <country>US</country> </log> </response>
{
"records": "0",
"log": {
"email": "test@test.com",
"datecreated": "10/19/2011",
"revenue": "10.99",
"ip": "127.0.0.1",
"country": "US"
}
}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.