# What events are tracked automatically?

| Event Category | Event Name/Action   | Targeting          | Description                                                                                                        |
| -------------- | ------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------ |
| site           | site-page-view      | Onload event       |                                                                                                                    |
| link           | link-call           | \<a> tags          | Links prefixed with tel: (click to call)                                                                           |
| link           | link-sms            | \<a> tags          | Links prefixed with sms: (mobile message)                                                                          |
| link           | link-email          | \<a> tags          | Links prefixed with mailto: (email)                                                                                |
| link           | link-get-directions | \<a> tags          | Link to get directions on Google Maps                                                                              |
| link           | link-googlemaps     | \<a> tags          | Link to Google Maps that is not directions                                                                         |
| link           | link-facebook       | \<a> tags          | Links to facebook.com                                                                                              |
| link           | link-instagram      | \<a> tags          | Links to instagram.com                                                                                             |
| link           | link-linkedin       | \<a> tags          | Links to linkedin.com                                                                                              |
| link           | link-twitter        | \<a> tags          | Links to twitter.com                                                                                               |
| link           | link-yelp           | \<a> tags          | Links to yelp.com                                                                                                  |
| link           | link-youtube        | \<a> tags          | Links to youtube.com                                                                                               |
| link           | link-outgoing       | \<a> tags          | Catch-all for any link leaving the current domain URL that does not fall into another "link" event category events |
| form           | form-submit         | \<form> submission | Tracks each time a form is submitted.                                                                              |

## Other events

These events are not commonly used, but are tracked on websites and landing pages only. Some of these are tracked automatically, but some require implementation in the template to track.

| Event Category | Event Name/Action | Targeting | Description                                                               |
| -------------- | ----------------- | --------- | ------------------------------------------------------------------------- |
| site           | site-bookmark     | \<a> tags | Special event for a click to add to the browser bookmarks                 |
| site           | site-print        | \<a> tags | Special event for a click-to-print the current page link                  |
| link           | link-homepage     | \<a> tags | Link to the same URL that is set under the Site's Location > Homepage URL |
| video          | video-play        |           | Click the play button on an embedded video                                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devhub.com/analytics/what-events-are-tracked-automatically.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
