GoogleAnalyticsProductInterface
in
Interface GoogleAnalyticsProductInterface
Table of Contents
- brand() : string|null
- Returns the product items brand.
- category() : string|null
- Returns the product items category.
- coupon() : string|null
- Returns the product items coupon.
- id() : string|null
- Returns the product items id.
- listPosition() : string|null
- Returns the product items list position.
- name() : string|null
- Returns the product items name.
- price() : float|null
- Returns the product items price.
- quantity() : string|null
- Returns the product items quantity.
- variant() : string|null
- Returns the product items variant.
Methods
brand()
Returns the product items brand.
public
brand() : string|null
Return values
string|null —Product items brand.
category()
Returns the product items category.
public
category() : string|null
Return values
string|null —Product items category.
coupon()
Returns the product items coupon.
public
coupon() : string|null
Return values
string|null —Product items coupon.
id()
Returns the product items id.
public
id() : string|null
Return values
string|null —Product items id.
listPosition()
Returns the product items list position.
public
listPosition() : string|null
Return values
string|null —Product items list position.
name()
Returns the product items name.
public
name() : string|null
Return values
string|null —Product items name.
price()
Returns the product items price.
public
price() : float|null
Return values
float|null —Product items price.
quantity()
Returns the product items quantity.
public
quantity() : string|null
Return values
string|null —Product items quantity.
variant()
Returns the product items variant.
public
variant() : string|null
Return values
string|null —Product items variant.