# Summary of Report Terms and Concepts

## **Event types and aggregation methods**

You can select the following events from the metrics:

<table><thead><tr><th width="167">Metric</th><th width="385">Definition</th><th>Aggregation method</th></tr></thead><tbody><tr><td><strong>All Events</strong></td><td>Refers to all registered events, regardless of whether they are active or inactive.</td><td>Number of times, number of users</td></tr><tr><td><strong>All active events</strong></td><td>This refers to all events that are active in the system. You can check whether they are active through the 'Collection Status' item on the Event Management page of the console.</td><td>Number of times, number of users</td></tr><tr><td><strong>System Events</strong></td><td>Session execution and session termination events are events registered in the system by default and do not need to be registered separately on the event management page.</td><td>Number of times, number of users</td></tr><tr><td><strong>Standard Events</strong></td><td>This refers to the event provided by default in DFINERY. You can register by selecting it on the event registration screen.</td><td>Count, number of users, attribute aggregation</td></tr><tr><td><strong>Custom Events</strong></td><td>Excluding standard events, this refers to events registered by each service.</td><td>Count, number of users, attribute aggregation</td></tr></tbody></table>

### **Filter Support Items** <a href="#undefined-1" id="undefined-1"></a>

Filters are broadly divided into two types: filters for each metric and filters applied to the entire metric.&#x20;

The attribute types supported by each filter type are as follows.

<table><thead><tr><th width="132">Division</th><th>Support Items</th></tr></thead><tbody><tr><td>Metric Filter</td><td>DFINERY auto-collected properties, sub-properties of selected metrics</td></tr><tr><td>All Filters</td><td>DFINERY auto-collected properties, full event sub-properties, user properties, recent device properties, behavioral properties</td></tr></tbody></table>

#### **Metric Filter** <a href="#undefined-2" id="undefined-2"></a>

A filter that is applied individually and depends on each metric.

{% hint style="danger" %}
The List property (Array type) in the metric only supports one per metric.
{% endhint %}

#### **All Filters** <a href="#undefined-3" id="undefined-3"></a>

A filter that applies to all metrics you set.

#### **Operators supported based on data type in filter** <a href="#undefined-4" id="undefined-4"></a>

You can apply conditions in detail using the operators supported by the data type. This policy is applied commonly to metric filters and report filters.

**1. String, List of Strings, Enum**

| Support Operators                | String | List of String  | Enum            |
| -------------------------------- | ------ | --------------- | --------------- |
| Include                          | ✅      | ✅               | ❌ Not supported |
| Not included                     | ✅      | ✅               | ❌ Not supported |
| Select value                     | ✅      | ✅               | ✅               |
| Excluding value                  | ✅      | ✅               | ✅               |
| Starts with \~                   | ✅      | ❌ Not supported | ❌ Not supported |
| Excluding those starting with \~ | ✅      | ❌ Not supported | ❌ Not supported |
| Worth it                         | ✅      | ✅               | ✅               |
| No value                         | ✅      | ✅               | ✅               |

#### 2. Long/Double, List of Long/Double

| Support Operators           | Long/Double | List of Long/Double |
| --------------------------- | ----------- | ------------------- |
| =                           | ✅           | ✅                   |
| ≠                           | ✅           | ✅                   |
| >                           | ✅           | ✅                   |
| ≥                           | ✅           | ✅                   |
| <                           | ✅           | ✅                   |
| ≤                           | ✅           | ✅                   |
| Intermediate value (≥ \~ ≤) | ✅           | ✅                   |
| Excluding between (< \~ >)  | ✅           | ✅                   |
| Worth it                    | ✅           | ✅                   |
| No value                    | ✅           | ✅                   |

#### 3. Date/Datetime

| Support Operators     | Date | Datetime |
| --------------------- | ---- | -------- |
| Direct selection      | ✅    | ✅        |
| Select year           | ✅    | ✅        |
| Select year and month | ✅    | ✅        |
| Select month          | ✅    | ✅        |
| Worth it              | ✅    | ✅        |
| No value              | ✅    | ✅        |

#### 4. Boolean

<table><thead><tr><th width="252">Support Operators</th><th>Boolean</th></tr></thead><tbody><tr><td>Select value</td><td>✅</td></tr><tr><td>Worth it</td><td>✅</td></tr><tr><td>No value</td><td>✅</td></tr></tbody></table>

## **Group By Support Items**

If you want to divide the set metric values ​​by group, you can select the following items in Group By.

<table><thead><tr><th width="176">Division</th><th>Definition</th></tr></thead><tbody><tr><td>Number of events</td><td>Event count will <strong>only</strong> give you meaningful reports when you set <strong>Total Events or Total Active Events as the metric condition</strong>.</td></tr><tr><td>Event properties</td><td><p>This part means all sub-properties, not just the sub-properties of the event selected in the metric. </p><p>That is, you can select all event sub-properties registered in the console from the list.</p></td></tr><tr><td>Auto-collect properties</td><td>Refers to sub-properties that are automatically collected when an event occurs in DFINERY.</td></tr><tr><td>User properties</td><td>Covers both standard user profile properties and custom user profile properties.</td></tr><tr><td>Recent device properties</td><td>Information collected based on the last time the user was active is updated based on the previous day's specific properties defined in DFINERY.</td></tr><tr><td>Behavioral properties</td><td>Specific properties defined in the definer are categorized by period-based actions and updated daily or monthly.</td></tr></tbody></table>

<figure><img src="https://content.gitbook.com/content/KGOeGww72vu5In7SeJ8c/blobs/AC65kWQq00nL0ny4IxMo/image.png" alt="" width="518"><figcaption></figcaption></figure>

### **Supported Report Types** <a href="#undefined-6" id="undefined-6"></a>

* Table
* Line chart

{% hint style="info" %}
Additional report types will continue to be added.
{% endhint %}
