Skip to content

Commit

Permalink
Fix translated and formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 8aa4b5d commit 3b83b9b
Show file tree
Hide file tree
Showing 32 changed files with 120 additions and 120 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/ko/sdk/react-native/v4/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ redirects:

Adjust SDK의 동작을 설정하는 방법에 관한 본 문서의 메서드를 참조하시기 바랍니다.

## config 객체 인스턴스화 \{\#instantiate\-your\-config\-object\}
## config 객체 인스턴스화 {#instantiate-your-config-object}

<CodeBlock title="메서드 서명">

Expand All @@ -41,7 +41,7 @@ const adjustConfig = new AdjustConfig(
Adjust.create(adjustConfig);
```

## 읽기 전용 구성 \{\#read\-only\-configuration\}
## 읽기 전용 구성 {#read-only-configuration}

**읽기 전용** 구성 옵션은 SDK를 초기화하기 ****`AdjustConfig` 인스턴스에 설정되어 있습니다. SDK 실행 중에는 이 옵션을 변경할 수 없습니다. 사용할 옵션은 `Adjust.start()`를 실행하기 전에 설정해야 합니다.

Expand Down Expand Up @@ -248,7 +248,7 @@ adjustConfig.setDelayStart(5.5);
Adjust.create(adjustConfig);
```

## 동적 구성 \{\#dynamic\-configuration\}
## 동적 구성 {#dynamic-configuration}

**동적** 구성 옵션은 이벤트 또는 사용자 행동에 대한 응답으로 SDK의 라이프사이클 중에 변경될 수 있습니다.

Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/ko/sdk/react-native/v4/features/ad-revenue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adjust SDK를 사용하여 [지원되는 네트워크 파트너](https://help.ad

</Callout>

## AdjustAdRevenue 객체 인스턴스화 \{\#instantiate\-an\-adjustadrevenue\-object\}
## AdjustAdRevenue 객체 인스턴스화 {#instantiate-an-adjustadrevenue-object}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -53,7 +53,7 @@ var adjustAdRevenue = new AdjustAdRevenue("source");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## 광고 매출 전송 \{\#send\-ad\-revenue\}
## 광고 매출 전송 {#send-ad-revenue}

<CodeBlock title="메서드 서명">

Expand All @@ -71,7 +71,7 @@ var adjustAdRevenue = new AdjustAdRevenue("source");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## 광고 매출 금액 기록 \{\#record\-ad\-revenue\-amount\}
## 광고 매출 금액 기록 {#record-ad-revenue-amount}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -100,7 +100,7 @@ adjustAdRevenue.setRevenue(1.0, "EUR");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## 광고 캠페인 세부 사항 기록 \{\#record\-ad\-campaign\-details\}
## 광고 캠페인 세부 사항 기록 {#record-ad-campaign-details}

`AdjustAdRevenue` 클래스에 광고 캠페인 리포트에 사용할 수 있는 속성이 포함됩니다.

Expand Down Expand Up @@ -190,7 +190,7 @@ adjustAdRevenue.setAdRevenuePlacement("banner");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## 콜백 파라미터 추가 \{\#add\-callback\-parameters\}
## 콜백 파라미터 추가 {#add-callback-parameters}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -239,7 +239,7 @@ adjustAdRevenue.addCallbackParameter("key", "value");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## 파트너 파라미터 추가 \{\#add\-partner\-parameters\}
## 파트너 파라미터 추가 {#add-partner-parameters}

<CodeBlock title="메서드 서명">

Expand All @@ -263,7 +263,7 @@ adjustAdRevenue.addPartnerParameter("key", "value");
Adjust.trackAdRevenue(adjustAdRevenue);
```

## \{\#example\}
## {#example}

이 예시는 다음 속성을 사용하여 광고 매출 객체를 설정하고 기록하는 방법을 보여줍니다.

Expand Down
10 changes: 5 additions & 5 deletions src/content/docs/ko/sdk/react-native/v4/features/att.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

IDFA\(ID for Advertisers\)를 기록하려면 사용자의 허가를 받기 위한 메시지를 표시해야 합니다. 이렇게 하려면 앱에 Apple의 ATT\(App Tracking Transparency\) 프레임워크를 포함해야 합니다. Adjust SDK는 사용자의 허가 여부를 저장하고 각 요청과 함께 Adjust 서버로 전송합니다.

## 승인 상태 \{\#authorization\-statuses\}
## 승인 상태 {#authorization-statuses}

| 상태 | 코드 | 설명 |
| --------------------------------------------------- | ---- | ------------------------------------------------------------ |
Expand All @@ -29,7 +29,7 @@ SDK가 ATT\(App Tracking Transparency\) 상태를 조회할 수 없는 경우, `

</Callout>

## ATT 승인 래퍼 \{\#att\-authorization\-wrapper\}
## ATT 승인 래퍼 {#att-authorization-wrapper}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -99,7 +99,7 @@ Adjust.requestTrackingAuthorizationWithCompletionHandler(function (status) {
});
```

## 현재 승인 상태 확인 \{\#get\-current\-authorization\-status\}
## 현재 승인 상태 확인 {#get-current-authorization-status}

<CodeBlock title="메서드 서명">

Expand All @@ -124,7 +124,7 @@ var authorizationStatus = String(Adjust.getAppTrackingAuthorizationStatus());
Adjust.addSessionPartnerParameter("status", authorizationStatus);
```

