Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationShoppingAddProductsToCampaignRecommendation

The shopping recommendation to add products to a Shopping Campaign Inventory.

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

Properties

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

Reason

Output only. The reason why no products are attached to the campaign.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX