ADVERTISEMENT

DTI, TikTok to accelerate e-commerce, boost MSMEs

Published Jun 7, 2024 09:52 am

From L to R: TikTok representative Nerissa Tan, TikTok representative Roy Teo, DTI Undersecretary Allan Gepty, DTI Secretary Fred Pascual, TikTok Vice President of Public Policy, Helena Lersch, and PTIC-Singapore Commercial Counsellor Carla Grepo 

 

 

Building on the momentum of the Philippines’ digital transformation initiatives, the Department of Trade and Industry (DTI) and leading social media platform Tiktok are in discussion for possible collaboration on the establishment of a Content Creator Academy to foster Filipino talents and creative minds for a deeper digital integration in the country. 

The possible collaboration was raised during DTI Secretary Alfredo E. Pascual meeting with Tiktok representatives in Singapore on June 5 where they agreed to strengthen existing partnerships and explore potential collaboration to support the country’s innovation economy. 

According to Pascual, the strong partnership between the DTI and TikTok seeks to empower MSMEs, uplift communities, and increase market access, particularly in rural areas, as outlined in the E-Commerce Philippines 2025 Roadmap.

"Our collaboration with TikTok represents a pivotal step in propelling e-commerce forward in the Philippines. This partnership is poised to significantly bolster the growth and development of the digital marketplace, benefiting businesses, consumers, and the overall economy,” said Pascual.

“TikTok's influence in empowering local micro, small, and medium enterprises (MSMEs) is undeniable, and their accelerated adoption of e-commerce is crucial for revolutionizing production sectors, generating high-quality employment opportunities, and elevating the competitiveness of Philippine products on the global stage,” Pascual emphasized.

The popular social media platform allows users to create, share and discover short-form videos.

TikTok was introduced in the Philippines last May 2017 while the TikTok Shop was launched in April 2022. Currently, there are about 53 million TikTok users in the country and about two million sellers in the TikTok Shop.

During the meeting, the DTI recognized TikTok's generous support as a major sponsor of the upcoming first Cashless Expo, a collaboration between the DTI, the Bangko Sentral ng Pilipinas, and the private sector. The expo will be in partnership with the Department of Agriculture, aiming to promote digital payments in the agricultural and trade sectors.

The Philippine delegation also welcomed TikTok's Safety Enforcement Tool (TSET), a platform designed to promote consumer protection. TSET is a portal built for verified government agencies and law enforcement representatives to securely request and monitor the progress of content takedown.

While the DTI is eager to explore the implementation of TSET, it underscores the critical need for transparent information sharing regarding government reports. With the passage of the ITA, all platforms including TikTok are expected to adhere to the regulations outlined in the new law.

Additionally, the DTI commends TikTok for its participation in the e-commerce memorandum of understanding (MOU) facilitated by the Intellectual Property Office of the Philippines. This MOU aims to combat counterfeiting and piracy online, fostering a safer e-commerce environment for consumers and brand owners.

Moreover, the DTI chief expressed appreciation for TikTok's swift action in response to show cause orders issued by the DTI-Fair Trade Enforcement Bureau concerning the sale of vape products. To date, TikTok removed 570 user-generated content and 337 associated products—demonstrating its commitment to comply with local laws and regulations.

"We encourage TikTok to continue its compliance with relevant local laws and regulations. The Philippine government's task force investigating issues surrounding TikTok will remain impartial and provide the platform with opportunities to address and clarify concerns,” Pascual said.

TikTok has been a proactive partner of the Philippine government in shaping the future of e-commerce in the country, said DTI. The company has provided valuable insights and participated in the consultations for the Internet Transactions Act (ITA) and the upcoming E-Commerce Roadmap 2025. 

 

 

 

 

 

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.