Class: AdCenterWrapper::AdGroupReportScope

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

Overview

https://adcenter.microsoft.com/v8AdGroupReportScope

parentAccountId - SOAP::SOAPLong
parentCampaignId - SOAP::SOAPLong
adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) ⇒ AdGroupReportScope

Returns a new instance of AdGroupReportScope.

[View source]

810
811
812
813
814
# File 'lib/ReportingService.rb', line 810

def initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil)
  @parentAccountId = parentAccountId
  @parentCampaignId = parentCampaignId
  @adGroupId = adGroupId
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.


808
809
810
# File 'lib/ReportingService.rb', line 808

def adGroupId
  @adGroupId
end

#parentAccountIdObject

Returns the value of attribute parentAccountId.


806
807
808
# File 'lib/ReportingService.rb', line 806

def parentAccountId
  @parentAccountId
end

#parentCampaignIdObject

Returns the value of attribute parentCampaignId.


807
808
809
# File 'lib/ReportingService.rb', line 807

def parentCampaignId
  @parentCampaignId
end