feat: GA/SA 추가, 이미지 추가
This commit is contained in:
38
layers/types/Stove81Plug.ts
Normal file
38
layers/types/Stove81Plug.ts
Normal file
@@ -0,0 +1,38 @@
|
||||
export interface IdentityInfo {
|
||||
app_id: string
|
||||
log_source_type: string
|
||||
country: string
|
||||
locale: string
|
||||
lang_cd: string
|
||||
member_no: string
|
||||
channeling_cd: string
|
||||
}
|
||||
|
||||
export interface ClickItem {
|
||||
game_no: string
|
||||
}
|
||||
|
||||
export interface ActionParam {
|
||||
click_area?: string
|
||||
click_sarea?: string
|
||||
click_item?: ClickItem
|
||||
view_area?: string
|
||||
view_type?: string
|
||||
view_info?: {
|
||||
game_no: string
|
||||
lang_cd: string
|
||||
}
|
||||
}
|
||||
|
||||
export interface MarketingInfo {
|
||||
marketing_code: string
|
||||
device_type: string
|
||||
media_type: string
|
||||
media_page: string
|
||||
}
|
||||
|
||||
export interface ActionInfo {
|
||||
action_type: string
|
||||
action_param: ActionParam
|
||||
marketing_info?: MarketingInfo
|
||||
}
|
||||
Reference in New Issue
Block a user