Class GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation
The recommendation to update a customer list that hasn't been updated in the last 90 days. The customer receiving the recommendation is not necessarily the owner account. The owner account should update the customer list.
Inheritance
GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation : IDirectResponseSchema
Properties
DaysSinceLastRefresh
Output only. Days since last refresh.
Declaration
[JsonProperty("daysSinceLastRefresh")]
public virtual long? DaysSinceLastRefresh { 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 |
OwnerAccount
Output only. The owner account. This is the account that should update the customer list.
Declaration
[JsonProperty("ownerAccount")]
public virtual GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo OwnerAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo |
TargetingAccountsCount
Output only. User lists can be shared with other accounts by the owner. targeting_accounts_count is the number of those accounts that can use it for targeting.
Declaration
[JsonProperty("targetingAccountsCount")]
public virtual long? TargetingAccountsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TopSpendingAccount
Output only. The top spending account.
Declaration
[JsonProperty("topSpendingAccount")]
public virtual IList<GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo> TopSpendingAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo> |
UserListId
Output only. The user list ID.
Declaration
[JsonProperty("userListId")]
public virtual long? UserListId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UserListName
Output only. The name of the list.
Declaration
[JsonProperty("userListName")]
public virtual string UserListName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |