SimulationModificationMethod
Enum describing the method by which a simulation modifies a field.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
|
The values in a simulation were applied to all children of a given resource uniformly. Overrides on child resources were not respected. |
DEFAULT
|
The values in a simulation were applied to the given resource. Overrides on child resources were respected, and traffic estimates do not include these resources. |
SCALING
|
The values in a simulation were all scaled by the same factor. For example, in a simulated TargetCpa campaign, the campaign target and all ad group targets were scaled by a factor of X. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["SimulationModificationMethod is an enum used to describe how a simulation modifies a field."],["It includes options like `UNIFORM` for applying changes uniformly across children, `DEFAULT` for respecting resource overrides, and `SCALING` for applying a scaling factor."],["`UNSPECIFIED` and `UNKNOWN` are used for system purposes and represent values not specified or unknown in the current version."]]],[]]