Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup

An Android privacy shared key view for Google ad group key.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup : IDirectResponseSchema

Properties

AdGroupId

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

Declaration
[JsonProperty("adGroupId")]
public virtual long? AdGroupId { get; set; }
Property Value
Type Description
long?

AndroidPrivacyInteractionDate

Output only. The interaction date used in the shared key encoding in the format of "YYYY-MM-DD" in UTC timezone.

Declaration
[JsonProperty("androidPrivacyInteractionDate")]
public virtual string AndroidPrivacyInteractionDate { get; set; }
Property Value
Type Description
string

AndroidPrivacyInteractionType

Output only. The interaction type enum used in the share key encoding.

Declaration
[JsonProperty("androidPrivacyInteractionType")]
public virtual string AndroidPrivacyInteractionType { get; set; }
Property Value
Type Description
string

AndroidPrivacyNetworkType

Output only. The network type enum used in the share key encoding.

Declaration
[JsonProperty("androidPrivacyNetworkType")]
public virtual string AndroidPrivacyNetworkType { get; set; }
Property Value
Type Description
string

CampaignId

Output only. The campaign ID used in the share key encoding.

Declaration
[JsonProperty("campaignId")]
public virtual long? CampaignId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResourceName

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)}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

SharedAdGroupKey

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.

Declaration
[JsonProperty("sharedAdGroupKey")]
public virtual string SharedAdGroupKey { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX