diff --git a/content/docs/ko/help-center/share-forms/tracking-hidden-fields.mdx b/content/docs/ko/help-center/share-forms/tracking-hidden-fields.mdx index cd4fcec..99405de 100644 --- a/content/docs/ko/help-center/share-forms/tracking-hidden-fields.mdx +++ b/content/docs/ko/help-center/share-forms/tracking-hidden-fields.mdx @@ -43,21 +43,21 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; ### 기본 설문 URL 준비 ``` - https://walla.my/v/QA9S0i0UfZn5rZTfSbd4 + https://walla.my/v/QA9S0imWeo232fSbd4 ``` ### 히든 필드 이름 추가 `?필드명=` 형식으로 추가합니다. ``` - https://walla.my/v/QA9S0i0UfZn5rZTfSbd4?source= + https://walla.my/v/QA9S0imWeo232fSbd4?source= ``` ### 필드 값 입력 예: 유튜브에서 유입된 경우 ``` - https://walla.my/v/QA9S0i0UfZn5rZTfSbd4?source=youtube + https://walla.my/v/QA9S0imWeo232fSbd4?source=youtube ``` @@ -69,7 +69,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; - URL에 여러 히든 필드를 추가하려면 ‘?’ 대신 ‘&’로 이어붙이면 돼요. ``` -https://walla.my/v/QA9S0i0UfZn5rZTfSbd4?source=instagram&media=video +https://walla.my/v/QA9S0imWeo232fSbd4?source=instagram&media=video ``` → 인스타그램 비디오 광고를 통한 유입이라는 의미예요.