game_ detail_ install

@Serializable
data class game_detail_install(val packageName: String = "", val gameName: String = "", val gameId: Int = 0, val isPromo: Int? = null, val source: String = "", val sourceKey: String? = null, val installSessionId: Int = 0, val connectionType: String = "") : TrackingEvent

{v2.26.5} 게임 설치

Constructors

Link copied to clipboard
constructor(packageName: String = "", gameName: String = "", gameId: Int = 0, isPromo: Int? = null, source: String = "", sourceKey: String? = null, installSessionId: Int = 0, connectionType: String = "")

Properties

Link copied to clipboard
@SerialName(value = "connection_type" )
@SerializedName(value = "connection_type" )
val connectionType: String

네트워크 커넥션 타입 - CELLULAR, WIFI, UNKNOWN

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0

플레이오 내 부여받은 게임 아이디

Link copied to clipboard
@SerialName(value = "game_name" )
@SerializedName(value = "game_name" )
val gameName: String

게임 이름 : 마케팅 팀 CRM 사용

Link copied to clipboard
@SerialName(value = "install_session_id" )
@SerializedName(value = "install_session_id" )
val installSessionId: Int = 0

설치 세션의 고유값, 설치시도마다 바뀜

Link copied to clipboard
@SerialName(value = "is_promo" )
@SerializedName(value = "is_promo" )
val isPromo: Int? = null

4.5젬 이상이거나 Appsflyer가 아닌 Attibution Link가 있는경우 True

Link copied to clipboard
@SerialName(value = "package_name" )
@SerializedName(value = "package_name" )
val packageName: String

게임 패키지명

Link copied to clipboard
@SerialName(value = "source" )
@SerializedName(value = "source" )
val source: String
Link copied to clipboard
@SerialName(value = "source_key" )
@SerializedName(value = "source_key" )
val sourceKey: String? = null

Functions

Link copied to clipboard
fun TrackingEvent.getRule(rules: <Error class: unknown class><String, TrackingEventRule>): TrackingEventRule?
Link copied to clipboard
fun TrackingEvent.hash(): String

TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.

Link copied to clipboard
fun TrackingEvent.toJSONObject(serde: JsonSerde): JSONObject