AndroidPrivacySharedKeyGoogleAdGroup

  • An Android privacy shared key view provides information for Google ad group keys, including resource name, campaign ID, ad group ID, and various Android privacy parameters.

  • The resource name for an Android privacy shared key is in a specific format that includes customer ID, campaign ID, ad group ID, interaction type, network type, and interaction date.

  • The view includes output-only fields such as the encoded shared ad group key, campaign ID, and ad group ID, along with Android privacy interaction type, network type, and interaction date.

  • The shared_ad_group_key is a 128 bit hex string that can be combined with the aggregate conversion key to retrieve the Aggregate API Report in Android Privacy Sandbox.

An Android privacy shared key view for Google ad group 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}/androidPrivacySharedKeyGoogleAdGroups/{campaign_id}~{ad_group_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.

ad_group_id

int64

Output only. The ad group ID used in the share key encoding.

shared_ad_group_key

string

Output only. 128 bit hex string of the encoded shared ad group 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.