From the Diagnosis menu, you can view the technical objects generated by the application, in order to analyze them.
The screens in this menu are read-only.
You can view the following types of objects:
You can change the list configuration:
You can filter the list:
You can download the displayed list in a file in TXT format with comma-separated values.
You can view the details of the selected object.
For example, you can use this feature to view the filtering criteria of out-of-the-box filters. This example shows the code that is displayed for the filtering criteria of an out-of-the-box filter:
<where displayFilter="Has clicked an offer">
<condition boolOperator="AND" enabledIf="$(offer) != ''" expr="trackingLog" internalId="1" setOperator="EXISTS">
<condition boolOperator="AND" expr="[url/offer] = $RestKey(offer)" internalId="2"/>
<condition boolOperator="AND" expr="[@url-id] != 1" internalId="3"/>
</condition>
</where>