> For the complete documentation index, see [llms.txt](https://support.granter.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.granter.biz/screen-guide/analytics/tag.md).

# 태그별 분석

다음은 그랜터의 ‘태그별 분석’ 화면에 대한 설명 가이드입니다. 이 화면은 사용자가 각 거래에 부여한 태그를 기준으로 수익과 비용 흐름을 정리하고, 프로젝트나 캠페인 단위의 자금 흐름을 체계적으로 분석할 수 있도록 구성되어 있습니다.

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

***

### 📘 ‘태그별 분석’ 화면 가이드

***

#### 🔍 검색 및 필터 기능

* 거래 내역을 태그, 상세태그, 거래처 기준으로 검색하거나 필터링할 수 있습니다.
* 사용자 정의 태그를 통해 프로젝트별, 캠페인별, 팀별 예산 집행 현황을 분류해 관리할 수 있습니다.
* 원하는 기간을 선택하여 해당 기간에만 속하는 거래 태그 내역을 집중 분석할 수 있습니다.

***

#### 🧾 거래 리스트 구성

<br>

각 행은 특정 태그에 속한 개별 거래를 나타내며, 아래와 같은 정보가 포함됩니다:

| 항목       | 설명                  |
| -------- | ------------------- |
| 입력일자     | 거래가 입력된 날짜          |
| 태그명      | 사용자 또는 시스템이 지정한 태그명 |
| 상세설명     | 거래 목적이나 간단한 메모      |
| 수입/지출 금액 | 해당 거래의 입금 또는 출금 내역  |
| 조작 버튼    | 거래 상세 보기, 편집, 삭제 가능 |

* 수입 항목은 파란색으로, 지출 항목은 회색으로 구분되어 시각적으로 빠르게 확인할 수 있습니다.
* 거래에 첨부된 상세설명은 태그 목적 파악에 도움을 줍니다 (예: 마케팅 집행비, R\&D 비용 등).

***

#### 📂 분석 목적 및 활용 방법

* 프로젝트별 지출 및 수익을 모니터링하여 예산 초과 여부를 사전에 파악할 수 있습니다.
* 각 거래에 연결된 태그를 기준으로 특정 부서, 캠페인, 클라이언트 단위로 보고서를 생성할 수 있습니다.
* 태그를 통해 실무자가 거래 목적을 명확히 남기도록 유도함으로써 재무자료의 정합성과 추적 가능성을 확보할 수 있습니다.

***

#### ✅ 활용 목적

* 태그 단위의 자금 흐름을 통해 의사결정 단위별 손익 분석이 가능하며, 예산 계획 수립 및 집행 통제에 유용합니다.
* R\&D 세액공제, 정부지원금 신청 등 외부 보고용 자료로도 활용할 수 있는 구조를 갖추고 있습니다.
* 팀 협업 시 각 담당자가 등록한 태그 내역을 기준으로 책임 소재 및 비용 투명성 확보에 기여합니다.


---

# 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://support.granter.biz/screen-guide/analytics/tag.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.