## 승인 상태 변경 확인 \{\#check\-for\-authorization\-status\-changes\}
## 승인 상태 변경 확인 {#check-for-authorization-status-changes}

<CodeBlock title="메서드 서명">

Expand All @@ -140,7 +140,7 @@ checkForNewAttStatus: () => void
Adjust.checkForNewAttStatus();
```

## 커스텀 프롬프트 타이밍 \{\#custom\-prompt\-timing\}
## 커스텀 프롬프트 타이밍 {#custom-prompt-timing}

<CodeBlock title="메서드 서명">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

사용자가 Adjust 링크와 상호작용하면 어트리뷰션 정보가 업데이트됩니다. 이는 사용자가 [딥링크](https://help.adjust.com/ko/article/deep-links)와 상호작용하는 경우에 발생할 수 있습니다. 사용자의 어트리뷰션 관련 정보는 `AdjustAttribution` 클래스에 나타납니다.

## AdjustAttribution 클래스 속성 \{\#adjustattribution\-class\-properties\}
## AdjustAttribution 클래스 속성 {#adjustattribution-class-properties}

`AdjustAttribution` 클래스는 기기의 현재 어트리뷰션 상태에 관한 세부 내용을 포함합니다. 해당 사용자에 대해 입력되지 않은 모든 값은 `null` 값으로 반환됩니다.

Expand Down Expand Up @@ -43,7 +43,7 @@ redirects:
| `costCurrency` | `string` | 비용 관련 [3자 ISO 4217 통화 코드](https://www.iban.com/currency-codes). |
| `fbInstallReferrer` | `string` | [Facebook install referrer](https://developers.facebook.com/docs/app-ads/install-referrer/). |

## 어트리뷰션 변경 시 함수 트리거 \{\#trigger\-a\-function\-when\-attribution\-changes\}
## 어트리뷰션 변경 시 함수 트리거 {#trigger-a-function-when-attribution-changes}

<CodeBlock title="속성 선언">

Expand Down Expand Up @@ -89,7 +89,7 @@ Adjust.create(adjustConfig);

</CodeBlock>

## 현재 어트리뷰션 정보 확인 \{\#get\-current\-attribution\-information\}
## 현재 어트리뷰션 정보 확인 {#get-current-attribution-information}

<CodeBlock title="메서드 서명">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SDK 초기화 **이전** 에 콜백을 등록해야 합니다.

</Callout>

## 세션 콜백 \{\#session\-callbacks\}
## 세션 콜백 {#session-callbacks}

SDK가 세션 정보를 전송할 때 함수를 트리거하는 이벤트 콜백을 설정합니다. **Success** 콜백과 **failure** 콜백을 생성할 수 있습니다. **Success** 콜백은 SDK가 Adjust 서버로 정보를 전송할 때 트리거합니다. **Failure** 콜백은 SDK가 정보를 전송하는 동안 문제가 발생할 경우 트리거합니다.

Expand Down Expand Up @@ -143,7 +143,7 @@ adjustConfig.setSessionTrackingFailedCallbackListener(
Adjust.create(adjustConfig);
```

## 이벤트 콜백 \{\#event\-callbacks\}
## 이벤트 콜백 {#event-callbacks}

