Outbound Link Click goal/event

Is it possible to record an event or goal based on a specific Outbound Link Click url?

For example - client has an external booking system - would be nice to track events without having to add a class to every link and button scattered around the site.

Or could it be? :blush:

Sure! You can add a simple JS snippet to track them. A bit like this:

Or maybe like this:

In principle, you can use document.querySelectorAll to find the links to track, attach a click event listener, and track the clicks using the “pirsch(…)” event function.

Please let me know if you need help setting it up. I need an example from your actual page in that case :slight_smile: