Skip to content

Commit

Permalink
🔨 track data insight "copy link" clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmacdonald committed Nov 7, 2024
1 parent 93b2635 commit 59ee898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/gdocs/pages/DataInsight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function CopyLinkButton(props: { slug: string }) {
return (
<button
aria-label="Copy link to clipboard"
data-track-note="data_insight_copy_link"
id="copy-link-button"
className="data-insight-copy-link-button body-3-medium"
onClick={() => {
Expand Down

0 comments on commit 59ee898

Please sign in to comment.