# Google 앱 엑세스 제어

트래킷은 Google, MS 계정으로 이용할 수 있습니다. 다만 Google의 경우 보안 인증을 진행 중이며 아래 내용을 참고해 진행해 주세요. **MS 계정을 이용하는 고객분들은 이 부분을 안 보셔도 됩니다.**

1. Google workspace 관리자인 경우 [클릭](#case-google-admin)
2. Google workspace 관리자가 아닌 경우 [클릭](#case-just-member)

***

## Google workspace 관리자인 경우 <a href="#case-google-admin" id="case-google-admin"></a>

### 1. Google Admin console에 접속 <a href="#google-admin-step1" id="google-admin-step1"></a>

Google 워크스페이스 [관리 콘솔](https://admin.google.com/)에 접속합니다.\
본인이 관리자 권한이 있는지 확인하는 방법은 우측 상단의 본인 프로필 이미지 클릭 시 아래처럼 ‘관리 콘솔’ 텍스트가 보이면 관리자 권한이 있는 것입니다. 만약 관리자가 아니면 여기를 클릭하세요.

<figure><img src="/files/KDnveV2MZARtinWfhXRa" alt="구글 관리자 권한 확인하기"><figcaption><p>구글 관리자 권한 확인하기</p></figcaption></figure>

### 2. 서드 파티앱 엑세스 관리 페이지 접속 <a href="#google-admin-step2" id="google-admin-step2"></a>

‘관리 콘솔 > 보안 > 엑세스 및 데이터 관리 > API 관리 > 앱 엑세스 제어’ 페이지에 접속 후 ‘서드 파티 앱 엑세스 관리’를 클릭합니다.

<figure><img src="/files/8IGsdG7dTYJc4uKKgsML" alt=""><figcaption></figcaption></figure>

### 3. 트래킷 앱 추가 <a href="#google-admin-step3" id="google-admin-step3"></a>

‘앱 추가 > oAuth 앱 이름 또는 클라이언트 ID’ 버튼을 클릭합니다.

<figure><img src="/files/6SHoy4piASx4jhNFsfcn" alt=""><figcaption></figcaption></figure>

OAuth 앱 이름 또는 클라이언트 ID 검색’ 입력란에 트래킷 클라이언트 ID (아래 코드)를 넣고 검색합니다. 검색 결과에 마우스를 올리면 노출되는 ‘선택’ 버튼을 클릭하면 트래킷 앱이 추가됩니다.

```javascript
364813708263-cmnb800ngqaurl2e13vke9tcc13q5uqf.apps.googleusercontent.com
```

<figure><img src="/files/xhCYfEhnoboBif9OGUF6" alt=""><figcaption></figcaption></figure>

## Google workspace 관리자가 아닌 경우 <a href="#case-just-member" id="case-just-member"></a>

### 1. 계정을 선택합니다. <a href="#google-just-member-step1" id="google-just-member-step1"></a>

<figure><img src="/files/hhPZayJSi02VfaCvGXFz" alt=""><figcaption></figcaption></figure>

### 2. ‘Google에서 확인하지 않은 앱’이라는 화면이 보이면 ‘고급’ 텍스트를 클릭합니다. <a href="#google-just-member-step2" id="google-just-member-step2"></a>

<figure><img src="/files/rZYRfbtXTFF4VlqRpGEf" alt=""><figcaption></figcaption></figure>

### 3. ‘trackit.so(으)로 이동(안전하지 않음)’을 클릭합니다. <a href="#google-just-member-step3" id="google-just-member-step3"></a>

{% hint style="info" %}
현재 보안 인증을 진행 중이며 고객님의 데이터는 암호화해 안전하게 보관되고 있으니 안심하고 사용하셔도 됩니다.
{% endhint %}

<div><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt=""> <figure><img src="/files/fXzDdaTpqW1Dhymk69fi" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/DsQoTcqPbmCYPO0gdnXb" alt=""><figcaption></figcaption></figure>


---

# 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://docs.trackit.so/trackit-101/google.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.
