Class: AdWords::V201008::AdGroupAdService::ThirdPartyRedirectAd
- Inherits:
-
RichMediaAd
- Object
- Ad
- RichMediaAd
- AdWords::V201008::AdGroupAdService::ThirdPartyRedirectAd
- 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
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#certifiedVendorFormatId ⇒ Object
Returns the value of attribute certifiedVendorFormatId.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#impressionBeaconUrl ⇒ Object
Returns the value of attribute impressionBeaconUrl.
-
#isCookieTargeted ⇒ Object
Returns the value of attribute isCookieTargeted.
-
#isTagged ⇒ Object
Returns the value of attribute isTagged.
-
#isUserInterestTargeted ⇒ Object
Returns the value of attribute isUserInterestTargeted.
-
#name ⇒ Object
Returns the value of attribute name.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
-
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
-
#url ⇒ Object
Returns the value of attribute url.
-
#videoTypes ⇒ Object
Returns the value of attribute videoTypes.
Instance Method Summary collapse
-
#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
constructor
A new instance of ThirdPartyRedirectAd.
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_Type ⇒ Object
Returns the value of attribute ad_Type.
2090 2091 2092 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2090 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
2087 2088 2089 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2087 def approvalStatus @approvalStatus end |
#certifiedVendorFormatId ⇒ Object
Returns the value of attribute certifiedVendorFormatId.
2095 2096 2097 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2095 def certifiedVendorFormatId @certifiedVendorFormatId end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
2092 2093 2094 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2092 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
2088 2089 2090 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2088 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
2086 2087 2088 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2086 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
2084 2085 2086 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2084 def id @id end |
#impressionBeaconUrl ⇒ Object
Returns the value of attribute impressionBeaconUrl.
2094 2095 2096 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2094 def impressionBeaconUrl @impressionBeaconUrl end |
#isCookieTargeted ⇒ Object
Returns the value of attribute isCookieTargeted.
2096 2097 2098 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2096 def isCookieTargeted @isCookieTargeted end |
#isTagged ⇒ Object
Returns the value of attribute isTagged.
2098 2099 2100 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2098 def isTagged @isTagged end |
#isUserInterestTargeted ⇒ Object
Returns the value of attribute isUserInterestTargeted.
2097 2098 2099 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2097 def isUserInterestTargeted @isUserInterestTargeted end |
#name ⇒ Object
Returns the value of attribute name.
2091 2092 2093 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2091 def name @name end |
#snippet ⇒ Object
Returns the value of attribute snippet.
2093 2094 2095 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2093 def snippet @snippet end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
2089 2090 2091 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2089 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
2085 2086 2087 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2085 def url @url end |
#videoTypes ⇒ Object
Returns the value of attribute videoTypes.
2099 2100 2101 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2099 def videoTypes @videoTypes end |