The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201306::BiddingStrategyConfiguration

DESCRIPTION

Perl data type class for the XML Schema defined complexType BiddingStrategyConfiguration from the namespace https://adwords.google.com/api/adwords/cm/v201306.

Encapsulates the information about bids and bidding strategies. Bidding Strategy can be set on campaigns, ad groups or ad group criteria. A bidding strategy can be set using one of the following: <ul> <li>{@linkplain BiddingStrategyConfiguration#biddingScheme bidding scheme}</li> <li>{@linkplain BiddingStrategyConfiguration#biddingStrategyType bidding strategy type}</li> <li>{@linkplain BiddingStrategyConfiguration#biddingStrategyId bidding strategy ID} for flexible bid strategies.</li> </ul> If the bidding strategy type is used, then schemes are created using default values. Bids can be set only on ad groups and ad group criteria. They cannot be set on campaigns. Multiple bids can be set at the same time. Only the bids that apply to the campaign's {@linkplain Campaign#biddingStrategyConfiguration bidding strategy} will be used. Flexible bidding is a beta feature. For more information on flexible bidding, visit the <a href="https://support.google.com/adwords/answer/2979071"> Help Center</a>.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • biddingStrategyId

  • biddingStrategyName

  • biddingStrategyType

  • biddingStrategySource

  • biddingScheme

  • bids

METHODS

new

Constructor. The following data structure may be passed to new():

AUTHOR

Generated by SOAP::WSDL