FixedBid Data Object - Campaign Management
Defines the fixed bid to use in the auction.
Syntax
<xs:complexType name="FixedBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:CriterionBid">
<xs:sequence>
<xs:element minOccurs="0" name="Amount" type="xs:double" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The FixedBid object has the following elements: Amount.
Element | Description | Data Type |
---|---|---|
Amount | The bid value. For details about the valid bid range for your market, see Currencies. Add: Required Update: Optional |
double |
The FixedBid object has Inherited Elements.
Inherited Elements
Inherited Elements from CriterionBid
The FixedBid object derives from the CriterionBid object, and inherits the following elements: Type. The descriptions below are specific to FixedBid, and might not apply to other objects that inherit the same elements from the CriterionBid object.
Element | Description | Data Type |
---|---|---|
Type | The type of the criterion bid. This value is FixedBid when you retrieve a fixed bid criterion. For more information about criterion types, see the CriterionBid Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13