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.

Implementation

core.String? customBiddingAlgorithmType;