data class ImpressionData(val version: String, val domain: String, val key: String, val platform: String)
Contains information about an impression request.
| Name | Summary |
|---|
| domain | val domain: String The communicated domain (i.e. the package name). |
| key | val key: String The licensing key for which the impression was counted. |
| platform | val platform: String The device platform, name and version. |
| version | val version: String The player version. |