# Page View Goals

Pageview goals track all pageviews that match a specific URL schema. This can be an exact match, a contains / not contains match, or a regex match. For more technical context, this will be all actions with `action_type = enter-page` , filtered using `page_url` .

You can also filter a pageview using the source of the session that it happened in, using the auto-captured referrer, or the UTM parameters.

**Referrer:** The referring website automatically detected from the page visits. This will be “direct” if it’s a direct visit, and empty if the URL had UTMs. Otherwise it will show the domain of the referring website, including the TLD (.com, .tr, .ai, etc.)

**UTM Parameters:** The company-defined UTM parameters pulled directly from the page visit URL.


---

# 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.hockeystack.com/marketing-intelligence/goals/page-view-goals.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.
