Class: AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8SetNegativeKeywordsToAdGroupsRequest
campaignId - SOAP::SOAPLong
adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords
Instance Attribute Summary collapse
-
#adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
Instance Method Summary collapse
-
#initialize(campaignId = nil, adGroupNegativeKeywords = nil) ⇒ SetNegativeKeywordsToAdGroupsRequest
constructor
A new instance of SetNegativeKeywordsToAdGroupsRequest.
Constructor Details
permalink #initialize(campaignId = nil, adGroupNegativeKeywords = nil) ⇒ SetNegativeKeywordsToAdGroupsRequest
Returns a new instance of SetNegativeKeywordsToAdGroupsRequest.
3004 3005 3006 3007 |
# File 'lib/CampaignManagementService.rb', line 3004 def initialize(campaignId = nil, adGroupNegativeKeywords = nil) @campaignId = campaignId @adGroupNegativeKeywords = adGroupNegativeKeywords end |
Instance Attribute Details
permalink #adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
3002 3003 3004 |
# File 'lib/CampaignManagementService.rb', line 3002 def adGroupNegativeKeywords @adGroupNegativeKeywords end |
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
3001 3002 3003 |
# File 'lib/CampaignManagementService.rb', line 3001 def campaignId @campaignId end |