| Core | Moengage Workspace ID | This field denotes the unique identifier that links your application to a specific workspace within your MoEngage dashboard. |
| Core | Moengage Project ID | This field denotes the unique identifier associated with a specific project if you have Portfolio feature enabled for your workspace. |
| Core | Moengage Data Center | This field denotes the data center based on the dashboard URL. Refer here for more details. |
| Core | MoengageEnvironment | This field denotes the environment for data reporting, such as LIVE for the live application or TEST for development, to prevent test data from affecting production analytics. |
| Core | Custom Proxy Domain | This field denotes the base custom proxy domain used to route SDK network traffic through your own subdomain. (Key: com_moengage_core_custom_base_domain) |
| Core | Enable Logging for Release build | This field denotes whether to activate SDK logging in the production version of your app. It is recommended to disable this in release builds to improve performance and prevent exposure of sensitive data. |
| Core | Log Level | This field denotes the verbosity of the logs generated by the SDK, typically ranging from detailed (VERBOSE = 0) to minimal (ERROR = 3), for debugging purposes. |
| Core | Integration Partner | This field denotes the name of any third-party integration partner you are using, which helps in attributing user acquisition or specific events to that partner. |
| Core | Cache Connection | This field denotes the configuration for how the SDK caches data locally before sending it to MoEngage servers, helping to manage network usage and offline tracking. |
| Data Tracking | Track Device Information | This field denotes whether the SDK should track standard device attributes such as the device model, OS version, GAID, and app version. |
| Data Tracking | Enable Carrier Tracking | This field denotes whether the SDK should collect and send the user’s mobile carrier information (e.g., Verizon, T-Mobile) for segmentation. |
| Data Tracking | Enable Screen Filtering by Package | This field denotes whether to enable the package-based filtering specified in Screen Tracking Whitelisted Packages. |
| Data Tracking | Screens to Exclude from Tracking | This field denotes a comma-separated list of Android Activity names to be excluded from automatic screen tracking, preventing data collection from sensitive or irrelevant screens. |
| Data Tracking | Enable Background Data Sync | This field denotes whether the SDK is permitted to synchronize data with MoEngage servers while the application is running in the background. |
| Data Tracking | Enable Periodic Data Sync | This field denotes the time interval in milliseconds at which the SDK syncs batched data with MoEngage servers if periodic sync is enabled. |
| Push Notification | Push Token Retry Interval(s) | This field denotes the time interval in seconds that the SDK should wait before attempting to resend a push notification that failed to be delivered. |
| Push Notification | Push Notification Small Icon | This field denotes the resource name of the drawable to be used as the small icon for all push notifications from your app. |
| Push Notification | Push Notification Large Icon | This field denotes the resource name of the drawable to be used as the large icon for push notifications. |
| Push Notification | Push Notification Color | This field denotes the hexadecimal color code (e.g., #FFFFFF) used to accent push notifications, affecting elements like the app name and action buttons. |
| Push Notification | Group Multiple Notifications in Drawer | This field denotes the key used to group multiple notifications from your app into a single, stacked notification in the system tray. |
| Push Notification | Enable Push Notification Back Stack Building | This field denotes whether tapping a notification should rebuild the app’s task stack, ensuring proper back-button navigation. |
| Push Notification | Enable Notification Large Icon Display | This field denotes whether to show the specified large icon in push notifications. |
| Push Notification | Enable Heads-Up Notification | This field denotes whether to allow high-priority notifications to appear as a floating “heads-up” banner at the top of the screen. |
| Push Notification | Configure FCM Registration | This field denotes the server key from your Firebase Cloud Messaging (FCM) project, which is required to send push notifications to Android devices. |
| Push Notification | Configure Huawei Push Kit Registration | This field denotes the app secret key from your Huawei Mobile Services (HMS) project, required for sending push notifications to Huawei devices. |
| Push Notification | Enable RTT Background Sync | This field denotes whether to enable Real-Time Triggers (RTT) background sync, allowing for more immediate campaign actions based on user behavior. |
| In-apps | Screens to Suppress In-Apps | This field denotes a comma-separated list of Android Activity names on which in-app messages should not be displayed. |
| In-apps | Show In-App in New Activity | This field denotes whether in-app messages should be displayed within a new, dedicated Android Activity instead of overlaying the current one. |
| Cards | Cards Placeholder Image | This field denotes a URL for a placeholder image that is displayed while the actual Card content is loading. |
| Cards | Cards Empty Inbox Image | This field denotes a URL for an image to be displayed when the user’s Card inbox is empty. |
| Cards | Cards Date Format | This field denotes the desired date format (e.g., “dd-MMM-yyyy”) for displaying timestamps on Card elements in the UI. |
| Cards | Enable Swipe to Refresh the Cards | This field denotes whether users can pull down on the Card inbox screen to refresh its content. |
| Security | Enable Storage Encryption | This field denotes whether to encrypt the MoEngage data that is stored locally on the user’s device, enhancing data security. |
| Security | Enable Network Encryption | This field denotes whether to encrypt the data transmitted between the SDK and MoEngage’s servers, securing data in transit. |
| Security | Enable JWT Authorisation | This field denotes whether to enable JSON Web Token (JWT) based authorization for authenticating requests from the SDK to the MoEngage backend. |