---
title: "Looker Studio 版 Minds Panel Analytics"
description: "将现有 Minds Panel 连接到 Looker Studio，把实时分析转换为可复用的报告和仪表板数据源。"
canonical_url: "https://getminds.ai/guide/zh/looker-studio"
last_updated: "2026-09-08T01:44:00.326Z"
---

# Looker Studio 版 Minds Panel Analytics

把现有 Minds Panel 的分析数据作为 Looker Studio 数据源，用于报告、定期评审和共享仪表板。

## 连接器读取的数据

连接器读取所输入 Panel ID 的分析端点，并公开三个字段：

<table>
<thead>
  <tr>
    <th>
      字段
    </th>
    
    <th>
      含义
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        panel_id
      </code>
    </td>
    
    <td>
      现有 Minds Panel 的 ID
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        metric_name
      </code>
    </td>
    
    <td>
      顶层分析指标名称
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        value_json
      </code>
    </td>
    
    <td>
      序列化为 JSON 的指标值，以保留嵌套数据
    </td>
  </tr>
</tbody>
</table>

连接器不会创建、编辑、删除或运行 Panel。验证 API key 后，它不会读取其他 Panel。

## 使用要求

- [Minds 账户](https://getminds.ai)
- 包含 API 访问权限的 Minds 套餐。查看[套餐与价格](https://getminds.ai/pricing)。
- 从 [Settings, API Keys](https://getminds.ai/settings/api-keys) 创建的 Minds API key
- 现有 Minds Panel 的 ID

## 连接 Panel

1. 在 Looker Studio 中打开 Minds Panel Analytics。
2. 输入 Minds API key。
3. 输入要报告的 Panel ID。
4. 连接数据源并选择所需字段。
5. 刷新数据源以加载当前分析。

## 数据与凭证

Looker Studio 将 API key 保存在你自己的 Google Apps Script 用户属性中。连接器只会把它作为 Bearer 凭证发送到 `https://getminds.ai/api/v1/`。

连接器通过最小的 Panel 列表请求验证 key。对于报告数据，它只发送 Panel ID 并读取该 Panel 的分析。可在 Looker Studio 中重置凭证，或在 [Minds API key 设置](https://getminds.ai/settings/api-keys)中撤销 key。

## 支持与政策

- [公开源代码](https://github.com/minds-ai-co/minds-integrations/tree/main/apps/looker-studio)
- [Minds 支持](https://getminds.ai/contact)
- [隐私政策](https://getminds.ai/legal/dataprivacy)
- [服务条款](https://getminds.ai/legal/terms)

Marketplace 是否可用取决于 Google 审核。本页用于说明第一方连接器，不表示 Google 发布前已经批准。
