SetConsentStatusRequest
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגוף של בקשת ההסכמה מ-GTAF ל-DPA.
ייצוג JSON |
{
"consentAction": enum (ConsentAction ),
"actionTimestamp": string
} |
שדות |
consentAction |
enum (ConsentAction )
המשתמש ביצע פעולה.
|
actionTimestamp |
string (Timestamp format)
חותמת זמן שבה המשתמש ביצע את הפעולה. חותמת זמן בפורמט RFC3339 UTC "Zulu" עם רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"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, detailing the user's action and the time it was taken."],["This structure uses two main fields: `consentAction`, indicating the type of user consent (e.g., accept, reject), and `actionTimestamp`, recording the precise time of the user's action."],["`consentAction` is an enumerated value from the `ConsentAction` resource, while `actionTimestamp` is a string formatted according to the Timestamp standard."]]],["The core content defines the structure of a consent request from GTAF to DPA, represented in JSON. The request contains two key fields: `consentAction`, an enumeration indicating the user's action, and `actionTimestamp`, a string representing the precise time the action occurred. The timestamp follows the RFC3339 UTC \"Zulu\" format, with nanosecond resolution. These fields are the essential elements of the consent request, detailing what the user did and when.\n"]]