• Industry Solutions
    • Data Center Solutions
    • Healthcare
    • Higher Education
    • Hospitality
    • Office
    • Sports & Entertainment
  • Resources
  • News
  • Search
Home Logo
  • Industry Solutions
    • Data Center Solutions
    • Healthcare
    • Higher Education
    • Hospitality
    • Office
    • Sports & Entertainment
  • Resources
  • News
  • Search
  • 🇬🇧 English
Log In
Logo

Perfecting The Air We Share

  • Facebook
  • Twitter
Developer Tools
Last Session - 10:31:33 PM
SDK Disabled Default Content 1 Error

Page Information

URL: https://opti-daa.opti-demo.net/resources/
Locale: en
Status: ❌ Disabled
Available Flags: None
User ID:
User Type: Returning User
Default Content Key: 6ccad76df0d14862a08344f581c920cc
Flag Key Used: N/A
Final Content Key: 6ccad76df0d14862a08344f581c920cc
Variant Requested: None
Variant Received: None
Used Variant Content: ❌ No
  • Optimizely client not available
Query #20 - 10:31:33 PM
query contentByPath($base: String, $url: String!, $urlNoSlash: String!) {
  _Content(
    where: {_metadata: {url: {base: {eq: $base}}}, _and: [{_or: [{_metadata: {url: {default: {eq: $url}}}}, {_metadata: {url: {default: {eq: $urlNoSlash}}}}, {_metadata: {url: {hierarchical: {eq: $url}}}}]}]}
  ) {
    item {
      _metadata {
        key
        version
        locale
      }
    }
  }
}
{
  "base": "https://opti-daa.opti-demo.net",
  "url": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond/",
  "urlNoSlash": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "fca1952f6d8140a2bb46bab14a9b431a",
        "version": "16",
        "locale": "en"
      }
    }
  }
}
Query #19 - 10:31:33 PM
query contentById($key: [String]!, $loc: [Locales]!, $ver: String!) {
  _Content(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        types
      }
    }
  }
}
{
  "key": "fca1952f6d8140a2bb46bab14a9b431a",
  "ver": "16",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "ArticlePage",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #18 - 10:31:33 PM
query pageById($key: [String], $loc: [Locales], $ver: String) {
  _Page(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      ...ArticlePage
      ...LandingPage
      ...MockupPage
    }
  }
}

