stape-io / mixpanel-tag

Mixpanel tag for Google Tag Manager Server Side
https://stape.io/blog/mixpanel-tag-for-server-google-tag-manager
Apache License 2.0
1 stars 2 forks source link

List parameters #4

Closed mbrucki closed 6 months ago

mbrucki commented 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"]

Mixpanel interprets it properly as a list: Screenshot 2024-04-29 at 20 14 44

Reference: mixpanel.com

kHorozhanov commented 6 months ago

Hi @mbrucki, Thank you for PR!