Class: AdWords::V200909::BulkMutateJobService::Campaign
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::Campaign
- 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
-
#adServingOptimizationStatus ⇒ Object
Returns the value of attribute adServingOptimizationStatus.
-
#autoKeywordMatchingStatus ⇒ Object
Returns the value of attribute autoKeywordMatchingStatus.
-
#biddingStrategy ⇒ Object
Returns the value of attribute biddingStrategy.
-
#budget ⇒ Object
Returns the value of attribute budget.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#frequencyCap ⇒ Object
Returns the value of attribute frequencyCap.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#servingStatus ⇒ Object
Returns the value of attribute servingStatus.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#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
constructor
A new instance of Campaign.
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
#adServingOptimizationStatus ⇒ Object
Returns the value of attribute adServingOptimizationStatus.
2036 2037 2038 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2036 def adServingOptimizationStatus @adServingOptimizationStatus end |
#autoKeywordMatchingStatus ⇒ Object
Returns the value of attribute autoKeywordMatchingStatus.
2034 2035 2036 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2034 def autoKeywordMatchingStatus @autoKeywordMatchingStatus end |
#biddingStrategy ⇒ Object
Returns the value of attribute biddingStrategy.
2033 2034 2035 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2033 def biddingStrategy @biddingStrategy end |
#budget ⇒ Object
Returns the value of attribute budget.
2032 2033 2034 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2032 def budget @budget end |
#endDate ⇒ Object
Returns the value of attribute endDate.
2031 2032 2033 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2031 def endDate @endDate end |
#frequencyCap ⇒ Object
Returns the value of attribute frequencyCap.
2037 2038 2039 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2037 def frequencyCap @frequencyCap end |
#id ⇒ Object
Returns the value of attribute id.
2026 2027 2028 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2026 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2027 2028 2029 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2027 def name @name end |
#servingStatus ⇒ Object
Returns the value of attribute servingStatus.
2029 2030 2031 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2029 def servingStatus @servingStatus end |
#startDate ⇒ Object
Returns the value of attribute startDate.
2030 2031 2032 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2030 def startDate @startDate end |
#stats ⇒ Object
Returns the value of attribute stats.
2035 2036 2037 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2035 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
2028 2029 2030 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2028 def status @status end |