AI-generated Key Takeaways
-
The content provides access to video criterion's bidding fields.
-
You can clear, get, and set the max CPV bid for a video keyword.
-
You can retrieve the bidding strategy source and type for a video criterion.
Methods:
| Member | Type | Description |
|---|---|---|
| clearCpv() | void |
Clears the max CPV bid for this video keyword. |
| getCpv() | double |
Returns the max CPV bid for this video keyword. |
String |
Returns the bidding strategy source of this video criterion. | |
| getStrategyType() | String |
Returns the bidding strategy type of this video criterion. |
| setCpv(cpv) | void |
Sets the max CPV bid for this video keyword. |
clearCpv()
Clears the max CPV bid for this video keyword. This will allow this
video keyword to inherit its bid from the ad group level.
Please note that although this method will effectively clear the max CPV bid for this video keyword, the change may have no effect on actual bidding if this video keyword has a BiddingStrategy which does not involve max CPV bids.
Returns nothing.
getCpv()
Returns the max CPV bid for this video keyword. Return values:
| Type | Description |
|---|---|
double |
The max CPV bid for this video keyword. |
getStrategySource()
Returns the bidding strategy source of this video criterion. Always returns
'CAMPAIGN'.
Return values:
| Type | Description |
|---|---|
String |
The bidding strategy source of this video criterion. |
getStrategyType()
Returns the bidding strategy type of this video criterion. This may either
be a standard bidding strategy, or the type of a portfolio
bidding strategy. Return values:
| Type | Description |
|---|---|
String |
The strategy type of this video criterion. |
setCpv(cpv)
Sets the max CPV bid for this video keyword.
Please note that although this method will effectively set the max CPV bid for this video keyword, the change may have no effect on actual bidding if this video keyword has a BiddingStrategy which does not involve max CPV bids.
Returns nothing.
Arguments:
| Name | Type | Description |
|---|---|---|
| cpv | double |
The max CPV bid for this video keyword. |