CommerceAd

  • adGroupId - SOAP::SOAPLong
  • adType - AdWords::V13::AdService::AdType
  • destinationUrl - SOAP::SOAPString
  • disapproved - SOAP::SOAPBoolean
  • displayUrl - SOAP::SOAPString
  • exemptionRequest - SOAP::SOAPString
  • id - SOAP::SOAPLong
  • status - AdWords::V13::AdService::AdStatus
  • description1 - SOAP::SOAPString
  • description2 - SOAP::SOAPString
  • headline - SOAP::SOAPString
  • postPriceAnnotation - SOAP::SOAPString
  • prePriceAnnotation - SOAP::SOAPString
  • priceString - SOAP::SOAPString
  • productImage - AdWords::V13::AdService::Image
Methods
N
Attributes
[RW] adGroupId
[RW] adType
[RW] destinationUrl
[RW] disapproved
[RW] displayUrl
[RW] exemptionRequest
[RW] id
[RW] status
[RW] description1
[RW] description2
[RW] headline
[RW] postPriceAnnotation
[RW] prePriceAnnotation
[RW] priceString
[RW] productImage
Class Public methods
new(adGroupId = nil, adType = nil, destinationUrl = nil, disapproved = nil, displayUrl = nil, exemptionRequest = nil, id = nil, status = nil, description1 = nil, description2 = nil, headline = nil, postPriceAnnotation = nil, prePriceAnnotation = nil, priceString = nil, productImage = nil)
# File lib/adwords4r/v13/AdService.rb, line 71
  def initialize(adGroupId = nil, adType = nil, destinationUrl = nil, disapproved = nil, displayUrl = nil, exemptionRequest = nil, id = nil, status = nil, description1 = nil, description2 = nil, headline = nil, postPriceAnnotation = nil, prePriceAnnotation = nil, priceString = nil, productImage = nil)
    @adGroupId = adGroupId
    @adType = adType
    @destinationUrl = destinationUrl
    @disapproved = disapproved
    @displayUrl = displayUrl
    @exemptionRequest = exemptionRequest
    @id = id
    @status = status
    @description1 = description1
    @description2 = description2
    @headline = headline
    @postPriceAnnotation = postPriceAnnotation
    @prePriceAnnotation = prePriceAnnotation
    @priceString = priceString
    @productImage = productImage
  end