GoalBasedBiddingInput
The GoalBasedBiddingInput object represents goal-based bidding configuration input where you specify a target return on ad spend (ROAS).
¶ Properties
| Property | Type | Description |
|---|---|---|
roas_goal |
double | Target return on ad spend goal (e.g., 2.5 means $2.50 in sales for every $1.00 spent on ads) |
¶ Usage
{
"goal_based": {
"roas_goal": 2.5
}
}