Class: AdCenterWrapper::TacticChannelReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::TacticChannelReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8TacticChannelReportFilter
channelIds - AdCenterWrapper::ArrayOflong
tacticIds - AdCenterWrapper::ArrayOflong
thirdPartyAdGroupIds - AdCenterWrapper::ArrayOflong
thirdPartyCampaignIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#channelIds ⇒ Object
Returns the value of attribute channelIds.
-
#tacticIds ⇒ Object
Returns the value of attribute tacticIds.
-
#thirdPartyAdGroupIds ⇒ Object
Returns the value of attribute thirdPartyAdGroupIds.
-
#thirdPartyCampaignIds ⇒ Object
Returns the value of attribute thirdPartyCampaignIds.
Instance Method Summary collapse
-
#initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil) ⇒ TacticChannelReportFilter
constructor
A new instance of TacticChannelReportFilter.
Constructor Details
#initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil) ⇒ TacticChannelReportFilter
Returns a new instance of TacticChannelReportFilter.
1121 1122 1123 1124 1125 1126 |
# File 'lib/ReportingService.rb', line 1121 def initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil) @channelIds = channelIds @tacticIds = tacticIds @thirdPartyAdGroupIds = thirdPartyAdGroupIds @thirdPartyCampaignIds = thirdPartyCampaignIds end |
Instance Attribute Details
#channelIds ⇒ Object
Returns the value of attribute channelIds.
1116 1117 1118 |
# File 'lib/ReportingService.rb', line 1116 def channelIds @channelIds end |
#tacticIds ⇒ Object
Returns the value of attribute tacticIds.
1117 1118 1119 |
# File 'lib/ReportingService.rb', line 1117 def tacticIds @tacticIds end |
#thirdPartyAdGroupIds ⇒ Object
Returns the value of attribute thirdPartyAdGroupIds.
1118 1119 1120 |
# File 'lib/ReportingService.rb', line 1118 def thirdPartyAdGroupIds @thirdPartyAdGroupIds end |
#thirdPartyCampaignIds ⇒ Object
Returns the value of attribute thirdPartyCampaignIds.
1119 1120 1121 |
# File 'lib/ReportingService.rb', line 1119 def thirdPartyCampaignIds @thirdPartyCampaignIds end |