If you are building a rule-based algorithm for automatic bidding and budget changes, you can use this node to calculate the new bids or budget on the fly! In our example, we want to increase the budget by 10%. Take a look at the example below to understand better how you can use it.
field | schema | explanation |
---|---|---|
a | any | Input the first variable of the math operation. |
b | any | Input the second variable of the math equation. |
operator | math_operator | Select the math operator: addition, division, multiplication, or subtraction. |