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

Class: ProximityTarget

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

Class Overview

AdWordsTarget
   |
   --GeoTarget
      |
      --ProximityTarget

Structure to specify a geographic target for a proximity location.


Variables

Methods


Inherited Variables

Inherited Methods

Class: GeoTarget

GeoTarget::__construct()
GeoTarget::getNamespace()
Gets the namesapce of this class
GeoTarget::getXsiTypeName()
Gets the xsi:type name of this class

Class: AdWordsTarget

AdWordsTarget::__construct()
AdWordsTarget::getNamespace()
Gets the namesapce of this class
AdWordsTarget::getParameterMap()
Provided for getting non-php-standard named variables
AdWordsTarget::getXsiTypeName()
Gets the xsi:type name of this class
AdWordsTarget::__get()
Provided for getting non-php-standard named variables
AdWordsTarget::__set()
Provided for setting non-php-standard named variables

Class Details

[line 13634]
Structure to specify a geographic target for a proximity location.

This proximity target doesn't support taking in a location address in place of a lat/long, geocoding it, and creating a proximity target for the campaign. The caller must ensure the address fields are valid and consistent with the supplied lat/long. GeoLocationService can be used to find a valid GeoPoint for an address that can be used with this service. Proximity targets cannot be used for exclusion, and other targets cannot be used to exclude regions of proximity targets.




[ Top ]


Class Variables

$address =

[line 13657]



Tags:

access:  public

Type:   Address


[ Top ]

$allowServiceOfAddress =

[line 13663]



Tags:

access:  public

Type:   boolean


[ Top ]

$geoPoint =

[line 13639]



Tags:

access:  public

Type:   GeoPoint


[ Top ]

$radiusDistanceUnits =

[line 13645]



Tags:

access:  public

Type:   tnsProximityTargetDistanceUnits


[ Top ]

$radiusInUnits =

[line 13651]



Tags:

access:  public

Type:   double


[ Top ]



Class Methods


constructor __construct [line 13681]

ProximityTarget __construct( [ $geoPoint = NULL], [ $radiusDistanceUnits = NULL], [ $radiusInUnits = NULL], [ $address = NULL], [ $allowServiceOfAddress = NULL], [ $excluded = NULL], [ $TargetType = NULL])



Tags:

access:  public


Overrides GeoTarget::__construct() (parent method not documented)

Parameters:

   $geoPoint  
   $radiusDistanceUnits  
   $radiusInUnits  
   $address  
   $allowServiceOfAddress  
   $excluded  
   $TargetType  

[ Top ]

method getNamespace [line 13669]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides GeoTarget::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 13677]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

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


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

[ Top ]


Documentation generated by phpDocumentor 1.4.3