Class: AdCenterWrapper::AdGroup
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroup
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AdGroup
adDistribution - (any)
biddingModel - AdCenterWrapper::BiddingModel
broadMatchBid - AdCenterWrapper::Bid
contentMatchBid - AdCenterWrapper::Bid
endDate - AdCenterWrapper::Date
exactMatchBid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
language - SOAP::SOAPString
name - SOAP::SOAPString
network - AdCenterWrapper::Network
phraseMatchBid - AdCenterWrapper::Bid
pricingModel - AdCenterWrapper::PricingModel
publisherCountries - AdCenterWrapper::ArrayOfPublisherCountry
startDate - AdCenterWrapper::Date
status - AdCenterWrapper::AdGroupStatus
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#biddingModel ⇒ Object
Returns the value of attribute biddingModel.
-
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
-
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
-
#network ⇒ Object
Returns the value of attribute network.
-
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
-
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, language = nil, name = nil, network = nil, phraseMatchBid = nil, pricingModel = nil, publisherCountries = nil, startDate = nil, status = nil) ⇒ AdGroup
constructor
A new instance of AdGroup.
Constructor Details
permalink #initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, language = nil, name = nil, network = nil, phraseMatchBid = nil, pricingModel = nil, publisherCountries = nil, startDate = nil, status = nil) ⇒ AdGroup
Returns a new instance of AdGroup.
710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/CampaignManagementService.rb', line 710 def initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, language = nil, name = nil, network = nil, phraseMatchBid = nil, pricingModel = nil, publisherCountries = nil, startDate = nil, status = nil) @adDistribution = adDistribution @biddingModel = biddingModel @broadMatchBid = broadMatchBid @contentMatchBid = contentMatchBid @endDate = endDate @exactMatchBid = exactMatchBid @id = id @language = language @name = name @network = network @phraseMatchBid = phraseMatchBid @pricingModel = pricingModel @publisherCountries = publisherCountries @startDate = startDate @status = status end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
694 695 696 |
# File 'lib/CampaignManagementService.rb', line 694 def adDistribution @adDistribution end |
permalink #biddingModel ⇒ Object
Returns the value of attribute biddingModel.
695 696 697 |
# File 'lib/CampaignManagementService.rb', line 695 def biddingModel @biddingModel end |
permalink #broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
696 697 698 |
# File 'lib/CampaignManagementService.rb', line 696 def broadMatchBid @broadMatchBid end |
permalink #contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
697 698 699 |
# File 'lib/CampaignManagementService.rb', line 697 def contentMatchBid @contentMatchBid end |
permalink #endDate ⇒ Object
Returns the value of attribute endDate.
698 699 700 |
# File 'lib/CampaignManagementService.rb', line 698 def endDate @endDate end |
permalink #exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
699 700 701 |
# File 'lib/CampaignManagementService.rb', line 699 def exactMatchBid @exactMatchBid end |
permalink #id ⇒ Object
Returns the value of attribute id.
700 701 702 |
# File 'lib/CampaignManagementService.rb', line 700 def id @id end |
permalink #language ⇒ Object
Returns the value of attribute language.
701 702 703 |
# File 'lib/CampaignManagementService.rb', line 701 def language @language end |
permalink #name ⇒ Object
Returns the value of attribute name.
702 703 704 |
# File 'lib/CampaignManagementService.rb', line 702 def name @name end |
permalink #network ⇒ Object
Returns the value of attribute network.
703 704 705 |
# File 'lib/CampaignManagementService.rb', line 703 def network @network end |
permalink #phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
704 705 706 |
# File 'lib/CampaignManagementService.rb', line 704 def phraseMatchBid @phraseMatchBid end |
permalink #pricingModel ⇒ Object
Returns the value of attribute pricingModel.
705 706 707 |
# File 'lib/CampaignManagementService.rb', line 705 def pricingModel @pricingModel end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
706 707 708 |
# File 'lib/CampaignManagementService.rb', line 706 def publisherCountries @publisherCountries end |
permalink #startDate ⇒ Object
Returns the value of attribute startDate.
707 708 709 |
# File 'lib/CampaignManagementService.rb', line 707 def startDate @startDate end |
permalink #status ⇒ Object
Returns the value of attribute status.
708 709 710 |
# File 'lib/CampaignManagementService.rb', line 708 def status @status end |