> For the complete documentation index, see [llms.txt](https://matteo-gabriele.gitbook.io/vue-gtag/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matteo-gabriele.gitbook.io/vue-gtag/methods/screenview.md).

# screenview

```javascript
import { screenview } from 'vue-gtag'

screenview({
  app_name: 'MyApp',
  screen_name: 'Home page',
})
```
