Class GoogleAdsSearchads360V23CommonUserData
User data holding user identifiers and attributes.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonUserData : IDirectResponseSchema
Properties
Consent
The consent setting for the user. If set, will override the job level consent for this user.
Declaration
[JsonProperty("consent")]
public virtual GoogleAdsSearchads360V23CommonConsent Consent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonConsent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TransactionAttribute
Additional transactions/attributes associated with the user. Required when updating store sales data.
Declaration
[JsonProperty("transactionAttribute")]
public virtual GoogleAdsSearchads360V23CommonTransactionAttribute TransactionAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonTransactionAttribute |
UserAttribute
Additional attributes associated with the user. Required when updating customer match attributes. These have an expiration of 540 days.
Declaration
[JsonProperty("userAttribute")]
public virtual GoogleAdsSearchads360V23CommonUserAttribute UserAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonUserAttribute |
UserIdentifiers
User identification info.
Declaration
[JsonProperty("userIdentifiers")]
public virtual IList<GoogleAdsSearchads360V23CommonUserIdentifier> UserIdentifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonUserIdentifier> |