SDK가 이벤트 정보를 전송할 때 함수를 트리거하는 이벤트 콜백을 설정합니다. **Success** 콜백과 **failure** 콜백을 생성할 수 있습니다. **Success** 콜백은 SDK가 Adjust 서버로 정보를 전송할 때 트리거합니다. **Failure** 콜백은 SDK가 정보를 전송하는 동안 문제가 발생할 경우 트리거합니다.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ redirects:

SDK는 사용자가 링크를 통해 앱을 실행한 이후에 딥링크 데이터를 읽을 수 있습니다.

## 딥링크 설정 \{\#set\-up\-deep\-linking\}
## 딥링크 설정 {#set-up-deep-linking}

사용자가 앱을 설치한 경우, 사용자가 딥링크 정보가 포함된 링크를 클릭하면 딥링크가 실행됩니다. Adjust SDK는 앱에서 사용하기 위해 딥링크 정보를 파싱할 수 있는 툴을 포함하고 있습니다.

Expand All @@ -37,7 +37,7 @@ React Native 앱에 대한 딥링크 설정 방법:

3. 딥링크 URL을 자바스크립트 코드에 사용합니다.

## 디퍼드 딥링크 \{\#deferred\-deep\-linking\}
## 디퍼드 딥링크 {#deferred-deep-linking}

### 디퍼드 딥링크 비활성화 {#disable-deferred-deep-linking}

Expand Down Expand Up @@ -105,7 +105,7 @@ adjustConfig.setDeferredDeeplinkCallbackListener(LogDeepLink);
Adjust.create(adjustConfig);
```

## 딥링크를 통한 리어트리뷰션 \{\#reattribution\-via\-deep\-links\}
## 딥링크를 통한 리어트리뷰션 {#reattribution-via-deep-links}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -138,7 +138,7 @@ handleDeepLink(event) {
}
```

## LinkMe 활성화 \{\#enable\-linkme\}
## LinkMe 활성화 {#enable-linkme}

<CodeBlock title="메서드 서명">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

Adjust SDK는 디바이스 정보를 반환하는 헬프 메서드가 포함되어 있습니다. 해당 메서드를 사용하여 콜백에 세부 정보를 추가하고 리포트를 보완하시기 바랍니다.

## Adjust 디바이스 ID \{\#adjust\-device\-identifier\}
## Adjust 디바이스 ID {#adjust-device-identifier}

<CodeBlock title="메서드 서명">

Expand All @@ -32,7 +32,7 @@ Adjust.getAdid((adid) => {
});
```

## 광고주용 ID \{\#id\-for\-advertisers\}
## 광고주용 ID {#id-for-advertisers}

<CodeBlock title="메서드 서명">

Expand All @@ -50,7 +50,7 @@ Adjust.getIdfa((idfa) => {
});
```

## Google Play Services Advertising ID \{\#google\-play\-services\-advertising\-id\}
## Google Play Services Advertising ID {#google-play-services-advertising-id}

<CodeBlock title="메서드 서명">

Expand All @@ -72,7 +72,7 @@ Adjust.getGoogleAdId((googleAdId) => {
});
```

## Amazon Advertiser ID \{\#amazon\-advertiser\-id\}
## Amazon Advertiser ID {#amazon-advertiser-id}

<CodeBlock title="메서드 서명">

Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/ko/sdk/react-native/v4/features/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

Adjust SDK가 제공하는 `AdjustEvent` 객체는 이벤트 정보를 구성하고 이러한 정보를 앱에서 Adjust 서버로 전송하는 데 사용할 수 있습니다.

## AdjustEvent 객체 인스턴스화 \{\#instantiate\-an\-adjustevent\-object\}
## AdjustEvent 객체 인스턴스화 {#instantiate-an-adjustevent-object}

<CodeBlock title="메서드 서명">

Expand All @@ -36,7 +36,7 @@ var adjustEvent = new AdjustEvent("abc123");
Adjust.trackEvent(adjustEvent);
```

## 이벤트 전송 \{\#send\-an\-event\}
## 이벤트 전송 {#send-an-event}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -132,7 +132,7 @@ Parameters:

</CodeBlock>

## 매출 이벤트 기록 \{\#record\-event\-revenue\}
## 매출 이벤트 기록 {#record-event-revenue}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -240,7 +240,7 @@ Parameters:

