Skip to content

Commit

Permalink
Merge branch 'main' into smartling-translation-completed-ot9df6euuxpv…
Browse files Browse the repository at this point in the history
…-from-main
  • Loading branch information
bzavhorodskyi authored Jan 14, 2025
2 parents dd5e832 + ae29d84 commit 2054243
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
6 changes: 5 additions & 1 deletion src/content/docs/ja/api/ad-spend-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ POST https://app.adjust.com/cost

</CodeBlock>

Adjustに広告費用情報を送信するには、 `/cost`エンドポイントにPOSTリクエストを送信します。
Adjustに広告費用情報を送信するには、`/cost`エンドポイントにPOSTリクエストを送信します。

### パラメーター {#parameters}

Expand All @@ -48,6 +48,10 @@ Adjustに広告費用情報を送信するには、 `/cost`エンドポイント

: 広告費用情報の通貨コード。[ISO 4217](https://www.iban.com/currency-codes)の通貨コードでフォーマットされなければなりません。Adjustがサポートしている[全ての通貨のリスト](https://help.adjust.com/ja/article/supported-currencies)をご覧ください。

`cost_amount` (`Float`)

: コスト値。この値は、小数点以下5桁までです。

`cost_id``String`

: 一意のコストID。詳細については、[上記のコストIDのセクション](#cost-id)を参照してください。
Expand Down
15 changes: 9 additions & 6 deletions src/content/docs/ko/api/ad-spend-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ POST https://app.adjust.com/cost

</CodeBlock>

POST 요청을 `/cost` 엔드포인트로 전송하여 Adjust에 광고 비용 정보를 전송합니다.
Adjust에 광고 비용 정보를 보내려면 `/cost` 엔드포인트에 POST 요청을 전송합니다.

### 파라미터 {#parameters}

Expand All @@ -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)을 참조하시기 바랍니다.
Expand All @@ -56,7 +59,7 @@ POST 요청을 `/cost` 엔드포인트로 전송하여 Adjust에 광고 비용

: 로그와 디버그에 사용한 레이블. 이 값은 최대 128자여야 합니다.

### : {#example}
### {#example}

<CodeBlock title="cURL" highlight="cost_type, cost_currency, cost_amount, cost_id, tag">

Expand All @@ -71,11 +74,11 @@ $ curl -X POST https://app.adjust.com/cost \

`200 Success`

: 광고 비용 정보가 Adjust에 제출되었습니다.
: 광고 비용 정보가 Adjust에 전송되었습니다.

`400 Bad request`

: 요청 형식이 올바르지 않습니다. [모든 필수 파라미터](#parameters) 를 포함하시기 바랍니다.
: 요청의 형식이 적절하지 않습니다. [모든 필수 파라미터](#parameters)가 포함되었는지 확인하시기 바랍니다.

`401 Unauthorized`

Expand All @@ -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의 연동 광고 비용 파트너 목록에 파트너로 추가됩니다.
3 changes: 3 additions & 0 deletions src/content/docs/zh/api/ad-spend-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ POST https://app.adjust.com/cost

: 广告支出信息的货币代码。必须采用 [ISO 4217](https://www.iban.com/currency-codes) 货币代码格式。请参阅我们[支持币种的完整清单](https://help.adjust.com/zh/article/supported-currencies)

`cost_amount` \(`Float`\)
: 成本值。此值最多可以保留到小数点后五位。

`cost_id` \(`String`\)

: 您的唯一成本 ID。请参阅[上文的成本 ID 部分](#cost-id),了解更多信息。
Expand Down

0 comments on commit 2054243

Please sign in to comment.