here’s a quick, no-noise digest of this second WIZ_global_data blob + what changed from the one you pasted earlier.

snapshot (what it is)

  • App: GoogleCloudUxWebAppCgcUi (Google Cloud “bricks” UI)
  • Env/build: prod, boq_cloud-ux-webapp-cgc-ui_20250821.08_p0
  • GTM: GTM-5CVQBG
  • Locales: en, de, es, es-419, fr, id, it, ja, ko, pt-BR, zh-CN, zh-TW
  • Tenants (same set):
    1. cgc-brickshttps://cloud.google.com
    2. Cloud Partner – Brickshttps://partners.cloud.google.com
    3. wgc-bricks (Workspace)https://workspace.google.com
    4. codeassisthttps://codeassist.google
    5. agentspacehttps://agentspace.google.com
  • Assets: preconnect to cloud.google.com / www.gstatic.com; favicon …/cgc/favicon.ico; Apple touch icon …/cgc/super_cloud.png; Google Sans Text font.
  • Allowlisted routes: same large list (/_/*, blog paths, signup, sitemap, gen-app-builder, web3, transform, etc.).
  • Social/link packs per tenant still present (Cloud + Workspace), including localized blog/contact URLs.

what changed vs the previous blob

  • Default landing path: now "/?hl=en" (was "/enterprise-search?hl=en").
  • Console free-trial redirect: now redirectPath=https://cloud.google.com/ (was …/enterprise-search).
  • Ephemeral IDs/tokens (rotate per render/session):
    • FdrFJe: 7404589975… (was 6027211290…)
    • SNlM0e: AKD5WVBDUa…:1756024950180 (was AKD5WVDNN2…:1756024460025)
    • Yllh3e tuple changed (perf/timing seed)
  • Everything else (build tag, env, GTM, locales, tenants, social maps, feature-flag matrix keys) appears unchanged.

compact, reusable JSON

{
  "app": {
    "name": "GoogleCloudUxWebAppCgcUi",
    "env": "prod",
    "build": "boq_cloud-ux-webapp-cgc-ui_20250821.08_p0"
  },
  "routing": {
    "default_path": "/?hl=en",
    "allowlist_sample": ["/_/BeyondCorpDeniedUi", "/ai/gen-app-builder", "/application/web3", "/blog/*", "/signup/*", "/sitemapindex.xml"]
  },
  "analytics": { "gtm": "GTM-5CVQBG" },
  "i18n": ["en","de","es","es-419","fr","id","it","ja","ko","pt-BR","zh-CN","zh-TW"],
  "tenants": ["cgc-bricks","Cloud Partner - Bricks","wgc-bricks (Workspace)","codeassist","agentspace"],
  "assets": {
    "preconnect": ["https://cloud.google.com","//www.gstatic.com"],
    "icons": {
      "favicon": "https://www.gstatic.com/cgc/favicon.ico",
      "apple_touch": "https://www.gstatic.com/cgc/super_cloud.png"
    },
    "font": "Google Sans Text"
  },
  "diff_from_prev": {
    "default_path": "changed to /?hl=en",
    "console_freetrial.redirectPath": "https://cloud.google.com/",
    "ids_tokens_rotated": ["FdrFJe","SNlM0e","Yllh3e"]
  }
}

want me to extract the full localized blog/contact URLs or all tenant social handles into a clean table/JSON?