type property

String? type
getter/setter pair

The field that the simulation modifies.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CPC_BID" : The simulation is for a CPC bid.
  • "CPV_BID" : The simulation is for a CPV bid.
  • "TARGET_CPA" : The simulation is for a CPA target.
  • "BID_MODIFIER" : The simulation is for a bid modifier.
  • "TARGET_ROAS" : The simulation is for a ROAS target.
  • "PERCENT_CPC_BID" : The simulation is for a percent CPC bid.
  • "TARGET_IMPRESSION_SHARE" : The simulation is for an impression share target.
  • "BUDGET" : The simulation is for a budget.

Implementation

core.String? type;