Class GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting
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.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting : IDirectResponseSchema
Properties
AdvertisingPartnerIds
The list of Google Ads accounts IDs of advertising partners cooperating within the campaign. This feature is currently available only for accounts having an advertising partner link. This feature is currently supported only for Performance Max, Shopping, Search and Demand Gen campaign types.
Declaration
[JsonProperty("advertisingPartnerIds")]
public virtual IList<long?> AdvertisingPartnerIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
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? |
DisableProductFeed
Disable the optional product feed. This field is currently supported only for Demand Gen campaigns. See https://support.google.com/google-ads/answer/13721750 to learn more about this feature.
Declaration
[JsonProperty("disableProductFeed")]
public virtual bool? DisableProductFeed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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. Valid feed labels may contain a maximum of 20 characters
including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated
sales_country in the two-letter country code (XX) format, the feed_label field should be used instead.
For more information see the feed label support article.
Declaration
[JsonProperty("feedLabel")]
public virtual string FeedLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MerchantId
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? |
UseVehicleInventory
Immutable. Whether to target Vehicle Listing inventory.
Declaration
[JsonProperty("useVehicleInventory")]
public virtual bool? UseVehicleInventory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |