Class: AdWords::V201003::BulkMutateJobService::BudgetOptimizerAdGroupBids

Inherits:
AdGroupBids
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

BudgetOptimizerAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • proxyKeywordMaxCpc - AdWords::V201003::BulkMutateJobService::Bid

  • proxySiteMaxCpc - AdWords::V201003::BulkMutateJobService::Bid

  • enhancedCpcEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ BudgetOptimizerAdGroupBids

Returns a new instance of BudgetOptimizerAdGroupBids.



644
645
646
647
648
649
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 644

def initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil)
  @adGroupBids_Type = adGroupBids_Type
  @proxyKeywordMaxCpc = proxyKeywordMaxCpc
  @proxySiteMaxCpc = proxySiteMaxCpc
  @enhancedCpcEnabled = enhancedCpcEnabled
end

Instance Attribute Details

#adGroupBids_TypeObject

Returns the value of attribute adGroupBids_Type.



639
640
641
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 639

def adGroupBids_Type
  @adGroupBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



642
643
644
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 642

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#proxyKeywordMaxCpcObject

Returns the value of attribute proxyKeywordMaxCpc.



640
641
642
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 640

def proxyKeywordMaxCpc
  @proxyKeywordMaxCpc
end

#proxySiteMaxCpcObject

Returns the value of attribute proxySiteMaxCpc.



641
642
643
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 641

def proxySiteMaxCpc
  @proxySiteMaxCpc
end