HotelSetting Data Object - Campaign Management
Defines whether the ad group will target Hotel Price Ads (HPA) or Property Price Ads (PPA).
If HotelSetting is not specified, ad group will target its hotel for both HPA and PPA ads
Syntax
<xs:complexType name="HotelSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Setting">
<xs:sequence>
<xs:element minOccurs="0" name="HotelAdGroupType" type="tns:HotelAdGroupType" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The HotelSetting object has the following elements: HotelAdGroupType.
Element | Description | Data Type |
---|---|---|
HotelAdGroupType | The type of ad. Can either by HPA or PPA. | HotelAdGroupType |
The HotelSetting object has Inherited Elements.
Inherited Elements
Inherited Elements from Setting
The HotelSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to HotelSetting, and might not apply to other objects that inherit the same elements from the Setting object.
Element | Description | Data Type |
---|---|---|
Type | The type of setting. For more information, see Setting Data Object Remarks. |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13