Class: AdWords::V201003::AdGroupAdService::ThirdPartyRedirectAd
- Inherits:
-
RichMediaAd
- Object
- Ad
- RichMediaAd
- AdWords::V201003::AdGroupAdService::ThirdPartyRedirectAd
- 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
-
#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.
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_Type ⇒ Object
Returns the value of attribute ad_Type.
2054 2055 2056 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2054 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
2051 2052 2053 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2051 def approvalStatus @approvalStatus end |
#certifiedVendorFormatId ⇒ Object
Returns the value of attribute certifiedVendorFormatId.
2059 2060 2061 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2059 def certifiedVendorFormatId @certifiedVendorFormatId end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
2056 2057 2058 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2056 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
2052 2053 2054 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2052 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
2050 2051 2052 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2050 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
2048 2049 2050 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2048 def id @id end |
#impressionBeaconUrl ⇒ Object
Returns the value of attribute impressionBeaconUrl.
2058 2059 2060 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2058 def impressionBeaconUrl @impressionBeaconUrl end |
#isCookieTargeted ⇒ Object
Returns the value of attribute isCookieTargeted.
2060 2061 2062 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2060 def isCookieTargeted @isCookieTargeted end |
#isTagged ⇒ Object
Returns the value of attribute isTagged.
2062 2063 2064 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2062 def isTagged @isTagged end |
#isUserInterestTargeted ⇒ Object
Returns the value of attribute isUserInterestTargeted.
2061 2062 2063 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2061 def isUserInterestTargeted @isUserInterestTargeted end |
#name ⇒ Object
Returns the value of attribute name.
2055 2056 2057 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2055 def name @name end |
#snippet ⇒ Object
Returns the value of attribute snippet.
2057 2058 2059 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2057 def snippet @snippet end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
2053 2054 2055 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2053 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
2049 2050 2051 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2049 def url @url end |
#videoTypes ⇒ Object
Returns the value of attribute videoTypes.
2063 2064 2065 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2063 def videoTypes @videoTypes end |