AndroidPrivacySharedKeyGoogleCampaign
An Android privacy shared key view for Google campaign 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}/androidPrivacySharedKeyGoogleCampaigns/{campaign_id}~{android_privacy_interaction_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.
|
shared_campaign_key
|
string
Output only. 128 bit hex string of the encoded shared campaign 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-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["The Android privacy shared key view provides a secure way to access Google campaign data while respecting user privacy in the Android Privacy Sandbox."],["It utilizes a resource name, campaign ID, interaction type, and interaction date to generate a unique encoded shared campaign key."],["This 128-bit hexadecimal key, prefixed with '0x', is used in conjunction with the aggregate conversion key to retrieve aggregated reports via the Aggregate API."],["The shared campaign key view is read-only and automatically generated for eligible Google campaigns."]]],[]]