SetConsentStatusRequest
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Nội dung của yêu cầu đồng ý từ GTAF đến DPA.
Biểu diễn dưới dạng JSON |
{
"consentAction": enum (ConsentAction ),
"actionTimestamp": string
} |
Các trường |
consentAction |
enum (ConsentAction )
Hành động do người dùng thực hiện.
|
actionTimestamp |
string (Timestamp format)
Dấu thời gian mà người dùng đã thực hiện hành động. Dấu thời gian ở định dạng "Zulu" RFC3339 UTC, chính xác đến nano giây. Ví dụ: "2014-10-02T15:01:23.045123456Z"
|
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: 2022-09-26 UTC.
[[["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: 2022-09-26 UTC."],[[["The JSON representation outlines the structure of a consent request body, containing the user's action and the timestamp of the action."],["`consentAction` field specifies the action taken by the user, selected from a predefined set of ConsentAction enum values."],["`actionTimestamp` field records the precise time of the user's action, formatted as an RFC3339 UTC timestamp with nanosecond precision."]]],["The core content defines the structure of a consent request from GTAF to DPA, represented in JSON. The key information includes two fields: `consentAction`, an enumeration indicating the action taken by the user, and `actionTimestamp`, a string representing the precise time the user performed the action in RFC3339 UTC \"Zulu\" format, down to nanoseconds. The `consentAction` is a user-made choice, and the `actionTimestamp` captures when they performed that action.\n"]]