-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into smartling-translation-completed-ot9df6euuxpv…
…-from-main
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ POST https://app.adjust.com/cost | |
|
||
</CodeBlock> | ||
|
||
POST 요청을 `/cost` 엔드포인트로 전송하여 Adjust에 광고 비용 정보를 전송합니다. | ||
Adjust에 광고 비용 정보를 보내려면 `/cost` 엔드포인트에 POST 요청을 전송합니다. | ||
|
||
### 파라미터 {#parameters} | ||
|
||
|
@@ -48,6 +48,9 @@ POST 요청을 `/cost` 엔드포인트로 전송하여 Adjust에 광고 비용 | |
|
||
: 광고 비용의 통화 코드. [ISO 4217](https://www.iban.com/currency-codes) 통화 코드 형식이어야 합니다. [지원되는 통화 목록](https://help.adjust.com/ko/article/supported-currencies)을 참조하시기 바랍니다. | ||
|
||
`cost_amount` \(`Float`\) | ||
: 비용 값. 최대 소수점 5자리. | ||
|
||
`cost_id` \(`String`\) | ||
|
||
: 고유한 비용 ID. 자세한 정보는 [위의 비용 ID 섹션](#cost-id)을 참조하시기 바랍니다. | ||
|
@@ -56,7 +59,7 @@ POST 요청을 `/cost` 엔드포인트로 전송하여 Adjust에 광고 비용 | |
|
||
: 로그와 디버그에 사용한 레이블. 이 값은 최대 128자여야 합니다. | ||
|
||
### 예: {#example} | ||
### 예 {#example} | ||
|
||
<CodeBlock title="cURL" highlight="cost_type, cost_currency, cost_amount, cost_id, tag"> | ||
|
||
|
@@ -71,11 +74,11 @@ $ curl -X POST https://app.adjust.com/cost \ | |
|
||
`200 Success` | ||
|
||
: 광고 비용 정보가 Adjust에 제출되었습니다. | ||
: 광고 비용 정보가 Adjust에 전송되었습니다. | ||
|
||
`400 Bad request` | ||
|
||
: 요청 형식이 올바르지 않습니다. [모든 필수 파라미터](#parameters) 를 포함하시기 바랍니다. | ||
: 요청의 형식이 적절하지 않습니다. [모든 필수 파라미터](#parameters)가 포함되었는지 확인하시기 바랍니다. | ||
|
||
`401 Unauthorized` | ||
|
||
|
@@ -87,6 +90,6 @@ $ curl -X POST https://app.adjust.com/cost \ | |
|
||
## 연동 테스트 {#test-your-integration} | ||
|
||
필수 파라미터를 보낼 수 있도록 서버 구성이 완료되면 [[email protected]](mailto:[email protected])으로 연락하시기 바랍니다. Adjust는 여러 차례의 테스트를 제공합니다. 이를 통해 연동이 라이브되기 전에 각각의 광고 비용 유형 내 불일치를 확인하고, 문제를 해결할 수 있습니다. Adjust는 또한 Adjust API 테스트를 통해 API 연동이 올바르게 작동하는지 확인합니다. | ||
필수 파라미터를 보낼 수 있도록 서버 구성이 완료되면 [[email protected]](mailto:[email protected])으로 연락하시기 바랍니다. Adjust는 여러 차례의 테스트를 제공하여, 연동을 라이브로 설정하기에 앞서 여러 광고 비용 유형 간의 데이터 불일치를 확인하고 문제를 해결할 수 있습니다. Adjust는 또한 Adjust API 테스트를 통해 API 연동이 올바르게 작동하는지 확인합니다. | ||
|
||
테스트가 완료되면 Adjust는 [연동된 광고 비용 파트너 목록에](https://help.adjust.com/ko/article/ad-spend-api-integrations#supported-partners) 사용자를 추가합니다. | ||
테스트가 완료되면 Adjust의 연동 광고 비용 파트너 목록에 파트너로 추가됩니다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters