> For the complete documentation index, see [llms.txt](https://acecounter.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acecounter.gitbook.io/guide/utilize/reports/sns.md).

# SNS 유입 분석

## SNS 자동분석

***

크롬(Chrome), 사파리(Safari), 엣지(Edge) 같은 웹브라우저를 열어 페이스북, 트위터 등의 SNS 사이트에 접속한 후 사이트 방문하게 되는 경우에는 유입출처(Referrer) 확인이 가능합니다.

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

| SNS 종류 | 유입URL패턴                                                         |
| ------ | --------------------------------------------------------------- |
| 페이스북   | \*facebook.com\*                                                |
| 트위터    | <p>t.co/\*</p><p><em>twtkr.com</em><br><em>twitter.com</em></p> |
| 카카오스토리 | redirect-story.kakao.com/\*                                     |
| 유튜브    | [www.youtube.com/\\](http://www.youtube.com/\\)\*               |
| 인스타그램  | \*instagram.com/\*                                              |

에이스카운터는 5개의 매체를 (페이스북, 트위터, 카카오스토리, 유튜브, 인스타그램) SNS로 분류합니다. 자동 분석된 'SNS' 데이터는 \[유입경로 > 방문유입출처], \[유입경로 > 블로그/카페/SMS] 에서 확인할 수 있으며 ![](https://www.acecounter.com/stat/help/imgview.amz?no=673) 버튼을 클릭하면 상세 데이터를 볼 수 있습니다.

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

## SNS 자동분석이 안되는 경우

***

애플리케이션(APP)을 실행하여 페이스북, 트위터 등의 SNS에 접속 후 사이트로 방문하게 되면 유입출처 확인이 불가합니다. 만약 SNS을 통한 마케팅을 진행하는 경우라면 연결 URL을 직접 수정할 수 있으므로 광고로 설정하여 분석하는 방법이 있습니다.

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

## SNS 마케팅 설정 방법

***

1\) 배너광고 설정

\[설정 > 캠페인 > 배너광고] 메뉴에서 프로모션명과 배너광고명(분석에 사용할 이름), 연결 URL(연결할 페이지 주소)을 입력 후 등록합니다.

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

2\) 광고코드 복사

등록이 완료되면 광고코드가 생성됩니다. '코드보기' 클릭 후 생성된 광고코드를 복사합니다.

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

3\) 마케팅 연결 URL에 광고코드 적용

마케팅 글 작성 시 2번에 복사한 광고코드를 적용합니다. (아래 페이스북 적용 예시)

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

## SNS 마케팅 데이터 확인

***

\[분석통계>마케팅 효과>배너광고] 메뉴에서 해당 프로모션의 [유입수](/guide/utilize/term/channel-conversion.md), [전환수](/guide/utilize/term/channel-conversion.md) 등 분석이 가능합니다.

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


---

# 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://acecounter.gitbook.io/guide/utilize/reports/sns.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.