fragment ArticlePage on ArticlePage {
  _metadata {
    ...PageUrl
    published
    displayName
  }
  PromoImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Author
  Body {
    html
  }
  SeoSettings {
    ...PageSeoSettingsProperty
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment PageUrl on IContentMetadata {
  url {
    base
    default
    hierarchical
    type
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}

fragment PageSeoSettingsProperty on PageSeoSettingsProperty {
  MetaTitle
  MetaDescription
  SharingImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  GraphType
  Indexing
}

fragment PageAdminSettingsProperty on PageAdminSettingsProperty {
  EnableExternalPreview
}

fragment LandingPage on LandingPage {
  _metadata {
    ...PageUrl
    published
    displayName
  }
  TopContentArea {
    _metadata {
      types
    }
    ...ContentArea
  }
  MainContentArea {
    _metadata {
      types
    }
    ...ContentArea
  }
  SeoSettings {
    ...PageSeoSettingsProperty
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment ContentArea on _IContent {
  ...AllComponents
  ...ArticlePageExcerpt
}

fragment AllComponents on _IComponent {
  ...AllComponentsExceptGrid
  ...Grid
  ...SharedBlock
}

fragment AllComponentsExceptGrid on _IComponent {
  ...Text
  ...Image
  ...CallToAction
  ...Video
  ...Paragraph
  ...Card
  ...Hero
  ...Carousel
  ...Collapse
  ...ArticleList
  ...Button
  ...Iframe
  ...VideoExternal
  ...Divider
  ...OdpForm
  ...FacetedSearch
  ...DamAssetList
  ...ProductResources
  ...ProductSubtypesAndModels
}

fragment Text on Text {
  Content
}

fragment Image on Image {
  AltText
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment CallToAction on CallToAction {
  Links {
    ...LinkCollection
  }
}

fragment LinkCollection on Link {
  text
  title
  target
  url {
    base
    default
    hierarchical
    type
  }
}

fragment Video on Video {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  VideoPosterImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment Paragraph on Paragraph {
  Text {
    html
  }
}

fragment Card on Card {
  DisplayAs
  Heading
  SubHeading
  Body {
    html
  }
  Asset {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Links {
    ...LinkCollection
  }
}

fragment Hero on Hero {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Body {
    html
  }
  Links {
    ...LinkCollection
  }
}

fragment Carousel on Carousel {
  Heading
  Link {
    ...LinkUrl
  }
  Assets {
    url {
      default
    }
    title
  }
}

fragment LinkUrl on Link {
  url {
    base
    default
    hierarchical
    type
  }
  title
  target
  text
}

fragment Collapse on Collapse {
  Heading
  HeaderIcon {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Body {
    html
  }
}

fragment ArticleList on ArticleList {
  Title
  NumberOfArticles
  ArticleRoot {
    url {
      default
      base
    }
  }
  IncludeAllSites
}

fragment Button on Button {
  ButtonLabel
  ButtonLink {
    ...LinkUrl
  }
}

fragment Iframe on Iframe {
  Title
  IframePageUrl
  ManualHeight
  Width
}

fragment VideoExternal on VideoExternal {
  Provider
  VideoExternal: Video
  Poster {
    ...ContentUrl
  }
  Params
  PlayLabel
  DisplayWidth
}

fragment Divider on Divider {
  DividerText
  DividerDirection
}

fragment OdpForm on OdpForm {
  SelectorType
  SelectorName
}

fragment FacetedSearch on FacetedSearch {
  Title
  IntroText {
    html
  }
  ItemsPerPage
  DefaultViewMode
  GridColumns
  DefaultSortOrder
  ShowSearchInput
  DefaultFiltersState
  ShowAuthorFacet
  ShowTypeFacet
  UseSemanticSearch
  SemanticWeight
  SearchPlaceholder
  NoResultsMessage
}

fragment DamAssetList on DamAssetList {
  Header
  Tags
  AssetCount
}

fragment ProductResources on ProductResources {
  Header
  ResourcesAllSolutionsCatalog {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCatalogs {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCertifiedDrawings {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesFrequentlyAskedQuestions {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesInstallationAndOperationManuals {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPlaybooks {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPoliciesAndProcedures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesReplacementPartsLists {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceInformationLetters {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesStartupForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWarranty {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWebcasts {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesApplicationGuides {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCaseStudies {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPowerpointPresentations {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesRevitBimFiles {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesSalesAndEngineeringData {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBulletins {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWhitePapers {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
}

fragment ProductSubtypesAndModels on ProductSubtypesAndModels {
  ProductListTitle
  ShowProductType
  ProductType
  ProductTypeOverride
}

fragment Grid on Grid {
  RichText {
    html
  }
  Items {
    _metadata {
      types
    }
    ...AllComponentsExceptGrid
  }
}

fragment SharedBlock on SharedBlock {
  SharedBlock {
    key
  }
}

fragment ArticlePageExcerpt on ArticlePage {
  _metadata {
    ...PageUrl
  }
  PromoImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Author
  Body {
    html
  }
}

fragment MockupPage on MockupPage {
  HtmlMockup
}
{
  "key": "fca1952f6d8140a2bb46bab14a9b431a",
  "loc": "en",
  "ver": "16"
}
{
  "_Page": {
    "item": {
      "_metadata": {
        "url": {
          "base": "https://opti-daa.opti-demo.net",
          "default": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond/",
          "hierarchical": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond/",
          "type": "HIERARCHICAL"
        },
        "published": "2026-02-17T18:21:17.692Z",
        "displayName": "Daikin Applied Invests $163M in Advanced R&D Test Lab to Bolster HVAC Innovation for Data Centers and Beyond"
      },
      "PromoImage": {
        "url": {
          "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/news/thumbnail_1107-high-bay-interior_04.jpg",
          "hierarchical": "/globalassets/daikin/news/thumbnail_1107-high-bay-interior_04.jpg"
        },
        "item": {}
      },
      "Heading": "Daikin Applied Invests $163M in Advanced R&D Test Lab to Bolster HVAC Innovation for Data Centers and Beyond",
      "SubHeading": null,
      "Author": "Daikin",
      "Body": {
        "html": "<h2>State-of-the-art R&amp;D test lab to accelerate development of next-generation cooling technologies for hyperscale data centers and traditional HVAC markets, with full lab completion planned for 2027.</h2>\n<p><span class=\"where-when\">MINNEAPOLIS - December 9, 2025</span></p>\n<p>Daikin Applied, a global leader in commercial and industrial HVAC solutions, today announced a $163 million investment to build a state-of-the-art research and development test lab at its Plymouth, Minn., headquarters. This strategic investment underscores Daikin Applied&rsquo;s commitment to advancing HVAC innovation across its portfolio, from chillers and air handlers to heat pumps and hyperscale data center cooling technologies.</p>\n<div>\n<p>The new 71,000-square-foot lab has already begun phased commissioning of nine test cells, with full facility completion and opening planned for 2027. Building on Daikin Applied&rsquo;s extensive testing capabilities, the new lab will advance product innovation for data center cooling by replicating the operating extremes of modern hyperscale environments. Four test cells will also focus on next-generation airside technologies to address emerging market trends and evolving customer needs. This expanded capability will further support innovation across Daikin Applied&rsquo;s traditional cooling and heat pump segments.</p>\n<p>&ldquo;Our commitment to HVAC innovation compels us to continually push the boundaries of what&rsquo;s possible. This world-class test lab is a powerful testament to that vision,&rdquo; said Yu Nishiwaki, Chief Operating Officer at Daikin Applied Americas. &ldquo;Innovation is at the heart of everything we do, and with this new facility, we are well positioned to equip our customers with the advanced technologies required to meet the dynamic demands of today&rsquo;s environment.\"</p>\n<img title=\"thumbnail_1107-SE Corner_01\" src=\"https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/news/test-lab.jpg\" alt=\"test lab\" width=\"80%\" height=\"auto\" />\n<h3>Driving Innovation for Hyperscale Data Centers</h3>\n<div>As AI adoption and cloud computing drive rapid expansion of data centers, demand continues to intensify for HVAC solutions designed to support hyperscale and AI-driven workloads. Analysts estimate the data center HVAC hardware market will grow from $6.7 billion in 2023 to $16.6 billion by 2030. The investment in the new Plymouth facility expands Daikin Applied&rsquo;s ability to rapidly design, validate and deploy technologies that meet the specialized cooling requirements of these high-density environments.</div>\n<div>&nbsp;</div>\n<div>\n<p>&ldquo;We are proud to take this significant step forward with the groundbreaking of our new innovation test lab, underscoring our commitment to shaping the future of data centers,&rdquo; said Greg Jeffers, Vice President, Data Center Solutions at Daikin Applied Americas. &ldquo;Data centers demand comprehensive cooling solutions, and this investment will accelerate the development of technologies that future-proof the critical infrastructure that powers our digital world.&rdquo;</p>\n<h3>Strategic Investments Strengthening Daikin Applied&rsquo;s Data Center Portfolio</h3>\n<div>\n<p>The investment further complements recent strategic acquisitions that strengthen Daikin Applied&rsquo;s portfolio of data center solutions, including:</p>\n<ul>\n<li><strong>DDC Solutions</strong>,&nbsp;a developer of ultra-high-density cooling cabinets and management software for data centers.</li>\n<li><strong>Chilldyne</strong>,&nbsp;an experienced leader in negative-pressure liquid cooling systems for high-performance and AI data centers.</li>\n<li><strong>Alliance Air</strong>, a leader in custom air-handling equipment design and manufacturing.</li>\n</ul>\n<h3>Commitment to U.S. Manufacturing and Workforce Growth</h3>\n<div>\n<div>Daikin Applied&rsquo;s expansion in Plymouth and the Greater Minnesota region reinforces its commitment to building the industry&rsquo;s most advanced testing ecosystem. The location offers strategic proximity to a highly skilled talent base in the Minneapolis&ndash;St. Paul metro area, and the new lab will support ongoing training and development for engineers, technicians and cross-functional teams developing next-generation cooling technologies.</div>\n<div>&nbsp;</div>\n<div>As part of Daikin Industries Ltd., the global company&rsquo;s innovation also comes to life at the Daikin Sustainability and Innovation Center (DSIC) in Washington, D.C. Since its founding more than 100 years ago, Daikin&rsquo;s business has evolved significantly, growing into a world-leading manufacturing operation with a presence in more than 170 countries. In the United States, Daikin has grown its workforce 2.3x since 2015, now with more than 25,000 employees nationwide.</div>\n<div>&nbsp;</div>\n<div>As highlighted in the company&rsquo;s 2025 Business and Innovation&nbsp;<a href=\"https://www.northamerica-daikin.com/news/2025-us-business-and-innovation-report-three-decades-of-growth-innovation-and-commitment\" data-sf-ec-immutable=\"\">Report</a>, the impact for Daikin in the U.S. represents more than $9 billion in total investment across 25 manufacturing plants, with sales and service operations in all 50 states, and a longstanding commitment to domestic innovation.</div>\n<div>&nbsp;</div>\n<div>For decades, Daikin Applied has been a trusted leader in HVAC, delivering solutions where reliability, resiliency and efficiency cannot be compromised. Backed by Daikin&rsquo;s global R&amp;D capabilities, the company is uniquely positioned to set the pace for next-generation commercial and data center HVAC innovation.</div>\n</div>\n</div>\n</div>\n</div>"
      },
      "SeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "SharingImage": {
          "url": {
            "default": null,
            "hierarchical": null
          },
          "item": {}
        },
        "GraphType": "-",
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      }
    }
  }
}
Query #17 - 10:31:33 PM
query siteSettingsByHostname($domain: String!, $locale: [Locales]!) {
  SiteSettings(
    locale: $locale
    where: {SiteDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteDomain
      LogoResolution
      Logo {
        ...ContentUrl
        ...ContentReferenceItem
      }
      FooterText
      TopNavStyle
      HeaderLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
          LinkText
          SubMenuItems {
            ... on MenuItem {
              Link {
                text
                url {
                  default
                }
              }
              LinkText
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      FooterLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      SocialFacebook
      SocialInstagram
      SocialTwitter
      SocialTikTok
      SocialGitHub
      OptiWebProjectId
    }
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "opti-daa.opti-demo.net",
      "LogoResolution": "16",
      "Logo": {
        "url": {
          "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/logo/daikin-logo.png",
          "hierarchical": "/globalassets/daikin/logo/daikin-logo.png"
        },
        "item": {}
      },
      "FooterText": "Perfecting The Air We Share",
      "TopNavStyle": "standard",
      "HeaderLinks": [
        {
          "Link": {
            "text": null,
            "url": {
              "default": null
            }
          },
          "LinkText": "Industry Solutions",
          "SubMenuItems": [
            {
              "Link": {
                "text": "Data Center Solutions",
                "url": {
                  "default": "/industry-solutions/data-center-solutions/"
                }
              },
              "LinkText": "Data Center Solutions"
            },
            {
              "Link": {
                "text": "Healthcare",
                "url": {
                  "default": "/industry-solutions/healthcare/"
                }
              },
              "LinkText": "Healthcare"
            },
            {
              "Link": {
                "text": "Higher Education",
                "url": {
                  "default": "/industry-solutions/higher-education/"
                }
              },
              "LinkText": "Higher Education"
            },
            {
              "Link": {
                "text": "Hospitality",
                "url": {
                  "default": "/industry-solutions/hospitality/"
                }
              },
              "LinkText": "Hospitality"
            },
            {
              "Link": {
                "text": "Office",
                "url": {
                  "default": "/industry-solutions/office/"
                }
              },
              "LinkText": "Office"
            },
            {
              "Link": {
                "text": "Sports & Entertainment",
                "url": {
                  "default": "/industry-solutions/sports--entertainment/"
                }
              },
              "LinkText": "Sports & Entertainment"
            }
          ]
        },
        {
          "Link": {
            "text": "Resources",
            "url": {
              "default": "/resources/"
            }
          }
        },
        {
          "Link": {
            "text": "News",
            "url": {
              "default": "/news/"
            }
          }
        },
        {
          "Link": {
            "text": "Search",
            "url": {
              "default": "/search/"
            }
          }
        }
      ],
      "FooterLinks": [],
      "SocialFacebook": "DaikinApplied",
      "SocialInstagram": null,
      "SocialTwitter": "DaikinApplied",
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": "5328279998038016"
    }
  }
}
Query #16 - 10:31:33 PM
query siteStylesByHostname($domain: String!, $locale: [Locales]!) {
  SiteStyles(
    locale: $locale
    where: {SiteStylesDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteStylesDomain
      daisyuiTheme
      primary
      primaryContent
      secondary
      secondaryContent
      accent
      accentContent
      neutral
      neutralContent
      base100
      base200
      base300
      baseContent
      info
      infoContent
      success
      successContent
      warning
      warningContent
      error
      errorContent
      radiusSelector
      radiusField
      radiusBox
      sizeSelector
      sizeField
      borderWidth
      depth
      noise
      textXs
      textSm
      textBase
      textLg
      textXl
      text2xl
      text3xl
      text4xl
      text5xl
      text6xl
      text7xl
      text8xl
      text9xl
      freeFormStyles
      font
      cssFile {
        _metadata {
          lastModified
          url {
            default
          }
        }
      }
    }
  }
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "opti-daa.opti-demo.net",
      "daisyuiTheme": null,
      "primary": "#009fde",
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": null,
      "accentContent": null,
      "neutral": "#313131",
      "neutralContent": null,
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": "#69c6ef",
      "infoContent": "#fff",
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": null,
      "errorContent": null,
      "radiusSelector": null,
      "radiusField": null,
      "radiusBox": null,
      "sizeSelector": null,
      "sizeField": null,
      "borderWidth": null,
      "depth": null,
      "noise": null,
      "textXs": null,
      "textSm": null,
      "textBase": "1.25rem",
      "textLg": null,
      "textXl": null,
      "text2xl": "3rem",
      "text3xl": "4rem",
      "text4xl": null,
      "text5xl": null,
      "text6xl": null,
      "text7xl": null,
      "text8xl": null,
      "text9xl": null,
      "freeFormStyles": null,
      "font": "--font-ibm-plex-sans",
      "cssFile": {
        "_metadata": {
          "lastModified": "2026-02-17T19:48:52.576Z",
          "url": {
            "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/styles/daikin.css"
          }
        }
      }
    }
  }
}
Query #15 - 10:31:33 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
{
  "_Content": {
    "facets": {
      "_metadata": {
        "locale": [
          {
            "name": "",
            "count": 111
          },
          {
            "name": "en",
            "count": 55
          }
        ]
      }
    }
  }
}
Query #14 - 10:31:33 PM
query getContentLanguageAlternatives($key: [String]!) {
  _Content(ids: $key, locale: [ALL]) {
    items {
      _metadata {
        key
        locale
        url {
          default
          hierarchical
        }
      }
    }
  }
}
{
  "key": [
    "fca1952f6d8140a2bb46bab14a9b431a"
  ]
}
{
  "_Content": {
    "items": [
      {
        "_metadata": {
          "key": "fca1952f6d8140a2bb46bab14a9b431a",
          "locale": "en",
          "url": {
            "default": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond/",
            "hierarchical": "/news/daikin-applied-invests-$163m-in-advanced-rd-test-lab-to-bolster-hvac-innovation-for-data-centers-and-beyond/"
          }
        }
      }
    ]
  }
}
Query #13 - 10:31:33 PM
query contentByPath($base: String, $url: String!, $urlNoSlash: String!) {
  _Content(
    where: {_metadata: {url: {base: {eq: $base}}}, _and: [{_or: [{_metadata: {url: {default: {eq: $url}}}}, {_metadata: {url: {default: {eq: $urlNoSlash}}}}, {_metadata: {url: {hierarchical: {eq: $url}}}}]}]}
  ) {
    item {
      _metadata {
        key
        version
        locale
      }
    }
  }
}
{
  "base": "https://opti-daa.opti-demo.net",
  "url": "/industry-solutions/sports--entertainment/",
  "urlNoSlash": "/industry-solutions/sports--entertainment"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "c864d6dc7c094c3691219ec32fc1c46a",
        "version": "13",
        "locale": "en"
      }
    }
  }
}
Query #12 - 10:31:33 PM
query contentById($key: [String]!, $loc: [Locales]!, $ver: String!) {
  _Content(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        types
      }
    }
  }
}
{
  "key": "c864d6dc7c094c3691219ec32fc1c46a",
  "ver": "13",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #11 - 10:31:33 PM
query getExperience($key: [String]!, $ver: String, $loc: [Locales]) {
  _Experience(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        key
        version
        url {
          default
          hierarchical
          type
        }
        types
        displayName
      }
      ...BlankExperienceSeo
      composition {
        grids: nodes {
          key
          displayName
          displayTemplateKey
          displaySettings {
            ...DisplaySettings
          }
          nodeType
          type
          ... on CompositionStructureNode {
            key
            nodeType
            type
            component {
              ...formContainerData
            }
            nodes: nodes {
              ... on CompositionStructureNode {
                key
                nodeType
                type
                displayTemplateKey
                displaySettings {
                  ...DisplaySettings
                }
                nodes: nodes {
                  ... on CompositionStructureNode {
                    key
                    nodeType
                    type
                    displayTemplateKey
                    displaySettings {
                      ...DisplaySettings
                    }
                    nodes: nodes {
                      ... on CompositionComponentNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        component {
                          _metadata {
                            types
                          }
                          ...AllComponents
                          ...formContainerData
                        }
                      }
                      ... on CompositionStructureNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        nodes: nodes {
                          ... on CompositionComponentNode {
                            key
                            nodeType
                            type
                            displayTemplateKey
                            displaySettings {
                              ...DisplaySettings
                            }
                            component {
                              _metadata {
                                types
                              }
                              ...AllComponents
                              ...AllFormComponents
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
          ... on CompositionComponentNode {
            nodeType
            key
            displayTemplateKey
            displaySettings {
              ...DisplaySettings
            }
            component {
              _metadata {
                types
              }
              ...AllComponents
            }
          }
        }
      }
    }
  }
}

fragment BlankExperienceSeo on BlankExperience {
  BlankExperienceSeoSettings {
    MetaTitle
    MetaDescription
    GraphType
    Indexing
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment PageAdminSettingsProperty on PageAdminSettingsProperty {
  EnableExternalPreview
}

fragment DisplaySettings on CompositionDisplaySetting {
  key
  value
}

fragment formContainerData on OptiFormsContainerData {
  SubmitConfirmationMessage
  ResetConfirmationMessage
  SubmitUrl {
    type
    default
    hierarchical
  }
  Title
  Description
  ShowSummaryMessageAfterSubmission
}

fragment AllComponents on _IComponent {
  ...AllComponentsExceptGrid
  ...Grid
  ...SharedBlock
}

fragment AllComponentsExceptGrid on _IComponent {
  ...Text
  ...Image
  ...CallToAction
  ...Video
  ...Paragraph
  ...Card
  ...Hero
  ...Carousel
  ...Collapse
  ...ArticleList
  ...Button
  ...Iframe
  ...VideoExternal
  ...Divider
  ...OdpForm
  ...FacetedSearch
  ...DamAssetList
  ...ProductResources
  ...ProductSubtypesAndModels
}

fragment Text on Text {
  Content
}

fragment Image on Image {
  AltText
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}

fragment CallToAction on CallToAction {
  Links {
    ...LinkCollection
  }
}

fragment LinkCollection on Link {
  text
  title
  target
  url {
    base
    default
    hierarchical
    type
  }
}

fragment Video on Video {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  VideoPosterImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment Paragraph on Paragraph {
  Text {
    html
  }
}

fragment Card on Card {
  DisplayAs
  Heading
  SubHeading
  Body {
    html
  }
  Asset {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Links {
    ...LinkCollection
  }
}

fragment Hero on Hero {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Body {
    html
  }
  Links {
    ...LinkCollection
  }
}

fragment Carousel on Carousel {
  Heading
  Link {
    ...LinkUrl
  }
  Assets {
    url {
      default
    }
    title
  }
}

fragment LinkUrl on Link {
  url {
    base
    default
    hierarchical
    type
  }
  title
  target
  text
}

fragment Collapse on Collapse {
  Heading
  HeaderIcon {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Body {
    html
  }
}

fragment ArticleList on ArticleList {
  Title
  NumberOfArticles
  ArticleRoot {
    url {
      default
      base
    }
  }
  IncludeAllSites
}

fragment Button on Button {
  ButtonLabel
  ButtonLink {
    ...LinkUrl
  }
}

fragment Iframe on Iframe {
  Title
  IframePageUrl
  ManualHeight
  Width
}

fragment VideoExternal on VideoExternal {
  Provider
  VideoExternal: Video
  Poster {
    ...ContentUrl
  }
  Params
  PlayLabel
  DisplayWidth
}

fragment Divider on Divider {
  DividerText
  DividerDirection
}

fragment OdpForm on OdpForm {
  SelectorType
  SelectorName
}

fragment FacetedSearch on FacetedSearch {
  Title
  IntroText {
    html
  }
  ItemsPerPage
  DefaultViewMode
  GridColumns
  DefaultSortOrder
  ShowSearchInput
  DefaultFiltersState
  ShowAuthorFacet
  ShowTypeFacet
  UseSemanticSearch
  SemanticWeight
  SearchPlaceholder
  NoResultsMessage
}

fragment DamAssetList on DamAssetList {
  Header
  Tags
  AssetCount
}

fragment ProductResources on ProductResources {
  Header
  ResourcesAllSolutionsCatalog {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCatalogs {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCertifiedDrawings {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesFrequentlyAskedQuestions {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesInstallationAndOperationManuals {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPlaybooks {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPoliciesAndProcedures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesReplacementPartsLists {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceInformationLetters {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesStartupForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWarranty {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWebcasts {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesApplicationGuides {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCaseStudies {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPowerpointPresentations {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesRevitBimFiles {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesSalesAndEngineeringData {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBulletins {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWhitePapers {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
}

fragment ProductSubtypesAndModels on ProductSubtypesAndModels {
  ProductListTitle
  ShowProductType
  ProductType
  ProductTypeOverride
}

fragment Grid on Grid {
  RichText {
    html
  }
  Items {
    _metadata {
      types
    }
    ...AllComponentsExceptGrid
  }
}

fragment SharedBlock on SharedBlock {
  SharedBlock {
    key
  }
}

fragment AllFormComponents on _IComponent {
  ...formContainerData
  ...choiceElement
  ...numberElement
  ...rangeElement
  ...resetElement
  ...selectionElement
  ...submitElement
  ...textareaElement
  ...textboxElement
  ...urlElement
}

fragment choiceElement on OptiFormsChoiceElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
}

fragment numberElement on OptiFormsNumberElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment rangeElement on OptiFormsRangeElement {
  Label
  Tooltip
  PredefinedValue
  Min
  Max
  Increment
}

fragment resetElement on OptiFormsResetElement {
  Label
  Tooltip
}

fragment selectionElement on OptiFormsSelectionElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
  AutoComplete
}

fragment submitElement on OptiFormsSubmitElement {
  Label
  Tooltip
}

fragment textareaElement on OptiFormsTextareaElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment textboxElement on OptiFormsTextboxElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment urlElement on OptiFormsUrlElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
}
{
  "key": "c864d6dc7c094c3691219ec32fc1c46a",
  "ver": "13",
  "loc": "en"
}
{
  "_Experience": {
    "item": {
      "_metadata": {
        "key": "c864d6dc7c094c3691219ec32fc1c46a",
        "version": "13",
        "url": {
          "default": "/industry-solutions/sports--entertainment/",
          "hierarchical": "/industry-solutions/sports--entertainment/",
          "type": "HIERARCHICAL"
        },
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ],
        "displayName": "Sports & Entertainment"
      },
      "BlankExperienceSeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "GraphType": "-",
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      },
      "composition": {
        "grids": []
      }
    }
  }
}
Query #10 - 10:31:33 PM
query siteSettingsByHostname($domain: String!, $locale: [Locales]!) {
  SiteSettings(
    locale: $locale
    where: {SiteDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteDomain
      LogoResolution
      Logo {
        ...ContentUrl
        ...ContentReferenceItem
      }
      FooterText
      TopNavStyle
      HeaderLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
          LinkText
          SubMenuItems {
            ... on MenuItem {
              Link {
                text
                url {
                  default
                }
              }
              LinkText
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      FooterLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      SocialFacebook
      SocialInstagram
      SocialTwitter
      SocialTikTok
      SocialGitHub
      OptiWebProjectId
    }
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "opti-daa.opti-demo.net",
      "LogoResolution": "16",
      "Logo": {
        "url": {
          "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/logo/daikin-logo.png",
          "hierarchical": "/globalassets/daikin/logo/daikin-logo.png"
        },
        "item": {}
      },
      "FooterText": "Perfecting The Air We Share",
      "TopNavStyle": "standard",
      "HeaderLinks": [
        {
          "Link": {
            "text": null,
            "url": {
              "default": null
            }
          },
          "LinkText": "Industry Solutions",
          "SubMenuItems": [
            {
              "Link": {
                "text": "Data Center Solutions",
                "url": {
                  "default": "/industry-solutions/data-center-solutions/"
                }
              },
              "LinkText": "Data Center Solutions"
            },
            {
              "Link": {
                "text": "Healthcare",
                "url": {
                  "default": "/industry-solutions/healthcare/"
                }
              },
              "LinkText": "Healthcare"
            },
            {
              "Link": {
                "text": "Higher Education",
                "url": {
                  "default": "/industry-solutions/higher-education/"
                }
              },
              "LinkText": "Higher Education"
            },
            {
              "Link": {
                "text": "Hospitality",
                "url": {
                  "default": "/industry-solutions/hospitality/"
                }
              },
              "LinkText": "Hospitality"
            },
            {
              "Link": {
                "text": "Office",
                "url": {
                  "default": "/industry-solutions/office/"
                }
              },
              "LinkText": "Office"
            },
            {
              "Link": {
                "text": "Sports & Entertainment",
                "url": {
                  "default": "/industry-solutions/sports--entertainment/"
                }
              },
              "LinkText": "Sports & Entertainment"
            }
          ]
        },
        {
          "Link": {
            "text": "Resources",
            "url": {
              "default": "/resources/"
            }
          }
        },
        {
          "Link": {
            "text": "News",
            "url": {
              "default": "/news/"
            }
          }
        },
        {
          "Link": {
            "text": "Search",
            "url": {
              "default": "/search/"
            }
          }
        }
      ],
      "FooterLinks": [],
      "SocialFacebook": "DaikinApplied",
      "SocialInstagram": null,
      "SocialTwitter": "DaikinApplied",
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": "5328279998038016"
    }
  }
}
Query #9 - 10:31:33 PM
query siteStylesByHostname($domain: String!, $locale: [Locales]!) {
  SiteStyles(
    locale: $locale
    where: {SiteStylesDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteStylesDomain
      daisyuiTheme
      primary
      primaryContent
      secondary
      secondaryContent
      accent
      accentContent
      neutral
      neutralContent
      base100
      base200
      base300
      baseContent
      info
      infoContent
      success
      successContent
      warning
      warningContent
      error
      errorContent
      radiusSelector
      radiusField
      radiusBox
      sizeSelector
      sizeField
      borderWidth
      depth
      noise
      textXs
      textSm
      textBase
      textLg
      textXl
      text2xl
      text3xl
      text4xl
      text5xl
      text6xl
      text7xl
      text8xl
      text9xl
      freeFormStyles
      font
      cssFile {
        _metadata {
          lastModified
          url {
            default
          }
        }
      }
    }
  }
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "opti-daa.opti-demo.net",
      "daisyuiTheme": null,
      "primary": "#009fde",
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": null,
      "accentContent": null,
      "neutral": "#313131",
      "neutralContent": null,
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": "#69c6ef",
      "infoContent": "#fff",
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": null,
      "errorContent": null,
      "radiusSelector": null,
      "radiusField": null,
      "radiusBox": null,
      "sizeSelector": null,
      "sizeField": null,
      "borderWidth": null,
      "depth": null,
      "noise": null,
      "textXs": null,
      "textSm": null,
      "textBase": "1.25rem",
      "textLg": null,
      "textXl": null,
      "text2xl": "3rem",
      "text3xl": "4rem",
      "text4xl": null,
      "text5xl": null,
      "text6xl": null,
      "text7xl": null,
      "text8xl": null,
      "text9xl": null,
      "freeFormStyles": null,
      "font": "--font-ibm-plex-sans",
      "cssFile": {
        "_metadata": {
          "lastModified": "2026-02-17T19:48:52.576Z",
          "url": {
            "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/styles/daikin.css"
          }
        }
      }
    }
  }
}
Query #8 - 10:31:33 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
{
  "_Content": {
    "facets": {
      "_metadata": {
        "locale": [
          {
            "name": "",
            "count": 111
          },
          {
            "name": "en",
            "count": 55
          }
        ]
      }
    }
  }
}
Query #7 - 10:31:33 PM
query getContentLanguageAlternatives($key: [String]!) {
  _Content(ids: $key, locale: [ALL]) {
    items {
      _metadata {
        key
        locale
        url {
          default
          hierarchical
        }
      }
    }
  }
}
{
  "key": [
    "c864d6dc7c094c3691219ec32fc1c46a"
  ]
}
{
  "_Content": {
    "items": [
      {
        "_metadata": {
          "key": "c864d6dc7c094c3691219ec32fc1c46a",
          "locale": "en",
          "url": {
            "default": "/industry-solutions/sports--entertainment/",
            "hierarchical": "/industry-solutions/sports--entertainment/"
          }
        }
      }
    ]
  }
}
Query #6 - 10:31:33 PM
query contentByPath($base: String, $url: String!, $urlNoSlash: String!) {
  _Content(
    where: {_metadata: {url: {base: {eq: $base}}}, _and: [{_or: [{_metadata: {url: {default: {eq: $url}}}}, {_metadata: {url: {default: {eq: $urlNoSlash}}}}, {_metadata: {url: {hierarchical: {eq: $url}}}}]}]}
  ) {
    item {
      _metadata {
        key
        version
        locale
      }
    }
  }
}
{
  "base": "https://opti-daa.opti-demo.net",
  "url": "/resources/",
  "urlNoSlash": "/resources"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "6ccad76df0d14862a08344f581c920cc",
        "version": "26",
        "locale": "en"
      }
    }
  }
}
Query #5 - 10:31:33 PM
query contentById($key: [String]!, $loc: [Locales]!, $ver: String!) {
  _Content(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        types
      }
    }
  }
}
{
  "key": "6ccad76df0d14862a08344f581c920cc",
  "ver": "26",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #4 - 10:31:34 PM
query getExperience($key: [String]!, $ver: String, $loc: [Locales]) {
  _Experience(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        key
        version
        url {
          default
          hierarchical
          type
        }
        types
        displayName
      }
      ...BlankExperienceSeo
      composition {
        grids: nodes {
          key
          displayName
          displayTemplateKey
          displaySettings {
            ...DisplaySettings
          }
          nodeType
          type
          ... on CompositionStructureNode {
            key
            nodeType
            type
            component {
              ...formContainerData
            }
            nodes: nodes {
              ... on CompositionStructureNode {
                key
                nodeType
                type
                displayTemplateKey
                displaySettings {
                  ...DisplaySettings
                }
                nodes: nodes {
                  ... on CompositionStructureNode {
                    key
                    nodeType
                    type
                    displayTemplateKey
                    displaySettings {
                      ...DisplaySettings
                    }
                    nodes: nodes {
                      ... on CompositionComponentNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        component {
                          _metadata {
                            types
                          }
                          ...AllComponents
                          ...formContainerData
                        }
                      }
                      ... on CompositionStructureNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        nodes: nodes {
                          ... on CompositionComponentNode {
                            key
                            nodeType
                            type
                            displayTemplateKey
                            displaySettings {
                              ...DisplaySettings
                            }
                            component {
                              _metadata {
                                types
                              }
                              ...AllComponents
                              ...AllFormComponents
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
          ... on CompositionComponentNode {
            nodeType
            key
            displayTemplateKey
            displaySettings {
              ...DisplaySettings
            }
            component {
              _metadata {
                types
              }
              ...AllComponents
            }
          }
        }
      }
    }
  }
}

fragment BlankExperienceSeo on BlankExperience {
  BlankExperienceSeoSettings {
    MetaTitle
    MetaDescription
    GraphType
    Indexing
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment PageAdminSettingsProperty on PageAdminSettingsProperty {
  EnableExternalPreview
}

fragment DisplaySettings on CompositionDisplaySetting {
  key
  value
}

fragment formContainerData on OptiFormsContainerData {
  SubmitConfirmationMessage
  ResetConfirmationMessage
  SubmitUrl {
    type
    default
    hierarchical
  }
  Title
  Description
  ShowSummaryMessageAfterSubmission
}

fragment AllComponents on _IComponent {
  ...AllComponentsExceptGrid
  ...Grid
  ...SharedBlock
}

fragment AllComponentsExceptGrid on _IComponent {
  ...Text
  ...Image
  ...CallToAction
  ...Video
  ...Paragraph
  ...Card
  ...Hero
  ...Carousel
  ...Collapse
  ...ArticleList
  ...Button
  ...Iframe
  ...VideoExternal
  ...Divider
  ...OdpForm
  ...FacetedSearch
  ...DamAssetList
  ...ProductResources
  ...ProductSubtypesAndModels
}

fragment Text on Text {
  Content
}

fragment Image on Image {
  AltText
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}

fragment CallToAction on CallToAction {
  Links {
    ...LinkCollection
  }
}

fragment LinkCollection on Link {
  text
  title
  target
  url {
    base
    default
    hierarchical
    type
  }
}

fragment Video on Video {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  VideoPosterImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment Paragraph on Paragraph {
  Text {
    html
  }
}

fragment Card on Card {
  DisplayAs
  Heading
  SubHeading
  Body {
    html
  }
  Asset {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Links {
    ...LinkCollection
  }
}

fragment Hero on Hero {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Body {
    html
  }
  Links {
    ...LinkCollection
  }
}

fragment Carousel on Carousel {
  Heading
  Link {
    ...LinkUrl
  }
  Assets {
    url {
      default
    }
    title
  }
}

fragment LinkUrl on Link {
  url {
    base
    default
    hierarchical
    type
  }
  title
  target
  text
}

fragment Collapse on Collapse {
  Heading
  HeaderIcon {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Body {
    html
  }
}

fragment ArticleList on ArticleList {
  Title
  NumberOfArticles
  ArticleRoot {
    url {
      default
      base
    }
  }
  IncludeAllSites
}

fragment Button on Button {
  ButtonLabel
  ButtonLink {
    ...LinkUrl
  }
}

fragment Iframe on Iframe {
  Title
  IframePageUrl
  ManualHeight
  Width
}

fragment VideoExternal on VideoExternal {
  Provider
  VideoExternal: Video
  Poster {
    ...ContentUrl
  }
  Params
  PlayLabel
  DisplayWidth
}

fragment Divider on Divider {
  DividerText
  DividerDirection
}

fragment OdpForm on OdpForm {
  SelectorType
  SelectorName
}

fragment FacetedSearch on FacetedSearch {
  Title
  IntroText {
    html
  }
  ItemsPerPage
  DefaultViewMode
  GridColumns
  DefaultSortOrder
  ShowSearchInput
  DefaultFiltersState
  ShowAuthorFacet
  ShowTypeFacet
  UseSemanticSearch
  SemanticWeight
  SearchPlaceholder
  NoResultsMessage
}

fragment DamAssetList on DamAssetList {
  Header
  Tags
  AssetCount
}

fragment ProductResources on ProductResources {
  Header
  ResourcesAllSolutionsCatalog {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCatalogs {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCertifiedDrawings {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesFrequentlyAskedQuestions {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesInstallationAndOperationManuals {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPlaybooks {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPoliciesAndProcedures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesReplacementPartsLists {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBrochures {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceInformationLetters {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesStartupForms {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWarranty {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWebcasts {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesApplicationGuides {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesCaseStudies {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesPowerpointPresentations {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesRevitBimFiles {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesSalesAndEngineeringData {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesServiceBulletins {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
  ResourcesWhitePapers {
    key
    url {
      base
      default
    }
    ...ContentReferenceItem
  }
}

fragment ProductSubtypesAndModels on ProductSubtypesAndModels {
  ProductListTitle
  ShowProductType
  ProductType
  ProductTypeOverride
}

fragment Grid on Grid {
  RichText {
    html
  }
  Items {
    _metadata {
      types
    }
    ...AllComponentsExceptGrid
  }
}

fragment SharedBlock on SharedBlock {
  SharedBlock {
    key
  }
}

fragment AllFormComponents on _IComponent {
  ...formContainerData
  ...choiceElement
  ...numberElement
  ...rangeElement
  ...resetElement
  ...selectionElement
  ...submitElement
  ...textareaElement
  ...textboxElement
  ...urlElement
}

fragment choiceElement on OptiFormsChoiceElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
}

fragment numberElement on OptiFormsNumberElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment rangeElement on OptiFormsRangeElement {
  Label
  Tooltip
  PredefinedValue
  Min
  Max
  Increment
}

fragment resetElement on OptiFormsResetElement {
  Label
  Tooltip
}

fragment selectionElement on OptiFormsSelectionElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
  AutoComplete
}

fragment submitElement on OptiFormsSubmitElement {
  Label
  Tooltip
}

fragment textareaElement on OptiFormsTextareaElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment textboxElement on OptiFormsTextboxElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment urlElement on OptiFormsUrlElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
}
{
  "key": "6ccad76df0d14862a08344f581c920cc",
  "ver": "26",
  "loc": "en"
}
{
  "_Experience": {
    "item": {
      "_metadata": {
        "key": "6ccad76df0d14862a08344f581c920cc",
        "version": "26",
        "url": {
          "default": "/resources/",
          "hierarchical": "/resources/",
          "type": "HIERARCHICAL"
        },
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ],
        "displayName": "Resources"
      },
      "BlankExperienceSeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "GraphType": "-",
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      },
      "composition": {
        "grids": []
      }
    }
  }
}
Query #3 - 10:31:34 PM
query siteSettingsByHostname($domain: String!, $locale: [Locales]!) {
  SiteSettings(
    locale: $locale
    where: {SiteDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteDomain
      LogoResolution
      Logo {
        ...ContentUrl
        ...ContentReferenceItem
      }
      FooterText
      TopNavStyle
      HeaderLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
          LinkText
          SubMenuItems {
            ... on MenuItem {
              Link {
                text
                url {
                  default
                }
              }
              LinkText
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      FooterLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      SocialFacebook
      SocialInstagram
      SocialTwitter
      SocialTikTok
      SocialGitHub
      OptiWebProjectId
    }
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "opti-daa.opti-demo.net",
      "LogoResolution": "16",
      "Logo": {
        "url": {
          "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/logo/daikin-logo.png",
          "hierarchical": "/globalassets/daikin/logo/daikin-logo.png"
        },
        "item": {}
      },
      "FooterText": "Perfecting The Air We Share",
      "TopNavStyle": "standard",
      "HeaderLinks": [
        {
          "Link": {
            "text": null,
            "url": {
              "default": null
            }
          },
          "LinkText": "Industry Solutions",
          "SubMenuItems": [
            {
              "Link": {
                "text": "Data Center Solutions",
                "url": {
                  "default": "/industry-solutions/data-center-solutions/"
                }
              },
              "LinkText": "Data Center Solutions"
            },
            {
              "Link": {
                "text": "Healthcare",
                "url": {
                  "default": "/industry-solutions/healthcare/"
                }
              },
              "LinkText": "Healthcare"
            },
            {
              "Link": {
                "text": "Higher Education",
                "url": {
                  "default": "/industry-solutions/higher-education/"
                }
              },
              "LinkText": "Higher Education"
            },
            {
              "Link": {
                "text": "Hospitality",
                "url": {
                  "default": "/industry-solutions/hospitality/"
                }
              },
              "LinkText": "Hospitality"
            },
            {
              "Link": {
                "text": "Office",
                "url": {
                  "default": "/industry-solutions/office/"
                }
              },
              "LinkText": "Office"
            },
            {
              "Link": {
                "text": "Sports & Entertainment",
                "url": {
                  "default": "/industry-solutions/sports--entertainment/"
                }
              },
              "LinkText": "Sports & Entertainment"
            }
          ]
        },
        {
          "Link": {
            "text": "Resources",
            "url": {
              "default": "/resources/"
            }
          }
        },
        {
          "Link": {
            "text": "News",
            "url": {
              "default": "/news/"
            }
          }
        },
        {
          "Link": {
            "text": "Search",
            "url": {
              "default": "/search/"
            }
          }
        }
      ],
      "FooterLinks": [],
      "SocialFacebook": "DaikinApplied",
      "SocialInstagram": null,
      "SocialTwitter": "DaikinApplied",
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": "5328279998038016"
    }
  }
}
Query #2 - 10:31:34 PM
query siteStylesByHostname($domain: String!, $locale: [Locales]!) {
  SiteStyles(
    locale: $locale
    where: {SiteStylesDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteStylesDomain
      daisyuiTheme
      primary
      primaryContent
      secondary
      secondaryContent
      accent
      accentContent
      neutral
      neutralContent
      base100
      base200
      base300
      baseContent
      info
      infoContent
      success
      successContent
      warning
      warningContent
      error
      errorContent
      radiusSelector
      radiusField
      radiusBox
      sizeSelector
      sizeField
      borderWidth
      depth
      noise
      textXs
      textSm
      textBase
      textLg
      textXl
      text2xl
      text3xl
      text4xl
      text5xl
      text6xl
      text7xl
      text8xl
      text9xl
      freeFormStyles
      font
      cssFile {
        _metadata {
          lastModified
          url {
            default
          }
        }
      }
    }
  }
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "opti-daa.opti-demo.net",
      "daisyuiTheme": null,
      "primary": "#009fde",
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": null,
      "accentContent": null,
      "neutral": "#313131",
      "neutralContent": null,
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": "#69c6ef",
      "infoContent": "#fff",
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": null,
      "errorContent": null,
      "radiusSelector": null,
      "radiusField": null,
      "radiusBox": null,
      "sizeSelector": null,
      "sizeField": null,
      "borderWidth": null,
      "depth": null,
      "noise": null,
      "textXs": null,
      "textSm": null,
      "textBase": "1.25rem",
      "textLg": null,
      "textXl": null,
      "text2xl": "3rem",
      "text3xl": "4rem",
      "text4xl": null,
      "text5xl": null,
      "text6xl": null,
      "text7xl": null,
      "text8xl": null,
      "text9xl": null,
      "freeFormStyles": null,
      "font": "--font-ibm-plex-sans",
      "cssFile": {
        "_metadata": {
          "lastModified": "2026-02-17T19:48:52.576Z",
          "url": {
            "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/styles/daikin.css"
          }
        }
      }
    }
  }
}
Query #1 - 10:31:34 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
Current URL: /resources/
Build Mode: production
Dev Mode: Enabled
SSR: Yes
GraphQL Queries: 20 total
Page Load Time:
DOM Ready:
Time to First Byte:
Render Start: