ConstantContact.GetCampaignTrackingClicks Method (String, String, Nullable<Int32>, Nullable<DateTime>) CTCT Wrapper Documented Class Library
Get clicks for a specific link in a campaign.

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<ClickActivity> GetCampaignTrackingClicks(
	string campaignId,
	string linkId,
	Nullable<int> limit,
	Nullable<DateTime> createdSince
)

Parameters

campaignId
Type: OnlineSystem.String
Campaign id.
linkId
Type: OnlineSystem.String
Specifies the link in the email campaign to retrieve click data for.
limit
Type: OnlineSystem.Nullable<OnlineInt32>
Specifies the number of results per page in the output, from 1 - 500, default = 500.
createdSince
Type: OnlineSystem.Nullable<OnlineDateTime>
filter for activities created since the supplied date in the collection

Return Value

ResultSet containing a results array of @link ClickActivity.
See Also