Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
EnhancedMeasurementSettings
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
웹 DataStream의 싱글톤 리소스로, 추가 사이트 상호작용 및 콘텐츠의 측정을 구성합니다.
JSON 표현 |
{
"name": string,
"streamEnabled": boolean,
"scrollsEnabled": boolean,
"outboundClicksEnabled": boolean,
"siteSearchEnabled": boolean,
"videoEngagementEnabled": boolean,
"fileDownloadsEnabled": boolean,
"pageChangesEnabled": boolean,
"formInteractionsEnabled": boolean,
"searchQueryParameter": string,
"uriQueryParameter": string
} |
필드 |
name |
string
출력 전용입니다. 향상된 측정 설정의 리소스 이름입니다. 형식: properties/{property_id}/dataStreams/{dataStream}/EnhancedMeasurementSettings 예: 'properties/1000/dataStreams/2000/EnhancedMeasurementSettings'
|
streamEnabled |
boolean
이 웹 스트림에서 상호작용 및 콘텐츠를 자동으로 측정하는 데 향상된 측정 설정을 사용할지 여부를 나타냅니다. 이 값을 변경해도 설정 자체에는 영향을 미치지 않지만 설정 적용 여부는 결정됩니다.
|
scrollsEnabled |
boolean
사용 설정하면 방문자가 페이지 하단으로 이동할 때마다 스크롤 이벤트를 캡처합니다.
|
outboundClicksEnabled |
boolean
사용 설정하면 방문자가 내 도메인에서 나가는 링크를 클릭할 때마다 외부 연결 링크 클릭 이벤트를 캡처합니다.
|
siteSearchEnabled |
boolean
이 기능을 사용 설정하면 방문자가 사이트에서 검색할 때마다 (쿼리 매개변수 기준) 검색결과 조회 이벤트를 캡처합니다.
|
videoEngagementEnabled |
boolean
사용 설정하면 방문자가 내 사이트에 삽입된 동영상을 조회할 때 동영상 재생, 진행, 완료 이벤트가 캡처됩니다.
|
fileDownloadsEnabled |
boolean
사용 설정된 경우 일반 문서, 압축된 파일, 애플리케이션, 동영상 또는 오디오 확장 프로그램에서 링크를 클릭할 때마다 파일 다운로드 이벤트를 캡처합니다.
|
pageChangesEnabled |
boolean
사용 설정하면 웹사이트에서 브라우저 기록 상태를 변경할 때마다 페이지 조회 이벤트를 캡처합니다.
|
formInteractionsEnabled |
boolean
사용 설정하면 방문자가 웹사이트에서 양식과 상호작용할 때마다 양식 상호작용 이벤트를 캡처합니다. 기본값은 false입니다.
|
searchQueryParameter |
string
필수 항목입니다. 사이트 검색 매개변수로 해석할 URL 쿼리 매개변수 최대 길이는 1,024자(영문 기준)입니다. 비워 둘 수 없습니다.
|
uriQueryParameter |
string
추가 URL 쿼리 매개변수입니다. 최대 길이는 1,024자(영문 기준)입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eEnhanced Measurement Settings automatically track website interactions and content using a web DataStream.\u003c/p\u003e\n"],["\u003cp\u003eThis singular resource provides a variety of configurable settings for measuring events like scrolls, outbound clicks, site search, video engagement, file downloads, page changes, and form interactions.\u003c/p\u003e\n"],["\u003cp\u003eYou can enable or disable the automatic measurement of these interactions while customizing aspects such as site search parameters and additional URL query parameters.\u003c/p\u003e\n"],["\u003cp\u003eResource information and individual interaction settings are represented in JSON format, accessible via a designated endpoint ("properties/{property_id}/dataStreams/{dataStream}/enhancedMeasurementSettings").\u003c/p\u003e\n"]]],["This content describes settings for enhanced measurement of interactions on a web data stream. Key actions include enabling or disabling the use of these settings to measure interactions and content. Specific interactions measured include scrolls, outbound clicks, site searches, video engagement, file downloads, page changes, and form interactions. The settings also capture URL query parameters for site search and allow additional parameters. Each measurement type can be individually turned on or off, with specific settings, such as \"searchQueryParameter\".\n"],null,["# EnhancedMeasurementSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nSingleton resource under a web DataStream, configuring measurement of additional site interactions and content.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"streamEnabled\": boolean, \"scrollsEnabled\": boolean, \"outboundClicksEnabled\": boolean, \"siteSearchEnabled\": boolean, \"videoEngagementEnabled\": boolean, \"fileDownloadsEnabled\": boolean, \"pageChangesEnabled\": boolean, \"formInteractionsEnabled\": boolean, \"searchQueryParameter\": string, \"uriQueryParameter\": string } ``` |\n\n| Fields ||\n|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the Enhanced Measurement Settings. Format: properties/{property_id}/dataStreams/{dataStream}/enhancedMeasurementSettings Example: \"properties/1000/dataStreams/2000/enhancedMeasurementSettings\" |\n| `streamEnabled` | `boolean` Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream. Changing this value does not affect the settings themselves, but determines whether they are respected. |\n| `scrollsEnabled` | `boolean` If enabled, capture scroll events each time a visitor gets to the bottom of a page. |\n| `outboundClicksEnabled` | `boolean` If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain. |\n| `siteSearchEnabled` | `boolean` If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter). |\n| `videoEngagementEnabled` | `boolean` If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site. |\n| `fileDownloadsEnabled` | `boolean` If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension. |\n| `pageChangesEnabled` | `boolean` If enabled, capture a page view event each time the website changes the browser history state. |\n| `formInteractionsEnabled` | `boolean` If enabled, capture a form interaction event each time a visitor interacts with a form on your website. False by default. |\n| `searchQueryParameter` | `string` Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty. |\n| `uriQueryParameter` | `string` Additional URL query parameters. Max length is 1024 characters. |"]]