GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting class

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.

Constructors

GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting({List<String>? advertisingPartnerIds, int? campaignPriority, bool? disableProductFeed, bool? enableLocal, String? feedLabel, String? merchantId, bool? useVehicleInventory})
GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting.fromJson(Map json_)

Properties

advertisingPartnerIds List<String>?
The list of Google Ads accounts IDs of advertising partners cooperating within the campaign.
getter/setter pair
campaignPriority int?
Priority of the campaign.
getter/setter pair
disableProductFeed bool?
Disable the optional product feed.
getter/setter pair
enableLocal bool?
Whether to include local products.
getter/setter pair
feedLabel String?
Feed label of products to include in the campaign.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
ID of the Merchant Center account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useVehicleInventory bool?
Whether to target Vehicle Listing inventory.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited