DiscoverLayoutConfig
Auto layout
AutoLayout logs type 10 screen layouts for screen views of native mobile application sessions. It also enables the application to continue logging type 10 screen layouts when it resumes to the foreground.
| Settings ID | Value | Description |
|---|---|---|
| do | true/false | If true, it will start capturing events. |
| screenViewName | String | Use this to replace existing screen names. |
| delay | Numeric and Default - 500 | Delay time to capture screenshot, if takeScreenShot value is true. |
| takeScreenShot | true/false | If true, it will take screenshots. |
| screenShotBlur | 0 to 25 | Based on the value given, the screenshot will be blurred. |
| NumberOfWebViews | Numeric | Provide the value to indicates the amount of web views on the page. Default value is 0. |
| CaptureScreenVisits | [Boolean] | Use this setting to indicate whether you want screenview messages objects on pages that you set CaptureUserEvents to false. This property helps you understand how your users use your application by showing how they get to a page. The default value is true. Set this entry to false if you do not want to track screen load/unload events. CaptureScreenVisits setting applies only if the CaptureUserEvents setting is set to false. If the CaptureUserEvents setting is true, the CaptureScreenVisits setting is ignored. The load/unload events are tracked because it doesn't make sense to track user events on a screen where visits are not tracked. |
| CaptureLayoutOn | Numeric | Set the level for when you want to capture the layout. You can set the value from 0 to 2,
where:
|
| ScreenChange | default - true | |
| DisplayName | default - "" | Not implemented |
| CaptureLayoutDelay | Not implemented | |
| ScreenShot | default - true | Not implemented |
| CaptureUserEvents | default - true | Not implemented |
| CaptureScreenshotOn | default - true | Not implemented |