Class: AdWords::V200909::BulkMutateJobService::Campaign

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

Overview

Campaign

  • id - SOAP::SOAPLong

  • name - SOAP::SOAPString

  • status - AdWords::V200909::BulkMutateJobService::CampaignStatus

  • servingStatus - AdWords::V200909::BulkMutateJobService::ServingStatus

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • budget - AdWords::V200909::BulkMutateJobService::Budget

  • biddingStrategy - AdWords::V200909::BulkMutateJobService::BiddingStrategy

  • autoKeywordMatchingStatus - AdWords::V200909::BulkMutateJobService::AutoKeywordMatchingStatus

  • stats - AdWords::V200909::BulkMutateJobService::Stats

  • adServingOptimizationStatus - AdWords::V200909::BulkMutateJobService::AdServingOptimizationStatus

  • frequencyCap - AdWords::V200909::BulkMutateJobService::FrequencyCap

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, status = nil, servingStatus = nil, startDate = nil, endDate = nil, budget = nil, biddingStrategy = nil, autoKeywordMatchingStatus = nil, stats = nil, adServingOptimizationStatus = nil, frequencyCap = nil) ⇒ Campaign

Returns a new instance of Campaign.



2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2039

def initialize(id = nil, name = nil, status = nil, servingStatus = nil, startDate = nil, endDate = nil, budget = nil, biddingStrategy = nil, autoKeywordMatchingStatus = nil, stats = nil, adServingOptimizationStatus = nil, frequencyCap = nil)
  @id = id
  @name = name
  @status = status
  @servingStatus = servingStatus
  @startDate = startDate
  @endDate = endDate
  @budget = budget
  @biddingStrategy = biddingStrategy
  @autoKeywordMatchingStatus = autoKeywordMatchingStatus
  @stats = stats
  @adServingOptimizationStatus = adServingOptimizationStatus
  @frequencyCap = frequencyCap
end

Instance Attribute Details

#adServingOptimizationStatusObject

Returns the value of attribute adServingOptimizationStatus.



2036
2037
2038
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2036

def adServingOptimizationStatus
  @adServingOptimizationStatus
end

#autoKeywordMatchingStatusObject

Returns the value of attribute autoKeywordMatchingStatus.



2034
2035
2036
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2034

def autoKeywordMatchingStatus
  @autoKeywordMatchingStatus
end

#biddingStrategyObject

Returns the value of attribute biddingStrategy.



2033
2034
2035
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2033

def biddingStrategy
  @biddingStrategy
end

#budgetObject

Returns the value of attribute budget.



2032
2033
2034
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2032

def budget
  @budget
end

#endDateObject

Returns the value of attribute endDate.



2031
2032
2033
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2031

def endDate
  @endDate
end

#frequencyCapObject

Returns the value of attribute frequencyCap.



2037
2038
2039
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2037

def frequencyCap
  @frequencyCap
end

#idObject

Returns the value of attribute id.



2026
2027
2028
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2026

def id
  @id
end

#nameObject

Returns the value of attribute name.



2027
2028
2029
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2027

def name
  @name
end

#servingStatusObject

Returns the value of attribute servingStatus.



2029
2030
2031
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2029

def servingStatus
  @servingStatus
end

#startDateObject

Returns the value of attribute startDate.



2030
2031
2032
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2030

def startDate
  @startDate
end

#statsObject

Returns the value of attribute stats.



2035
2036
2037
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2035

def stats
  @stats
end

#statusObject

Returns the value of attribute status.



2028
2029
2030
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2028

def status
  @status
end