Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation

The shopping recommendation to add an attribute to offers that are demoted because it is missing.

Inheritance
object
GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation
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 GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation : IDirectResponseSchema

Properties

DemotedOffersCount

Output only. The number of online, servable offers that are demoted for missing attributes. Visit the Merchant Center for more details.

Declaration
[JsonProperty("demotedOffersCount")]
public virtual long? DemotedOffersCount { 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

FeedLabel

Output only. The campaign feed label.

Declaration
[JsonProperty("feedLabel")]
public virtual string FeedLabel { get; set; }
Property Value
Type Description
string

Merchant

Output only. The details of the Merchant Center account.

Declaration
[JsonProperty("merchant")]
public virtual GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo Merchant { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo

OffersCount

Output only. The number of online, servable offers.

Declaration
[JsonProperty("offersCount")]
public virtual long? OffersCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX