Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plugins/outbound-link-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ With the above code, clicks on the following link won't be tracked, even though

Users don't always click on links with their primary mouse button: sometimes they middle-click to open the link in a background tab or right-click to copy the link address and share it.

To track all types of link clicks, specify the `click`, [`auxclick`](https://wicg.github.io/auxclick/), and [`contextmenu`](https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu) events in the [`events`](#options) option:
To track all types of link clicks, specify the `click`, [`auxclick`](https://w3c.github.io/uievents/#event-type-auxclick), and [`contextmenu`](https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu) events in the [`events`](#options) option:

```js
ga('require', 'outboundLinkTracker', {
Expand Down