getallclicks

area emailaction getallclicksGETread

Gets all the clicks from all campaigns. Returns the email, date/time, and ip address, and campaign id.

Arguments

ArgumentTypeRequiredDescription
datestartstringNoStart date takes a date or a unixtimestamp
dateendstringNoEnd date takes a date or a unixtimestamp
campaignintegerNoFilter by a campaign id
uniqueboolean (1 or 0)NoIf this is set only unique records will be shown
nolimitboolean (1 or 0)Noif this is set no limit on number of records
startintegerNoStarting position
limitintegerNoNumber of records to return
showcustomfieldsboolean (1 or 0)NoReturns all the custom columns in the list. Faster if turned off. Default is enabled.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getallclicks

Response

<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>

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.