> For the complete documentation index, see [llms.txt](https://www.analytics-docs.laplacetec.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.analytics-docs.laplacetec.com/guide/startguide/connect.md).

# 데이터 연결하기

{% hint style="info" %}

* 라플라스를 이용하시려면 주문 데이터를 포함하고 있는 **판매채널을 운영 중인 커머스 사업자** 여야 해요. 연결한 몰에 **주문 데이터(판매 이력)**&#xC774; 없다면 데이터를 연결할 수 없습니다.
* 라플라스에선 **주문 데이터(쇼핑몰)**, **광고 데이터(광고 채널)**, **이벤트 데이터**를 연결할 수 있어요. 해당 데이터 소스를 기반으로 차트를 생성하고 리포트를 만들 수 있습니다.
  {% endhint %}

## 주문 데이터

* 주문 데이터는 연결한 쇼핑몰, 쇼핑몰 통합 솔루션의 데이터를 말해요. 주문 데이터에는 주문, 상품, 유저 데이터를 포함하고 있어 차트를 시각화하는데 필수적인 데이터입니다.
* 카페24, 아임웹, 고도몰5, 스마트스토어, 메이크샵, 쿠팡윙, 큐텐, 샵바이를 연결할 수 있으며, 사방넷이나 이지어드민을 사용하고 계신다면 이외의 모든 채널을 연결할 수 있어요.

{% hint style="info" %}
사방넷과 이지어드민을 사용하지 않고, 라플라스에서 제공하지 않는 채널을 연결하고 싶다면, 스프레드시트 연결을 통해 모든 채널의 데이터를 통합할 수 있어요.

👉 [스프레드시트 가이드](/guide/startguide/connect/spreadsheet.md)에서 자세히 보기
{% endhint %}

## 광고 데이터

* 광고 데이터는 연결한 광고 채널의 데이터를 말해요. 광고 데이터에는 노출수, 클릭수, 전환 매출 등의 광고 데이터를 포함하고 있어 트레킹 할 광고 차트를 시각화하는데 필수적인 데이터입니다.
* Google Ads, 네이버 검색광고, 네이버 GFA, 페이스북/인스타그램, 카카오모먼트를 연결할 수 있습니다.

{% hint style="info" %}
라플라스에서 제공하지 않는 광고 채널을 연결하고 싶다면, 스프레드시트 연결을 통해 모든 채널의 데이터를 통합할 수 있어요.

👉 [스프레드시트 가이드](/guide/startguide/connect/spreadsheet.md)에서 자세히 보기
{% endhint %}

## 이벤트 데이터

* 이벤트 데이터는 연결한 광고 GA4의 데이터를 말해요. GA4 데이터에는 활성 사용자, 세션, 수익 등의 이벤트 데이터를 포함하고 있어 트레킹 할 이벤트 데이터를 시각화하는데 필수적인 데이터입니다.

{% hint style="info" %}
현재는 GA4 데이터만 제공하고 있습니다.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.analytics-docs.laplacetec.com/guide/startguide/connect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
