Class: AdCenterWrapper::AdGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7AdGroup

adDistribution - (any)
biddingModel - AdCenterWrapper::BiddingModel
broadMatchBid - AdCenterWrapper::Bid
cashBackInfo - AdCenterWrapper::CashBackInfo
contentMatchBid - AdCenterWrapper::Bid
endDate - AdCenterWrapper::Date
exactMatchBid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
languageAndRegion - SOAP::SOAPString
name - SOAP::SOAPString
negativeKeywords - AdCenterWrapper::ArrayOfstring
negativeSiteUrls - AdCenterWrapper::ArrayOfstring
phraseMatchBid - AdCenterWrapper::Bid
pricingModel - AdCenterWrapper::PricingModel
startDate - AdCenterWrapper::Date
status - AdCenterWrapper::AdGroupStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, negativeKeywords = nil, negativeSiteUrls = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) ⇒ AdGroup

Returns a new instance of AdGroup.



903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
# File 'lib/adcenter_wrapper_entities.rb', line 903

def initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, negativeKeywords = nil, negativeSiteUrls = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil)
  @adDistribution = adDistribution
  @biddingModel = biddingModel
  @broadMatchBid = broadMatchBid
  @cashBackInfo = cashBackInfo
  @contentMatchBid = contentMatchBid
  @endDate = endDate
  @exactMatchBid = exactMatchBid
  @id = id
  @languageAndRegion = languageAndRegion
  @name = name
  @negativeKeywords = negativeKeywords
  @negativeSiteUrls = negativeSiteUrls
  @phraseMatchBid = phraseMatchBid
  @pricingModel = pricingModel
  @startDate = startDate
  @status = status
end

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.



886
887
888
# File 'lib/adcenter_wrapper_entities.rb', line 886

def adDistribution
  @adDistribution
end

#biddingModelObject

Returns the value of attribute biddingModel.



887
888
889
# File 'lib/adcenter_wrapper_entities.rb', line 887

def biddingModel
  @biddingModel
end

#broadMatchBidObject

Returns the value of attribute broadMatchBid.



888
889
890
# File 'lib/adcenter_wrapper_entities.rb', line 888

def broadMatchBid
  @broadMatchBid
end

#cashBackInfoObject

Returns the value of attribute cashBackInfo.



889
890
891
# File 'lib/adcenter_wrapper_entities.rb', line 889

def cashBackInfo
  @cashBackInfo
end

#contentMatchBidObject

Returns the value of attribute contentMatchBid.



890
891
892
# File 'lib/adcenter_wrapper_entities.rb', line 890

def contentMatchBid
  @contentMatchBid
end

#endDateObject

Returns the value of attribute endDate.



891
892
893
# File 'lib/adcenter_wrapper_entities.rb', line 891

def endDate
  @endDate
end

#exactMatchBidObject

Returns the value of attribute exactMatchBid.



892
893
894
# File 'lib/adcenter_wrapper_entities.rb', line 892

def exactMatchBid
  @exactMatchBid
end

#idObject

Returns the value of attribute id.



893
894
895
# File 'lib/adcenter_wrapper_entities.rb', line 893

def id
  @id
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



894
895
896
# File 'lib/adcenter_wrapper_entities.rb', line 894

def languageAndRegion
  @languageAndRegion
end

#nameObject

Returns the value of attribute name.



895
896
897
# File 'lib/adcenter_wrapper_entities.rb', line 895

def name
  @name
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.



896
897
898
# File 'lib/adcenter_wrapper_entities.rb', line 896

def negativeKeywords
  @negativeKeywords
end

#negativeSiteUrlsObject

Returns the value of attribute negativeSiteUrls.



897
898
899
# File 'lib/adcenter_wrapper_entities.rb', line 897

def negativeSiteUrls
  @negativeSiteUrls
end

#phraseMatchBidObject

Returns the value of attribute phraseMatchBid.



898
899
900
# File 'lib/adcenter_wrapper_entities.rb', line 898

def phraseMatchBid
  @phraseMatchBid
end

#pricingModelObject

Returns the value of attribute pricingModel.



899
900
901
# File 'lib/adcenter_wrapper_entities.rb', line 899

def pricingModel
  @pricingModel
end

#startDateObject

Returns the value of attribute startDate.



900
901
902
# File 'lib/adcenter_wrapper_entities.rb', line 900

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



901
902
903
# File 'lib/adcenter_wrapper_entities.rb', line 901

def status
  @status
end