회원가입 로직에 광고 트래킹 적용
- 광고 트래킹 관련 Entity 추가 - pid가 현재 광고 중인 pid인 경우 트래킹 로그 생성
This commit is contained in:
@@ -66,6 +66,7 @@ dependencies {
|
||||
implementation("com.google.apis:google-api-services-androidpublisher:v3-rev20240319-2.0.0")
|
||||
|
||||
implementation("org.apache.poi:poi-ooxml:5.2.3")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
runtimeOnly("com.h2database:h2")
|
||||
|
Reference in New Issue
Block a user