Metric
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
보고서의 양적 측정값입니다. 예를 들어 eventCount
측정항목은 총 이벤트 수입니다. 요청은 최대 10개의 측정항목으로 허용됩니다.
JSON 표현 |
{
"name": string,
"expression": string,
"invisible": boolean
} |
필드 |
name |
string
측정항목의 이름입니다. 측정항목 이름 목록은 API 측정항목을 참고하세요. expression 가 지정된 경우 name 은 허용되는 문자 집합 내에 포함하려는 문자열일 수 있습니다. 예를 들어 expression 이 screenPageViews/sessions 인 경우 해당 측정항목의 이름을 viewsPerSession 로 호출할 수 있습니다. 선택한 측정항목 이름은 정규 표현식 ^[a-zA-Z0-9_]$ 와 일치해야 합니다.
측정항목은 metricFilter , orderBys , expression 의 name 에서 참조됩니다.
|
expression |
string
파생된 측정항목의 수학적 표현식입니다. 예를 들어 사용자당 이벤트 수는 eventCount/totalUsers 입니다.
|
invisible |
boolean
보고서 응답에 측정항목이 표시되지 않는지를 나타냅니다. 측정항목이 표시되지 않으면 측정항목이 응답에서 열을 생성하지 않지만 metricFilter , orderBys 또는 측정항목 expression 에서 사용할 수 있습니다.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-25 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]