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.

Proto definition

Enums

BID_MODIFIER

The simulation is for a bid modifier.

BUDGET

The simulation is for a budget.

CPC_BID

The simulation is for a CPC bid.

CPV_BID

The simulation is for a CPV bid.

PERCENT_CPC_BID

The simulation is for a percent CPC bid.

TARGET_CPA

The simulation is for a CPA target.

TARGET_IMPRESSION_SHARE

The simulation is for an impression share target.

TARGET_ROAS

The simulation is for a ROAS target.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.