Item
interface
Properties
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;
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;