@vircle/plugin-ecommerce-core 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,6 +19,7 @@ pnpm add @vircle/plugin-ecommerce-core
19
19
  - 이벤트 중복 방지 (deduplication)
20
20
  - 플랫폼 메타데이터 자동 첨부
21
21
  - `globalProperties` — 모든 이벤트에 자동 병합되는 글로벌 프로퍼티 (크로스 도메인 어트리뷰션 등)
22
+ - UTM / 캠페인 파라미터 자동 수집 (`utm_source`, `utm_medium`, `utm_campaign`, `utm_term`, `utm_content`, `gclid`, `fbclid`, `msclkid`, `ttclid`)
22
23
 
23
24
  ```typescript
24
25
  import { BaseEcommercePlugin, EcommerceEvent, type NetworkPattern, type PlatformAdapter } from '@vircle/plugin-ecommerce-core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vircle/plugin-ecommerce-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Vircle SDK E-commerce Plugin Core - Base classes and utilities for commerce tracking plugins",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  "registry": "https://registry.npmjs.org/"
28
28
  },
29
29
  "dependencies": {
30
- "@vircle/sdk-core-ts": "1.1.1"
30
+ "@vircle/sdk-core-ts": "1.1.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.0.0",