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

Class: UserList

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

Class Overview


Represents a UserList object that is sent over the wire.


Variables

Methods


Child classes:

ExternalRemarketingUserList
User lists created in the DoubleClick platform that are mapped from DoubleClick to AdWords.
LogicalUserList
Represents a user list that is a custom combination of user lists and user interests.
RemarketingUserList
User list targeting as a collection of conversion types.

Class Details

[line 1053]
Represents a UserList object that is sent over the wire.

This is a list of users an account may target.




[ Top ]


Class Variables

$description =

[line 1076]



Tags:

access:  public

Type:   string


[ Top ]

$id =

[line 1058]



Tags:

access:  public

Type:   integer


[ Top ]

$isReadOnly =

[line 1064]



Tags:

access:  public

Type:   boolean


[ Top ]

$membershipLifeSpan =

[line 1088]



Tags:

access:  public

Type:   integer


[ Top ]

$name =

[line 1070]



Tags:

access:  public

Type:   string


[ Top ]

$size =

[line 1094]



Tags:

access:  public

Type:   integer


[ Top ]

$sizeRange =

[line 1100]



Tags:

access:  public

Type:   tnsSizeRange


[ Top ]

$status =

[line 1082]



Tags:

access:  public

Type:   tnsUserListMembershipStatus


[ Top ]

$type =

[line 1106]



Tags:

access:  public

Type:   tnsUserListType


[ Top ]

$UserListType =

[line 1112]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 1162]

UserList __construct( [ $id = NULL], [ $isReadOnly = NULL], [ $name = NULL], [ $description = NULL], [ $status = NULL], [ $membershipLifeSpan = NULL], [ $size = NULL], [ $sizeRange = NULL], [ $type = NULL], [ $UserListType = NULL])



Tags:

access:  public


Overridden in child classes as:

ExternalRemarketingUserList::__construct()
LogicalUserList::__construct()
RemarketingUserList::__construct()

Parameters:

   $id  
   $isReadOnly  
   $name  
   $description  
   $status  
   $membershipLifeSpan  
   $size  
   $sizeRange  
   $type  
   $UserListType  

[ Top ]

method getNamespace [line 1150]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

ExternalRemarketingUserList::getNamespace()
Gets the namesapce of this class
LogicalUserList::getNamespace()
Gets the namesapce of this class
RemarketingUserList::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 1142]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 1158]

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:

ExternalRemarketingUserList::getXsiTypeName()
Gets the xsi:type name of this class
LogicalUserList::getXsiTypeName()
Gets the xsi:type name of this class
RemarketingUserList::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 1130]

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

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