Skip to content

Commit

Permalink
Merge pull request #4118 from owid/track-di-copy-link-clicks
Browse files Browse the repository at this point in the history
🔨 track data insight "copy link" clicks
  • Loading branch information
bnjmacdonald authored Nov 7, 2024
2 parents 1dd1223 + 8687e19 commit 61d3f38
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 61d3f38

Please sign in to comment.