---
title: "Looker Studio용 Minds Panel Analytics"
description: "기존 Minds Panel을 Looker Studio에 연결하고 최신 분석을 보고서와 대시보드용 재사용 데이터 소스로 전환합니다."
canonical_url: "https://getminds.ai/guide/ko/looker-studio"
last_updated: "2026-09-08T01:02:54.318Z"
---

# 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 공개 전 승인을 주장하지 않습니다.
