Class: AdCenterWrapper::TacticChannelReportFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#channelIdsObject

Returns the value of attribute channelIds.


1116
1117
1118
# File 'lib/ReportingService.rb', line 1116

def channelIds
  @channelIds
end

#tacticIdsObject

Returns the value of attribute tacticIds.


1117
1118
1119
# File 'lib/ReportingService.rb', line 1117

def tacticIds
  @tacticIds
end

#thirdPartyAdGroupIdsObject

Returns the value of attribute thirdPartyAdGroupIds.


1118
1119
1120
# File 'lib/ReportingService.rb', line 1118

def thirdPartyAdGroupIds
  @thirdPartyAdGroupIds
end

#thirdPartyCampaignIdsObject

Returns the value of attribute thirdPartyCampaignIds.


1119
1120
1121
# File 'lib/ReportingService.rb', line 1119

def thirdPartyCampaignIds
  @thirdPartyCampaignIds
end