GoogleAnalyticsVariantInterface
in
Interface GoogleAnalyticsVariantInterface
Table of Contents
- attributes() : GoogleAnalyticsProductAttributeCollection
- Returns the attributes, if exists.
- attributesOnly() : bool
- Returns true if only attributes exists in variant.
- both() : bool
- Returns true if properties and attributes exists in variant.
- properties() : GoogleAnalyticsProductPropertyCollection
- Returns the properties, if exists.
- propertiesOnly() : bool
- Returns true if only properties exists in variant.
Methods
attributes()
Returns the attributes, if exists.
public
attributes() : GoogleAnalyticsProductAttributeCollection
Return values
GoogleAnalyticsProductAttributeCollection —attributesOnly()
Returns true if only attributes exists in variant.
public
attributesOnly() : bool
Return values
bool —both()
Returns true if properties and attributes exists in variant.
public
both() : bool
Return values
bool —properties()
Returns the properties, if exists.
public
properties() : GoogleAnalyticsProductPropertyCollection
Return values
GoogleAnalyticsProductPropertyCollection —propertiesOnly()
Returns true if only properties exists in variant.
public
propertiesOnly() : bool