Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting

The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.

Inheritance
object
GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting : IDirectResponseSchema

Properties

CampaignPriority

Priority of the campaign. Campaigns with numerically higher priorities take precedence over those with lower priorities. This field is required for Shopping campaigns, with values between 0 and 2, inclusive. This field is optional for Smart Shopping campaigns, but must be equal to 3 if set.

Declaration
[JsonProperty("campaignPriority")]
public virtual int? CampaignPriority { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableLocal

Whether to include local products.

Declaration
[JsonProperty("enableLocal")]
public virtual bool? EnableLocal { get; set; }
Property Value
Type Description
bool?

FeedLabel

Feed label of products to include in the campaign. Only one of feed_label or sales_country can be set. If used instead of sales_country, the feed_label field accepts country codes in the same format for example: 'XX'. Otherwise can be any string used for feed label in Google Merchant Center.

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

MerchantId

Immutable. ID of the Merchant Center account. This field is required for create operations. This field is immutable for Shopping campaigns.

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

SalesCountry

Sales country of products to include in the campaign.

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

UseVehicleInventory

Immutable. Whether to target Vehicle Listing inventory.

Declaration
[JsonProperty("useVehicleInventory")]
public virtual bool? UseVehicleInventory { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX