Class: AdWords::V201003::BulkMutateJobService::Campaign
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::Campaign
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
Campaign
-
id - SOAP::SOAPLong
-
name - SOAP::SOAPString
-
status - AdWords::V201003::BulkMutateJobService::CampaignStatus
-
servingStatus - AdWords::V201003::BulkMutateJobService::ServingStatus
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
budget - AdWords::V201003::BulkMutateJobService::Budget
-
biddingStrategy - AdWords::V201003::BulkMutateJobService::BiddingStrategy
-
autoKeywordMatchingStatus - AdWords::V201003::BulkMutateJobService::AutoKeywordMatchingStatus
-
campaignStats - AdWords::V201003::BulkMutateJobService::CampaignStats
-
adServingOptimizationStatus - AdWords::V201003::BulkMutateJobService::AdServingOptimizationStatus
-
frequencyCap - AdWords::V201003::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.
-
#campaignStats ⇒ Object
Returns the value of attribute campaignStats.
-
#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.
-
#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, campaignStats = 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, campaignStats = nil, adServingOptimizationStatus = nil, frequencyCap = nil) ⇒ Campaign
Returns a new instance of Campaign.
2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2452 def initialize(id = nil, name = nil, status = nil, servingStatus = nil, startDate = nil, endDate = nil, budget = nil, biddingStrategy = nil, autoKeywordMatchingStatus = nil, campaignStats = nil, adServingOptimizationStatus = nil, frequencyCap = nil) @id = id @name = name @status = status @servingStatus = servingStatus @startDate = startDate @endDate = endDate @budget = budget @biddingStrategy = biddingStrategy @autoKeywordMatchingStatus = autoKeywordMatchingStatus @campaignStats = campaignStats @adServingOptimizationStatus = adServingOptimizationStatus @frequencyCap = frequencyCap end |
Instance Attribute Details
#adServingOptimizationStatus ⇒ Object
Returns the value of attribute adServingOptimizationStatus.
2449 2450 2451 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2449 def adServingOptimizationStatus @adServingOptimizationStatus end |
#autoKeywordMatchingStatus ⇒ Object
Returns the value of attribute autoKeywordMatchingStatus.
2447 2448 2449 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2447 def autoKeywordMatchingStatus @autoKeywordMatchingStatus end |
#biddingStrategy ⇒ Object
Returns the value of attribute biddingStrategy.
2446 2447 2448 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2446 def biddingStrategy @biddingStrategy end |
#budget ⇒ Object
Returns the value of attribute budget.
2445 2446 2447 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2445 def budget @budget end |
#campaignStats ⇒ Object
Returns the value of attribute campaignStats.
2448 2449 2450 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2448 def campaignStats @campaignStats end |
#endDate ⇒ Object
Returns the value of attribute endDate.
2444 2445 2446 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2444 def endDate @endDate end |
#frequencyCap ⇒ Object
Returns the value of attribute frequencyCap.
2450 2451 2452 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2450 def frequencyCap @frequencyCap end |
#id ⇒ Object
Returns the value of attribute id.
2439 2440 2441 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2439 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2440 2441 2442 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2440 def name @name end |
#servingStatus ⇒ Object
Returns the value of attribute servingStatus.
2442 2443 2444 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2442 def servingStatus @servingStatus end |
#startDate ⇒ Object
Returns the value of attribute startDate.
2443 2444 2445 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2443 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
2441 2442 2443 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2441 def status @status end |