브라우저 버전 차트
API + MCP이 엔드포인트로의 요청은 무료이며 API 유닛을 소모하지 않습니다.
쿼리 매개변수
차트에 표시할 값을 쉼표로 구분된 목록으로 지정합니다. 제공되지 않으면 기본값으로 (top5-by-visitors)가 사용되며, 방문자 수 기준 상위 5개 값을 차트로 표시합니다.
필터 표현식입니다. 차원과 메트릭을 언급할 수 있습니다.
다음 차원이 지원됩니다:
source_channel: 소스 채널
type: string
enum: "search" "llm" "email" "paid" "search/paid" "social" "unknown" "direct" "newsletter" "shopping/organic" "shopping/paid" "audio" "social/paid" "cross-network" "mobile-push-notification" "sms" "affiliate" "referral" "display" "internal"
source: 소스
type: string
source_referer: 리퍼러 소스
type: string
source_referer_domain: 리퍼러 도메인
type: string
utm_source: UTM 소스
type: string
utm_medium: UTM 매체
type: string
utm_campaign: UTM 캠페인
type: string
utm_term: UTM 키워드
type: string
utm_content: UTM 콘텐츠
type: string
page: 페이지 URL
type: url
page_domain: 페이지 도메인
type: string
page_title: 페이지 제목
type: string
entry_page: 진입 페이지 URL
type: url
exit_page: 이탈 페이지 URL
type: url
continent: 대륙
type: string
enum: "AF" "AS" "EU" "NA" "OC" "SA" "AN" ""
country: 국가
type: string
city: 도시
type: string
browser_language: 브라우저 언어
type: string
browser: 브라우저
type: string
browser_version: 브라우저 버전
type: string
os: 운영 체제
type: string
os_version: 운영 체제 버전
type: string
device: 기기 유형
type: string
screensize: 화면 크기
type: string
event_name: 이벤트 이름
type: string
is_external_link_click: 외부 링크 클릭 여부
type: boolean
event_prop:EVENT_PROP: 사용자 지정 이벤트 속성을 이름으로 지정할 수 있습니다.
type: string
다음 메트릭이 지원됩니다:
pageviews: 페이지뷰 이벤트 수
type: integer
visitors: 방문자 수
type: integer
visits: 방문 수
type: integer
session_bounce_rate: 세션 이탈률(요청을 1회만 발생시킨 세션의 비율)
type: float
avg_session_length: 평균 세션 길이(초)
type: float
avg_session_duration_sec: 평균 세션 지속 시간(초)
type: integer
exit_rate: 이탈률(세션에서 마지막이었던 페이지뷰의 비율)
type: float
exits: 이탈 수
type: integer
entries: 진입 수
type: integer
avg_page_visit_duration_sec: 평균 페이지 방문 지속 시간(초)
type: integer
필터는 불리언 표현식을 나타내는 JSON 문자열이며, 다음 구조를 따라야 합니다:
<bool_filter> ::= { "and" : <bool_filter>+ }
| { "or" : <bool_filter>+ }
| { "not" : <bool_filter> }
| <expr>
<expr> ::= {
"field" : <dimension|metric>,
? "is": <condition>,
}
<condition> ::= [ "eq", <value> ]
| [ "neq", <value> ]
| [ "gt", <value> ]
| [ "gte", <value> ]
| [ "lt", <value> ]
| [ "lte", <value> ]
| [ "substring", <value> ]
| [ "isubstring", <value> ]
| [ "phrase_match", <value> ]
| [ "iphrase_match", <value> ]
| [ "prefix", <value> ]
| [ "suffix", <value> ]
차트 데이터 포인트의 시간 단위입니다. hourly, daily, weekly, monthly 중에서 선택하세요.
데이터 쿼리의 종료 일시
데이터 쿼리의 시작 일시
프로젝트 ID
출력 형식입니다.
응답
데이터 포인트의 타임스탬프
브라우저 버전
방문자 수
세션 이탈률(요청이 1회만 발생한 세션의 비율)
평균 세션 지속 시간(초)