GoogleAnalyticsImpressionType
in package
implements
GoogleAnalyticsImpressionTypeInterface
Class GoogleAnalyticsImpressionType
Interfaces, Classes and Traits
- GoogleAnalyticsImpressionTypeInterface
- Interface GoogleAnalyticsImpressionTypeInterface
Table of Contents
- $type : string
- __construct() : mixed
- GoogleAnalyticsImpressionType constructor.
- boxBestseller() : GoogleAnalyticsImpressionType
- Creates and returns a new bestseller box google analytics impression type.
- boxSpecials() : GoogleAnalyticsImpressionType
- Creates and returns a new specials box google analytics impression type.
- boxWhatsNew() : GoogleAnalyticsImpressionType
- Creates and returns a new whats new box google analytics impression type.
- listAvailableSoon() : GoogleAnalyticsImpressionType
- Creates and returns a new available soon google analytics impression type.
- listBestseller() : GoogleAnalyticsImpressionType
- Creates and returns a new bestseller list google analytics impression type.
- listNameField() : string
- Returns the configuration field for the list name of the impression type.
- listNewProducts() : GoogleAnalyticsImpressionType
- Creates and returns a new products list google analytics impression type.
- listSpecials() : GoogleAnalyticsImpressionType
- Creates and returns a new specials list google analytics impression type.
- listTopProducts() : GoogleAnalyticsImpressionType
- Creates and returns a new top products list google analytics impression type.
- listWhatsNew() : GoogleAnalyticsImpressionType
- Creates and returns a new whats new list google analytics impression type.
Properties
$type
protected
string
$type
Methods
__construct()
GoogleAnalyticsImpressionType constructor.
public
__construct(NonEmptyStringType $type) : mixed
It is recommended to use one of the static factory methods.
Parameters
- $type : NonEmptyStringType
-
Impression type.
Return values
mixed —boxBestseller()
Creates and returns a new bestseller box google analytics impression type.
public
static boxBestseller() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
boxSpecials()
Creates and returns a new specials box google analytics impression type.
public
static boxSpecials() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
boxWhatsNew()
Creates and returns a new whats new box google analytics impression type.
public
static boxWhatsNew() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listAvailableSoon()
Creates and returns a new available soon google analytics impression type.
public
static listAvailableSoon() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listBestseller()
Creates and returns a new bestseller list google analytics impression type.
public
static listBestseller() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listNameField()
Returns the configuration field for the list name of the impression type.
public
listNameField() : string
Return values
string —Configuration field name.
listNewProducts()
Creates and returns a new products list google analytics impression type.
public
static listNewProducts() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listSpecials()
Creates and returns a new specials list google analytics impression type.
public
static listSpecials() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listTopProducts()
Creates and returns a new top products list google analytics impression type.
public
static listTopProducts() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.
listWhatsNew()
Creates and returns a new whats new list google analytics impression type.
public
static listWhatsNew() : GoogleAnalyticsImpressionType
Return values
GoogleAnalyticsImpressionType —New instance.