The Integration Validation feature simplifies the integration of the MoEngage Android SDK with your intended application by providing an interface to validate Android SDK feature implementations directly via the MoEngage dashboard.
Developers often encounter challenges in implementing Android SDK features due to complex steps or misinterpretations of requirements. For instance, while configuring push notifications, they might overlook a few critical settings, such as rich notifications.
This feature enables developers and marketers to test and validate implementations independently, ensuring accuracy and reducing dependency on support teams. It enhances the integration process, minimizes errors, and ensures seamless marketing communications and user engagement.
Following are the reasons you are unable to see the system Debugger page on your preferred app:
You have scanned the wrong dashboard.
You have scanned the test environment of the dashboard.
You have set an incorrect app ID or data center (DC). For more information, see here.
After you register your device, the MoEngage system loads the Session Logs on the MoEngage dashboard.
You can open your intended app and refresh the session logs by clicking the refresh icon . Here, you can view the information associated with your session. The SDK Logger feature allows you to view the raw data associated with the sessions. For more information, see here.
Field
Description
Session Details
Specifies the device ID, the starting date, and the time of the session.
Device Name
Specifies the device name.
Status
Specifies the status of the session: Live: The session is live, and you can view the time left before the session expires. It allows you to validate the integration. Timed out: The session is expired. You can view the session details but can not perform any validating actions for the same
If you have just installed the application, the MoEngage system requires a buffer period of approximately 5 minutes to retrieve user device details.
You can click the relevant session to open the associated session page.
On the session page, you can view the user details associated with the live session by clicking User Info. This redirects you to the User Profile page.
Click Activity Info to get a detailed overview of all events the current user has performed.
The User Info and Activity Info tabs provide details about the current session user, not the dashboard user.
On the session page, you will get the following information:
Device Info
SDK Config
Modules Integrated
Field
Description
OS Version
Specifies the operating system version of the device.
API level
Specifies the Android API level of the device.
Model Name
Specifies the model name of the user device.
Manufacturer
Specifies the device’s manufacturer.
Google Advertising Identifier (GAID)
Specifies the unique identifier for advertising on the device. For more information, see here.
Device Density
Specifies the screen density of the device.
Device Width
Specifies the width of the device screen in pixels.
Device Height
Specifies the height of the device screen in pixels.
Network Type
Specifies the type of network the device is connected to (for example, Wi-Fi, mobile data).
Device Timezone
Specifies the timezone set on the device.
App version
Specifies the version of the app installed on the device.
FCM Push token
Specifies the Firebase Cloud Messaging (FCM) token for push notifications. For more information, see here.
Push permission
Specifies whether push notification permissions are enabled on the device.
Field
Description
SmallIcon
Specifies whether the small icon displayed in the notification bar is configured.
largeIcon
Specifies whether the larger icon displayed within the expanded notification view is configured.
notificationcolor
Specifies whether the color is configured for the notification icon or background.
isMultipleIntegrationInDrawerEnabled
Specifies whether multiple integrations are enabled in the drawer.
IsBuildingBackStackEnabled
Specifies whether the back stack is built for navigation.
isLargeIconDisplayEnabled
Specifies whether the large icon is displayed in the notification.
You can view all modules that are integrated as part of this implementation in the Modules integrated section.
The Not Received status might be due to insufficient log generation. In such cases, try performing the action again or switching the app between background and foreground modes. If the status remains Not Received, it indicates a validation failure. Refer to the step-specific error paths for resolution.
You can view the following statuses to track the progress of each validation step:
Status
Description
Not started
Indicates that the validation for this step is not initiated.
Processing
Indicates that an action is performed on the app to track the steps. Wait for the timer to complete so you can view the outcome.
Validated
Indicates that the validation for this step is complete.
Not received
Indicates that the expected data or response is not received.
Failed
Indicates that the validation for this step is unsuccessful. For your reference, this article lists all possible error paths for each validation step.
Data Tracking consists of five validation steps where you can validate the custom attribute and custom events in your intended app. To validate data tracking, expand the Data tracking drop-down list and do the following:
Custom Attribute helps you verify the tracking of custom attributes, such as confirming your preferred language, address, and membership status. Custom Attribute also ensures that the MoEngage system captures user-defined data points accurately.To validate the custom attribute, perform the following steps:
Open the intended app and set a custom attribute on the app.
After you have setup the custom attribute, click Yes, I performed the action.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
After the verification is completed, the status changes from Not Validated to Validated.
If there’s any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Custom Event helps you verify the tracking of user-defined interactions, such as button clicks or video plays, are recorded accurately. For example, Ensuring a Product Added to Cart event is tracked with the correct product ID.To validate the custom attribute, perform the following steps:
Open the intended app and set a custom event on the app.
After you have setup the custom attribute, click Yes, I performed the action.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
After the verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred:
GAID Tracking helps ensure the unique advertising identifier is captured and transmitted accurately for targeted advertising or analytics. GAID Tracking involves inspecting device logs and validating integrations with advertising platforms.
The status is automatically displayed as Validated for GAID Tracking based on the device settings.
Login helps ensure user authentication events are accurately recorded in logs or analytics systems. Login includes validating event triggers, user data, and session creation.To validate the login, perform the following steps:
Login to the intended app.
After you have logged in, click Yes, I performed the action.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
After the verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Logout helps ensure that user sign-out events are logged correctly and sessions are invalidated. Logout involves testing log entries, session cleanup, and API responses.To validate the logout, perform the following steps:
Log out of the intended app.
After you have logged out, click Yes, I performed the action.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
After verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Basic Push consists of six validation steps where you can validate the configuration of small app icon, large app icon, push permission, and notification in various app states. To validate Push, expand the BasicPush drop-down list and do the following:
Small app icon helps you verify that the small app icon is displayed correctly within the notification area across various devices. For example, small app icon ensures that the icon appears crisp, aligns with branding guidelines, and scales appropriately without distortion.
The status is automatically displayed as Validated for small app icon based on the device configurations.
Large app icon helps you verify that the large app icon is displayed as intended when the notification is expanded. For example, ensuring the icon enhances the notification’s visual appeal while maintaining clarity and adhering to size requirements.
The status is automatically displayed as Validated for large app icon based on the device configurations.
Push permission helps you verify that the app requests push notification permissions from the user in a seamless and user-friendly manner. For example, ensuring the permission prompt is triggered appropriately and aligns with the app’s flow.To validate the push permission, perform the following steps:
Open the app and perform the action to trigger the notification runtime permission and accept the request.
After you have accepted the request, click Yes, I performed the action.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
After the verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Test push with app in foreground helps you verify that push notifications are received and rendered properly when the app is open and in use. For example, ensure notifications do not disrupt user activity while displaying them subtly but noticeably.To validate the push notification with the app in the foreground, perform the following steps:
Open the intended app in the foreground state.
Click Send test push on the dashboard.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
Click Confirm app in foreground to validate the step if the app was in the foreground when the notification was received. If not, click Reset to start validating again.
After the verification is completed, the status changes from Not Validated to Validated.
If there’s an error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Test Push with the App in Foreground Validation Error Paths
Status
Condition
Next Action
Failed
Push notification not shown.
No Firebase service is added to handle the MoEngage payload. Add the MoEngage Service file. For more information, refer to Push token registration and display.
Test push with app in background helps verify that push notifications are delivered and displayed correctly when the app runs in the background. For example, test push with app in background ensures that the notification appears in the notification center with accurate content and icons.To validate the push notification with the app in the foreground, perform the following steps:
Open the intended app in the background state.
Click Send test push on the dashboard.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
Click Confirm app in background to validate the step if the app was in the background when the notification was received. If not, click Reset to start validating again.
After the verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Test Push with the App in Background Validation Error Paths
Status
Condition
Next Action
Failed
Push notification not shown.
No Firebase service is added to handle the MoEngage payload. Add the MoEngage Service file. For more information, refer to Push token registration and display.
Test push with app in killed state helps you verify that push notifications are successfully delivered even when the app is closed or not running. For example, ensuring that the notification alerts the app correctly when interacted with, providing a seamless user experience.To validate the push with the app in the killed state, perform the following steps:
Kill the app by swiping it away from the open applications list on your device.
Click Send test push on the dashboard.
There is a 60-second waiting period, where the MoEngage system verifies the action in the backend.
Click Confirm app in killed state to validate the step if the app was in the killed state when the notification was received. If not, click Reset to start validating again.
After the verification is completed, the status changes from Not Validated to Validated.
If there is any error in the implementation, the status changes from Not Validated to Not Received. In that case, the following errors might have occurred.
Test Push with the App in Killed State Validation Error Paths
Status
Condition
Next Action
Failed
Push notification not shown.
No Firebase service is added to handle MoEngage payload. Add the MoEngage Service file. For more information, refer to Push token registration and display.
Push Templates consists of two validation steps where you can validate the exact alarm permission and integration of the push template. To validate Push Templates, expand the dropdown and do the following:
Test push templates helps you validate the structure and content of push notification templates before deployment. For example, Test push templates ensures that all required fields are correctly configured, reducing errors and improving the user engagement experience.To validate the push templates, perform the following steps:
If validated, click Send test push to initiate the notification.
After the notification is sent, wait 60 seconds for interactions to be tracked.
On receiving the notification in the app:
If you see an image banner template, click Yes, notification has image banner to validate.
If you see a basic template, click No, notification has basic template.
Timer exact alarm permission validation helps you verify whether the timer’s exact alarm functionality is configured. For example, ensuring precise triggering of alarms in time-sensitive scenarios, enhancing user reliability and scheduling accuracy.To validate the Timer exact alarm permission, perform the following steps:
Integration status is automatically validated.
If validated, click Send test push. The notification will be attempted.
If successfully attempted, wait 60 seconds for interaction tracking.
Check if the notification displays the Timer with the Progress Bar template:
If yes, click Yes, notification has Timer with progress bar.
If no, and the basic template is shown, click No, notification has basic template.