# 구글 애널리틱스 연결하기

## 구글 애널리틱스 연결

1. 왼쪽 하단에 `관리(톱니바퀴)` 를 누른다.
2. `계정 만들기` 을 누른다.
   * 계정 이름을 세팅한다.
3. `속성 설정`
   * 속성 이름
   * 보고 시간대를 한국으로 설정

### 계정을 만든다.

> 100개 까지 만들 수 있으니, 부담없이 만들면 됩니다.

* 왼쪽 아래의 `톱니바퀴 - 관리` 를 누른다.
* 계정 설정과 속성설정 그리고 비즈니스 정보 3단계를 거친다.

### 속성 설정

> 계정을 만들면 GA 를 설치할 **우리의 사이트를 등록하자**

1. `Choose a platform`
   * 현재 웹 프로젝트를 하는 중이니깐 `웹` 선택
2. `url` 과 스트림 이름을 입력하고 **스트림을 만든다.**
3. `웹 스트림 세부정보` 에서 아래의 태그를 복사하자.&#x20;
4. 태그를 `html` 의 `head` 태그에 붙여주면 끝


---

# Agent Instructions: 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:

```
GET https://simian114.gitbook.io/blog/undefined/express/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
