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

Class: Stats

Source Location: /AdWords/v201008/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.
CampaignAdExtensionStats
Represents stats specific to CampaignAdExtensions.
CampaignStats
Represents stats specific to Campaigns.

Class Details

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



[ Top ]


Class Variables

$averageCpc =

[line 7674]



Tags:

access:  public

Type:   Money


[ Top ]

$averageCpm =

[line 7680]



Tags:

access:  public

Type:   Money


[ Top ]

$averagePosition =

[line 7668]



Tags:

access:  public

Type:   double


[ Top ]

$clicks =

[line 7650]



Tags:

access:  public

Type:   integer


[ Top ]

$conversionRate =

[line 7698]



Tags:

access:  public

Type:   double


[ Top ]

$conversionRateManyPerClick =

[line 7716]



Tags:

access:  public

Type:   double


[ Top ]

$conversions =

[line 7692]



Tags:

access:  public

Type:   integer


[ Top ]

$conversionsManyPerClick =

[line 7710]



Tags:

access:  public

Type:   integer


[ Top ]

$cost =

[line 7662]



Tags:

access:  public

Type:   Money


[ Top ]

$costPerConversion =

[line 7704]



Tags:

access:  public

Type:   Money


[ Top ]

$costPerConversionManyPerClick =

[line 7722]



Tags:

access:  public

Type:   Money


[ Top ]

$ctr =

[line 7686]



Tags:

access:  public

Type:   double


[ Top ]

$endDate =

[line 7638]



Tags:

access:  public

Type:   string


[ Top ]

$impressions =

[line 7656]



Tags:

access:  public

Type:   integer


[ Top ]

$network =

[line 7644]



Tags:

access:  public

Type:   tnsStatsNetwork


[ Top ]

$startDate =

[line 7632]



Tags:

access:  public

Type:   string


[ Top ]

$StatsType =

[line 7752]



Tags:

access:  public

Type:   string


[ Top ]

$totalConvValue =

[line 7734]



Tags:

access:  public

Type:   integer


[ Top ]

$valuePerConv =

[line 7740]



Tags:

access:  public

Type:   double


[ Top ]

$valuePerConvManyPerClick =

[line 7746]



Tags:

access:  public

Type:   double


[ Top ]

$viewThroughConversions =

[line 7728]



Tags:

access:  public

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 7802]

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], [ $viewThroughConversions = NULL], [ $totalConvValue = NULL], [ $valuePerConv = NULL], [ $valuePerConvManyPerClick = NULL], [ $StatsType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdExtensionOverrideStats::__construct()
AdStats::__construct()
CampaignAdExtensionStats::__construct()
CampaignStats::__construct()

Parameters:

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

[ Top ]

method getNamespace [line 7790]

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
CampaignAdExtensionStats::getNamespace()
Gets the namesapce of this class
CampaignStats::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 7782]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 7798]

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
CampaignAdExtensionStats::getXsiTypeName()
Gets the xsi:type name of this class
CampaignStats::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 7770]

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 7763]

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