SetConsentStatusRequest
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגוף של בקשת ההסכמה מ-GTAF ל-DPA.
ייצוג JSON |
{
"consentAction": enum (ConsentAction ),
"actionTimestamp": string
} |
שדות |
consentAction |
enum (ConsentAction )
המשתמש ביצע פעולה.
|
actionTimestamp |
string (Timestamp format)
חותמת זמן שבה המשתמש ביצע את הפעולה. חותמת זמן בפורמט RFC3339 UTC "Zulu" בדיוק של ננו-שניות. דוגמה: "2014-10-02T15:01:23.045123456Z"
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-09-26 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]