Skip to content

Commit 57b27b8

Browse files
committed
Adds utm tracking to tutorial video links
1 parent 44e264b commit 57b27b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/webviews/apps/home/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1 class="alert__title">Get Started with GitLens</h1>
167167
<gl-button
168168
appearance="secondary"
169169
density="compact"
170-
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
170+
href="https://www.youtube.com/watch?v=UQPb73Zz9qk?utm_source=gitlens-extension&utm_medium=home_banner"
171171
title="Watch the GitLens Tutorial video"
172172
aria-label="Watch the GitLens Tutorial video"
173173
><code-icon icon="vm-running"></code-icon
@@ -417,7 +417,7 @@ <h2 class="nav-list__title t-eyebrow">Getting Started</h2>
417417
>
418418
<a
419419
class="nav-list__item"
420-
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
420+
href="https://www.youtube.com/watch?v=UQPb73Zz9qk?utm_source=gitlens-extension&utm_medium=home_link"
421421
title="Watch the GitLens Tutorial video"
422422
aria-label="Watch the GitLens Tutorial video"
423423
><code-icon class="nav-list__icon" icon="vm-running"></code-icon

src/webviews/apps/welcome/components/video-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class VideoButton extends LitElement {
8989
return html`
9090
<a
9191
class="video-button"
92-
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
92+
href="https://www.youtube.com/watch?v=UQPb73Zz9qk?utm_source=gitlens-extension&amp;utm_medium=welcome_banner"
9393
aria-label="Watch the Tutorial video"
9494
title="Watch the Tutorial video"
9595
>

0 commit comments

Comments
 (0)