{"id":3226,"date":"2025-10-21T04:15:58","date_gmt":"2025-10-21T04:15:58","guid":{"rendered":"https:\/\/www.blissintelligence.co.th\/pdpa\/"},"modified":"2026-07-17T05:06:30","modified_gmt":"2026-07-17T05:06:30","slug":"pdpa","status":"publish","type":"page","link":"https:\/\/www.blissintelligence.co.th\/en\/pdpa\/","title":{"rendered":"PDPA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3226\" class=\"elementor elementor-3226 elementor-2799\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e5891c e-flex e-con-boxed e-con e-parent\" data-id=\"4e5891c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38935ef elementor-widget elementor-widget-spacer\" data-id=\"38935ef\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1882043 e-flex e-con-boxed e-con e-parent\" data-id=\"1882043\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81ff736 elementor-widget elementor-widget-html\" data-id=\"81ff736\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>PDPA | Personal Data Protection - Bliss Intelligence<\/title>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: 'Sarabun', 'Prompt', 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #1f2124;\n    background: #f8f9fc;\n    line-height: 1.7;\n  }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: linear-gradient(135deg, #002a5e 0%, #0f4d8c 40%, #1a5a9e 70%, #003e89 100%);\n    padding: 5rem 2rem 4rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60%;\n    right: -20%;\n    width: 600px;\n    height: 600px;\n    border-radius: 50%;\n    background: rgba(106, 159, 196, 0.08);\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -40%;\n    left: -10%;\n    width: 400px;\n    height: 400px;\n    border-radius: 50%;\n    background: rgba(141, 192, 74, 0.06);\n  }\n  .hero-inner {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #8dc04a;\n    color: #fff;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 4px 18px;\n    border-radius: 20px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 {\n    font-size: 2.6rem;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 0.5rem;\n    line-height: 1.3;\n  }\n  .hero h1 small {\n    display: block;\n    font-size: 1.1rem;\n    font-weight: 400;\n    color: #8bb8d6;\n    margin-top: 0.3rem;\n  }\n  .hero p {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.8);\n    max-width: 650px;\n    margin: 1rem auto 0;\n  }\n\n  \/* ===== CONTAINER ===== *\/\n  .container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  \/* ===== SECTION ===== *\/\n  .section-intro {\n    text-align: center;\n    padding: 3rem 0 1rem;\n  }\n  .section-intro h2 {\n    font-size: 1.8rem;\n    color: #002a5e;\n    font-weight: 700;\n    margin-bottom: 0.8rem;\n  }\n  .section-intro p {\n    color: #55595c;\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 1rem;\n  }\n\n  \/* ===== CARDS GRID ===== *\/\n  .cards-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n    padding: 1rem 0 3rem;\n  }\n\n  .card {\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,42,94,0.08);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n    display: flex;\n    flex-direction: column;\n    border: 1px solid #eef2f7;\n  }\n  .card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 28px rgba(0,42,94,0.12);\n  }\n\n  .card-icon {\n    height: 80px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #eef6fc 0%, #dce8f5 100%);\n    color: #002a5e;\n    font-size: 2rem;\n  }\n  .card-body {\n    padding: 1.5rem 1.5rem 1.8rem;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n  }\n  .card-body h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #002a5e;\n    margin-bottom: 0.6rem;\n    line-height: 1.4;\n  }\n  .card-body p {\n    font-size: 0.92rem;\n    color: #55595c;\n    flex: 1;\n    margin-bottom: 1.2rem;\n  }\n  .card-body .btn-pdf {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #002a5e;\n    color: #fff;\n    text-decoration: none;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-size: 0.9rem;\n    font-weight: 500;\n    transition: background 0.2s ease;\n    align-self: flex-start;\n  }\n  .card-body .btn-pdf:hover {\n    background: #0f4d8c;\n  }\n  .card-body .btn-pdf svg {\n    width: 16px;\n    height: 16px;\n    fill: currentColor;\n    flex-shrink: 0;\n  }\n\n  \/* ===== CARD VARIANTS ===== *\/\n  .card:nth-child(1) .card-icon { background: linear-gradient(135deg, #eef6fc 0%, #c5dff0 100%); }\n  .card:nth-child(2) .card-icon { background: linear-gradient(135deg, #eef6fc 0%, #d0e8f7 100%); }\n  .card:nth-child(3) .card-icon { background: linear-gradient(135deg, #f0f4f9 0%, #dce4ec 100%); }\n  .card:nth-child(4) .card-icon { background: linear-gradient(135deg, #eaf5dc 0%, #d9ecc1 100%); }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .hero { padding: 3rem 1.5rem 2.5rem; }\n    .hero h1 { font-size: 1.8rem; }\n    .hero h1 small { font-size: 0.95rem; }\n    .container { padding: 0 1.2rem; }\n    .cards-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (max-width: 480px) {\n    .hero h1 { font-size: 1.5rem; }\n    .card-body { padding: 1.2rem; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ===== HERO ===== -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <span class=\"hero-badge\">PDPA<\/span>\n    <h1>\n      Personal Data Protection\n      <small>\u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25<\/small>\n    <\/h1>\n    <p>\n      Bliss Intelligence Public Company Limited places great importance on the protection of personal data.\n      You can study our policies and notices from the following documents.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ===== CONTENT ===== -->\n<div class=\"container\">\n\n  <div class=\"section-intro\">\n    <h2>Policies &amp; Notices<\/h2>\n    <p>Browse documents related to personal data protection of Bliss Intelligence Group of Companies<\/p>\n  <\/div>\n\n  <div class=\"cards-grid\">\n\n    <!-- Card 1: Privacy Policy -->\n    <div class=\"card\">\n      <div class=\"card-icon\">\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n          <path d=\"M9 12l2 2 4-4\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"card-body\">\n        <h3>Privacy Policy<\/h3>\n        <p>A principle-based framework for protecting personal data disclosed by data subjects to the Group of Companies.<\/p>\n        <a href=\"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/%E0%B8%99%E0%B9%82%E0%B8%A2%E0%B8%9A%E0%B8%B2%E0%B8%A2%E0%B8%84%E0%B8%B8%E0%B9%89%E0%B8%A1%E0%B8%84%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B8%82%E0%B9%89%E0%B8%AD%E0%B8%A1%E0%B8%B9%E0%B8%A5%E0%B8%AA%E0%B9%88%E0%B8%A7%E0%B8%99%E0%B8%9A%E0%B8%B8%E0%B8%84%E0%B8%84%E0%B8%A5.pdf\" class=\"btn-pdf\" target=\"_blank\" rel=\"noopener\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n          Download PDF\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Card 2: Privacy Notice -->\n    <div class=\"card\">\n      <div class=\"card-icon\">\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"\/>\n          <path d=\"M13.73 21a2 2 0 0 1-3.46 0\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"card-body\">\n        <h3>Privacy Notice<\/h3>\n        <p>Details on how personal data is managed and processed by the Group of Companies.<\/p>\n        <a href=\"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/2026-05-29_%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B2%E0%B8%A8%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99%E0%B8%AA%E0%B9%88%E0%B8%A7%E0%B8%99%E0%B8%95%E0%B8%B1%E0%B8%A7.pdf\" class=\"btn-pdf\" target=\"_blank\" rel=\"noopener\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n          Download PDF\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Card 3: Privacy Notice for Partners\/Customers -->\n    <div class=\"card\">\n      <div class=\"card-icon\">\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n          <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n          <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\n          <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"card-body\">\n        <h3>Privacy Notice for Partners, Customers and Business Relations<\/h3>\n        <p>Details on how personal data of partners, customers and business relations is managed and processed by the Group of Companies.<\/p>\n        <a href=\"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B2%E0%B8%A8%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99%E0%B8%AA%E0%B9%88%E0%B8%A7%E0%B8%99%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%AA%E0%B8%B3%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B8%A5%E0%B8%B9%E0%B8%81%E0%B8%84%E0%B9%89%E0%B8%B2-%E0%B8%84%E0%B8%B9%E0%B9%88%E0%B8%84%E0%B9%89%E0%B8%B2-1.pdf\" class=\"btn-pdf\" target=\"_blank\" rel=\"noopener\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n          Download PDF\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Card 4: Privacy Notice for Employees\/Applicants -->\n    <div class=\"card\">\n      <div class=\"card-icon\">\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\/>\n          <circle cx=\"12\" cy=\"7\" r=\"4\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"card-body\">\n        <h3>Privacy Notice for Employees, Job Applicants and Interns<\/h3>\n        <p>Details on how personal data of employees, job applicants, and interns is managed and processed by the Group of Companies.<\/p>\n        <a href=\"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/%E0%B8%84%E0%B8%B3%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B2%E0%B8%A8%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99%E0%B8%AA%E0%B9%88%E0%B8%A7%E0%B8%99%E0%B8%95%E0%B8%B1%E0%B8%A7-%E0%B8%9E%E0%B8%99%E0%B8%B1%E0%B8%81%E0%B8%87%E0%B8%B2%E0%B8%99-%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B8%AA%E0%B8%A1%E0%B8%B1%E0%B8%84%E0%B8%A3%E0%B8%87%E0%B8%B2%E0%B8%99.pdf\" class=\"btn-pdf\" target=\"_blank\" rel=\"noopener\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n          Download PDF\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PDPA | Personal Data Protection &#8211; Bliss Intelligence PDPA Personal Data Protection \u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25 Bliss Intelligence Public Company Limited places great importance on the protection of personal data. You can study our policies and notices from the following documents. Policies &amp; Notices Browse documents related to personal data protection of Bliss Intelligence Group of Companies Privacy [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3226","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PDPA - Bliss Intelligence<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.blissintelligence.co.th\/pdpa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PDPA - Bliss Intelligence\" \/>\n<meta property=\"og:description\" content=\"PDPA | Personal Data Protection &#8211; Bliss Intelligence PDPA Personal Data Protection \u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25 Bliss Intelligence Public Company Limited places great importance on the protection of personal data. You can study our policies and notices from the following documents. Policies &amp; Notices Browse documents related to personal data protection of Bliss Intelligence Group of Companies Privacy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.blissintelligence.co.th\/pdpa\/\" \/>\n<meta property=\"og:site_name\" content=\"Bliss Intelligence\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-17T05:06:30+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/pdpa\\\/\",\"url\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/pdpa\\\/\",\"name\":\"PDPA - Bliss Intelligence\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#website\"},\"datePublished\":\"2025-10-21T04:15:58+00:00\",\"dateModified\":\"2026-07-17T05:06:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/pdpa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.blissintelligence.co.th\\\/pdpa\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/pdpa\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PDPA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#website\",\"url\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/\",\"name\":\"Bliss Intelligence\",\"description\":\"Empowering Society with Smart Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#organization\",\"name\":\"Bliss Intelligence\",\"url\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/wp-content\\\/uploads\\\/bliss-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/wp-content\\\/uploads\\\/bliss-logo.png\",\"width\":236,\"height\":64,\"caption\":\"Bliss Intelligence\"},\"image\":{\"@id\":\"https:\\\/\\\/www.blissintelligence.co.th\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PDPA - Bliss Intelligence","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.blissintelligence.co.th\/pdpa\/","og_locale":"en_US","og_type":"article","og_title":"PDPA - Bliss Intelligence","og_description":"PDPA | Personal Data Protection &#8211; Bliss Intelligence PDPA Personal Data Protection \u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25 Bliss Intelligence Public Company Limited places great importance on the protection of personal data. You can study our policies and notices from the following documents. Policies &amp; Notices Browse documents related to personal data protection of Bliss Intelligence Group of Companies Privacy [&hellip;]","og_url":"https:\/\/www.blissintelligence.co.th\/pdpa\/","og_site_name":"Bliss Intelligence","article_modified_time":"2026-07-17T05:06:30+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.blissintelligence.co.th\/pdpa\/","url":"https:\/\/www.blissintelligence.co.th\/pdpa\/","name":"PDPA - Bliss Intelligence","isPartOf":{"@id":"https:\/\/www.blissintelligence.co.th\/#website"},"datePublished":"2025-10-21T04:15:58+00:00","dateModified":"2026-07-17T05:06:30+00:00","breadcrumb":{"@id":"https:\/\/www.blissintelligence.co.th\/pdpa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.blissintelligence.co.th\/pdpa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.blissintelligence.co.th\/pdpa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.blissintelligence.co.th\/"},{"@type":"ListItem","position":2,"name":"PDPA"}]},{"@type":"WebSite","@id":"https:\/\/www.blissintelligence.co.th\/#website","url":"https:\/\/www.blissintelligence.co.th\/","name":"Bliss Intelligence","description":"Empowering Society with Smart Innovation","publisher":{"@id":"https:\/\/www.blissintelligence.co.th\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.blissintelligence.co.th\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.blissintelligence.co.th\/#organization","name":"Bliss Intelligence","url":"https:\/\/www.blissintelligence.co.th\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.blissintelligence.co.th\/#\/schema\/logo\/image\/","url":"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/bliss-logo.png","contentUrl":"https:\/\/www.blissintelligence.co.th\/wp-content\/uploads\/bliss-logo.png","width":236,"height":64,"caption":"Bliss Intelligence"},"image":{"@id":"https:\/\/www.blissintelligence.co.th\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/pages\/3226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/comments?post=3226"}],"version-history":[{"count":13,"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/pages\/3226\/revisions"}],"predecessor-version":[{"id":3393,"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/pages\/3226\/revisions\/3393"}],"wp:attachment":[{"href":"https:\/\/www.blissintelligence.co.th\/en\/wp-json\/wp\/v2\/media?parent=3226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}