SetConsentStatusRequest
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GTAF'den DPA'ya yapılan rıza isteğinin gövdesi.
JSON gösterimi |
{
"consentAction": enum (ConsentAction ),
"actionTimestamp": string
} |
Alanlar |
consentAction |
enum (ConsentAction )
Kullanıcının gerçekleştirdiği işlem.
|
actionTimestamp |
string (Timestamp format)
Kullanıcının işlem gerçekleştirdiği zaman damgası. RFC3339 UTC "Zulu" biçiminde bir zaman damgası (nanosaniyeye kadar doğru). Örnek: "2014-10-02T15:01:23.045123456Z" .
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]