@itly/plugin-google-analytics
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [2.2.1](https://github.com/iterativelyhq/itly-sdk/compare/v2.2.0...v2.2.1) (2021-04-24) | ||
| ### Bug Fixes | ||
| * page() - optional 'name' and 'category' parameters ([4776bc5](https://github.com/iterativelyhq/itly-sdk/commit/4776bc5028b59bd59f250b38460220139d4d5e7a)) | ||
| # [2.2.0](https://github.com/iterativelyhq/itly-sdk/compare/v2.1.0...v2.2.0) (2021-04-08) | ||
@@ -8,0 +19,0 @@ |
@@ -19,5 +19,5 @@ /// <reference types="gtag.js" /> | ||
| track(userId: string | undefined, { name, properties }: Event, options?: GoogleAnalyticsCallOptions): void; | ||
| page(userId: string | undefined, category: string | undefined, name: string | undefined, properties: Properties | undefined, options?: GoogleAnalyticsPageOptions): void; | ||
| page(userId?: string, category?: string, name?: string, properties?: Properties, options?: GoogleAnalyticsPageOptions): void; | ||
| private initializeGtag; | ||
| } | ||
| export default GoogleAnalyticsPlugin; |
@@ -19,5 +19,5 @@ /// <reference types="gtag.js" /> | ||
| track(userId: string | undefined, { name, properties }: Event, options?: GoogleAnalyticsCallOptions): void; | ||
| page(userId: string | undefined, category: string | undefined, name: string | undefined, properties: Properties | undefined, options?: GoogleAnalyticsPageOptions): void; | ||
| page(userId?: string, category?: string, name?: string, properties?: Properties, options?: GoogleAnalyticsPageOptions): void; | ||
| private initializeGtag; | ||
| } | ||
| export default GoogleAnalyticsPlugin; |
+3
-3
| { | ||
| "name": "@itly/plugin-google-analytics", | ||
| "version": "2.2.0", | ||
| "version": "2.2.1", | ||
| "description": "Google Analytics Plugin", | ||
@@ -37,3 +37,3 @@ "main": "dist/cjs/index.js", | ||
| "devDependencies": { | ||
| "@itly/sdk": "^2.0.9", | ||
| "@itly/sdk": "^2.2.1", | ||
| "@types/gtag.js": "^0.0.4", | ||
@@ -48,3 +48,3 @@ "@types/jest": "^26.0.0", | ||
| }, | ||
| "gitHead": "54d2a5a00856f7f69d28cbce893a4dbd40c662fc" | ||
| "gitHead": "e0b619643314bac10933f4df39adaf07d4503346" | ||
| } |
13719
1.34%