GoogleAnalyticsCombinedProductIdInterface
in
Interface GoogleAnalyticsCombinedProductIdInterface
Table of Contents
- attributeIds() : GoogleAnalyticsProductAttributeCollection
- Returns the attribute ids.
- containsAttributeIds() : bool
- Checks if only attribute ids are present.
- containsBoth() : bool
- Checks if optional property combination id and attribute ids are present.
- containsOnlyProductId() : bool
- Checks if only product id is present.
- containsPropertyId() : bool
- Checks if just property combination id is present.
- productId() : int
- Returns the product id.
- propertyId() : int
- Returns the property combination id.
Methods
attributeIds()
Returns the attribute ids.
public
attributeIds() : GoogleAnalyticsProductAttributeCollection
Return values
GoogleAnalyticsProductAttributeCollection —Attribute ids.
containsAttributeIds()
Checks if only attribute ids are present.
public
containsAttributeIds() : bool
Return values
bool —True if only attribute ids are present.
containsBoth()
Checks if optional property combination id and attribute ids are present.
public
containsBoth() : bool
Return values
bool —True if optional property combination id and attribute ids are present.
containsOnlyProductId()
Checks if only product id is present.
public
containsOnlyProductId() : bool
Return values
bool —True if only product id is present.
containsPropertyId()
Checks if just property combination id is present.
public
containsPropertyId() : bool
Return values
bool —True if just property combination id is present.
productId()
Returns the product id.
public
productId() : int
Return values
int —Product id.
propertyId()
Returns the property combination id.
public
propertyId() : int
Return values
int —Property combination id.