ADVERTISEMENT

'Our Beloved Summer,' 'Young Lady and Gentleman,' 'Snowdrop' stars top brand index

Published Jan 29, 2022 01:30 pm

The stars of “Our Beloved Summer,” “Young Lady and Gentleman,” “Snowdrop” and “Now, We Are Breaking Up” topped the brand reputation ranking for Korean drama actors in January 2022.

The Korea Corporate Research Institute analyzed 80.32 million pieces of big data of 50 Korean actors who appeared in dramas from Dec. 29 to Jan. 29, an increase of 7.37 percent from 74.81 million in December.

(Clockwise from top left) Choi Woo-shik, Kim Da-mi, Ji Hyun-woo, Jung Hae-in, Lee Se-hee, Song Hye-kyo, BLACKPINK's Jisoo, Noh Jung-ui, Kim Sung-cheol and Im Siwan (Instagram, SBS)

Their brand reputation index was based on consumer participation, media exposure, communication and community indices and it aims to find out that consumers’ online habits have a great influence on brand consumption.

Actor Choi Woo-shik of the Netflix drama “Our Beloved Summer” topped the brand reputation index for January with 6.55 million.

His co-star, actress Kim Da-mi, placed second with a brand reputation index score of 5.33 million.

Actor Ji Hyun-woo, star of “Young Lady and Gentleman,” grabbed third place with a brand reputation index score of 4.52 million.

“Snowdrop” star Jung Hae-in is in fourth place with a brand reputation score of 4.3 million.

Actress Lee Se-hee of “Young Lady and Gentleman” placed fifth with a brand reputation score of 3.06 million.

Grabbing sixth to 10th places are Song Hye-kyo of “Now, We Are Breaking Up,” BLACKPINK’s Jisoo of “Snowdrop,” Noh Jung-ui of “Our Beloved Summer,” Kim Sung-cheol of “Our Beloved Summer” and Im Siwan of “Tracer.”

Here are the top 30 Korean drama actors based on brand reputation index scores for January 2022:

1. Choi Woo-shik - 6,556,797

2. Kim Da-mi - 5,337,173

3. Ji Hyun-woo - 4,523,681

4. Jung Hae-in - 4,306,112

5. Lee Se-hee - 3,065,105

6. Song Hye-kyo - 2,822,148

7. BLACKPINK's Jisoo - 2,791,842

8· Noh Jung-ui - 2,707,036

9. Kim Sung-cheol - 2,633,161

10.Im Siwan - 2,252,417

11. Kim Nam-gil - 2,016,549

12. Jun So-min - 1,801,839

13. Jang Ki-yong - 1,790,884

14. Kwon Nara - 1,750,211

15. Lee Jin-wook - 1,645,340

16.Park Ha-na - 1,629,147

17. Song Yoon-ah -1,509,310

18. Yoo Seung-ho -1,375,473

19. Lee Joon - 1,340,369

20. Lee Dong-wook - 1,297,423

21. Kim Bum - 1,248,171

22. Cho Yi-hyun - 1,196,162

23. WEi's Kim Yohan - 1,188,970

24. Soo Ae - 1,162,336

25. Kim Joo-heon - 1,056,254

26.Go Ah-sung - 1,051,967

27. Song Ji-hyo - 1,039,804

28. Kim Young-chul - 1,006,581

29. Han Ji-eun - 999,949

30. Park Jin-joo - 979,788

Related Tags

Korean dramas brand reputation index ‘Snowdrop our beloved summer Young Lady and Gentleman Netflix
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.