Class: AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest

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

Overview

https://adcenter.microsoft.com/v8SetNegativeKeywordsToAdGroupsRequest

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.

[View source]

3004
3005
3006
3007
# File 'lib/CampaignManagementService.rb', line 3004

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

Instance Attribute Details

#adGroupNegativeKeywordsObject

Returns the value of attribute adGroupNegativeKeywords.


3002
3003
3004
# File 'lib/CampaignManagementService.rb', line 3002

def adGroupNegativeKeywords
  @adGroupNegativeKeywords
end

#campaignIdObject

Returns the value of attribute campaignId.


3001
3002
3003
# File 'lib/CampaignManagementService.rb', line 3001

def campaignId
  @campaignId
end