Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
iOS
Track pages
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
iOS
Introducing
User identity
Callbacks
AI tools
Forms
Feedback button
Push notifications
In-app notifications
Audio recording
Console logs
Custom actions
Ticket attributes
Custom data
Callbacks
Track pages
Tags
Custom URL handler
Network logs
Translations
Prefill the widget form
Widget apps
Android
ReactNative
Flutter
FlutterFlow
Ionic / Capacitor
Cordova
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Track a page
iOS
Track pages
The iOS SDK tracks pages based on the activity name by default. If you want to customize the tracked pages you can do so by using the trackEvent() method below to track custom pages.
Track a page
Copy
Gleap
.
trackEvent
(
"trackPage"
,
withData
: [
"page"
:
"Example page"
])
You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.
Callbacks
Tags
Assistant
Responses are generated using AI and may contain mistakes.