AdsApp.​VideoCriterionBidding

  • 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.

Methods:

MemberTypeDescription
getStrategySource() String Returns the bidding strategy source of this video criterion.
getStrategyType() String Returns the bidding strategy type of this video criterion.

getStrategySource()

Returns the bidding strategy source of this video criterion. Always returns 'CAMPAIGN'.

Return values:

TypeDescription
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:

TypeDescription
String The strategy type of this video criterion.