-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.2.0](v1.1.0...v1.2.0) (2023-09-11) ### Bug Fixes * Add suffix of v3 to forwarder, add test infrastructure ([#38](#38)) ([4420648](4420648)) * Flatten product.Attributes to be on the product level ([#41](#41)) ([ee03770](ee03770)) * Map CouponCode to reserved attributes `coupon` ([#50](#50)) ([f7380d4](f7380d4)) * Prevent attribute cleansing when data cleansing is disabled ([#52](#52)) ([9847bf8](9847bf8)) * Re-map affiliation from event level to item level ([#51](#51)) ([b7dfef8](b7dfef8)) * Update package.json ([#39](#39)) ([d4ea321](d4ea321)) ### Features * Limit commerce event attributes to 100 keys ([#47](#47)) ([1813a98](1813a98)) * Limit event attributes to 100 keys ([#40](#40)) ([057543b](057543b)) * Limit item params to 10 non-reserved keys ([#49](#49)) ([7670d99](7670d99)) * Standardize Names Keys and Values ([#36](#36)) ([f3e5aa1](f3e5aa1))
- Loading branch information
1 parent
c02bbd9
commit 52121cb
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mparticle/web-google-analytics-4-client-kit", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)", | ||
"description": "mParticle integration sdk for Google Analytics", | ||
"main": "dist/GoogleAnalytics4EventForwarderClientSide-Kit.common.js", | ||
|