Commit e4e5717
Telemetry: capture middle-click CTA opens (#3605)
Middle-click ("open in new tab") on a CTA link fires the DOM
auxclick event, not click, so those engagements were never
emitted as cta_clicked. Bind the existing handler to auxclick
(button 1 only) alongside click.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 6b14cad commit e4e5717
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
223 | 230 | | |
224 | 231 | | |
225 | 232 | | |
| |||
0 commit comments