Closed mbrucki closed 6 months ago
Added a feature of adding parameters in a list format which is useful when a property has a list of different values like post_tags, authors, colors etc...
Values are sent in the following format: "test_list1":["prop1","prop2"]
"test_list1":["prop1","prop2"]
Mixpanel interprets it properly as a list:
Reference: mixpanel.com
Hi @mbrucki, Thank you for PR!
Added a feature of adding parameters in a list format which is useful when a property has a list of different values like post_tags, authors, colors etc...
Values are sent in the following format:
"test_list1":["prop1","prop2"]
Mixpanel interprets it properly as a list:
Reference: mixpanel.com