SimulationType

  • The provided text describes an enum that lists the different fields a simulation can modify.

  • The enum includes options for various bid types like CPC, CPV, percent CPC, and bid modifiers.

  • Simulation fields also encompass target types such as CPA, ROAS, and impression share.

  • There are additional enum values for unspecified or unknown simulation fields, as well as for budget simulations.

Enum describing the field a simulation modifies.

Enums

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.