GetCampaignClicksAndLinkGroupsSinceDate

Get campaign clicks with groups since date

This method returns a list of contacts' clicks for links with the link groups within a specified campaign since a specified date. All the other information is the same for the method https://developer.dotdigital.com/docs/getcampaignclickssincedate.

SOAP action: [http://apiconnector.com/v2/ApiService/GetCampaignClicksAndLinkGroupsSinceDate]

📘

Input and output parameters

The input and output parameters for this method are:

Input parameters

  • Campaign Id - required; integer
  • StartDate - required; dateTime
  • Select - optional; integer
  • Skip - optional; integer

Output parameters

  • array of ApiCampaignContactWithGroups
    CampaignContactClick
    • ContactId - integer
    • Email - string
    • Url - string
    • IpAddress - string
    • UserAgent - string
    • DateClicked - string
    • Keyword - string
  • Groups - array of ApiCampaignLinkGroup, where ApiCampaignLinkGroup is
    • Name - string
    • DateCreated - dateTime