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 an object that represents the manual CPA bid strategy type.
With the ManualCpa (manual cost per action) bid strategy, you set your big per advertiser-specified action.
Syntax
<xs:complexType name="ManualCpaBiddingScheme" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BiddingScheme">
<xs:sequence>
<xs:element minOccurs="0" name="ManualCpi" nillable="true" type="xs:double">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The ManualCpaBiddingScheme object has the following elements: ManualCpi.
Element | Description | Data Type |
---|---|---|
ManualCpi | The manual cost per install. | double |
The ManualCpaBiddingScheme object has Inherited Elements.
Inherited Elements
Inherited Elements from BiddingScheme
The ManualCpaBiddingScheme object derives from the BiddingScheme object, and inherits the following elements: Type. The descriptions below are specific to ManualCpaBiddingScheme, and might not apply to other objects that inherit the same elements from the BiddingScheme object.
Element | Description | Data Type |
---|---|---|
Type | The type of the bidding scheme This value is ManualCpaBiddingScheme when you retrieve a manual CPA bidding scheme. For more information about bidding scheme types, see the BiddingScheme Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13