Patch Changes
- #838
55a48a0
Thanks @silesky! - Refactor page enrichment to only call page defaults once, and simplify logic
-
#839
fdc004b
Thanks @silesky! - Fixes a utm-parameter parsing bug where overridden page.search properties would not be reflected in the context.campaign objectanalytics.page(undefined, undefined, {search: "?utm_source=123&utm_content=content" ) // should result in a context.campaign of: { source: 123, content: 'content'}