IterativelyIteratively
IterativelyIteratively
    • Overview
      • Getting Started
      • What is a Tracking Plan?
      • Creating Your Tracking Plan
      • Working with Templates
      • Identifying Users and Groups
      • Tracking Page Views
      • Best Practices
      • Working with Branches
      • Typical Workflow
    • Instrumentation
      • Using the Itly CLI
      • Using the Tracking Library
      • Integrating with CI
      • Unit Testing
      • Debugging with Stream
    • Sources
      • Browser
      • Node.js
      • iOS
      • Android
      • JRE
      • Python
      • Ruby
      • .NET
    • Destinations
      • Snowplow
    • Resources
      • Granular Event Destinations
      • Managing Your Account
      • Managing Your Organization
      • Importing a Tracking Plan
      • Integrating Other Tools
      • Single Sign-On Setup
      • Migration Guide
      • Frequently Asked Questions
      • Need Help?

    Tracking Page Views

    Tracking page views will let you record whenever a user sees a page of your website, along with any properties about the page. Tracking page views is only available in Segment, and in most cases, we recommend that you track page views as an event.

    Adding Page Properties#

    Page properties are included every time a page() call is made. For example, you can include the following properties:

    • path
    • referrer
    • search
    • title
    • url

    Page Traits

    Previous
    « Identifying Users and Groups
    Next
    Best Practices »
    • Adding Page Properties