Jump to Content
Rejoiner
GuidesAPI Reference
v1.0

Rejoiner
API Reference
v1.0GuidesAPI Reference

Getting Started

  • Introduction
  • Preparation

JavaScript API

  • Basic Code Snippet
  • Tracking Views
    • trackPageView
    • addPageView
    • trackProductView
  • Tracking Cart Data
    • setCartData
    • setCartItem
    • removeCartItem
    • clearCartData
  • Tracking Conversions
    • sendConversion
  • Storing Customer Data
    • setCustomerData
    • setCustomerEmail
    • setCustomerPhone
    • subscribeToList
    • customerOptIn
  • Additional Data
    • setSessionMetadata
    • setSessionDate
  • Form Filtering

REST API

  • REST API Basics
    • Base URL
    • Authentication
    • Request & Response Format
    • Pagination
  • Customer Endpoints
    • Convert Customer
    • Journey Cancellation
    • Customer Unsubscribe
    • Record Explicit Customer Consent
    • Get Customer Profile
    • Update or Create Customer Profile
    • Update Customer Profile
  • Customer Tags
    • Get Customer Tags
    • Replace Customer Tags
    • Add Customer Tags
    • Remove Customer Tags
  • Preference Tags
    • Get Preference Tags
    • Replace Preference Tags
    • Add Preference Tags
    • Remove Preference Tags
  • List Endpoints
    • Retrieve Lists
    • Retrieve List Contacts
    • Add Customer to List
    • Remove Customer From List
  • Session Endpoints
    • Update Session Data
  • Journey Endpoints
    • Trigger Webhook Journey
    • Trigger Waiting Journey Node

REST API

  • Verifying Authenticationget
Powered by 

addPageView

This endpoint can be used to manually track page views.

Param NameRequiredTypeNotes
urlYesStringFull URL of the page to track (including query string)
_rejoiner.push(['addPageView', {'url': 'http://example.com?query=string'}]);