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

Class: TargetList

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

Class Overview


Targets list abstract class (a list of a given type of targets along with their campaign ID).


Variables

Methods


Child classes:

AdScheduleTargetList
List of ad schedule targets.
DemographicTargetList
List of demographic targets.
GeoTargetList
List of geographic targets.
LanguageTargetList
List of language targets.
MobileTargetList
List of mobile targets.
NetworkTargetList
List of network targets.
PlatformTargetList
List of platform targets.

Class Details

[line 8008]
Targets list abstract class (a list of a given type of targets along with their campaign ID).



[ Top ]


Class Variables

$campaignId =

[line 8013]



Tags:

access:  public

Type:   integer


[ Top ]

$TargetListType =

[line 8019]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 8069]

TargetList __construct( [ $campaignId = NULL], [ $TargetListType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdScheduleTargetList::__construct()
DemographicTargetList::__construct()
GeoTargetList::__construct()
LanguageTargetList::__construct()
MobileTargetList::__construct()
NetworkTargetList::__construct()
PlatformTargetList::__construct()

Parameters:

   $campaignId  
   $TargetListType  

[ Top ]

method getNamespace [line 8057]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdScheduleTargetList::getNamespace()
Gets the namesapce of this class
DemographicTargetList::getNamespace()
Gets the namesapce of this class
GeoTargetList::getNamespace()
Gets the namesapce of this class
LanguageTargetList::getNamespace()
Gets the namesapce of this class
MobileTargetList::getNamespace()
Gets the namesapce of this class
NetworkTargetList::getNamespace()
Gets the namesapce of this class
PlatformTargetList::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 8049]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 8065]

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:

AdScheduleTargetList::getXsiTypeName()
Gets the xsi:type name of this class
DemographicTargetList::getXsiTypeName()
Gets the xsi:type name of this class
GeoTargetList::getXsiTypeName()
Gets the xsi:type name of this class
LanguageTargetList::getXsiTypeName()
Gets the xsi:type name of this class
MobileTargetList::getXsiTypeName()
Gets the xsi:type name of this class
NetworkTargetList::getXsiTypeName()
Gets the xsi:type name of this class
PlatformTargetList::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 8037]

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

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