</CodeBlock>

## 매출 이벤트 중복 제거 \{\#deduplicate\-revenue\-events\}
## 매출 이벤트 중복 제거 {#deduplicate-revenue-events}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -300,7 +300,7 @@ Parameters:

</CodeBlock>

## 콜백 파라미터 추가 \{\#add\-callback\-parameters\}
## 콜백 파라미터 추가 {#add-callback-parameters}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -398,7 +398,7 @@ Parameters:

</CodeBlock>

## 파트너 파라미터 추가 \{\#add\-partner\-parameters\}
## 파트너 파라미터 추가 {#add-partner-parameters}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -469,7 +469,7 @@ Parameters:

</CodeBlock>

## 콜백 ID 추가 \{\#add\-a\-callback\-identifier\}
## 콜백 ID 추가 {#add-a-callback-identifier}

<CodeBlock title="메서드 서명">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ adjustConfig.setPreinstallTrackingEnabled(true);
Adjust.create(adjustConfig);
```

## 디폴트 링크 토큰 \{\#default\-link\-token\}
## 디폴트 링크 토큰 {#default-link-token}

디폴트 링크 토큰을 설정하면 모든 사전 설치를 미리 정의된 Adjust 링크에 어트리뷰션할 수 있습니다. Adjust는 어트리뷰션 소스가 변경될 때까지 이 토큰에 대한 모든 정보를 기록합니다. 설정 방법:

Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/ko/sdk/react-native/v4/features/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

Adjust SDK에는 앱에서 사용자 프라이버시를 관리할 수 있는 기능이 포함되어 있습니다.

## 삭제 요청 전송 \{\#send\-erasure\-request\}
## 삭제 요청 전송 {#send-erasure-request}

<CodeBlock title="메서드 서명">

Expand All @@ -35,7 +35,7 @@ EU의 개인정보 보호 규정\(GDPR\) 및 기타 개인정보 보호법\(CCPA
Adjust.gdprForgetMe();
```

## 특정 사용자에 대한 서드파티 공유 \{\#third\-party\-sharing\-for\-specific\-users\}
## 특정 사용자에 대한 서드파티 공유 {#third-party-sharing-for-specific-users}

Adjust SDK를 사용하여 사용자의 서드파티 공유 설정 변경 내용을 기록할 수 있습니다. 서드파티 공유 설정은 `AdjustThirdPartySharing` 클래스를 사용하여 구성됩니다.

Expand Down Expand Up @@ -174,7 +174,7 @@ adjustThirdPartySharing.addGranularOption("google_dma", "ad_user_data", "1");
Adjust.trackThirdPartySharing(adjustThirdPartySharing);
```

## 서드파티 공유 비활성화 \{\#disable\-third\-party\-sharing\}
## 서드파티 공유 비활성화 {#disable-third-party-sharing}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -280,7 +280,7 @@ adjustThirdPartySharing.addPartnerSharingSetting("PartnerA", "event", true);
Adjust.trackThirdPartySharing(adjustThirdPartySharing);
```

## 데이터 레지던시 \{\#data\-residency\}
## 데이터 레지던시 {#data-residency}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -324,7 +324,7 @@ Adjust.create(adjustConfig);

</CodeBlock>

## 특정 사용자에 대한 동의 측정 \{\#consent\-measurement\-for\-specific\-users\}
## 특정 사용자에 대한 동의 측정 {#consent-measurement-for-specific-users}

<CodeBlock title="메서드 서명">

Expand All @@ -346,7 +346,7 @@ Adjust 대시보드에서 [데이터 프라이버시 설정](https://help.adjust
Adjust.trackMeasurementConsent(true);
```

## COPPA 준수 \{\#coppa\-compliance\}
## COPPA 준수 {#coppa-compliance}

<CodeBlock title="메서드 서명">

Expand Down Expand Up @@ -379,7 +379,7 @@ Adjust.create(adjustConfig);

</Callout>

## 플레이 스토어 어린이용 앱 \(Android에만 해당\) \{\#play\-store\-kids\-apps\-android\-only\}
## 플레이 스토어 어린이용 앱 \(Android에만 해당\) {#play-store-kids-apps-android-only}

<CodeBlock title="메서드 서명">

Expand Down
Loading

0 comments on commit 3b83b9b

Please sign in to comment.