Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Cordova
Track pages
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
iOS
Android
ReactNative
Flutter
FlutterFlow
Ionic / Capacitor
Cordova
Introducing
User identity
Track events
Track pages
Forms
Audio recording
Console logs
Custom data
Feedback button
Network logs
Translations
Widget control
Prefill the widget form
Conversations
Feature requests
Help center
Release notes & news
Surveys
Checklists
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Track a page
Cordova
Track pages
Automatic page tracking is not available for ReactNative due to platform limitations. We highly encourage you to still track pages with the following helper method.
Track a page
Copy
cordova
.
plugins
.
GleapPlugin
.
trackPage
(
"HomePage"
);
You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.
Track events
Forms
Assistant
Responses are generated using AI and may contain mistakes.