Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Provides access to the bidding fields of a video criterion, specifically the strategy source and type.
getStrategySource() 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.
getStrategyType() method retrieves the bidding strategy type, which can be a standard or portfolio bidding strategy.
Provides access to a video criterion's bidding fields.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-23 UTC."],[],[]]