Class: AdWords::V201003::BulkMutateJobService::ThirdPartyRedirectAd

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

Overview

ThirdPartyRedirectAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201003::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdWords::V201003::BulkMutateJobService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

  • isCookieTargeted - SOAP::SOAPBoolean

  • isUserInterestTargeted - SOAP::SOAPBoolean

  • isTagged - SOAP::SOAPBoolean

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



337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 337

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.



326
327
328
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 326

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



323
324
325
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 323

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



331
332
333
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 331

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



328
329
330
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 328

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



324
325
326
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 324

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



322
323
324
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 322

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



320
321
322
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 320

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



330
331
332
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 330

def impressionBeaconUrl
  @impressionBeaconUrl
end

#isCookieTargetedObject

Returns the value of attribute isCookieTargeted.



332
333
334
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 332

def isCookieTargeted
  @isCookieTargeted
end

#isTaggedObject

Returns the value of attribute isTagged.



334
335
336
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 334

def isTagged
  @isTagged
end

#isUserInterestTargetedObject

Returns the value of attribute isUserInterestTargeted.



333
334
335
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 333

def isUserInterestTargeted
  @isUserInterestTargeted
end

#nameObject

Returns the value of attribute name.



327
328
329
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 327

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



329
330
331
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 329

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



325
326
327
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 325

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



321
322
323
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 321

def url
  @url
end

#videoTypesObject

Returns the value of attribute videoTypes.



335
336
337
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 335

def videoTypes
  @videoTypes
end