Top menu link click

  • 313 views

A top menu link click event is a special case of a link click that is happening when the user click on a link within the top navigation section of your website.

Parameters

id: the id HTML attribute of the link element if it has one.
title: the title attribute of the link if it has one
text: the text content of the link truncated to 150 characters at max.
link: the complete url where the link is pointing to.
link_direction: one of: internal, external, subdomain or parent domain
link_type: one of: javascript, page anchor or generic

Utilization

You can use this event to see how users interact with your top navigation accross your website.