const LinkTrackingHelp = () => { return (
Link Tracking
Goal Tracker for Google Analytics offers an improved Link Tracking feature as an alternative to GA4's Enhanced Analytics. This feature allows you to track both internal and external links using the event name link_click, making it more convenient and efficient to work with compared to the standard GA4 implementation. To enable the link tracking feature, toggle the Track Links option and then select "Track All Links" to track all the links (both internal and external) on the website, or "Track External Links" to track internal links. Click here to learn more about link tracking.
); }; export default LinkTrackingHelp;