Class: AdWords::V201008::AdGroupService::Stats
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupService::Stats
- Defined in:
- lib/adwords4r/v201008/AdGroupService.rb
Overview
Stats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V201008::AdGroupService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V201008::AdGroupService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V201008::AdGroupService::Money
-
averageCpm - AdWords::V201008::AdGroupService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V201008::AdGroupService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V201008::AdGroupService::Money
-
viewThroughConversions - SOAP::SOAPLong
-
totalConvValue - SOAP::SOAPLong
-
valuePerConv - SOAP::SOAPDouble
-
valuePerConvManyPerClick - SOAP::SOAPDouble
-
stats_Type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
-
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
-
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
-
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
-
#conversions ⇒ Object
Returns the value of attribute conversions.
-
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
-
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
-
#ctr ⇒ Object
Returns the value of attribute ctr.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#impressions ⇒ Object
Returns the value of attribute impressions.
-
#network ⇒ Object
Returns the value of attribute network.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
-
#totalConvValue ⇒ Object
Returns the value of attribute totalConvValue.
-
#valuePerConv ⇒ Object
Returns the value of attribute valuePerConv.
-
#valuePerConvManyPerClick ⇒ Object
Returns the value of attribute valuePerConvManyPerClick.
-
#viewThroughConversions ⇒ Object
Returns the value of attribute viewThroughConversions.
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, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = nil, stats_Type = nil) ⇒ Stats
Returns a new instance of Stats.
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 198 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, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = 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 @viewThroughConversions = viewThroughConversions @totalConvValue = totalConvValue @valuePerConv = valuePerConv @valuePerConvManyPerClick = valuePerConvManyPerClick @stats_Type = stats_Type end |
Instance Attribute Details
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
183 184 185 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 183 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
184 185 186 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 184 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
182 183 184 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 182 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
179 180 181 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 179 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
187 188 189 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 187 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
190 191 192 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 190 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
186 187 188 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 186 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
189 190 191 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 189 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
181 182 183 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 181 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
188 189 190 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 188 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
191 192 193 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 191 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
185 186 187 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 185 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
177 178 179 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 177 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
180 181 182 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 180 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
178 179 180 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 178 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
176 177 178 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 176 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
196 197 198 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 196 def stats_Type @stats_Type end |
#totalConvValue ⇒ Object
Returns the value of attribute totalConvValue.
193 194 195 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 193 def totalConvValue @totalConvValue end |
#valuePerConv ⇒ Object
Returns the value of attribute valuePerConv.
194 195 196 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 194 def valuePerConv @valuePerConv end |
#valuePerConvManyPerClick ⇒ Object
Returns the value of attribute valuePerConvManyPerClick.
195 196 197 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 195 def valuePerConvManyPerClick @valuePerConvManyPerClick end |
#viewThroughConversions ⇒ Object
Returns the value of attribute viewThroughConversions.
192 193 194 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 192 def viewThroughConversions @viewThroughConversions end |