Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a criterion that can be used to show ads to users by a specific topic.
Syntax
<xs:complexType name="TopicCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="TopicId" type="xs:long" />
<xs:element minOccurs="0" name="TopicName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The TopicCriterion object has the following elements: TopicId, TopicName.
The TopicCriterion object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The TopicCriterion object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to TopicCriterion, 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 Topic when you retrieve a topic 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