Skip to content

Commit 8ddec97

Browse files
committed
[TOOL-3880] Playground: Add utm_source on external links
1 parent a17d893 commit 8ddec97

File tree

31 files changed

+37
-34
lines changed

31 files changed

+37
-34
lines changed

apps/playground-web/src/app/connect/account-abstraction/connect/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Page() {
2828
full wallet programmability.
2929
</>
3030
}
31-
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview"
31+
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=playground"
3232
heroLink="/account-abstraction.png"
3333
/>
3434

apps/playground-web/src/app/connect/account-abstraction/native-aa/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Page() {
2525
full wallet programmability.
2626
</>
2727
}
28-
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview"
28+
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=playground"
2929
heroLink="/account-abstraction.png"
3030
/>
3131

apps/playground-web/src/app/connect/account-abstraction/sponsor/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Page() {
2525
full wallet programmability.
2626
</>
2727
}
28-
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview"
28+
docsLink="https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=playground"
2929
heroLink="/account-abstraction.png"
3030
/>
3131

apps/playground-web/src/app/connect/auth/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Page() {
2828
them to create an additional account.
2929
</>
3030
}
31-
docsLink="https://portal.thirdweb.com/typescript/v5/auth"
31+
docsLink="https://portal.thirdweb.com/typescript/v5/auth?utm_source=playground"
3232
heroLink="/auth.png"
3333
/>
3434

apps/playground-web/src/app/connect/blockchain-api/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Page() {
2828
contract on any EVM chain through our RPC Edge endpoints.
2929
</>
3030
}
31-
docsLink="https://portal.thirdweb.com/typescript/v5"
31+
docsLink="https://portal.thirdweb.com/typescript/v5?utm_source=playground"
3232
heroLink="/blockchain-api.png"
3333
/>
3434

apps/playground-web/src/app/connect/in-app-wallet/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Page(props: { children: React.ReactNode }) {
2020
and smart account integration.
2121
</>
2222
}
23-
docsLink="https://portal.thirdweb.com/connect/in-app-wallet/overview"
23+
docsLink="https://portal.thirdweb.com/connect/in-app-wallet/overview?utm_source=playground"
2424
heroLink="/in-app-wallet.png"
2525
/>
2626

apps/playground-web/src/app/connect/pay/backend/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Layout(props: {
1111
description={
1212
<>HTTP API to bridge, swap and onramp to and from any currency</>
1313
}
14-
docsLink="https://portal.thirdweb.com/connect/pay/overview"
14+
docsLink="https://portal.thirdweb.com/connect/pay/overview?utm_source=playground"
1515
heroLink="/ub.png"
1616
/>
1717

apps/playground-web/src/app/connect/pay/commerce/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Page() {
2424
chain.
2525
</>
2626
}
27-
docsLink="https://portal.thirdweb.com/connect/pay/get-started"
27+
docsLink="https://portal.thirdweb.com/connect/pay/get-started?utm_source=playground"
2828
heroLink="/pay.png"
2929
/>
3030

apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export function LeftSection(props: {
529529
</p>
530530

531531
<Link
532-
href="https://portal.thirdweb.com/connect/account-abstraction/overview"
532+
href="https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=playground"
533533
target="_blank"
534534
className="inline-flex items-center gap-2 text-muted-foreground hover:text-foreground"
535535
>

apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Page() {
2424
and generate revenue for each user transaction.
2525
</>
2626
}
27-
docsLink="https://portal.thirdweb.com/connect/pay/get-started"
27+
docsLink="https://portal.thirdweb.com/connect/pay/get-started?utm_source=playground"
2828
heroLink="/pay.png"
2929
/>
3030

0 commit comments

Comments
 (0)