You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered two different pages about analytics events that have different information about the parameters to be sent. Here, for the event view_item_list it can be passed the following parameters:
but on this page, for the same event using analytics().logViewItemList() (internally it will call analytics().logEvent('view_item_list')), it is only possible to send a parameter called item_category: string;, and the method will validate that this is the only parameter passed.
Is this a documentation problem, or is it expected that these methods referred on the second page will not to cover the ecommerce needs?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Documentation Feedback
I've encountered two different pages about analytics events that have different information about the parameters to be sent.
Here, for the event
view_item_list
it can be passed the following parameters:but on this page, for the same event using
analytics().logViewItemList()
(internally it will callanalytics().logEvent('view_item_list')
), it is only possible to send a parameter calleditem_category: string;
, and the method will validate that this is the only parameter passed.Is this a documentation problem, or is it expected that these methods referred on the second page will not to cover the ecommerce needs?
Thanks in advance.
The text was updated successfully, but these errors were encountered: