We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6204089 commit 50093bcCopy full SHA for 50093bc
docs/src/components/BannerSponsor/index.tsx
@@ -39,8 +39,10 @@ const BannerSponsor = ({ sponsorKey, tier }: BannerSponsorProps) => {
39
window.dataLayer = window.dataLayer || []
40
41
window.dataLayer.push({
42
- event: `click_${sponsorKey}_banner`,
+ event: `click_sponsor_banner`,
43
place: 'sidebar',
44
+ sponsorKey,
45
+ sponserTitle: sponsor.title,
46
})
47
}
48
0 commit comments