Show / Hide Table of Contents

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
object
GoogleAdsSearchads360V23ResourcesRecommendationRefreshCustomerMatchListRecommendation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX