Class: AdWords::V201008::BulkMutateJobService::ThirdPartyRedirectAd

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

Overview

ThirdPartyRedirectAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdWords::V201008::BulkMutateJobService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

  • isCookieTargeted - SOAP::SOAPBoolean

  • isUserInterestTargeted - SOAP::SOAPBoolean

  • isTagged - SOAP::SOAPBoolean

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



371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 371

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.



360
361
362
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 360

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



357
358
359
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 357

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



365
366
367
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 365

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



362
363
364
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 362

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



358
359
360
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 358

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



356
357
358
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 356

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



354
355
356
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 354

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



364
365
366
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 364

def impressionBeaconUrl
  @impressionBeaconUrl
end

#isCookieTargetedObject

Returns the value of attribute isCookieTargeted.



366
367
368
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 366

def isCookieTargeted
  @isCookieTargeted
end

#isTaggedObject

Returns the value of attribute isTagged.



368
369
370
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 368

def isTagged
  @isTagged
end

#isUserInterestTargetedObject

Returns the value of attribute isUserInterestTargeted.



367
368
369
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 367

def isUserInterestTargeted
  @isUserInterestTargeted
end

#nameObject

Returns the value of attribute name.



361
362
363
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 361

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



363
364
365
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 363

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



359
360
361
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 359

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



355
356
357
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 355

def url
  @url
end

#videoTypesObject

Returns the value of attribute videoTypes.



369
370
371
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 369

def videoTypes
  @videoTypes
end