Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a criterion that can be used to show ads for a specific deal.
Syntax
<xs:complexType name="DealCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="DealId" type="xs:long" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The DealCriterion object has the following elements: DealId.
Element | Description | Data Type |
---|---|---|
DealId | The Microsoft Advertising identifier of the Deal. | long |
The DealCriterion object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The DealCriterion object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to DealCriterion, 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 Deal when you retrieve a deal criterion. For more information about criterion types, see the Criterion Data Object Remarks. |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13