{"title":"Navigation Link Click","description":"Measures when a user clicks a link in a defined navigation area - usually a child of a `<nav>` element.","_alerts":[{"variant":"note","message":"**This event was renamed from `nav_link_click` in older implementations.** This new event name is clearer and doesn't use an abbreviation."}],"type":"object","allOf":[{"properties":{"event":{"title":"Event Name","const":"navigation_link_click"}},"required":["event"]},{"title":"Link Properties","description":"These properties apply to many `*_click` events.","type":"object","definitions":{"link_url":{"type":"string","title":"Link URL","description":"The `href` attribute of the link that was clicked. The value should be a fully qualified URL.","example":"https:\/\/www.level.agency\/contact\/#form"},"link_domain":{"type":"string","title":"Link Domain","description":"The hostname of the link that was clicked. This can be useful for grouping links by domain.","example":"www.level.agency"},"link_path":{"type":"string","title":"Link Path","description":"The path of the link that was clicked. This can be useful for grouping links by path.","example":"\/contact\/"},"link_fragment":{"type":"string","title":"Link Fragment","description":"The fragment identifier of the link that was clicked. This can be useful for analyzing clicks on anchor links that point to a specific section of a page.","example":"form"},"link_text":{"type":"string","title":"Link Text","description":"The text (innerText) of the link that was clicked. It's recommended to lowercase this value for easier analysis.","example":"Contact Us"},"outbound":{"type":"boolean","title":"Outbound Link","description":"A boolean value indicating if the link is an outbound link (i.e. it goes to a different domain).","example":false}},"required":["link_url","link_domain","link_path","link_fragment","link_text"]},{"title":"Section\/UI Properites","description":"These properties can be applied to any event to provide more contextual information about \"where\" an interaction occured within a given page.","$schema":"http:\/\/json-schema.org\/draft-07\/schema#","type":"object","definitions":{"section_name":{"type":"string","title":"Section Name","description":"More specific than `ui_location`, this property can be used to describe the name of a section or container that the event occurred within.","example":"recent posts"},"ui_location":{"type":"string","title":"UI Location","description":"The name of the section or container that the event occurred within. This could be a sidebar, header, footer, or any other named\/defined section of a page.","example":"sidebar"}},"required":[]}]}