HotelGroup Data Object - Campaign Management
Defines an object that organizes your hotel ads.
<xs:complexType name="HotelGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="Listing" nillable="true" type="tns:HotelListing" />
<xs:element name="ListingType" type="tns:HotelListingType" />
<xs:element minOccurs="0" name="ParentCriterionId" nillable="true" type="xs:long" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The HotelGroup object has the following elements: Listing, ListingType, ParentCriterionId.
Element | Description | Data Type |
---|---|---|
Listing | Defines a hotel listing. | HotelListing |
ListingType | Defines the type of hotel listing. | HotelListingType |
ParentCriterionId | The ID of the parent criterion. | long |
The HotelGroup object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The HotelGroup object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to HotelGroup, 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 HotelGroup when you retrieve a hotel group 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