getopenlog

area emailaction getopenlogGETread

Returns a list of emalis,ip,date,revenue from open logs for the specified campaign.

Arguments

ArgumentTypeRequiredDescription
idintegerYescampaign id
startintegerNoStarting position
limitintegerNoNumber of records to return

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getopenlog
  &start=0
  &limit=10
  &id=1337

Response

<response>
  <records>1</records>
  <log>
    <email>test@test.com</email>
    <datecreated>October 25, 2011, 02:33:46 pm</datecreated>
    <ip>203.0.113.1</ip>
    <country>GB</country>
  </log>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.