diff --git a/src/content/docs/ja/api/ad-spend-api.mdx b/src/content/docs/ja/api/ad-spend-api.mdx index 83aa1d5fa..e0cb0d55f 100644 --- a/src/content/docs/ja/api/ad-spend-api.mdx +++ b/src/content/docs/ja/api/ad-spend-api.mdx @@ -34,7 +34,7 @@ POST https://app.adjust.com/cost -Adjustに広告費用情報を送信するには、 `/cost`エンドポイントにPOSTリクエストを送信します。 +Adjustに広告費用情報を送信するには、`/cost`エンドポイントにPOSTリクエストを送信します。 ### パラメーター {#parameters} @@ -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)を参照してください。 diff --git a/src/content/docs/ko/api/ad-spend-api.mdx b/src/content/docs/ko/api/ad-spend-api.mdx index 16f9eb06a..80f585e5f 100644 --- a/src/content/docs/ko/api/ad-spend-api.mdx +++ b/src/content/docs/ko/api/ad-spend-api.mdx @@ -34,7 +34,7 @@ POST https://app.adjust.com/cost -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} @@ -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} -필수 파라미터를 보낼 수 있도록 서버 구성이 완료되면 [wizards@adjust.com](mailto:wizards@adjust.com)으로 연락하시기 바랍니다. Adjust는 여러 차례의 테스트를 제공합니다. 이를 통해 연동이 라이브되기 전에 각각의 광고 비용 유형 내 불일치를 확인하고, 문제를 해결할 수 있습니다. Adjust는 또한 Adjust API 테스트를 통해 API 연동이 올바르게 작동하는지 확인합니다. +필수 파라미터를 보낼 수 있도록 서버 구성이 완료되면 [wizards@adjust.com](mailto:wizards@adjust.com)으로 연락하시기 바랍니다. Adjust는 여러 차례의 테스트를 제공하여, 연동을 라이브로 설정하기에 앞서 여러 광고 비용 유형 간의 데이터 불일치를 확인하고 문제를 해결할 수 있습니다. Adjust는 또한 Adjust API 테스트를 통해 API 연동이 올바르게 작동하는지 확인합니다. -테스트가 완료되면 Adjust는 [연동된 광고 비용 파트너 목록에](https://help.adjust.com/ko/article/ad-spend-api-integrations#supported-partners) 사용자를 추가합니다. +테스트가 완료되면 Adjust의 연동 광고 비용 파트너 목록에 파트너로 추가됩니다. diff --git a/src/content/docs/zh/api/ad-spend-api.mdx b/src/content/docs/zh/api/ad-spend-api.mdx index a09139b6e..2f0ae248a 100644 --- a/src/content/docs/zh/api/ad-spend-api.mdx +++ b/src/content/docs/zh/api/ad-spend-api.mdx @@ -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),了解更多信息。