ADVERTISEMENT

34th Grand AdClash highlights student creativity

ANG P1NTIG emerges victorious

Published May 25, 2026 04:31 pm
Fourth-year PUP Advertising and Public Relations students presented integrated marketing communication campaigns for Kami Tissue at Robinsons Galleria.
Fourth-year PUP Advertising and Public Relations students presented integrated marketing communication campaigns for Kami Tissue at Robinsons Galleria.
The 34th Grand AdClash: Steady on Track, Unfold Your Soft Power took place in May 14, 2026 at Robinsons Galleria, where fourth-year Advertising and Public Relations students from the Polytechnic University of the Philippines (PUP) College of Communication presented integrated marketing communication (IMC) campaigns for Kami Tissue under Quanta Paper Corporation.
As the official brand partner, Kami Tissue collaborated with Grand AdClash in giving students a real-world platform to apply their creativity, strategic thinking, and communication skills through campaign presentations developed for the brand.
Student teams S1DHAYA, THE UN2LD, D3VIATE, and ANG P1NTIG presented their campaign concepts before industry professionals, invited guests, faculty members, and fellow students, showcasing various insights and creative approaches that reflected their understanding of modern Filipino consumers and brand communication.
Industry experts and brand representatives evaluated IMC campaigns of competing student teams during the 34th Grand AdClash.
Industry experts and brand representatives evaluated IMC campaigns of competing student teams during the 34th Grand AdClash.
Among the panelists present were Steven Leung, Mark Jason Vivas, Jonathan Tilar, Min Roldan, and Yong Tapang Jr., who witnessed the students’ campaign executions and presentations firsthand.
Steven shared his experience witnessing the students’ presentations and creative executions throughout the competition.
“What stood out the most to us was how distinct and unique each team’s perspective was. Despite working on the same brand and receiving the same brief, every group managed to present completely different approaches, insights, and creative directions,” he added.
During the opening remarks, Mark emphasized the importance of supporting young creatives and recognizing the value of student-led ideas in shaping future brand conversations.
“We believe that the next big ideas are not always found in boardrooms. Sometimes, they come from students who are brave enough to challenge traditional marketing and see opportunities from a completely different perspective,” he shared.
The competition also allowed students to experience the realities of campaign pitching, collaboration, and live presentations in a professional setting.
ANG P1NTIG posed for a photo after winning the 34th Grand AdClash with their integrated marketing communication campaign for Kami Tissue.
ANG P1NTIG posed for a photo after winning the 34th Grand AdClash with their integrated marketing communication campaign for Kami Tissue.
Emerging as this year’s Grand Champion was ANG P1NTIG, whose campaign stood out for its strategic insight, cultural grounding, and integrated creative execution.
Team leaders Emar Lorenz Samar and Aldreich Pascual shared that the team’s campaign was built on resilience, consumer insight, and years of shared experiences in competitions and collaborative work.
“P1NTIG ’Di Padadaig is more than a motto. It is the heart of who we are and the reason we were able to turn every challenge into something worth celebrating,” Emar shared.
“Consumers are the boss, but the insight is the king,” Aldreich added, emphasizing the importance of strategic and audience-centered thinking in building their campaign.
For adviser Dan Patrick Macaya, the team’s victory reflected not only talent, but also years of growth, collaboration, and perseverance.
“This win is simply a bonus. The growth they gained throughout the journey is the real victory,” Macaya shared.
The program concluded with closing remarks from Overall Project head Jasmin Danielle Erfe, who expressed gratitude to the organizers, panelists, sponsors, and participants who helped bring the event to life.
Jamille Vergel de Dios, adviser of the 34th Grand AdClash, also recognized the efforts of both third and fourth year students in mounting the event and producing meaningful campaigns despite the challenges throughout the preparation period.
Through partnerships with brands such as Kami Tissue and Quanta Paper Corporation, Grand AdClash continues to bridge academic learning and real-world industry practice, encouraging students to develop campaigns that are both strategic and meaningful.

Related Tags

34th Grand AdClash PUP Kami Tissue
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.