Class: AdwordsApi::V201003::AdGroupService::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/AdGroupService.rb

Overview

Stats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdwordsApi::V201003::AdGroupService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdwordsApi::V201003::AdGroupService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdwordsApi::V201003::AdGroupService::Money

  • averageCpm - AdwordsApi::V201003::AdGroupService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdwordsApi::V201003::AdGroupService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdwordsApi::V201003::AdGroupService::Money

  • stats_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(startDate = nil, endDate = nil, network = nil, clicks = nil, impressions = nil, cost = nil, averagePosition = nil, averageCpc = nil, averageCpm = nil, ctr = nil, conversions = nil, conversionRate = nil, costPerConversion = nil, conversionsManyPerClick = nil, conversionRateManyPerClick = nil, costPerConversionManyPerClick = nil, stats_Type = nil) ⇒ Stats

Returns a new instance of Stats.



187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 187

def initialize(startDate = nil, endDate = nil, network = nil, clicks = nil, impressions = nil, cost = nil, averagePosition = nil, averageCpc = nil, averageCpm = nil, ctr = nil, conversions = nil, conversionRate = nil, costPerConversion = nil, conversionsManyPerClick = nil, conversionRateManyPerClick = nil, costPerConversionManyPerClick = nil, stats_Type = nil)
  @startDate = startDate
  @endDate = endDate
  @network = network
  @clicks = clicks
  @impressions = impressions
  @cost = cost
  @averagePosition = averagePosition
  @averageCpc = averageCpc
  @averageCpm = averageCpm
  @ctr = ctr
  @conversions = conversions
  @conversionRate = conversionRate
  @costPerConversion = costPerConversion
  @conversionsManyPerClick = conversionsManyPerClick
  @conversionRateManyPerClick = conversionRateManyPerClick
  @costPerConversionManyPerClick = costPerConversionManyPerClick
  @stats_Type = stats_Type
end

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.



176
177
178
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 176

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



177
178
179
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 177

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



175
176
177
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 175

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



172
173
174
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 172

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



180
181
182
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 180

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



183
184
185
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 183

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



179
180
181
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 179

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



182
183
184
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 182

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



174
175
176
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 174

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



181
182
183
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 181

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



184
185
186
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 184

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



178
179
180
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 178

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



170
171
172
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 170

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



173
174
175
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 173

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



171
172
173
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 171

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



169
170
171
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 169

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



185
186
187
# File 'lib/adwords_api/v201003/AdGroupService.rb', line 185

def stats_Type
  @stats_Type
end