public interface TwitterAdsBiddingApi
| Modifier and Type | Method and Description |
|---|---|
BaseAdsListResponseIterable<BiddingRules> |
getBiddingRules(java.lang.String currency) |
TwitterBidInfo |
getBidInfo(java.lang.String accountId,
java.lang.String campaignType,
java.util.Optional<java.lang.String> currency,
java.util.Optional<java.lang.String> objectiveForBidding) |
BaseAdsListResponseIterable<BiddingRules> getBiddingRules(java.lang.String currency) throws TwitterException
currency - The type of a currency to filter results by, identified using ISO-4217TwitterExceptionTwitterBidInfo getBidInfo(java.lang.String accountId, java.lang.String campaignType, java.util.Optional<java.lang.String> currency, java.util.Optional<java.lang.String> objectiveForBidding) throws TwitterException
TwitterException