This page demonstrates how the LinkTrust tracking system works.
ClickID: {{ $clickId ?? 'Not set' }}
AFID: {{ $afid ?? 'Not set' }}
The tracking request was sent successfully.
@if(isset($result['tracking_url']))Tracking URL: {{ $result['tracking_url'] }}
{{ $result['message'] ?? 'An unknown error occurred' }}
⚠️ No ClickID was found in your session or cookies.
To test with a ClickID, visit this link.
⚠️ No AFID was found in your session or cookies.
To test with an AFID, visit this link.
{!! json_encode($result, JSON_PRETTY_PRINT) !!}