insight-line 0.0.1

This document describes LINE Messaging API(Insight).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GetStatisticsPerUnitResponseOverview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unique_impression** | Option<**i64**> | Number of users who opened the message, meaning they displayed at least 1 bubble. | [optional]
**unique_click** | Option<**i64**> | Number of users who opened any URL in the message. | [optional]
**unique_media_played** | Option<**i64**> | Number of users who started playing any video or audio in the message. | [optional]
**unique_media_played100_percent** | Option<**i64**> | Number of users who played the entirety of any video or audio in the message. | [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)