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

Class: ProximityTarget

Source Location: /AdWords/v200909/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 11391]
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 11414]



Tags:

access:  public

Type:   Address


[ Top ]

$allowServiceOfAddress =

[line 11420]



Tags:

access:  public

Type:   boolean


[ Top ]

$geoPoint =

[line 11396]



Tags:

access:  public

Type:   GeoPoint


[ Top ]

$radiusDistanceUnits =

[line 11402]



Tags:

access:  public

Type:   tnsProximityTargetDistanceUnits


[ Top ]

$radiusInUnits =

[line 11408]



Tags:

access:  public

Type:   double


[ Top ]



Class Methods


constructor __construct [line 11438]

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

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

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