PHP 클래스 ProductSegmentation, googleads-php-lib

For example, a product with 3 segmentations with only 1 segment for each will produce {@code 1 x 1 x 1 = 1} product. A product with 3 segmentations with 2 segments for each will produce {@code 2 x 2 x 2 = 8} products.

파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$adUnitSegments AdUnitTargeting[]
$bandwidthSegment BandwidthGroupTargeting
$browserLanguageSegment BrowserLanguageTargeting
$browserSegment BrowserTargeting
$customTargetingSegment CustomCriteria[]
$deviceCapabilitySegment DeviceCapabilityTargeting
$deviceCategorySegment DeviceCategoryTargeting
$deviceManufacturerSegment DeviceManufacturerTargeting
$geoSegment GeoTargeting
$mobileCarrierSegment MobileCarrierTargeting
$mobileDeviceSegment MobileDeviceTargeting
$mobileDeviceSubmodelSegment MobileDeviceSubmodelTargeting
$operatingSystemSegment OperatingSystemTargeting
$placementSegment PlacementTargeting
$userDomainSegment UserDomainTargeting
$videoPositionSegment VideoPositionTargeting

공개 메소드들

메소드 설명
__construct ( $geoSegment = null, $adUnitSegments = null, $placementSegment = null, $customTargetingSegment = null, $userDomainSegment = null, $bandwidthSegment = null, $browserSegment = null, $browserLanguageSegment = null, $operatingSystemSegment = null, $mobileCarrierSegment = null, $deviceCapabilitySegment = null, $deviceCategorySegment = null, $deviceManufacturerSegment = null, $mobileDeviceSegment = null, $mobileDeviceSubmodelSegment = null, $videoPositionSegment = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $geoSegment = null, $adUnitSegments = null, $placementSegment = null, $customTargetingSegment = null, $userDomainSegment = null, $bandwidthSegment = null, $browserSegment = null, $browserLanguageSegment = null, $operatingSystemSegment = null, $mobileCarrierSegment = null, $deviceCapabilitySegment = null, $deviceCategorySegment = null, $deviceManufacturerSegment = null, $mobileDeviceSegment = null, $mobileDeviceSubmodelSegment = null, $videoPositionSegment = 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

프로퍼티 상세

$adUnitSegments 공개적으로 프로퍼티

public AdUnitTargeting[] $adUnitSegments
리턴 AdUnitTargeting[]

$bandwidthSegment 공개적으로 프로퍼티

public BandwidthGroupTargeting $bandwidthSegment
리턴 BandwidthGroupTargeting

$browserLanguageSegment 공개적으로 프로퍼티

public BrowserLanguageTargeting $browserLanguageSegment
리턴 BrowserLanguageTargeting

$browserSegment 공개적으로 프로퍼티

public BrowserTargeting $browserSegment
리턴 BrowserTargeting

$customTargetingSegment 공개적으로 프로퍼티

public CustomCriteria[] $customTargetingSegment
리턴 CustomCriteria[]

$deviceCapabilitySegment 공개적으로 프로퍼티

public DeviceCapabilityTargeting $deviceCapabilitySegment
리턴 DeviceCapabilityTargeting

$deviceCategorySegment 공개적으로 프로퍼티

public DeviceCategoryTargeting $deviceCategorySegment
리턴 DeviceCategoryTargeting

$deviceManufacturerSegment 공개적으로 프로퍼티

public DeviceManufacturerTargeting $deviceManufacturerSegment
리턴 DeviceManufacturerTargeting

$geoSegment 공개적으로 프로퍼티

public GeoTargeting $geoSegment
리턴 GeoTargeting

$mobileCarrierSegment 공개적으로 프로퍼티

public MobileCarrierTargeting $mobileCarrierSegment
리턴 MobileCarrierTargeting

$mobileDeviceSegment 공개적으로 프로퍼티

public MobileDeviceTargeting $mobileDeviceSegment
리턴 MobileDeviceTargeting

$mobileDeviceSubmodelSegment 공개적으로 프로퍼티

public MobileDeviceSubmodelTargeting $mobileDeviceSubmodelSegment
리턴 MobileDeviceSubmodelTargeting

$operatingSystemSegment 공개적으로 프로퍼티

public OperatingSystemTargeting $operatingSystemSegment
리턴 OperatingSystemTargeting

$placementSegment 공개적으로 프로퍼티

public PlacementTargeting $placementSegment
리턴 PlacementTargeting

$userDomainSegment 공개적으로 프로퍼티

public UserDomainTargeting $userDomainSegment
리턴 UserDomainTargeting

$videoPositionSegment 공개적으로 프로퍼티

public VideoPositionTargeting $videoPositionSegment
리턴 VideoPositionTargeting