Class GoogleAdsSearchads360V23CommonConsent
Consent
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonConsent : IDirectResponseSchema
Properties
AdPersonalization
This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.
Declaration
[JsonProperty("adPersonalization")]
public virtual string AdPersonalization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdUserData
This represents consent for ad user data.
Declaration
[JsonProperty("adUserData")]
public virtual string AdUserData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |