Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smartling translations are completed for commit c77af219f1407ba79b6899a289a6c682530b5e04 from main #1247

Merged
Merged
12 changes: 6 additions & 6 deletions src/content/docs/ja/sdk/testing/device-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ sidebar-position: 4

Adjust管理画面にログインしなくても、[Device API](/ja/api/device-api/)を使用してインストール情報を確認できます。[inspect deviceエンドポイント](/ja/api/device-api/inspect/)を使用して、次の情報を検査できます:

- デバイスのアトリビューション
- デバイスのリアトリビューション
- イベントデータ
- Pushトークン連携
- サブスクリプションデータ
- デバイスのアトリビューション
- デバイスのリアトリビューション
- イベントデータ
- Pushトークン連携
- サブスクリプションデータ

Device APIを使用するには、以下の手順に従ってください:

1. お使いのプラットフォーム向けの開始ガイドに従って、Adjust SDKを連携します。
1. お使いのプラットフォーム向けの連携ガイドに従って、Adjust SDKを連携します。

2. 環境を **サンドボックス** に設定します。これにより、アプリからはテストコンソールにのみ情報が送信されるようになります。

Expand Down
16 changes: 8 additions & 8 deletions src/content/docs/ko/sdk/testing/device-api.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: 디바이스 API로 설치 검증
description: Adjust SDK가 디바이스 API를 통해 Adjust에 설치 정보를 전송하는지 테스트
description: Adjust SDK가 디바이스 API를 사용하여 Adjust로 설치 정보를 전송하는지 테스트
slug: ko/sdk/testing/device-api
sidebar-label: 디바이스 API
sidebar-position: 4
---

디바이스 API를 사용하면 Adjust 대시보드에 로그인하지 않고 설치 정보를 확인할 수 있습니다. 디바이스 엔드포인트 검사\(inspect device endpoint\)를 다음의 데이터 검사에 사용하시기 바랍니다.
[디바이스 API](/ko/api/device-api/)를 사용하면 Adjust 대시보드에 로그인하지 않고 설치 정보를 확인할 수 있습니다. [디바이스 엔드포인트 검사](/ko/api/device-api/inspect/)\(inspect device endpoint\)를 다음의 데이터 검사에 사용하시기 바랍니다.

- 디바이스 어트리뷰션
- 디바이스 리어트리뷰션
- 이벤트 데이터
- 푸시 토큰 연동
- 구독 데이터
- 디바이스 어트리뷰션
- 디바이스 리어트리뷰션
- 이벤트 데이터
- 푸시 토큰 연동
- 구독 데이터

디바이스 API 사용 방법:

1. 플랫폼별 Adjust SDK 시작 가이드를 참조하여 연동을 완료합니다.
1. 플랫폼별 Adjust SDK 연동 가이드를 참조하여 연동을 완료합니다.

2. **샌드박스** 모드로 환경을 설정하여, 앱이 테스트용 콘솔로만 정보를 전송하도록 합니다.

Expand Down
10 changes: 5 additions & 5 deletions src/content/docs/zh/sdk/testing/device-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ sidebar-position: 4

通过[设备 API](/zh/api/device-api/),您无需登录 Adjust 控制面板即可验证安装信息。您可以使用[查询设备终端](/zh/api/device-api/inspect/)来查看以下信息:

- 设备归因
- 设备再归因
- 事件数据
- 推送标签集成
- 订阅数据
- 设备归因
- 设备再归因
- 事件数据
- 推送标签集成
- 订阅数据

要使用设备 API:

Expand Down