Class: AdWords::V201003::AdGroupAdService::ThirdPartyRedirectAd

Inherits:
RichMediaAd
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdGroupAdService.rb

Overview

ThirdPartyRedirectAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201003::AdGroupAdService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdWords::V201003::AdGroupAdService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

  • isCookieTargeted - SOAP::SOAPBoolean

  • isUserInterestTargeted - SOAP::SOAPBoolean

  • isTagged - SOAP::SOAPBoolean

  • videoTypes - AdWords::V201003::AdGroupAdService::VideoType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil, isCookieTargeted = nil, isUserInterestTargeted = nil, isTagged = nil, videoTypes = []) ⇒ ThirdPartyRedirectAd

Returns a new instance of ThirdPartyRedirectAd.



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2065

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil, isCookieTargeted = nil, isUserInterestTargeted = nil, isTagged = nil, videoTypes = [])
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @name = name
  @dimensions = dimensions
  @snippet = snippet
  @impressionBeaconUrl = impressionBeaconUrl
  @certifiedVendorFormatId = certifiedVendorFormatId
  @isCookieTargeted = isCookieTargeted
  @isUserInterestTargeted = isUserInterestTargeted
  @isTagged = isTagged
  @videoTypes = videoTypes
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



2054
2055
2056
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2054

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



2051
2052
2053
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2051

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



2059
2060
2061
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2059

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



2056
2057
2058
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2056

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



2052
2053
2054
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2052

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



2050
2051
2052
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2050

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



2048
2049
2050
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2048

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



2058
2059
2060
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2058

def impressionBeaconUrl
  @impressionBeaconUrl
end

#isCookieTargetedObject

Returns the value of attribute isCookieTargeted.



2060
2061
2062
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2060

def isCookieTargeted
  @isCookieTargeted
end

#isTaggedObject

Returns the value of attribute isTagged.



2062
2063
2064
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2062

def isTagged
  @isTagged
end

#isUserInterestTargetedObject

Returns the value of attribute isUserInterestTargeted.



2061
2062
2063
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2061

def isUserInterestTargeted
  @isUserInterestTargeted
end

#nameObject

Returns the value of attribute name.



2055
2056
2057
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2055

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



2057
2058
2059
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2057

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



2053
2054
2055
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2053

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



2049
2050
2051
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2049

def url
  @url
end

#videoTypesObject

Returns the value of attribute videoTypes.



2063
2064
2065
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2063

def videoTypes
  @videoTypes
end