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.
파일 보기
프로젝트 열기: googleads/googleads-php-lib
공개 프로퍼티들
공개 메소드들
메소드 상세
public __construct ( $positiveGeoTargetType = null, $negativeGeoTargetType = null, $SettingType = null ) |
Gets the namesapce of this class
Gets the xsi:type name of this class
프로퍼티 상세
$negativeGeoTargetType 공개적으로 프로퍼티
public tnsGeoTargetTypeSettingNegativeGeoTargetType $negativeGeoTargetType |
리턴 |
tnsGeoTargetTypeSettingNegativeGeoTargetType |
|
$positiveGeoTargetType 공개적으로 프로퍼티
public tnsGeoTargetTypeSettingPositiveGeoTargetType $positiveGeoTargetType |
리턴 |
tnsGeoTargetTypeSettingPositiveGeoTargetType |
|