PHP Class ResponsiveDisplayAd, googleads-php-lib

Caution: Responsive display ads do not use {@link #url url}, {@link #displayUrl displayUrl}, {@link #finalAppUrls finalAppUrls}, or {@link #devicePreference devicePreference}; setting these fields on a responsive display ad will cause an error. This is enabled for AdX.

Inheritance: extends Ad
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$businessName string
$description string
$logoImage Image
$longHeadline string
$marketingImage Image
$shortHeadline string

Public Methods

Method Description
__construct ( $marketingImage = null, $logoImage = null, $shortHeadline = null, $longHeadline = null, $description = null, $businessName = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = 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 ( $marketingImage = null, $logoImage = null, $shortHeadline = null, $longHeadline = null, $description = null, $businessName = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = 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

$businessName public_oe property

public string $businessName
return string

$description public_oe property

public string $description
return string

$logoImage public_oe property

public Image $logoImage
return Image

$longHeadline public_oe property

public string $longHeadline
return string

$marketingImage public_oe property

public Image $marketingImage
return Image

$shortHeadline public_oe property

public string $shortHeadline
return string