Method: properties.keyEvents.get
Truy xuất một Sự kiện chính.
Yêu cầu HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/keyEvents/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
name |
string
Bắt buộc. Tên tài nguyên của Sự kiện chính cần truy xuất. Định dạng: thuộc tính/{property}/keyEvents/{keyEvent} Ví dụ: "properties/123/keyEvents/456"
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của KeyEvent
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau đây:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-05-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-05-06 UTC."],[[["Retrieve detailed information about a specific Key Event within a Google Analytics property."],["Access Key Event data using the provided HTTP request with necessary path parameters for property and event identification."],["The request body should be empty, while a successful response returns a KeyEvent object containing the event details."],["Proper authorization is required using specific OAuth scopes to retrieve the Key Event information."]]],["This describes retrieving a specific Key Event via a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/keyEvents/*}`. The `name` path parameter, formatted as `properties/{property}/keyEvents/{keyEvent}`, is mandatory. The request body must be empty. A successful response contains a `KeyEvent` instance. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. This operation uses gRPC Transcoding.\n"]]