Class GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleCampaign
An Android privacy shared key view for Google campaign key.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleCampaign : IDirectResponseSchema
Properties
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 |
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}/androidPrivacySharedKeyGoogleCampaigns/{campaign_id}~{android_privacy_interaction_type}~{android_privacy_interaction_date(yyyy-mm-dd)}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SharedCampaignKey
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.
Declaration
[JsonProperty("sharedCampaignKey")]
public virtual string SharedCampaignKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |