PHP Class ThirdPartyRedirectAd, googleads-php-lib

This is enabled for AdX.
Inheritance: extends RichMediaAd
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$expandingDirections tnsThirdPartyRedirectAdExpandingDirection[]
$isCookieTargeted boolean
$isTagged boolean
$isUserInterestTargeted boolean
$videoTypes tnsVideoType[]

Public Methods

Method Description
__construct ( $isCookieTargeted = null, $isUserInterestTargeted = null, $isTagged = null, $videoTypes = null, $expandingDirections = null, $name = null, $dimensions = null, $snippet = null, $impressionBeaconUrl = null, $adDuration = null, $certifiedVendorFormatId = null, $sourceUrl = null, $richMediaAdType = null, $adAttributes = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $isCookieTargeted = null, $isUserInterestTargeted = null, $isTagged = null, $videoTypes = null, $expandingDirections = null, $name = null, $dimensions = null, $snippet = null, $impressionBeaconUrl = null, $adDuration = null, $certifiedVendorFormatId = null, $sourceUrl = null, $richMediaAdType = null, $adAttributes = null )

getNamespace() public method

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

getXsiTypeName() public method

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

Property Details

$expandingDirections public_oe property

public tnsThirdPartyRedirectAdExpandingDirection[] $expandingDirections
return tnsThirdPartyRedirectAdExpandingDirection[]

$isCookieTargeted public_oe property

public bool $isCookieTargeted
return boolean

$isTagged public_oe property

public bool $isTagged
return boolean

$isUserInterestTargeted public_oe property

public bool $isUserInterestTargeted
return boolean

$videoTypes public_oe property

public tnsVideoType[] $videoTypes
return tnsVideoType[]