Jump to top

Item

interface

Properties

item_brand

</>

The item's brand.

item_brand: undefined | string;

item_category

</>

First class item category.

item_category: undefined | string;

item_category2

</>

Second class item category.

item_category2: undefined | string;

item_category3

</>

Third class item category.

item_category3: undefined | string;

item_category4

</>

Fourth class item category.

item_category4: undefined | string;

item_category5

</>

Fifth class item category.

item_category5: undefined | string;

item_id

</>

An item ID.

item_id: undefined | string;

item_list_id

</>

The ID of the list in which the item was presented to the user.

item_list_id: undefined | string;

item_list_name

</>

The name of the list in which the item was presented to the user.

item_list_name: undefined | string;

item_location_id

</>

The Google Place ID that corresponds to the associated item (String). Alternatively, you can supply your own custom Location ID.

item_location_id: undefined | string;

item_name

</>

An item name.

item_name: undefined | string;

item_variant

</>

The Item variant.

item_variant: undefined | string;

price

</>

The Item price. Note that firebase analytics will display this as an integer with trailing zeros, due to some firebase-internal conversion. See https://github.com/invertase/react-native-firebase/issues/4578#issuecomment-771703420 for more information

price: undefined | number;

quantity

</>

The Item quantity.

quantity: undefined | number;