Automatic Event Name Generation Order

SkyGlue automatic tracking names an event based on the following order. For example, if a link (tag A) has Id, name, href attribute, the value of Name will be used as the automatic event name. If there is no name attribute, the value of Id will be used as the automatic event name.

General attributes

1. Name

2. Id

3. Title

Tag specific attributes

4. LinkText (for links, A tag)

5. type (for INPUT tag)

6. src (for tag embed and iframe)

7. For Img tag

(1) alt

(2) title

(3) src

8. href for Tag “a” (link)

Additional information:

You can also disable automatic event tracking on selected HTML element(s) e.g. elements that may generate PII data.