LinkTrust Tracking Example

This page demonstrates how the LinkTrust tracking system works.

Tracking Method: {{ $method }}

Tracking Parameters

ClickID: {{ $clickId ?? 'Not set' }}

AFID: {{ $afid ?? 'Not set' }}

@if(isset($result['success']) && $result['success'])

✅ Tracking Successful

The tracking request was sent successfully.

@if(isset($result['tracking_url']))

Tracking URL: {{ $result['tracking_url'] }}

@endif
@else

❌ Tracking Failed

{{ $result['message'] ?? 'An unknown error occurred' }}

@endif @if(!$clickId)

⚠️ No ClickID was found in your session or cookies.

To test with a ClickID, visit this link.

@endif @if(!$afid)

⚠️ No AFID was found in your session or cookies.

To test with an AFID, visit this link.

@endif

Response Details

{!! json_encode($result, JSON_PRETTY_PRINT) !!}
Test Using Trait Test Using Service Set Test IDs