PR #15 includes the following updates:
Bug Fix
- Ensures the addition of conversion metrics in v0.3.0 is truly backwards compatible and will avoid duplicate column errors regardless of any pre-existing configurations.
- Specifically, if you were previously utilizing passthrough column variables to include fields called
conversions
,view_through_conversions
,total_value
, ortotal_items
, the package's version of these fields will take precedence. Your fields will be included as well, but suffixed with a_c
.
- Specifically, if you were previously utilizing passthrough column variables to include fields called
Under the Hood
- Creates the
reddit_ads_persist_pass_through_columns
macro to support the above behavior. - Updates consistency validation tests (maintainers only) to include conversion metric comparisons.
Documentation
- Documented
_c
bug fix solution in the DECISIONLOG.
Full Changelog: v0.3.0...v0.3.1