customBiddingAlgorithmType property

String? customBiddingAlgorithmType
getter/setter pair

The type of custom bidding algorithm.

Required. Immutable. Possible string values are:

  • "CUSTOM_BIDDING_ALGORITHM_TYPE_UNSPECIFIED" : Algorithm type is not specified or is unknown in this version.
  • "SCRIPT_BASED" : Algorithm generated through customer-uploaded custom bidding script files.
  • "ADS_DATA_HUB_BASED" : Algorithm created through Ads Data Hub product.
  • "GOAL_BUILDER_BASED" : Algorithm created through goal builder in DV3 UI.
  • "RULE_BASED" : Algorithm based in defined rules. These rules are defined in the API using the AlgorithmRules object. This algorithm type is only available to allowlisted customers. Other customers attempting to use this type will receive an error.

Implementation

core.String? customBiddingAlgorithmType;