What's Changed
- feature: add property_id as column by @FloDevelops in #321
- Fix invalid generated column names in conversion events by @jerome-laurent-pro in #327
- Query string all by @dgitis in #338
- Issue #340 fill null event key by @EvavW in #341
Additional Notes
Note that #338 introduces new behavior for the query_parameter_exclusions
variable:
The query_parameter_exclusions variable now removes fragments, hash # parameters, from page_location and page_referrer. In most cases this will be an improvement in functionality. However, if you have query parameter keys using question mark, ?, or ampersand, &, that you want to remove and fragments that you don't want to remove, then you will need to override the remove_query_parameters macro.
New Contributors
- @FloDevelops made their first contribution in #321
- @jerome-laurent-pro made their first contribution in #327
- @EvavW made their first contribution in #341
Full Changelog: 6.0.2...6.0.3