hi guys, i have a question relative to the transaction amount of 2 event page. Please follow the following context for more information: currently i have 2 event page, the 1st one (click_button) hits when user click continue button at screen A and the 2nd one (onload_result) hits when user on load successfully at screen B. The logic on my mobile application is when user click continue button at screen A, then user will redirect to screen B. With the logic as mentioned above, the number of "click_button" should always be greater than or equal to the number of "onload_result". However, as you can see in the attached image. With filtering by Android and IOS, I think the number for IOS is correct, but the number when filtering by Android is unreasonable. The number of "click_button" is 435 (Unique Visitors) and 862 (Page Views) and "onload_result" is 439 (Unique Visitors) & 866 (Page Views)
I also enable log when debug and see that onload_result trigger alway successfully.
MobileCore.setLogLevel(LoggingMode.DEBUG);
Is there any way to make sure that the event already sent succeed to Adobe from Mobile application? Because i concern about that there may be cases where the API call (POST) fails. If api call fail, how can i check this?