Skip to content
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
6 changes: 3 additions & 3 deletions config/_default/params.ko.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
announcement_banner:
desktop_message: "<span>Join Datadog at DASH—coming to NYC June 9-10. Register now for Super Early Bird savings of $700 until March 31</span>"
mobile_message: "<span>Join us at DASH—June 9-10. Save $700 until March 31</span>"
desktop_message: "<span>6월 9일~10일에 진행되는 DASH에 참여하세요. 3월 31일까지 등록하면 $700를 절약할 수 있습니다.</span>"
external_link: "https://dash.datadoghq.com/?utm_source=events&amp;utm_medium=internal&amp;utm_campaign=summit-202606dash&amp;utm_term=HPbanner"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep campaign URL query separators unescaped

Use raw & separators in external_link instead of &amp;. The Korean banner URL is now HTML-escaped in config, and when Hugo templates escape attributes at render time this becomes double-escaped (&amp;amp;), so the outgoing link carries parameters like amp;utm_medium/amp;utm_campaign rather than the intended UTM keys; this breaks campaign attribution for KO banner clicks (other locale params files keep the URL unescaped).

Useful? React with 👍 / 👎.

mobile_message: "<span>6월 9일~10일에 진행되는 DASH에 참여하세요. 3월 31일까지 등록하면 $700를 절약할 수 있습니다.</span>"
background_color: "#000000"
custom_classes: 'dash-announcement-banner'
external_link: https://dash.datadoghq.com/?utm_source=events&utm_medium=internal&utm_campaign=summit-202606dash&utm_term=HPbanner
disclaimer: 이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다. <br>현재 번역 프로젝트에 대한 질문이나 피드백이 있으신
경우<a href="https://docs.datadoghq.com/ko/help/"> 언제든지 연락주시기 바랍니다.</a>
meta_description: 클라우드 스케일 모니터링의 선두주자, Datadog
Expand Down
Loading