From 165280ad1ba770f42be2de5be39989f571d9569b Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Tue, 24 Mar 2026 21:31:21 -0700 Subject: [PATCH 1/2] Skip detectBot for /track/open (#3646) --- apps/web/lib/tinybird/record-click.ts | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/apps/web/lib/tinybird/record-click.ts b/apps/web/lib/tinybird/record-click.ts index f3e0e59f81f..7950aaabccf 100644 --- a/apps/web/lib/tinybird/record-click.ts +++ b/apps/web/lib/tinybird/record-click.ts @@ -72,15 +72,19 @@ export async function recordClick({ } const ua = userAgent(req); - const isBot = detectBot(req); - // don't record clicks from bots - if (isBot) { - console.log(`Click not recorded ❌ – Bot detected.`, { - ua, - isBot, - }); - return null; + // only do bot checks for non deep link requests (link clicks/qr code scans) + if (trigger !== "deeplink") { + const isBot = detectBot(req); + + // don't record clicks from bots + if (isBot) { + console.log(`Click not recorded ❌ – Bot detected.`, { + ua, + isBot, + }); + return null; + } } const identityHash = await getIdentityHash(req); From 2e44966737652838f1345c218dd49fb55924149b Mon Sep 17 00:00:00 2001 From: Marcus Farrell Date: Tue, 24 Mar 2026 21:58:54 -0700 Subject: [PATCH 2/2] Embed content update (#3647) --- .../app/(ee)/app.dub.co/embed/referrals/quickstart.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/app/(ee)/app.dub.co/embed/referrals/quickstart.tsx b/apps/web/app/(ee)/app.dub.co/embed/referrals/quickstart.tsx index d8c78d3c625..d722c5fb7bd 100644 --- a/apps/web/app/(ee)/app.dub.co/embed/referrals/quickstart.tsx +++ b/apps/web/app/(ee)/app.dub.co/embed/referrals/quickstart.tsx @@ -34,7 +34,7 @@ export function ReferralsEmbedQuickstart({ const items = [ { title: "Share your link", - description: `Sharing is caring! Recommend ${program.name} to all your friends, family, and social followers.`, + description: `Use your ${program.name} link to drive traffic and track every click, lead, and conversion.`, illustration: , cta: (