PHP 클래스 GeoTargetTypeSetting, googleads-php-lib

AdWords ads can be geotargeted using Location of Presence (LOP), Area of Interest (AOI), or both. LOP is the physical location of the user performing the search; AOI is the geographical region in which the searcher is interested. For example, if a user in New York City performs a search "hotels california", their LOP is New York City and their AOI is California.

Additionally, ads can be positively or negatively geotargeted. An ad that is positively geotargeted to New York City only appears to users whose location is related (via AOI or LOP) to New York City. An ad that is negatively geotargeted to New York City appears for all users except those whose location is related to New York City. Ads can only be negatively geotargeted if a positive geotargeting is also supplied, and the negatively geotargeted region must be contained within the positive region.

Geotargeting settings allow ads to be targeted in the following way:

  • Positively geotargeted using solely AOI, solely LOP, or either.
  • Negatively geotargeted using solely LOP, or both.

This setting applies only to ads shown on the search network, and does not affect ads shown on the Google Display Network.

상속: extends Setting
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$negativeGeoTargetType tnsGeoTargetTypeSettingNegativeGeoTargetType
$positiveGeoTargetType tnsGeoTargetTypeSettingPositiveGeoTargetType

공개 메소드들

메소드 설명
__construct ( $positiveGeoTargetType = null, $negativeGeoTargetType = null, $SettingType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $positiveGeoTargetType = null, $negativeGeoTargetType = null, $SettingType = null )

getNamespace() 공개 메소드

Gets the namesapce of this class
public getNamespace ( ) : string
리턴 string the namespace of this class

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class

프로퍼티 상세

$negativeGeoTargetType 공개적으로 프로퍼티

public tnsGeoTargetTypeSettingNegativeGeoTargetType $negativeGeoTargetType
리턴 tnsGeoTargetTypeSettingNegativeGeoTargetType

$positiveGeoTargetType 공개적으로 프로퍼티

public tnsGeoTargetTypeSettingPositiveGeoTargetType $positiveGeoTargetType
리턴 tnsGeoTargetTypeSettingPositiveGeoTargetType