Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Ionic / Capacitor
Tags
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
Set tags
Ionic / Capacitor
Tags
Gleap allows you to set tags with every feedback item sent from the SDK. To set tags, simply pass an array of Strings to the
setTags
method of the SDK.
Set tags
Set tags to be sent with every feedback item.
Copy
Gleap
.
setTags
([
"iOS"
,
"Subscribed"
]);
If you want to update or remove the tags, simply call the method with the updated string array.
Callbacks
Feedback button
Assistant
Responses are generated using AI and may contain mistakes.