Uses of Class
com.google.api.ads.adwords.v201109.cm.Bid

Packages that use Bid
com.google.api.ads.adwords.v201109.cm   
 

Uses of Bid in com.google.api.ads.adwords.v201109.cm
 

Methods in com.google.api.ads.adwords.v201109.cm that return Bid
 Bid BiddableAdGroupCriterion.getFirstPageCpc()
          Gets the firstPageCpc value for this BiddableAdGroupCriterion.
 Bid ManualCPCAdGroupBids.getKeywordContentMaxCpc()
          Gets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.
 Bid ManualCPCAdGroupBids.getKeywordMaxCpc()
          Gets the keywordMaxCpc value for this ManualCPCAdGroupBids.
 Bid ManualCPCAdGroupCriterionBids.getMaxCpc()
          Gets the maxCpc value for this ManualCPCAdGroupCriterionBids.
 Bid ManualCPMAdGroupCriterionBids.getMaxCpm()
          Gets the maxCpm value for this ManualCPMAdGroupCriterionBids.
 Bid ManualCPMAdGroupBids.getMaxCpm()
          Gets the maxCpm value for this ManualCPMAdGroupBids.
 Bid BidMultiplier.getMultipliedBid()
          Gets the multipliedBid value for this BidMultiplier.
 Bid BudgetOptimizerAdGroupCriterionBids.getProxyBid()
          Gets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.
 Bid BudgetOptimizerAdGroupBids.getProxyKeywordMaxCpc()
          Gets the proxyKeywordMaxCpc value for this BudgetOptimizerAdGroupBids.
 Bid BudgetOptimizerAdGroupBids.getProxySiteMaxCpc()
          Gets the proxySiteMaxCpc value for this BudgetOptimizerAdGroupBids.
 Bid ManualCPCAdGroupBids.getSiteMaxCpc()
          Gets the siteMaxCpc value for this ManualCPCAdGroupBids.
 Bid ConversionOptimizerAdGroupBids.getTargetCpa()
          Gets the targetCpa value for this ConversionOptimizerAdGroupBids.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type Bid
 void BiddableAdGroupCriterion.setFirstPageCpc(Bid firstPageCpc)
          Sets the firstPageCpc value for this BiddableAdGroupCriterion.
 void ManualCPCAdGroupBids.setKeywordContentMaxCpc(Bid keywordContentMaxCpc)
          Sets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.
 void ManualCPCAdGroupBids.setKeywordMaxCpc(Bid keywordMaxCpc)
          Sets the keywordMaxCpc value for this ManualCPCAdGroupBids.
 void ManualCPCAdGroupCriterionBids.setMaxCpc(Bid maxCpc)
          Sets the maxCpc value for this ManualCPCAdGroupCriterionBids.
 void ManualCPMAdGroupCriterionBids.setMaxCpm(Bid maxCpm)
          Sets the maxCpm value for this ManualCPMAdGroupCriterionBids.
 void ManualCPMAdGroupBids.setMaxCpm(Bid maxCpm)
          Sets the maxCpm value for this ManualCPMAdGroupBids.
 void BidMultiplier.setMultipliedBid(Bid multipliedBid)
          Sets the multipliedBid value for this BidMultiplier.
 void BudgetOptimizerAdGroupCriterionBids.setProxyBid(Bid proxyBid)
          Sets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.
 void BudgetOptimizerAdGroupBids.setProxyKeywordMaxCpc(Bid proxyKeywordMaxCpc)
          Sets the proxyKeywordMaxCpc value for this BudgetOptimizerAdGroupBids.
 void BudgetOptimizerAdGroupBids.setProxySiteMaxCpc(Bid proxySiteMaxCpc)
          Sets the proxySiteMaxCpc value for this BudgetOptimizerAdGroupBids.
 void ManualCPCAdGroupBids.setSiteMaxCpc(Bid siteMaxCpc)
          Sets the siteMaxCpc value for this ManualCPCAdGroupBids.
 void ConversionOptimizerAdGroupBids.setTargetCpa(Bid targetCpa)
          Sets the targetCpa value for this ConversionOptimizerAdGroupBids.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type Bid
BiddableAdGroupCriterion(Long adGroupId, CriterionUse criterionUse, Criterion criterion, String adGroupCriterionType, UserStatus userStatus, SystemServingStatus systemServingStatus, ApprovalStatus approvalStatus, String destinationUrl, AdGroupCriterionBids bids, BiddableAdGroupCriterionExperimentData experimentData, Bid firstPageCpc, QualityInfo qualityInfo, Stats stats)
           
BidMultiplier(Double multiplier, Bid multipliedBid)
           
BudgetOptimizerAdGroupBids(String adGroupBidsType, Bid proxyKeywordMaxCpc, Bid proxySiteMaxCpc, Boolean enhancedCpcEnabled)
           
BudgetOptimizerAdGroupCriterionBids(String adGroupCriterionBidsType, Bid proxyBid, Boolean enhancedCpcEnabled)
           
ConversionOptimizerAdGroupBids(String adGroupBidsType, Bid targetCpa, ConversionOptimizerBidType conversionOptimizerBidType, ConversionDeduplicationMode deduplicationMode)
           
ManualCPCAdGroupBids(String adGroupBidsType, Bid keywordMaxCpc, Bid keywordContentMaxCpc, Bid siteMaxCpc, Boolean enhancedCpcEnabled)
           
ManualCPCAdGroupCriterionBids(String adGroupCriterionBidsType, Bid maxCpc, BidSource bidSource, Boolean enhancedCpcEnabled)
           
ManualCPMAdGroupBids(String adGroupBidsType, Bid maxCpm)
           
ManualCPMAdGroupCriterionBids(String adGroupCriterionBidsType, Bid maxCpm, BidSource bidSource)
           
 



Copyright © 2011. All Rights Reserved.