• 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 - 11:52:05 PM
SDK Disabled Default Content 1 Error

Page Information

URL: https://opti-daa.opti-demo.net/products/air-handlers/preciseline/
Locale: en
Status: ❌ Disabled
Available Flags: None
User ID:
User Type: Returning User
Default Content Key: a937a94ae85143aca7b239f6db65d99c
Flag Key Used: N/A
Final Content Key: a937a94ae85143aca7b239f6db65d99c
Variant Requested: None
Variant Received: None
Used Variant Content: ❌ No
  • Optimizely client not available
Query #6 - 11:52:05 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": "/products/air-handlers/preciseline/",
  "urlNoSlash": "/products/air-handlers/preciseline"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "a937a94ae85143aca7b239f6db65d99c",
        "version": "21",
        "locale": "en"
      }
    }
  }
}
Query #5 - 11:52:05 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": "a937a94ae85143aca7b239f6db65d99c",
  "ver": "21",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #4 - 11:52:05 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": "a937a94ae85143aca7b239f6db65d99c",
  "ver": "21",
  "loc": "en"
}
{
  "_Experience": {
    "item": {
      "_metadata": {
        "key": "a937a94ae85143aca7b239f6db65d99c",
        "version": "21",
        "url": {
          "default": "/products/air-handlers/preciseline/",
          "hierarchical": "/products/air-handlers/preciseline/",
          "type": "HIERARCHICAL"
        },
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ],
        "displayName": "PreciseLine"
      },
      "BlankExperienceSeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "GraphType": "-",
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      },
      "composition": {
        "grids": []
      }
    }
  }
}
Query #3 - 11:52:05 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 - 11:52:05 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 - 11:52:05 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
Current URL: /products/air-handlers/preciseline/
Build Mode: production
Dev Mode: Enabled
SSR: Yes
GraphQL Queries: 6 total
Page Load Time:
DOM Ready:
Time to First Byte:
Render Start: