@adtrackify/at-tracking-event-types 1.0.43 → 1.0.44

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.
package/dist/index.d.ts CHANGED
@@ -108,7 +108,7 @@ declare module '@adtrackify/at-tracking-event-types/types/api/destination' {
108
108
  measurementId: string;
109
109
  }
110
110
  export interface GoogleAdsConfiguration {
111
- tagId: string;
111
+ pixelId: string;
112
112
  conversionID: string;
113
113
  }
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -51,6 +51,6 @@ export interface GoogleAnalytics4Configuration {
51
51
  }
52
52
 
53
53
  export interface GoogleAdsConfiguration {
54
- tagId: string;
54
+ pixelId: string;
55
55
  conversionID: string;
56
56
  }