const LinkTrackingHelp = () => { return (
Email Links Tracking
The Email Link Tracking feature in Goal Tracker for Google Analytics specifically tracks email links (mailto:) on your website. It uses the event name email_link_click to help you monitor and analyze user interactions with email links. To enable this feature, you need to perform two steps: toggle the feature in the plugin and create a custom dimension "email address" in Google Analytics. Follow these steps to enable Email Link Tracking:
  1. Navigate to the Goal Tracker for Google Analytics plugin settings in your WordPress dashboard
  2. Find the "Email Link Tracking" toggle switch and turn it on
  3. Sign in to your Google Analytics account and access the "Admin" section
  4. Under the "Property" column, click on "Custom Definitions" and then "Custom Dimensions"
  5. Click on "Create Custom Dimension" and name it "email address"
  6. Set the "Scope" to "Event" and click on "Create"

Once you have completed these steps, the plugin will automatically track clicks on email links and send the event data to your Google Analytics 4 property under the event name{' '} email_link_click. The custom dimension "email address" will provide additional insights into the email addresses users interact with on your website.

Click here to learn more about email link tracking.
); }; export default LinkTrackingHelp;