We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353375a + e5da4c4 commit 0a0ac21Copy full SHA for 0a0ac21
src/main/java/com/taboola/backstage/model/media/campaigns/CampaignOperation.java
@@ -144,6 +144,11 @@ public CampaignOperation setBidType(BidType bidType) {
144
return this;
145
}
146
147
+ public CampaignOperation setBidStrategy(CampaignBidStrategy bidStrategy) {
148
+ this.bidStrategy = bidStrategy;
149
+ return this;
150
+ }
151
+
152
public CampaignOperation setMarketingObjective(MarketingObjective marketingObjective) {
153
this.marketingObjective = marketingObjective;
154
0 commit comments