ClickID in Session: {{ session('LTClickID') ?? 'Not set' }}
Request Parameters:
{{ json_encode(request()->all(), JSON_PRETTY_PRINT) }}
✅ ClickID is properly stored in session!
The ClickID will be sent to the tracking endpoint when a conversion occurs.
⚠️ 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
Click one of the buttons below to simulate a conversion event that would trigger the LinkTrust tracking pixel:
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