insight-line 0.0.1

This document describes LINE Messaging API(Insight).
Documentation
# GetStatisticsPerUnitResponseMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**seq** | **i32** | Bubble's serial number. | 
**impression** | Option<**i64**> | Number of times the bubble was displayed. | [optional]
**media_played** | Option<**i64**> | Number of times audio or video in the bubble started playing. | [optional]
**media_played25_percent** | Option<**i64**> | Number of times audio or video in the bubble started playing and was played 25% of the total time. | [optional]
**media_played50_percent** | Option<**i64**> | Number of times audio or video in the bubble started playing and was played 50% of the total time. | [optional]
**media_played75_percent** | Option<**i64**> | Number of times audio or video in the bubble started playing and was played 75% of the total time. | [optional]
**media_played100_percent** | Option<**i64**> | Number of times audio or video in the bubble started playing and was played 100% of the total time. | [optional]
**unique_impression** | Option<**i64**> | Number of users the bubble was displayed. | [optional]
**unique_media_played** | Option<**i64**> | Number of users that started playing audio or video in the bubble. | [optional]
**unique_media_played25_percent** | Option<**i64**> | Number of users that started playing audio or video in the bubble and played 25% of the total time. | [optional]
**unique_media_played50_percent** | Option<**i64**> | Number of users that started playing audio or video in the bubble and played 50% of the total time. | [optional]
**unique_media_played75_percent** | Option<**i64**> | Number of users that started playing audio or video in the bubble and played 75% of the total time. | [optional]
**unique_media_played100_percent** | Option<**i64**> | Number of users that started playing audio or video in the bubble and played 100% of the total time. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)