앱스플라이어 딥링크 설정
- 앱스플라이어 Onelink를 타고 들어온 경우 pid와 utm설정
This commit is contained in:
13
SodaLive/Sources/User/MarketingInfoUpdateRequest.swift
Normal file
13
SodaLive/Sources/User/MarketingInfoUpdateRequest.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MarketingInfoUpdateRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 3/6/25.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct MarketingInfoUpdateRequest: Encodable {
|
||||
let adid: String
|
||||
let pid: String
|
||||
}
|
||||
Reference in New Issue
Block a user