Class: AdWords::V201008::AdGroupAdService::ThirdPartyRedirectAd

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

Overview

ThirdPartyRedirectAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201008::AdGroupAdService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdWords::V201008::AdGroupAdService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

  • isCookieTargeted - SOAP::SOAPBoolean

  • isUserInterestTargeted - SOAP::SOAPBoolean

  • isTagged - SOAP::SOAPBoolean

  • videoTypes - AdWords::V201008::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.



2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2101

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.



2090
2091
2092
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2090

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



2087
2088
2089
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2087

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



2095
2096
2097
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2095

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



2092
2093
2094
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2092

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



2088
2089
2090
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2088

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



2086
2087
2088
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2086

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



2084
2085
2086
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2084

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



2094
2095
2096
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2094

def impressionBeaconUrl
  @impressionBeaconUrl
end

#isCookieTargetedObject

Returns the value of attribute isCookieTargeted.



2096
2097
2098
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2096

def isCookieTargeted
  @isCookieTargeted
end

#isTaggedObject

Returns the value of attribute isTagged.



2098
2099
2100
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2098

def isTagged
  @isTagged
end

#isUserInterestTargetedObject

Returns the value of attribute isUserInterestTargeted.



2097
2098
2099
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2097

def isUserInterestTargeted
  @isUserInterestTargeted
end

#nameObject

Returns the value of attribute name.



2091
2092
2093
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2091

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



2093
2094
2095
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2093

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



2089
2090
2091
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2089

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



2085
2086
2087
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2085

def url
  @url
end

#videoTypesObject

Returns the value of attribute videoTypes.



2099
2100
2101
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2099

def videoTypes
  @videoTypes
end