RateBid Data Object - Campaign Management

Defines an object that represents the rate bid.

RateBid is applicable to lodging campaigns (formerly hotel campaigns) with the percent CPC or commission bid schemes.

Syntax

<xs:complexType name="RateBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CriterionBid">
      <xs:sequence>
        <xs:element minOccurs="0" name="RateAmount" nillable="true" type="tns:RateAmount" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The RateBid object has the following elements: RateAmount.

Element Description Data Type
RateAmount Defines an object that represents the rate amount. RateAmount

The RateBid object has Inherited Elements.

Inherited Elements

Inherited Elements from CriterionBid

The RateBid object derives from the CriterionBid object, and inherits the following elements: Type. The descriptions below are specific to RateBid, and might not apply to other objects that inherit the same elements from the CriterionBid object.

Element Description Data Type
Type The type of criterion bid. For more information, see Remarks. string

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AdGroup