# 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>
```
