Class: AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7SetNegativeKeywordsToAdGroupsRequest

campaignId - SOAP::SOAPLong
adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, adGroupNegativeKeywords = nil) ⇒ SetNegativeKeywordsToAdGroupsRequest

Returns a new instance of SetNegativeKeywordsToAdGroupsRequest.



3253
3254
3255
3256
# File 'lib/adcenter_wrapper_entities.rb', line 3253

def initialize(campaignId = nil, adGroupNegativeKeywords = nil)
  @campaignId = campaignId
  @adGroupNegativeKeywords = adGroupNegativeKeywords
end

Instance Attribute Details

#adGroupNegativeKeywordsObject

Returns the value of attribute adGroupNegativeKeywords.



3251
3252
3253
# File 'lib/adcenter_wrapper_entities.rb', line 3251

def adGroupNegativeKeywords
  @adGroupNegativeKeywords
end

#campaignIdObject

Returns the value of attribute campaignId.



3250
3251
3252
# File 'lib/adcenter_wrapper_entities.rb', line 3250

def campaignId
  @campaignId
end