Docs

Docs

  • Docs
  • Guides

›Website Library

Getting Started

  • Introduction

Website Library

  • Setup Website Tracking
  • Javascript Library
  • Identify Signals
  • Page Visits
  • Track Events

Email Analytics

  • Introduction

Page Visits

The page API call lets you record whenever a lead or customer sees a page of your website, along with any optional properties about the page. Calling page is one of the first steps to getting started with Deeploop.js.

Note: In deeploop.js a page call is included in the snippet by default just after analytics.load. We do that because you must call this method at least once per page load. However, you can choose to add an optional name or properties to the default call, or call it multiple times if you have a single-page application.

Here’s the javascript of a typical page call:

deeploop.page("Home");

Beyond the common fields, the page call takes the following fields:

FieldTypeDescription
name
optional
StringCustom name of the page.
For example, most sites have a “Signup” page that can be useful to tag, so you can see users as they move through your funnel.
properties
optional
ObjectFree-form dictionary of properties of the page.

Properties

Properties are extra pieces of information you can tie to events you track. They can be anything that will be useful while using the events later in the sales process. We recommend sending properties whenever possible because they give you a more complete picture of what your leads or customers are doing.

Note: In deeploop.js, we automatically send the following properties: title, path, url, referrer, and search.

← Identify SignalsTrack Events →
  • Properties
© 2019, Deeploop Inc.