Returns the bidding strategy type of this video criterion.
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.
[null,null,["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eProvides access to the bidding fields of a video criterion, specifically the strategy source and type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetStrategySource()\u003c/code\u003e method retrieves the bidding strategy source, which is always 'CAMPAIGN' and deprecated due to Google Ads' lack of support for setting bidding strategies at different levels.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetStrategyType()\u003c/code\u003e method retrieves the bidding strategy type, which can be a standard or portfolio bidding strategy.\u003c/p\u003e\n"]]],[],null,["# AdsApp.VideoCriterionBidding\n\nProvides access to a video criterion's bidding fields.\n\n### Methods:\n\n| Member | Type | Description |\n|-------------------------------------------|----------|--------------------------------------------------------------|\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\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. |"]]