GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: Stats

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview


Statistics about an ad or criterion within an adgroup or campaign.


Variables

Methods


Child classes:

AdExtensionOverrideStats
Represents stats specific to AdExtensionOverrides.
AdStats
Represents stats specific to Ads.

Class Details

[line 6239]
Statistics about an ad or criterion within an adgroup or campaign.



[ Top ]


Class Variables

$averageCpc =

[line 6286]



Tags:

access:  public

Type:   Money


[ Top ]

$averageCpm =

[line 6292]



Tags:

access:  public

Type:   Money


[ Top ]

$averagePosition =

[line 6280]



Tags:

access:  public

Type:   double


[ Top ]

$clicks =

[line 6262]



Tags:

access:  public

Type:   integer


[ Top ]

$conversionRate =

[line 6310]



Tags:

access:  public

Type:   double


[ Top ]

$conversionRateManyPerClick =

[line 6328]



Tags:

access:  public

Type:   double


[ Top ]

$conversions =

[line 6304]



Tags:

access:  public

Type:   integer


[ Top ]

$conversionsManyPerClick =

[line 6322]



Tags:

access:  public

Type:   integer


[ Top ]

$cost =

[line 6274]



Tags:

access:  public

Type:   Money


[ Top ]

$costPerConversion =

[line 6316]



Tags:

access:  public

Type:   Money


[ Top ]

$costPerConversionManyPerClick =

[line 6334]



Tags:

access:  public

Type:   Money


[ Top ]

$ctr =

[line 6298]



Tags:

access:  public

Type:   double


[ Top ]

$endDate =

[line 6250]



Tags:

access:  public

Type:   string


[ Top ]

$impressions =

[line 6268]



Tags:

access:  public

Type:   integer


[ Top ]

$network =

[line 6256]



Tags:

access:  public

Type:   tnsStatsNetwork


[ Top ]

$startDate =

[line 6244]



Tags:

access:  public

Type:   string


[ Top ]

$StatsType =

[line 6340]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 6390]

Stats __construct( [ $startDate = NULL], [ $endDate = NULL], [ $network = NULL], [ $clicks = NULL], [ $impressions = NULL], [ $cost = NULL], [ $averagePosition = NULL], [ $averageCpc = NULL], [ $averageCpm = NULL], [ $ctr = NULL], [ $conversions = NULL], [ $conversionRate = NULL], [ $costPerConversion = NULL], [ $conversionsManyPerClick = NULL], [ $conversionRateManyPerClick = NULL], [ $costPerConversionManyPerClick = NULL], [ $StatsType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdExtensionOverrideStats::__construct()
AdStats::__construct()

Parameters:

   $startDate  
   $endDate  
   $network  
   $clicks  
   $impressions  
   $cost  
   $averagePosition  
   $averageCpc  
   $averageCpm  
   $ctr  
   $conversions  
   $conversionRate  
   $costPerConversion  
   $conversionsManyPerClick  
   $conversionRateManyPerClick  
   $costPerConversionManyPerClick  
   $StatsType  

[ Top ]

method getNamespace [line 6378]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdExtensionOverrideStats::getNamespace()
Gets the namesapce of this class
AdStats::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 6370]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 6386]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

AdExtensionOverrideStats::getXsiTypeName()
Gets the xsi:type name of this class
AdStats::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 6358]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 6351]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3