הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Contains the methods used to manage an audience's bid modifier.
Methods
| Method Name | Return Type | Description |
|---|---|---|
| clearBidModifier | void | Clears this audience's bid modifier. |
| getBidModifier | double | Gets this audience's bid modifier. |
| setBidModifier(double modifier) | void | Sets this audience's bid modifier. |
clearBidModifier
Clears this audience's bid modifier.
Returns
| Type | Description |
|---|---|
| void | Returns nothing. |
getBidModifier
Gets this audience's bid modifier.
Returns
| Type | Description |
|---|---|
| double | The audience's bid modifier. |
setBidModifier(double modifier)
Sets this audience's bid modifier.
Arguments
| Name | Type | Description |
|---|---|---|
| cpc | double | The audience's bid modifier |
Returns
| Type | Description |
|---|---|
| void | Returns nothing. |