Tracking.ClickRetrieve

Overview

Returns click tracking information for this send specified by the specified filter criteria

Syntax

Tracking.ClickRetrieve(1)

Function Properties

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});
Last Updated: Jun 8, 2021