Skip to main content
Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Ionic / Capacitor
Track pages
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
iOS
Android
ReactNative
Flutter
FlutterFlow
Ionic / Capacitor
Introducing
User identity
Track events
Track pages
Forms
Push notifications
In-app notifications
Audio recording
Console logs
Custom actions
Custom data
Callbacks
Tags
Feedback button
Network logs
Translations
Widget control
Prefill the widget form
Conversations
Feature requests
Help center
Release notes & news
Surveys
Checklists
Cordova
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Track a page
Ionic / Capacitor
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
Gleap
.
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
⌘I