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 updated for commit 913df6ab7446d950ddfad37b9116ba9e4c2822ab from main #1281

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/content/docs/ko/sdk/react-native/v5/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 @@ -55,7 +55,7 @@ var adjustAdRevenue = new AdjustAdRevenue("source");
Adjust.trackAdRevenue(adjustAdRevenue);
```

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down