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

Class: ConversionTracker

Source Location: /AdWords/v201101/cm/ConversionTrackerService.php

Class Overview


An abstract Conversion base class.


Variables

Methods


Child classes:

AdWordsConversionTracker
A conversion tracker created through AdWords Conversion Tracking.

Class Details

[line 454]
An abstract Conversion base class.



[ Top ]


Class Variables

$category =

[line 477]



Tags:

access:  public

Type:   tnsConversionTrackerCategory


[ Top ]

$ConversionTrackerType =

[line 513]



Tags:

access:  public

Type:   string


[ Top ]

$id =

[line 459]



Tags:

access:  public

Type:   integer


[ Top ]

$isProductAdsChargeable =

[line 501]



Tags:

access:  public

Type:   boolean


[ Top ]

$name =

[line 465]



Tags:

access:  public

Type:   string


[ Top ]

$productAdsChargeableConversionWindow =

[line 507]



Tags:

access:  public

Type:   integer


[ Top ]

$stats =

[line 483]



Tags:

access:  public



[ Top ]

$status =

[line 471]



Tags:

access:  public

Type:   tnsConversionTrackerStatus


[ Top ]

$viewthroughConversionDeDupSearch =

[line 495]



Tags:

access:  public

Type:   boolean


[ Top ]

$viewthroughLookbackWindow =

[line 489]



Tags:

access:  public

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 563]

ConversionTracker __construct( [ $id = NULL], [ $name = NULL], [ $status = NULL], [ $category = NULL], [ $stats = NULL], [ $viewthroughLookbackWindow = NULL], [ $viewthroughConversionDeDupSearch = NULL], [ $isProductAdsChargeable = NULL], [ $productAdsChargeableConversionWindow = NULL], [ $ConversionTrackerType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdWordsConversionTracker::__construct()

Parameters:

   $id  
   $name  
   $status  
   $category  
   $stats  
   $viewthroughLookbackWindow  
   $viewthroughConversionDeDupSearch  
   $isProductAdsChargeable  
   $productAdsChargeableConversionWindow  
   $ConversionTrackerType  

[ Top ]

method getNamespace [line 551]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdWordsConversionTracker::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 543]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 559]

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:

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

[ Top ]

method __get [line 531]

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

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