RateAmount Data Object - Campaign Management
Defines an object that represents the rate amount in percentage form.
Syntax
<xs:complexType name="RateAmount" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Amount" nillable="true" type="xs:double" />
</xs:sequence>
</xs:complexType>
Elements
The RateAmount object has the following elements: Amount.
Element | Description | Data Type |
---|---|---|
Amount | The rate amount in percentage form. | double |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13