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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting : IDirectResponseSchemaProperties
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? |