Hello,
I want to create a campaign with optimization goal = OPTIMIZE_INSTALLS_TARGET_INSTALL_COST,
and MAXIMIZE_CONVRESIONS strategy.
- API returns this error:
INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE
- Creating same campaign on google ads manager, and reading it with the API, it returns biddingStrategyGoalType: UNKNOWN.
The request is:
{"customerId":"XXXXXXX","operations":[{"create":{"name":"XXXX","status":"PAUSED","advertisingChannelType":"MULTI_CHANNEL","advertisingChannelSubType":"APP_CAMPAIGN","geoTargetTypeSetting":{"positiveGeoTargetType":"PRESENCE_OR_INTEREST","negativeGeoTargetType":"PRESENCE"},"appCampaignSetting":{"biddingStrategyGoalType":"OPTIMIZE_INSTALLS_TARGET_INSTALL_COST","appId":"XXX","appStore":"APPLE_APP_STORE"},"campaignBudget":"customers\/XXX\/campaignBudgets\/XXX","biddingStrategyType":"MAXIMIZE_CONVERSIONS","startDate":"20210207","endDate":"20210207","selectiveOptimization":{},"maximizeConversions":{}}}]}
1. What optimization goal matches the maximize conversions strategy?
2. What's the code for setting this bidding strategy of maximize conversions?
Thanks.