feat(wingbits): add UTM tracking params to wingbits.com attribution link (#1990)

This commit is contained in:
Elie Habib
2026-03-21 16:24:46 +04:00
committed by GitHub
parent 07f76b75fa
commit 4f37ba5feb

View File

@@ -21,7 +21,7 @@ import { sparkline } from '@/utils/sparkline';
function formatPositionSource(source: string): string {
if (source === 'POSITION_SOURCE_WINGBITS') {
return '<a href="https://wingbits.com" target="_blank" rel="noopener" style="color:inherit">wingbits.com</a>';
return '<a href="https://wingbits.com?utm_source=worldmonitor&utm_medium=referral&utm_campaign=worldmonitor" target="_blank" rel="noopener" style="color:inherit">wingbits.com</a>';
}
if (source === 'POSITION_SOURCE_OPENSKY') {
return '<a href="https://opensky-network.org" target="_blank" rel="noopener" style="color:inherit">opensky-network.org</a>';