LinkTrust Campaign Test Page

Session Information

ClickID in Session: {{ session('LTClickID') ?? 'Not set' }}

Request Parameters:

{{ json_encode(request()->all(), JSON_PRETTY_PRINT) }}
@if(session('LTClickID'))

✅ ClickID is properly stored in session!

The ClickID will be sent to the tracking endpoint when a conversion occurs.

@else

⚠️ No ClickID found in session.

Make sure your affiliate link includes the ClickID parameter.

Example: http://localhost:8001/link-trust-campaign-test?ClickID=test123

Or: http://localhost:8001/link-trust-campaign-test-page?ClickID=test123

@endif

Test Conversion

Click one of the buttons below to simulate a conversion event that would trigger the LinkTrust tracking pixel:

Quick Redirect to Success (2s delay)
Direct to Success Page ($25) Direct to Success ($49.99)
Go to Urgent Care (Real Flow)

Note: In a real conversion flow, the tracking pixel would be fired after a successful payment or registration.

The tracking endpoint that would be called is:

https://tracking.gomdusa.com/pixel.track?ClickID={{ session('LTClickID') ?? 'MISSING' }}&MerchantReferenceID=USER_ID&TotalSales=AMOUNT