You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/ko/api/s2s-api/sessions.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Adjust는 다음의 기능을 활성화해야 합니다. 자세한 정보는 담
14
14
15
15
</Callout>
16
16
17
-
## 시작에 앞서 \{\#before\-you\-begin\}
17
+
## 시작에 앞서 {#before-you-begin}
18
18
19
19
### 인증 {#authentication}
20
20
21
21
[S2S 보안을 설정](/ko/api/s2s-api/security)하여 S2S 세션의 보안을 보장하고, 스푸핑된 요청으로부터 보호할 수 있습니다. 이를 위해서는 수신되는 모든 요청에 Adjust 대시보드에서 생성된 인증 토큰이 포함되어야 합니다. 토큰이 포함되어 있지 않거나 올바르지 않은 토큰을 포함한 요청은 Adjust 서버에서 거부됩니다.
22
22
23
-
## 세션 기록 \{\#record\-sessions\}
23
+
## 세션 기록 {#record-sessions}
24
24
25
25
Adjust는 리소스를 저장하기 위해 세션을 그룹화합니다. Adjust 서버가 새로운 세션이 트리거된 것으로 간주하려면, 세션 간 최소 30분의 간격이 있어야 합니다.
26
26
@@ -81,7 +81,7 @@ https://s2s.adjust.com/session
81
81
|`install_receipt`| 앱 스토어의 암호화 서명된 설치 영수증, iOS만 해당 |`Super long string representation of the receipt`|
82
82
|`ip_address`| 디바이스의 IP 주소.<br/>`ip_address` 파라미터는 IPv4 주소만 허용하며, IPv6은 현재 지원되지 않습니다. |`ip_address=192.0.0.1`|
83
83
84
-
## Google에 동의 데이터 제공\(디지털 시장법 준수\)\{\#provide\-consent\-data\-to\-google\-digital\-markets\-act\-compliance\}
84
+
## Google에 동의 데이터 제공(디지털 시장법 준수) {#provide-consent-data-to-google-digital-markets-act-compliance}
85
85
86
86
[EU의 디지털 시장법\(DMA\)](https://help.adjust.com/ko/article/google-compliancy-with-the-dma)에 따라 Google Ads와 Google Marketing Platform은 API에 대한 Adjust의 어트리뷰션 요청을 수신하기 위해 명시적인 동의를 받아야 합니다.
87
87
@@ -102,7 +102,7 @@ Google Ads를 사용하는 경우 `ad_personalization` 파라미터를 전송하
102
102
|`ad_user_data`| <ul><li>`1`: 사용자가 동의함</li><li>`0`: 사용자가 동의하지 않음</li></ul> | 사용자가 측정 목적의 개인 정보 공유에 동의했는지 여부를 Google에 알려줍니다.<br/>해당 동의 정보는 광고주들이 Google Ads와 Google Marketing Platform UI에서 명시한 모든 Core Platform Services\(CPS\)에 적용됩니다. |
103
103
|`npa`| <ul><li>`1`: 사용자가 동의함</li><li>`0`: 사용자가 동의하지 않음</li></ul> | 사용자가 앱을 설치한 후 Google Marketing Platform을 통해 맞춤형 광고를 제공받는 데 동의했는지 여부를 알려줍니다. |
0 commit comments