Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationShoppingFixDisapprovedProductsRecommendation

The shopping recommendation to fix disapproved products in a Shopping Campaign Inventory.

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

Properties

DisapprovedProductsCount

Output only. The numbers of products of the campaign that are disapproved.

Declaration
[JsonProperty("disapprovedProductsCount")]
public virtual long? DisapprovedProductsCount { 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 feed label for the campaign.

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

ProductsCount

Output only. The number of products of the campaign.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX