AndroidPrivacySharedKeyGoogleNetworkType
Stay organized with collections
Save and categorize content based on your preferences.
An Android privacy shared key view for Google network type key.
Fields |
resource_name
|
string
Output only. The resource name of the Android privacy shared key. Android privacy shared key resource names have the form: customers/{customer_id}/androidPrivacySharedKeyGoogleNetworkTypes/{campaign_id}~{android_privacy_interaction_type}~{android_privacy_network_type}~{android_privacy_interaction_date(yyyy-mm-dd)}
|
campaign_id
|
int64
Output only. The campaign ID used in the share key encoding.
|
android_privacy_interaction_type
|
AndroidPrivacyInteractionType
Output only. The interaction type enum used in the share key encoding.
|
android_privacy_interaction_date
|
string
Output only. The interaction date used in the shared key encoding in the format of "YYYY-MM-DD" in UTC timezone.
|
android_privacy_network_type
|
AndroidPrivacyNetworkType
Output only. The network type enum used in the share key encoding.
|
shared_network_type_key
|
string
Output only. 128 bit hex string of the encoded shared network type key, including a '0x' prefix. This key can be used to do a bitwise OR operator with the aggregate conversion key to create a full aggregation key to retrieve the Aggregate API Report in Android Privacy Sandbox.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This documentation details the Android privacy shared key view for Google's network type key, which is used in the Android Privacy Sandbox."],["The key view includes information like campaign ID, interaction type, interaction date, and network type, all used in encoding the shared key."],["A 128-bit hexadecimal encoded shared network type key is provided, prefixed with '0x', for use with the aggregate conversion key."],["By combining this shared network type key with the aggregate conversion key, advertisers can generate a full aggregation key."],["This full aggregation key is essential for retrieving data from the Aggregate API Report within the Android Privacy Sandbox."]]],[]]