GetMessageLinkTracking/ returns the tracking detail for the specified link URL during the specified time.
Example
Get Message Link Tracking:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"EndDate":"2017-06-10T20:30:00",
"LinkURL":"https://www.higherlogic.com",
"MessageID":2147483647,
"PageNo":01,
"PageSize":50,
"StartDate":"2017-06-09T20:30:00"
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetMessageLinkTracking/
POST parameters
NOTE: This call does not have conditional or optional parameters.
Required parameters
Parameter | Value | Description |
---|---|---|
SessionID | String | This is an authentication token which can be obtained by making the authenticate call. |
UserID | String | The UserID returned in the authenticate call. |
StartDate | String | The start date for the range (this should be limited to the day before). This must be in an acceptable format.
EXAMPLE: YYYY-MM-DDTHH:MM:SS or YYYY-MM-DD |
EndDate | String |
The end date for the range (this should be limited to the day before). This must be in an acceptable format. EXAMPLE: YYYY-MM-DDTHH:MM:SS or YYYY-MM-DD |
LinkUrl | String | The Link URL. This should be exactly as displayed in Gross and Net Link Clicks Report. |
MessageID | Int | This is the ID of the message. Use the GetMessageList/ method to find the message by name and capture the message ID. Pass only a single value in this attribute. |
PageNo | Int | The page number for this call. The initial call to GetDetailedTracking will return the total number of records (TotalRecords); this, based on your RecordsPerPage, will supply the total number of pages to return. |
PageSize | Int | The number of how many records should be returned per page (cannot exceed 2000). |