AdsApp.​VideoKeywordBidding

Provides access to a video criterion's bidding fields.

Methods:

MemberTypeDescription
clearCpvvoidClears the max CPV bid for this video keyword.
getCpvdoubleReturns the max CPV bid for this video keyword.
getStrategySourceStringReturns the bidding strategy source of this video criterion.
getStrategyTypeStringReturns the bidding strategy type of this video criterion.
setCpvvoidSets 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:

TypeDescription
doubleThe max CPV bid for this video keyword.

getStrategySource()

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

Return values:

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

NameTypeDescription
cpvdoubleThe max CPV bid for this video keyword.