Create Page View

Logs a page view for a customer.

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.

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

Last updated