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.
[null,null,["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eProvides access to the bidding fields for a video criterion, allowing control over maximum CPV (cost-per-view) bids.\u003c/p\u003e\n"],["\u003cp\u003eEnables clearing the maximum CPV bid, allowing the video keyword to inherit its bid from the ad group level.\u003c/p\u003e\n"],["\u003cp\u003eOffers methods to retrieve the current maximum CPV bid, bidding strategy source (deprecated), and bidding strategy type.\u003c/p\u003e\n"],["\u003cp\u003eIncludes the functionality to set a specific maximum CPV bid for the video keyword.\u003c/p\u003e\n"],["\u003cp\u003eNote that changes to the maximum CPV bid may not affect actual bidding if the associated bidding strategy doesn't utilize CPV bids.\u003c/p\u003e\n"]]],[],null,["# AdsApp.VideoKeywordBidding\n\nProvides access to a video criterion's bidding fields.\n\n### Methods:\n\n| Member | Type | Description |\n|-------------------------------------------|----------|--------------------------------------------------------------|\n| [clearCpv()](#clearCpv) | `void` | Clears the max CPV bid for this video keyword. |\n| [getCpv()](#getCpv) | `double` | Returns the max CPV bid for this video keyword. |\n| [getStrategySource()](#getStrategySource) | `String` | Returns the bidding strategy source of this video criterion. |\n| [getStrategyType()](#getStrategyType) | `String` | Returns the bidding strategy type of this video criterion. |\n| [setCpv(cpv)](#setCpv_cpv) | `void` | Sets the max CPV bid for this video keyword. |\n\n`clearCpv()`\n------------\n\nClears the max CPV bid for this video keyword. This will allow this video keyword to inherit its bid from the ad group level.\n\nPlease note that although this method will effectively clear the max CPV\nbid for this\nvideo keyword, the change may have no effect on actual bidding if\nthis\nvideo keyword has a [BiddingStrategy](/google-ads/scripts/docs/reference/adsapp/adsapp_biddingstrategy) which does not\ninvolve max CPV bids.\n\nReturns nothing.\n\n`getCpv()`\n----------\n\nReturns the max CPV bid for this video keyword.\n\n### Return values:\n\n| Type | Description |\n|----------|-----------------------------------------|\n| `double` | The max CPV bid for this video keyword. |\n\ngetStrategySource()\n-------------------\n\nReturns the bidding strategy source of this video criterion. Always returns 'CAMPAIGN'. **Deprecated.**Google Ads does not support setting bidding strategies at different levels. As a result, 'CAMPAIGN' is the only possible source for bidding strategies.\n\n### Return values:\n\n| Type | Description |\n|----------|------------------------------------------------------|\n| `String` | The bidding strategy source of this video criterion. |\n\n`getStrategyType()`\n-------------------\n\nReturns the bidding strategy type of this video criterion. This may either be a standard bidding strategy, or the `type` of a portfolio bidding strategy.\n\n### Return values:\n\n| Type | Description |\n|----------|--------------------------------------------|\n| `String` | The strategy type of this video criterion. |\n\n`setCpv(cpv)`\n-------------\n\nSets the max CPV bid for this video keyword.\n\nPlease note that although this method will effectively set the max CPV\nbid for this\nvideo keyword, the change may have no effect on actual bidding if\nthis\nvideo keyword has a [BiddingStrategy](/google-ads/scripts/docs/reference/adsapp/adsapp_biddingstrategy) which does not\ninvolve max CPV bids.\n\nReturns nothing.\n\n### Arguments:\n\n| Name | Type | Description |\n|------|----------|-----------------------------------------|\n| cpv | `double` | The max CPV bid for this video keyword. |"]]