developer tip

특정 페이지의 방문자 수

optionbox 2020. 9. 5. 09:43
반응형

특정 페이지의 방문자 수


URL이있는 특정 페이지의 방문자 수를보고 싶습니다. 이 특정 페이지에 대한 통계를 찾기 위해 URL을 입력 할 위치를 Analytics에서 찾을 수 없습니다.


동작> 사이트 콘텐츠> 모든 페이지로 이동하여 URI를 검색 창에 입력합니다.여기에 이미지 설명 입력


Blexy가 이미 대답 했듯이 "행동> 사이트 콘텐츠> 모든 페이지"로 이동합니다.

왼쪽 사이드 바에 "Behavior"가 두 번 나타나고 두 번째 옵션을 클릭해야합니다.

                                                     사이드 바


페이지 뷰 수가 아니라 방문자 수 (질문의 제목 참조) 를 알고 싶다면 맞춤 보고서를 만들어야합니다.

 

술어


Google Analytics has changed the terminology they use within the reports. Now, visits is named "sessions" and unique visitors is named "users."

User - A unique person who has visited your website. Users may visit your website multiple times, and they will only be counted once.

Session - The number of different times that a visitor came to your site.

Pageviews - The total number of pages that a user has accessed.

 

Creating a Custom Report


  1. To create a custom report, click on the "Customization" item in the left navigation menu, and then click on "Custom Reports".

탐색 메뉴에서 확장 된 사용자 정의 항목

  1. The "Create Custom Report" page will open.
  2. Enter a name for your report.
  3. "메트릭 그룹"섹션에서 수집하려는 정보에 따라 "사용자"또는 "세션"을 입력합니다 ( 위의 용어 참조 ).
  4. "차원 드릴 다운"섹션에 "페이지"를 입력합니다.
  5. "필터"에서 데이터를 보려는 개별 페이지 (정확한) 또는 페이지 그룹 (정규식 사용)을 입력합니다. 여기에 이미지 설명 입력
  6. 보고서를 저장하고 실행하십시오.

참고 URL : https://stackoverflow.com/questions/19502359/number-of-visitors-on-a-specific-page

반응형