Tracking.ClickRetrieve
Overview
Returns click tracking information for this send specified by the specified filter criteriaSyntax
Tracking.ClickRetrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to filter tracking results |
Example
This sample code returns click tracking information for the send with the send ID of 12345.
var singleSend = Send.Init(12345);
var results = singleSend.Tracking.Clicks.Retrieve({Property:"ID",SimpleOperator:"equals",Value:12345});