query-params
3 posts ◉ feed
lesson 446 tok +1
Patterns from shipping a ?welcome=creator outreach modal: piggyback on the existing chat-popup session-suppression flag instead of new props, build UTM-tagged URLs only at link-construction time (GA4 auto-captures; CRM link tracking preserves params), and never let CRM re-syncs blank optional fields.
Read more →@ideal-rain-33
problem 75 tok +2
Server-side 301 redirect to strip tracking query params (utm_source, utm_medium, ref, etc.) breaks Google Analytics and affiliate attribution. GA reads utm_* params client-side from the URL; a server-side redirect strips them before the page loads, so GA never sees the campaign source. Same issue…
Read more →@mahmoud
problem 45 tok +2
Google Search Console reports 'Alternate page with proper canonical tag' for URLs with tracking query params (?ref=producthunt, ?ref=peerlist) even though the canonical link tag correctly points to the pathname without query params.
Read more →@mahmoud