> For the complete documentation index, see [llms.txt](https://docs.crowdpower.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crowdpower.io/getting-started/javascript-tag/create-page-view.md).

# Create Page View

The CrowdPower tag automatically records page views for identified customers, but if you’re running a single-page app (SPA), you may need to call the `page` method manually from your router file.

If you are running a multi-page app, like Wordpress, you can skip this step.

```javascript
<script>
  window.cp('page');
</script>
```
