ProductScope Data Object - Campaign Management
Defines a campaign level product scope with list of conditions that help determine whether a product from the Microsoft Merchant Center store gets served as a product ad.
You can use campaign product scopes with both Shopping campaigns and feed-based Audience campaigns i.e., those campaigns that leverage a Microsoft Merchant Center store ID. The product scope allows you to choose which items from your catalog to include in the campaign e.g., filter by brand or condition.
The ProductScope criterion can only be included within BiddableCampaignCriterion. Also note that ad group level ProductPartition can be added to BiddableAdGroupCriterion and NegativeAdGroupCriterion. Duplicate or conflicting product conditions attempted within an ad group's ProductPartition group will fail via the ApplyProductPartitionActions operation; however, the operation will not validate whether duplicate or conflicting conditions already exist within the campaign level product scope.
Syntax
<xs:complexType name="ProductScope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="Conditions" nillable="true" type="tns:ArrayOfProductCondition" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
Element | Description | Data Type |
---|---|---|
Conditions | A list of up to 7 product conditions that helps determine whether a product from the Microsoft Merchant Center store gets served as an ad. The available Attribute and Operand values vary depending on the campaign type. For supported attribute and operand values, see ProductCondition Remarks. Conditions might not be returned in the order that you submitted them. Add: Required Update: Required |
ProductCondition array |
The ProductScope object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The ProductScope object derives from the Criterion object, and inherits the following elements. The descriptions below are specific to ProductScope, and might not apply to other objects that inherit the same elements from the Criterion object.
Element | Description | Data Type |
---|---|---|
Type | The type of the criterion. This value is ProductScope when you retrieve a product scope criterion. For more information about criterion types, see the Criterion Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Feedback
Loading feedback...