This topic has not yet been rated - Rate this topic

IncrementalBidPercentage Value Set

Defines the possible values by which you can increase the base bid.


<xs:simpleType name="IncrementalBidPercentage">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ZeroPercent" />
    <xs:enumeration value="TenPercent" />
    <xs:enumeration value="TwentyPercent" />
    <xs:enumeration value="ThirtyPercent" />
    <xs:enumeration value="FortyPercent" />
    <xs:enumeration value="FiftyPercent" />
    <xs:enumeration value="SixtyPercent" />
    <xs:enumeration value="SeventyPercent" />
    <xs:enumeration value="EightyPercent" />
    <xs:enumeration value="NinetyPercent" />
    <xs:enumeration value="OneHundredPercent" />
    <xs:enumeration value="NegativeTenPercent" />
    <xs:enumeration value="NegativeTwentyPercent" />
    <xs:enumeration value="NegativeThirtyPercent" />
    <xs:enumeration value="NegativeFortyPercent" />
    <xs:enumeration value="NegativeFiftyPercent" />
    <xs:enumeration value="NegativeSixtyPercent" />
    <xs:enumeration value="NegativeSeventyPercent" />
    <xs:enumeration value="NegativeEightyPercent" />
    <xs:enumeration value="NegativeNinetyPercent" />
    <xs:enumeration value="NegativeOneHundredPercent" />
  </xs:restriction>
</xs:simpleType>
<xs:element name="IncrementalBidPercentage" nillable="true" type="tns:IncrementalBidPercentage" />

Value Description

ZeroPercent

Do not increase the base bid.

TenPercent

Increase the base bid by 10 percent.

TwentyPercent

Increase the base bid by 20 percent.

ThirtyPercent

Increase the base bid by 30 percent.

FortyPercent

Increase the base bid by 40 percent.

FiftyPercent

Increase the base bid by 50 percent.

SixtyPercent

Increase the base bid by 60 percent.

SeventyPercent

Increase the base bid by 70 percent.

EightyPercent

Increase the base bid by 80 percent.

NinetyPercent

Increase the base bid by 90 percent.

OneHundredPercent

Increase the base bid by 100 percent.

NegativeTenPercent

Decrease the base bid by 10 percent.

NegativeTwentyPercent

Decrease the base bid by 20 percent.

NegativeThirtyPercent

Decrease the base bid by 30 percent.

NegativeFortyPercent

Decrease the base bid by 40 percent.

NegativeFiftyPercent

Decrease the base bid by 50 percent.

NegativeSixtyPercent

Decrease the base bid by 60 percent.

NegativeSeventyPercent

Decrease the base bid by 70 percent.

NegativeEightyPercent

Decrease the base bid by 80 percent.

NegativeNinetyPercent

Decrease the base bid by 90 percent.

NegativeOneHundredPercent

Decrease the base bid by 100 percent.

You can use the negative percentage values only with user segment targeting. For more information, see the Segment element of the Target object.

CampaignManagementService.svc v7

Namespace: https://adcenter.microsoft.com/v7

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.