pageview

From Genesys Documentation
Revision as of 16:40, December 17, 2020 by Barbara.martin@genesys.com (talk | contribs) (Published)
Jump to: navigation, search
This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.

Learn how to use the pageview method to track when visitors view your webpages.

Description

The Pageview method tracks page views.

Signature

ac('pageview', [pageOverrides], [customAttributes], [options])

Arguments

pageOverrides

  • Description: Sets custom page view location and title
  • Type: Object
  • Status: Optional
  • Properties: See the following table.
Name Description Type Status Default
location Page URL string optional
title Page title string optional

customAttributes

  • Description: Adds extra information to pageview event
  • Type: Object
  • Status: Optional
  • Restrictions: Flat object with properties of type string, number, or Boolean

options

  • Description: Use for more configuration
  • Type: Object
  • Status: Optional
  • Properties: See the following table.
Name Description Type Status Default
traitsMapper Used to map custom attributes to traits. For more information, see Traits Mapper. traitsMapper

callback Called once beacon is sent function optional
callbackTimeout ms to wait for beacon to send number optional
Retrieved from "https://all.docs.genesys.com/ATC/Current/SDK/Pageview (2024-07-27 23:25:56)"
Comments or questions about this documentation? Contact us for support!