Chỉ có đầu ra. Tên tài nguyên của Chế độ cài đặt đo lường nâng cao. Định dạng: thuộc tính/{property_id}/dataStreams/{dataStream}/AdvancedMeasurementSettings"
streamEnabled
boolean
Cho biết liệu Chế độ cài đặt đo lường nâng cao có được dùng để tự động đo lường các lượt tương tác và nội dung trên luồng web này hay không.
Việc thay đổi giá trị này không ảnh hưởng đến các chế độ cài đặt, nhưng sẽ xác định xem chúng có được tuân thủ hay không.
scrollsEnabled
boolean
Nếu bạn bật chế độ này, hãy ghi lại các sự kiện cuộn mỗi khi khách truy cập cuộn đến cuối trang.
outboundClicksEnabled
boolean
Nếu bạn bật chế độ này, hãy ghi lại một sự kiện nhấp vào đường liên kết ngoài mỗi khi khách truy cập nhấp vào một đường liên kết đưa họ ra khỏi miền của bạn.
siteSearchEnabled
boolean
Nếu bạn bật chế độ này, hãy ghi lại sự kiện xem kết quả tìm kiếm mỗi khi khách truy cập tìm kiếm nội dung trên trang web của bạn (dựa trên tham số truy vấn).
videoEngagementEnabled
boolean
Nếu được bật, tính năng ghi lại sự kiện phát video, xem video và xem hết video khi khách truy cập xem video được nhúng trên trang web của bạn.
fileDownloadsEnabled
boolean
Nếu bạn bật chế độ này, tính năng ghi lại sự kiện tải tệp xuống mỗi khi người dùng nhấp vào một đường liên kết có chứa tài liệu thông thường, tệp nén, ứng dụng, video hoặc tiện ích âm thanh.
pageChangesEnabled
boolean
Nếu đã bật, hãy ghi lại một sự kiện xem trang mỗi khi trang web thay đổi trạng thái nhật ký duyệt web.
formInteractionsEnabled
boolean
Nếu được bật, hãy ghi lại một sự kiện tương tác với biểu mẫu mỗi khi khách truy cập tương tác với một biểu mẫu trên trang web của bạn. False theo mặc định.
searchQueryParameter
string
Bắt buộc. Tham số truy vấn URL được hiểu là tham số tìm kiếm trang web. Độ dài tối đa là 1024 ký tự. Không được để trống.
uriQueryParameter
string
Tham số truy vấn URL bổ sung. Độ dài tối đa là 1024 ký tự.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. |"]]